Re: [pmapper-users] Pmapper5: zoom to selected features
Brought to you by:
arminburger
From: gioza <al...@al...> - 2014-10-10 13:39:51
|
for better performance add PM.Map.clearHighlight in pm.query.js in this way: after line 81 execute: function(queryUrl, queryParams) { PM.Map.clearHighlight(); var self = this; ... -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-zoom-to-selected-features-tp4025486p4025633.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |