Changes between Version 24 and Version 25 of HttpApi/RenderingService


Ignore:
Timestamp:
Apr 28, 2010, 11:54:30 AM (14 years ago)
Author:
trevorwekel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HttpApi/RenderingService

    v24 v25  
    161161|| [#Password1.0 PASSWORD] || text || Optional || Password for !MapGuide user.[[BR]]SESSION or USERNAME and PASSWORD must be specified. ||
    162162|| [#MapName1.0 MAPNAME] || text || Optional || Name of the map to display.[[BR]]This corresponds to the !GetName() value for the resource identifier.[[BR]]MAPNAME or MAPDEFINITION must be specified. ||
    163 || [#MapDefinition1.0 MAPDEFINITION] || text || Optional || Name of the map to display.[[BR]]This corresponds to the !GetName() value for the resource identifier.[[BR]]MAPNAME or MAPDEFINITION must be specified. ||
     163|| [#MapDefinition1.0 MAPDEFINITION] || text || Optional || Resource identifier for the map definition.[[BR]]MAPNAME or MAPDEFINITION must be specified. ||
    164164|| [#Format1.0 FORMAT] || JPG/PNG || Yes || Image format for rendered image ||
    165165|| [#KeepSelection1.0 KEEPSELECTION] || 0/1 || Optional || If true, render selected feature(s) even if they are outside the current scale. ||
     
    230230                                        &SETDISPLAYHEIGHT=500
    231231                                        &SETDISPLAYWIDTH=500
     232                                        &KEEPSELECTION=1
    232233                                        &SHOWLAYERS=d5d01111-5f75-102c-8000-02004c4f4f50,d5d01118-5f75-102c-8000-02004c4f4f50
    233234}}}
    234 Sets center of map to (-114,51) and scale to 1:50000.  Turns on layers d5d01111 and d5d01118.  The visible layers are rendered as a 500 by 500 eight bit PNG image.  Any selection already defined by web extensions API calls will be drawn in blue.  Changes to center, scale and layer visibility are retained.
     235Sets center of map to (-114,51) and scale to 1:50000.  Turns on layers d5d01111 and d5d01118.  The visible layers are rendered as a 500 by 500 PNG image.  Any selection already defined by web extensions API calls will be drawn in blue regardless of scale.  Changes to center, scale and layer visibility are retained.
    235236{{{
    236237http://localhost/mapguide/mapagent.fcgi?OPERATION=GETMAPIMAGE
     
    247248                                        &SHOWLAYERS=d5d01111-5f75-102c-8000-02004c4f4f50,d5d01118-5f75-102c-8000-02004c4f4f50
    248249}}}
    249 Creates a temporary map.  Sets center of map to (-114,51) and scale to 1:50000.  Turns on layers d5d01111 and d5d01118.  The visible layers are rendered as a 500 by 500 eight bit PNG image.  No selection is defined or drawn.
    250 === Technical Notes ===
     250Creates a temporary map.  Sets center of map to (-114,51) and scale to 1:50000.  Turns on layers d5d01111 and d5d01118.  The visible layers are rendered as a 500 by 500 PNG image.  No selection is defined or drawn.
     251=== Technical Notes ===