Changes between Version 6 and Version 7 of SWIGMapScriptNewLayer


Ignore:
Timestamp:
2021-12-23T14:05:38-04:00 (2 years ago)
Author:
Jeff McKenna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SWIGMapScriptNewLayer

    v6 v7  
    5454$oWMSLayer->setConnectionType(MS_WMS, NULL);
    5555$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:
    5657$oWMSLayer->metadata->set("wms_name", "popplace");
    5758$oWMSLayer->metadata->set("wms_srs", "EPSG:3978");