Changes between Version 45 and Version 46 of HttpApi/RenderingService
- Timestamp:
- 04/29/10 14:11:58 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HttpApi/RenderingService
v45 v46 112 112 == !GetMapLegendImage ==#GetMapLegendImage2.1 113 113 === Overview === 114 Generates a legend image for the the currently displayed scale of the map identified by SESSION and MAPNAME. !GetMapLegendImage in !MapGuide 2.1 is identical to [#GetMapLegendImage 1.2 GetMapLegendImage in MapGuide 1.2] with the addition of a CLIENTAGENT parameter.114 Generates a legend image for the the currently displayed scale of the map identified by SESSION and MAPNAME. !GetMapLegendImage in !MapGuide 2.1 is identical to [#GetMapLegendImage2.0 GetMapLegendImage in MapGuide 2.0] with the addition of a CLIENTAGENT parameter. 115 115 === Parameters === 116 116 || '''Name''' || '''Value''' || '''Required''' || '''Description''' || … … 120 120 || [#Session1.0 SESSION] || session identifier || Yes || !MapGuide session identifier containing map to display || 121 121 || [#MapName1.0 MAPNAME] || text || Yes || Name of the map to display.[[BR]]This corresponds to the !GetName() value for the resource identifier. || 122 || [#Format1.0 FORMAT] || JPG/PNG || Yes || Image format for rendered image ||122 || [#Format1.0 FORMAT] || JPG/PNG/PNG8 || Yes || Image format for rendered image || 123 123 || [#Width1.0 WIDTH] || integer || Yes || Width of legend image || 124 124 || [#Height1.0 HEIGHT] || integer || Yes || Height of legend image || … … 268 268 == !GetMapLegendImage ==#GetMapLegendImage2.0 269 269 === Overview === 270 Generates a legend image for the the currently displayed scale of the map identified by SESSION and MAPNAME. !GetMapLegendImage in !MapGuide 2.0 is identical to [#GetMapLegendImage1.2 GetMapLegendImage in MapGuide 1.2] .270 Generates a legend image for the the currently displayed scale of the map identified by SESSION and MAPNAME. !GetMapLegendImage in !MapGuide 2.0 is identical to [#GetMapLegendImage1.2 GetMapLegendImage in MapGuide 1.2] with the addition of PNG8 as an output format. 271 271 === Parameters === 272 272 || '''Name''' || '''Value''' || '''Required''' || '''Description''' || 273 273 || [#Operation1.0 OPERATION] || GETMAPLEGENDIMAGE || Yes || Operation to execute || 274 || [#Version1.0 VERSION] || 2. 1.0 || Yes || Operation version ||274 || [#Version1.0 VERSION] || 2.0.0 || Yes || Operation version || 275 275 || [#Session1.0 SESSION] || session identifier || Yes || !MapGuide session identifier containing map to display || 276 276 || [#MapName1.0 MAPNAME] || text || Yes || Name of the map to display.[[BR]]This corresponds to the !GetName() value for the resource identifier. || 277 || [#Format1.0 FORMAT] || JPG/PNG || Yes || Image format for rendered image ||277 || [#Format1.0 FORMAT] || JPG/PNG/PNG8 || Yes || Image format for rendered image || 278 278 || [#Width1.0 WIDTH] || integer || Yes || Width of legend image || 279 279 || [#Height1.0 HEIGHT] || integer || Yes || Height of legend image ||