-
Notifications
You must be signed in to change notification settings - Fork 944
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
First pass at adding redone maps #664
Conversation
* //=polygon | ||
* //addToMap | ||
* polygon.properties.area = area | ||
* var addToMap = [polygon] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🏅 Nicely done! Adding the results in the properties
👍
* | ||
* //=bbox | ||
* | ||
* //=bboxPolygon |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed, we can remove these comments if //addToMap
is present.
* "geometry": { | ||
* "type": "Point", | ||
* "coordinates": [-75.343, 39.984] | ||
* } | ||
* }; | ||
* var point2 = { | ||
* "type": "Feature", | ||
* "properties": { | ||
* "marker-color": '#0f0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Removing the any extra properties.
@rowanwins 👍 Looks great! |
@rowanwins Delete the |
Gday @DenisCarriere
Starting the process of re-adding the maps. I've tested these modules locally and they are working well.
The only one which presents a bit funny is
bbox-clip
which needs a bit of love on the styling to get it to present well but im having a think about that.Just thought I'd share these in case another other red flags jump about before i do the others...