Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. 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