Changes between Version 50 and Version 51 of MigrationGuide5.x
- Timestamp:
- 2022-01-28T15:03:09-04:00 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MigrationGuide5.x
v50 v51 28 28 * setOpacity() example: [[SWIGMapScriptOpacity|MS4W 5.x]] 29 29 * ''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 (or ''getMetaData()'' ), 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: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 (or ''getMetaData()'' function as well), 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: 31 31 {{{ 32 32 #!php