Changes between Version 24 and Version 25 of MigrationGuide5.x


Ignore:
Timestamp:
2021-12-22T17:02:03-04:00 (2 years ago)
Author:
Jeff McKenna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MigrationGuide5.x

    v24 v25  
    1515  * WMS wrapper example: [[WMSWrapper|MS4W 5.x]]
    1616  * setOpacity() example: [[SWIGMapScriptOpacity|MS4W 5.x]]
    17 * quickmap.php has also been updated (see locally at ''/ms4w/Apache/htdocs/quickmap.php'')
     17* ''quickmap.php'' has also been updated (see locally at ''/ms4w/Apache/htdocs/quickmap.php'')
    1818* 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:
    1919  {{{
     
    2929=== Python ===
    3030
    31 * quickmap.py has been included in ''/ms4w/msplugins/mapscript/python/'' (follow the instructions at top of file)
     31* ''quickmap.py'' has been included in ''/ms4w/msplugins/mapscript/python/'' (follow the instructions at top of file)
    3232* the GDAL Python utilities can be called at the commandline such as:
    3333  {{{