Changes between Version 590 and Version 591 of Maps


Ignore:
Timestamp:
2022-02-09T22:07:24+01:00 (3 years ago)
Author:
stoecker
Comment:

Add apikey

Legend:

Unmodified
Added
Removed
Modified
  • Maps

    v590 v591  
    9595 * {w},{s},{n},{e} are replaced by corresponding coordinates
    9696 * {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
    9798
    9899To find out all the needed parameters of a WMS open the GetCapabilities URL. It usually looks like this `http://...service=wms&request=getcapabilities`
     
    110111
    111112For 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
     114For 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
    112116
    113117=== Mapbox Vector Tile Services (MVT) ===