Changes between Version 590 and Version 591 of Maps
- Timestamp:
- 2022-02-09T22:07:24+01:00 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Maps
v590 v591 95 95 * {w},{s},{n},{e} are replaced by corresponding coordinates 96 96 * {wkid} is replaced by projection "well known id", i.e. {proj} with "EPSG:" string stripped of 97 * {apikey} is replaced by the JOSM custom API Key for the given id, if defined on the JOSM web server 97 98 98 99 To find out all the needed parameters of a WMS open the GetCapabilities URL. It usually looks like this `http://...service=wms&request=getcapabilities` … … 110 111 111 112 For WMTS you specify the URL to the GetCapabilities document. JOSM will fetch the document and interpret all the data there. If there is more than one layer within one service, JOSM will ask the user, which tile he wants to work with. Multiple styles are not yet supported. 113 114 For WMTS you can specify tile URL template. Following patterns are supported: 115 * {apikey} is replaced by the JOSM custom API Key for the given id, if defined on the JOSM web server 112 116 113 117 === Mapbox Vector Tile Services (MVT) ===