Re: [pmapper-users] Zoom to UTM or Lat Long coord

2008-05-29 Thread Francisco Silva
I use UTM coords for minx+miny+maxx+maxy and it work just fine! Thank you very much for your help, Armin. Armin Burger wrote: you can use the zoom2extent() function, arguments to pass are mainly the extent with 4 coordinates separated by a plus (+) sign, like zoom2extent('', '',

Re: [pmapper-users] Zoom to UTM or Lat Long coord

2008-05-29 Thread Francisco Silva
- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ pmapper-users

Re: [pmapper-users] Zoom to UTM or Lat Long coord

2008-05-28 Thread Armin Burger
you can use the zoom2extent() function, arguments to pass are mainly the extent with 4 coordinates separated by a plus (+) sign, like zoom2extent('', '', 'minx+miny+maxx+maxy', '0') From a single point coordinate you need to set a buffer that defines the min/max values (4 coordinates) you