Changes between Version 15 and Version 16 of WMSWrapper
- Timestamp:
- 2021-12-22T12:15:25-04:00 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WMSWrapper
v15 v16 4 4 5 5 == SWIG !MapScript (MS4W 5.x) == 6 7 * name the following file 'wms-wrapper.php' 6 8 7 9 {{{ … … 48 50 ?> 49 51 }}} 52 53 * GetCapabilities request: http://127.0.0.1/wms-wrapper.php?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities 54 55 * GetMap request: http://127.0.0.1/wms-wrapper.php?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&BBOX=-180,-90,180,90&SRS=EPSG:4326&WIDTH=953&HEIGHT=480&LAYERS=ocean&STYLES=&FORMAT=image/jpeg&TRANSPARENT=true