Hi,
I managed to add a tiled overlay to the generated mappress maps on a site I’m working on through Jquery. I used the the handler of id with the class ‘mapp-canvas’……. Eg: id=”mapp0″…….and using the .getMap() function….. mapp0.getMap(); I was able to access the google map to add the tiles.
The client then wanted to see the overlay in the ‘Edit Page’ mapppress admin area so that they could drop markers to precise areas on the overlay.
I tried a similar approach by trying to use the id=”mapp_edit” to use the getMap() function on it, but I’m getting the error “Object [object Object] has no method ‘getMap'”. I even delayed trying to put the tiles on the map until the map had loaded after the ‘edit’ hyperlink was clicked with no success.
Any idea how I could apply the tiles to this map in the admin area?
Many thanks in advance
D