Home › Forums › MapPress Support › How to read and save map view (lat/lng/zoom) › Reply To: How to read and save map view (lat/lng/zoom)
April 1, 2015 at 2:47 am
#15726
Keymaster
Hi,
The plugin isn’t really meant to be used this way, so I can’t say if it’ll work, but one thing you might try is calling the map’s display() method, for example:
mapp0.display();
You can see an example of that call in the regular map output script.