[Mapserver-users] predefined bounding boxes
Debbie Pagurek
pagurekd at agr.gc.ca
Tue Apr 22 06:21:56 PDT 2003
Perhaps you can just set mapext to the desired bounding box?
or in php/mapscript you could set:
$bounds = explode(",",$h_boundbox);
$map->setextent($bounds[0],$bounds[1],$bounds[2],$bounds[3]);
D. Pagurek
>>> kevinflanders at rcn.com 04/15/03 03:48PM >>>
How can you access mapserver with a bounding box as part of the calling url?
So that the user arrives at the site already zoomed-in to their required
destination?
Kevin
_______________________________________________
Mapserver-users mailing list
Mapserver-users at lists.gis.umn.edu
http://lists.gis.umn.edu/mailman/listinfo/mapserver-users
More information about the MapServer-users
mailing list