Changes between Version 7 and Version 8 of SWIGMapScriptNewLayer
- Timestamp:
- 2021-12-23T14:16:33-04:00 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SWIGMapScriptNewLayer
v7 v8 54 54 $oWMSLayer->setConnectionType(MS_WMS, NULL); 55 55 $oWMSLayer->__set("connection", "https://demo.gatewaygeomatics.com/cgi-bin/wms_gateway?"); 56 // setMetaData() is no longer available, so we must now access the 'metadata' hashTableObj , such as:56 // setMetaData() is no longer available, so we must now access the 'metadata' hashTableObj keys and values directly, such as: 57 57 $oWMSLayer->metadata->set("wms_name", "popplace"); 58 58 $oWMSLayer->metadata->set("wms_srs", "EPSG:3978");