Modify

#23226 closed enhancement (fixed)

Add tracestrack topo map to list of availabe default entries

Reported by: Hufkratzer Owned by: team
Priority: normal Milestone:
Component: External imagery source Version:
Keywords: tracestrack Cc:

Description

There is a new map on osm.org: Tracestrack Topo

Please add it to the list of availabe default entries.

Related link:
https://community.openstreetmap.org/t/tracestrack-topo-als-hintergrund-in-josm/104354

Attachments (0)

Change History (10)

comment:1 by taylor.smock, 20 months ago

Component: Core imageryExternal imagery source

Feel free to add it to wiki:Maps/Worldwide. If you have an API key anyway. We don't have one.

comment:2 by stoecker, 20 months ago

P.S. if you have an API key and usage is clear, mail it to me, I'll add it to JOSM's API server mechanism.

comment:3 by Hufkratzer, 20 months ago

I emailed them and unfortunately got the answer that they don't want to provide a free key for JOSM because it would put too much load on their servers.

So I will close this ticket.

comment:4 by Hufkratzer, 20 months ago

Resolution: wontfix
Status: newclosed

comment:5 by SekeRob, 20 months ago

Somewhere read about 6-8 months ago there were 3.2K users of JOSM. BUT, guess once that API key would be made available it soon enough ends up in ID Editor too and that's a different ballgame. Rules do not stop as we've seen with (critical) imagery to which access was revoked courtesy of the abusers.

comment:6 by tracestrack, 14 months ago

Hi guys!

I'm from Tracestrack. Recently we've added rate limit and 256px tile support, making providing a free key to JOSM feasible. What are the steps to add it to the default imagery set? @stoecker Could you help here?

URL template is:
https://tile.tracestrack.com/topo__/{z}/{x}/{y}@1x.png?key=041e2e98b93659b9bce98f956fc177e7

An example tile:
https://tile.tracestrack.com/topo__/10/511/341@1x.png?key=041e2e98b93659b9bce98f956fc177e7

Current rate limit is set to 900 requests per minute (15 per sec).

comment:7 by tracestrack, 14 months ago

Resolution: wontfix
Status: closedreopened

comment:8 by stoecker, 14 months ago

Entry can be added at wiki:Maps/Worldwide, simply copy another TMS and adapt the values. There is also a preview feature and a input validation.

Most important are meta data like license or usage conditions, images and TOS and so on (most are a optional for JOSM). A broken URL we can fix, missing data not ;-)

Something like this (I'd recommend to add a proper icon/favicon either as link or data-url, that's what most people see first :-):

    <entry>
        <name>TraceStack</name>
        <id>tracestack</id>
        <category>osmbasedmap</category>
        <type>tms</type>
        <url>​https://tile.tracestrack.com/topo__/{z}/{x}/{y}@1x.png?key={apikey}</url>
        <max-zoom>18</max-zoom>
        <attribution-text mandatory='true'>© OpenStreetMap contributors, CC-BY-SA</attribution-text>
        <attribution-url>https://www.openstreetmap.org/copyright</attribution-url>
        <icon>data:image/png;base64,...</icon>
        <valid-georeference>true</valid-georeference> ... not sure about this. If in doubt remove it....
    </entry>

If I should add an API key please tell me the choosen <id> and the key, either by mail or when security is not an issue here in the ticket.

P.S. As you say 256px tiles: JOSM also supports other sizes. Only needs <tile-size> parameter. P.S. Docs are here: wiki:Maps

in reply to:  8 comment:9 by tracestrack, 14 months ago

Thanks! I adapted your snippet and added to the wiki. However there is something wrong in the preview page: https://josm.openstreetmap.de/mapsview?entry=Tracestrack%20Topo%20Universal It looks like the URLs are not parsed correctly.

Replying to stoecker:

Entry can be added at wiki:Maps/Worldwide, simply copy another TMS and adapt the values. There is also a preview feature and a input validation.

Most important are meta data like license or usage conditions, images and TOS and so on (most are a optional for JOSM). A broken URL we can fix, missing data not ;-)

Something like this (I'd recommend to add a proper icon/favicon either as link or data-url, that's what most people see first :-):

    <entry>
        <name>TraceStack</name>
        <id>tracestack</id>
        <category>osmbasedmap</category>
        <type>tms</type>
        <url>​https://tile.tracestrack.com/topo__/{z}/{x}/{y}@1x.png?key={apikey}</url>
        <max-zoom>18</max-zoom>
        <attribution-text mandatory='true'>© OpenStreetMap contributors, CC-BY-SA</attribution-text>
        <attribution-url>https://www.openstreetmap.org/copyright</attribution-url>
        <icon>data:image/png;base64,...</icon>
        <valid-georeference>true</valid-georeference> ... not sure about this. If in doubt remove it....
    </entry>

If I should add an API key please tell me the choosen <id> and the key, either by mail or when security is not an issue here in the ticket.

P.S. As you say 256px tiles: JOSM also supports other sizes. Only needs <tile-size> parameter. P.S. Docs are here: wiki:Maps

comment:10 by stoecker, 14 months ago

Resolution: fixed
Status: reopenedclosed

There was a hidden UTF-8 character at the beginning of the URL. Copy&Paste issue I assume.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.