-
Notifications
You must be signed in to change notification settings - Fork 6
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
Exploration map controls #651
Conversation
✅ Deploy Preview for veda-ui ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
cbc907c
to
f1f0204
Compare
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.
This is looking good! A couple of things:
- Selecting a different base style does not update the compare map (the projection does)
- We should disable the pitch change (right mouse click)
d3314dd
to
f027c94
Compare
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.
The basemap now updates both maps and the pitch was disabled.
However, the "labels" and "boundaries" are only toggled for the main map
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.
@nerik I went ahead and fixed the labels and boundaries issue to speed up things.
This is good to go!
Adds coords, scale, zoom, and map options controls, on both compare maps.