Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Hi all,
I am using the widget OpenStreetMap and always when I refresh my screen, the map's zoom show as:
I would like the view the map with less zoom, for example like the image below:
How do I do this?
Regards,
Leonardo
Solved! Go to Solution.
In the lower left corner of Mashup builder there are many properties of the Open Street Map widget that can be customized. You can either enter a hard-coded value for the Zoom level, or. as indicated by the arrow pointing towards 'Zoom', you can bind the Zoom level to an appropriate property that sets the Zoom level dynamically.
The property 'CurrentZoom' is a read-only property that reflects any zoom level changes that have been made by your application user
In the lower left corner of Mashup builder there are many properties of the Open Street Map widget that can be customized. You can either enter a hard-coded value for the Zoom level, or. as indicated by the arrow pointing towards 'Zoom', you can bind the Zoom level to an appropriate property that sets the Zoom level dynamically.
The property 'CurrentZoom' is a read-only property that reflects any zoom level changes that have been made by your application user