Changes between Version 74 and Version 75 of MigrationGuide5.x
- Timestamp:
- 2026-02-16T17:12:47-04:00 (12 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MigrationGuide5.x
v74 v75 45 45 * setOpacity() example: [[SWIGMapScriptOpacity|MS4W 5.x]] 46 46 * ''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: 48 48 {{{ 49 49 #!php
