I noticed two changes in MapGuide 3.1.1. Perhaps this is due to an updated version of the FDO providers. But the OGR provider now expects single quote ' instead of double quote " for value fields. Double quoted strings are now always treated as column names. This is great as Oracle and SQL Spatial provider already do it this way (we had to make special cases for writing filters for the OGR provider, however we have to remove these now: if (providername=="OSGeo.OGR") from our source code now).
Selection XML, again when using OGR provider, now encodes all ID's as Base64 encoded Int64 instead of Int32 (Example <ID>FiMAAAAAAAA=</ID>). Affects our code that either selects objects or get a list of selected objects. Not a big deal either. Is there anything else I missed? That might be useful to know? Best regards Hans Milling... -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html _______________________________________________ mapguide-users mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/mapguide-users
