-
Notifications
You must be signed in to change notification settings - Fork 9
Add indicator of zoomLevel and datasetLevel to map #544
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
base: main
Are you sure you want to change the base?
Conversation
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.
Cool feature, great job!
Please apply renamings:
- Settings state:
zoomEnabled-->showZoomBox - Branding:
allowZoomBox-->showZoomBox - In settings panel UI: "Levels" --> "Number of resolution levels"
In a new directory module ZoomBox
- Move
ZoomBox.tsx - Move
ZoomBox.stories.tsx - Add
index.tsxto exportZoomBoxcomponent
Co-authored-by: Norman Fomferra <[email protected]>
…evels in the ZoomInfoBox
| Displays an information box that showing the current | ||
| zoom level of the map and the dataset resolution level (particularly | ||
| useful for multi-resolution dataset) used for displaying the dataset | ||
| in the 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.
| Displays an information box that showing the current | |
| zoom level of the map and the dataset resolution level (particularly | |
| useful for multi-resolution dataset) used for displaying the dataset | |
| in the map. | |
| Displays an information box showing the current | |
| map zoom level and the dataset resolution level used for displaying the | |
| dataset on the map. The the dataset resolution level is particularly | |
| useful for multi-resolution datasets. |
| <tr> | ||
| <td><b>Functionality</b></td> | ||
| <td> | ||
| The visibility of this feature can be controlled in the |
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 visibility of this feature can be controlled in the | |
| The visibility of this feature can be controlled through the |
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.
Works nicely! Minor comments on wording for the documentation.
This PR:
config.json(default: false).Closes #287.