Changes between Version 14 and Version 15 of ExtendedRegions


Ignore:
Timestamp:
Jan 16, 2013, 12:08:25 AM (12 years ago)
Author:
jesseeichar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ExtendedRegions

    v14 v15  
    107107 * !GetMap - return a rendering of the geometry as a png.  If no background is specified the image will be a transparent png
    108108  * id - required
    109   * srs - (optional) default is EPSG:4326 otherwise it is the project to use when rendering the image
     109  * mapsrs - (optional) default is EPSG:4326 otherwise it is the project to use when rendering the image
    110110  * width - (optional) width of the image that is created.  Only one of width and height are permitted
    111111  * height - (optional) height of the image that is created.  Only one of width and height are permitted
    112   * background - URL for loading a background image for regions.   A WMS Getmap request is the typical example.  The URL must be parameterized with the following parameters:
     112  * background - (optional) URL for loading a background image for regions or a key that references the namedBackgrounds (configured in config.xml).   A WMS Getmap request is the typical example.  The URL must be parameterized with the following parameters:
    113113   * minx
    114114   * maxx
     
    120120 * geom - (optional) a wkt or gml encoded geometry.
    121121 * geomtype - (optional) defines if geom is wkt or gml.  allowed values are wkt and gml.  if not specified the it is assumed the geometry is wkt
     122 * geomsrs - (optional) the srs of the geometry passed in via the geom parameter
    122123
    123124'''!XmlSearch and !CswSearch Integration'''