[Pmapper-users] Dynamic map creation in pmapper

2006-05-22 Thread Gambin Dejan
Hi Armin, I have done this like you described me. I have a tileindex shapefile and I am zooming to the desired extent when clicking. The question is: how can I configure the application so that user can not zoom to larger extent than the one he used to open the map (for example the map is

[Pmapper-users] Dynamic map creation in pmapper

2006-05-22 Thread Armin Burger
Dejan, I see a possibility by writing the initial (= max ) extent as assoc array to a session variable at the start. And then you have to re-read this extent and use this one instad of the default. So, in map.php substitute line ~400 $this-maxextent = $this-map-extent; with something like