Opened 20 months ago
Closed 14 months ago
#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 , 20 months ago
Component: | Core imagery → External imagery source |
---|
comment:2 by , 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 , 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 , 20 months ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:5 by , 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 , 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 , 14 months ago
Resolution: | wontfix |
---|---|
Status: | closed → reopened |
follow-up: 9 comment:8 by , 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
comment:9 by , 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 , 14 months ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
There was a hidden UTF-8 character at the beginning of the URL. Copy&Paste issue I assume.
Feel free to add it to wiki:Maps/Worldwide. If you have an API key anyway. We don't have one.