Changes between Version 7 and Version 8 of SWIGMapScriptNewLayer


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

--

Legend:

Unmodified
Added
Removed
Modified
  • SWIGMapScriptNewLayer

    v7 v8  
    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:
     56// setMetaData() is no longer available, so we must now access the 'metadata' hashTableObj keys and values directly, such as:
    5757$oWMSLayer->metadata->set("wms_name", "popplace");
    5858$oWMSLayer->metadata->set("wms_srs", "EPSG:3978");