Changes between Version 43 and Version 44 of MigrationGuide5.x


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

--

Legend:

Unmodified
Added
Removed
Modified
  • MigrationGuide5.x

    v43 v44  
    2828  * setOpacity() example: [[SWIGMapScriptOpacity|MS4W 5.x]]
    2929* ''quickmap.php'' has also been updated (see locally at ''/ms4w/Apache/htdocs/quickmap.php'')
    30 * be aware that with the !MapServer 8 release, many '''deprecated''' things have been removed and will now throw an error.  For example, there is no longer a ''setMetaData()'' function for a Layer, in [[https://mapserver.org/mapscript/mapscript.html|SWIG MapScript]].  Instead here is a working example:
     30* be aware that with the !MapServer 8 release, many '''deprecated''' things have been removed and will now throw an error.  For example, there is no longer a ''setMetaData()'' function for a Layer, in [[https://mapserver.org/mapscript/mapscript.html|SWIG MapScript]].  Instead we must access the 'metadata' hashTableObj directly, here is a working example:
    3131  {{{
    3232    #!php