Changes between Version 8 and Version 9 of Maps


Ignore:
Timestamp:
2010-12-21T14:14:18+01:00 (15 years ago)
Author:
Upliner
Comment:

Document TMS support

Legend:

Unmodified
Added
Removed
Modified
  • Maps

    v8 v9  
    6767  * EULA link (optional)
    6868
    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
     69Four 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 ==
     72WMS-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
    7073 * width,
    7174 * height
     
    8184
    8285Enter [/maps] as map source URL in JOSM to use this page (is default).
     86
     87== TMS-like services ==
     88TMS-like services are specified by 'tms:' and 'bing:' prefixes. Bing service is currently hardcoded and everything after this prefix is ignored.
     89
     90For 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
     94By default, following pattern is used: /{zoom}/{x}/{y}.png