GMap (PHP MapScript Sample Application)

GMap Application

GMap OGC WMS Server Instances:

OnlineResource:
http://...hostname.../cgi-bin/mapserv.exe?MAP=/ms4w/apps/gmap/htdocs/gmap75_wms.map

GetCapabilities:
http://...hostname.../cgi-bin/mapserv.exe?MAP=/ms4w/apps/gmap/htdocs/gmap75_wms.map&SERVICE=wms&VERSION=1.1.1&REQUEST=GetCapabilities

GetMap (this URL is incomplete according to WMS spec):
http://...hostname.../cgi-bin/mapserv.exe?MAP=/ms4w/apps/gmap/htdocs/gmap75_wms.map&SERVICE=wms&VERSION=1.1.1&LAYERS=bathymetry,land_fn&REQUEST=GetMap&SRS=EPSG:42304&BBOX=-2200000,-712631,3072800,3840000&FORMAT=image/png&WIDTH=400&HEIGHT=300

GMap OGC WFS Server Instances:

OnlineResource:
http://...hostname.../cgi-bin/mapserv.exe?MAP=/ms4w/apps/gmap/htdocs/gmap75_wfs.map

GetCapabilities:
http://...hostname.../cgi-bin/mapserv.exe?MAP=/ms4w/apps/gmap/htdocs/gmap75_wfs.map&SERVICE=wfs&VERSION=1.0.0&REQUEST=GetCapabilities

GetFeature (this URL is incomplete according to WFS spec):
http://...hostname.../cgi-bin/mapserv.exe?MAP=/ms4w/apps/gmap/htdocs/gmap75_wfs.map&SERVICE=wfs&VERSION=1.0.0&TYPENAME=park&REQUEST=GetFeature