Changes between Version 453 and Version 454 of Maps


Ignore:
Timestamp:
2017-05-18T17:37:59+02:00 (8 years ago)
Author:
stoecker
Comment:

Add JOSM API key

Legend:

Unmodified
Added
Removed
Modified
  • Maps

    v453 v454  
    9595        <id>opencylemap</id>
    9696        <type>tms</type>
    97         <url>https://{switch:a,b,c}.tile.thunderforest.com/cycle/{zoom}/{x}/{y}.png</url>
     97        <url>https://{switch:a,b,c}.tile.thunderforest.com/cycle/{zoom}/{x}/{y}.png?apikey=oLYNTE4VvZmslDD</url> <!-- JOSM API key -->
    9898        <max-zoom>22</max-zoom>
    9999        <attribution-text mandatory='true'>Data © OpenStreetMap contributors</attribution-text>
     
    109109        <id>tf-landscape</id>
    110110        <type>tms</type>
    111         <url>https://{switch:a,b,c}.tile.thunderforest.com/landscape/{zoom}/{x}/{y}.png</url>
     111        <url>https://{switch:a,b,c}.tile.thunderforest.com/landscape/{zoom}/{x}/{y}.png?apikey=oLYNTE4VvZmslDD</url> <!-- JOSM API key -->
    112112        <attribution-text mandatory='true'>Data © OpenStreetMap contributors</attribution-text>
    113113        <attribution-url>http://www.openstreetmap.org/copyright/</attribution-url>