Changes between Version 8 and Version 9 of Maps
- Timestamp:
- 2010-12-21T14:14:18+01:00 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Maps
v8 v9 67 67 * EULA link (optional) 68 68 69 URL's of WMS services must be designed to append arguments directly behind. So the they should either end with ''?'' or ''&''. Following arguments are added 69 Four types of imagery services are supported which are specified by URL following prefixes: 'wms:', 'html:', 'tms:' and 'bing:'. By default 'wms:' prefix is used. 70 71 == WMS-like services == 72 WMS-like services are specified by 'wms:' and 'html' prefixes. 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 70 73 * width, 71 74 * height … … 81 84 82 85 Enter [/maps] as map source URL in JOSM to use this page (is default). 86 87 == TMS-like services == 88 TMS-like services are specified by 'tms:' and 'bing:' prefixes. Bing service is currently hardcoded and everything after this prefix is ignored. 89 90 For TMS you can specify base URL or tile URL template. Following patterns are supported: 91 * {zoom} is replaced by tile zoom level 92 * {x} is replaced by X-coordinate of the tile 93 * {y} is replaced by Y-coordinate of the tile 94 By default, following pattern is used: /{zoom}/{x}/{y}.png