Changes between Version 32 and Version 33 of Maps
- Timestamp:
- 2011-06-29T17:12:13+02:00 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Maps
v32 v33 96 96 == WMS services == 97 97 WMS services are specified by 'wms:' prefix (can be omitted). URL's of these services must be designed to append arguments directly behind. So the they should either end with ''?'' or ''&''. Following arguments are added 98 * width ,98 * width 99 99 * height 100 100 * bbox … … 102 102 103 103 If more specific URL design is needed, then patterns are supported as well. If patterns are found no other arguments are added: 104 * {proj} is replaced by projection 104 * {proj} is replaced by projection. Also {proj('''...''')} is supported, where '''...''' is a list of comma separated EPSG codes to allow checking valid projections. 105 105 * {bbox} is replaced by bounding box using projected coordinates 106 106 * {width} is requested display width
