Changes between Version 74 and Version 75 of MigrationGuide5.x


Ignore:
Timestamp:
2026-02-16T17:12:47-04:00 (12 hours ago)
Author:
Jeff McKenna
Comment:

fix SWIG MapScript url

Legend:

Unmodified
Added
Removed
Modified
  • MigrationGuide5.x

    v74 v75  
    4545  * setOpacity() example: [[SWIGMapScriptOpacity|MS4W 5.x]]
    4646* ''quickmap.php'' has also been updated (see locally at ''/ms4w/Apache/htdocs/quickmap.php'')
    47 * 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 (or a ''getMetaData()'' function), in [[https://mapserver.org/mapscript/mapscript.html|SWIG MapScript]].  Instead we must access the 'metadata' hashTableObj keys and values directly, here is a working example:
     47* 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 (or a ''getMetaData()'' function), in [[https://mapserver.org/mapscript/mapscript-api/|SWIG MapScript]].  Instead we must access the 'metadata' hashTableObj keys and values directly, here is a working example:
    4848  {{{
    4949    #!php