Opened 8 years ago

Last modified 8 years ago

#15356 closed enhancement

Add Wikimedia map to the list of available maps — at Version 6

Reported by: nyurik Owned by: team
Priority: normal Milestone:
Component: External imagery source Version:
Keywords: Wikipedia Cc:

Description (last modified by Don-vip)

I tried to add it myself to https://josm.openstreetmap.de/wiki/Maps but I keep getting this error:

Warning: Invalid Wiki page: You are not allowed to change the default entries!

Please add this entry:

    <entry>
        <name>Wikimedia Map</name>
        <id>wikimedia-map</id>
        <type>tms</type>
        <default>true</default>
        <url>https://maps.wikimedia.org/osm-intl/{zoom}/{x}/{y}.png</url>
        <max-zoom>18</max-zoom>
        <attribution-text mandatory='true'>© OpenStreetMap contributors, CC-BY-SA</attribution-text>
        <attribution-url>https://www.openstreetmap.org/</attribution-url>
        <valid-georeference>true</valid-georeference>
    </entry>

Change History (6)

comment:1 by nyurik, 8 years ago

Description: modified (diff)

comment:2 by Don-vip, 8 years ago

Keywords: Wikipedia added
Type: defectenhancement

comment:3 by stoecker, 8 years ago

Component: CoreExternal imagery source

comment:4 by stoecker, 8 years ago

Remove the "default" line and you are allowed to do the change yourself.

comment:5 by stoecker, 8 years ago

BTW: Thats why it says: "You are not allowed to change the default entries!".

comment:6 by Don-vip, 8 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.