Changes between Version 7 and Version 8 of ExtendedRegions
- Timestamp:
- 11/21/12 11:56:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ExtendedRegions
v7 v8 117 117 * width 118 118 * height 119 * srs (Optional) 119 * srs (optional) 120 * geom - (optional) a wkt or gml encoded geometry. 121 * 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 120 122 121 123 The !XmlSearch API will be modified so the geom parameter can either be WKT or have the form: region:id, where id is the id of the region to use as a geometry. If the region has a geometry then that geometry will be loaded otherwise the bbox will be used to create a polygon geometry.