where should this script (the one mentioned by Armin) be add?
--
View this message in context:
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-Redraw-map-in-pmapper5-function-tp4025391p4025393.html
Sent from the pmapper-users -- p.mapper users mailing list m
something like
$.each(map.layers, function(k,v) {
this.redraw();
});
On 10/28/2013 12:40 PM, Juan Ramón Charco Toboso wrote:
> Hello,
>
> To redraw the map in pmapper 4.x:
> PM.Map.reloadMap();
>
> How to do that in pmapper5?
>
> Regards
>
> ---