Reply To: How to read and save map view (lat/lng/zoom)

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)

#15726
Chris
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.