Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

constellation-refactor #172

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

cygnus-x-1
Copy link

I am doing some work on Constellation (https://github.com/constellation-app/constellation), which uses Unfolding Maps to visualise geospatial information. I have made several improvements on top of Unfolding Maps inside Constellation (such as more flexible feature and marker handling, and a map overlay and layer framework) which I would like to share back to this project. I am also interested in making further improvements (such as customisable map controls) which cannot simply be applied on top, and will instead require changes to this project.

This pull request is just in preparation of all that, and only consists of code style and quality improvements... so that any changes I do make start from a consistent baseline. There are a lot of changes here, so i'm happy to take it slow and talk through my changes in detail if you need.

To start with - there are two commits in this pull request:
64c6478: I used Netbeans built in auto-formatter to normalise the format of all code.
b08991c: I performed a manual pass over all code to fix any remaining style issues I could find, as well as to make sure all the examples and tests worked (where possible).

…such as missing annotations, lower-case static variables and diamond interfaces

🎨 removed duplicate assets - Lato-Bold-14.vlw, Lato-Regular-11.vlw and unfolding-mini-icon.png
✅ ensured all examples and tests run (note: several of the tests currently do not work due to broken references to map services or files)
Copy link

@VerisimilitudeX VerisimilitudeX left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants