Re: [pmapper-users] Pmapper5: zoom to selected features
Brought to you by:
arminburger
From: gioza <al...@al...> - 2014-10-10 19:19:16
|
according to your project extension you have to set the coefficent which adjust the extent of the selected features: var minx = (ext[0]**0.9999*); var miny = (ext[1]**0.9999*); var maxx = (ext[2]**1.000*1); var maxy = (ext[3]**1.0001*); -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-zoom-to-selected-features-tp4025486p4025635.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |