Changes between Version 2 and Version 3 of MapGuideRfc4
- Timestamp:
- 07/25/07 19:23:10 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc4
v2 v3 89 89 !GetFeaturesKml returns the actual content to be rendered on the map. For feature layers, a KML document is returned that contains the features represented in vector format, plus style information such as the color, line width etc. For raster layers, the raster image is returned in PNG format. Drawing layers (from DWF files) will not be supported (yet). 90 90 91 Here is an example of a sample request that will bring up Google Earth on the Sheboygan sample map: 92 http://callt72-le:8008/mapguide/mapagent/mapagent.fcgi?OPERATION=GetMapKml&VERSION=1.0.0&MAPDEFINITION=Library://Samples/Sheboygan/Maps/Sheboygan.MapDefinition&FORMAT=KML&LOCALE=en 93 91 94 == Implications == 92 95