[GIS] How to zoom to full map extent with mapserver

mapserver

I need to put checkbox with name "Zoom to extents" which will zoom to full map extent (first extent which appears by opening web page). Can someone help me?
In mapfile I have this "EXTENT 563090 5072655 588220 5093325".

Best Answer

Maybe this tutorial can help: http://docs.huihoo.com/mapserver/5.2.1/mapscript/php/by_example.html

This code will zoom out, zoom in, pan, and restore to full extent the image displayed in the previous example.

Related Question