-
Notifications
You must be signed in to change notification settings - Fork 122
Add scalebar width ratio and maximum width properties #52
Comments
cc @chloekraw |
Some suggestions:
@julianrex |
In one scenario, if the ratio is set to 0.5 but then it is loaded in a SplitView where the width becomes 100px, in this case, the width of the scale bar should be close to 100px. If I set the maximum ratio to 1, would it dynamically update the width of the scale bar from 50px to 100px? |
Sorry for late reply. @tsuz
Correct. After this PR, the scale bar's width will be changed dynamically based on map view's frame when you set the maximum ratio. |
Thanks for confirming! |
This issue has been automatically detected as stale because it has not had recent activity and will be archived. Thank you for your contributions. |
The scale bar's maximum width is currently 1/2 of the view's width. We should
The text was updated successfully, but these errors were encountered: