Re: [pmapper-users] Pmapper5: refresh a layer
Brought to you by:
arminburger
From: gioza <al...@al...> - 2014-12-09 09:50:42
|
this function seems to do the job (partially). I have to do more tests because it works only after a "pan" trigger: function myRefreshMap(){ if (this.map) { map.layers[4].clearGrid(); map.layers[4].redraw(true); } }, clearGrid deletes the cache for layer[4] -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-refresh-a-layer-tp4025689p4025705.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |