Changes between Version 58 and Version 59 of MigrationGuide5.x


Ignore:
Timestamp:
2023-09-26T14:34:57-03:00 (7 months ago)
Author:
Jeff McKenna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MigrationGuide5.x

    v58 v59  
    3939      $oWMSLayer->metadata->set("wms_format", "image/png");
    4040      //set the PROCESSING directive on the layer (not beneficial for WMS layers, but useful for database layers, so set here only as an example)
    41       $oLayer->setProcessingKey("CLOSE_CONNECTION", "DEFER");
     41      $oDBLayer->setProcessingKey("CLOSE_CONNECTION", "DEFER");
    4242      //get LAYER metadata using the new 'metadata' hashTableObj keys directly
    4343      echo $oWMSLayer->metadata->get("wms_title");