This development refers to the effort to add methods to update objects using string representations of mapfile snippets. The result will be:
1) a series of methods added to mapscript to allow this
2) a revamped URL configuration capability that allows users to pass snippets (albeit with limited options)
Tasks:
- update loadObject (e.g. loadLayer) functions to allow tokens that define the object in parsing. Normally those would be stripped by parent loaders but string updates can bypass those. (DONE)
- write loadObjectFromString wrappers
- reference loadObjectFromString wrappers in MapScript?
- remove loadObjectValue functions
- re-write msLoadMapParameter as msLoadMapFromURL, function will call the loadObjectFromString functions
- implement parameter to toggle URL configuration
Steve