Changes between Version 72 and Version 73 of MigrationGuide5.x


Ignore:
Timestamp:
2025-02-22T11:31:24-04:00 (7 hours ago)
Author:
Jeff McKenna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MigrationGuide5.x

    v72 v73  
    6161      //get WEB object metadata
    6262      echo $oMap->web->metadata->get("wms_title");
     63      //set the WEB object metadata
     64      $oMap->web->metadata->set("ows_title", "MS4W demo");
    6365    ?>
    6466  }}}