#15173 closed enhancement (fixed)
Add OpenTopoMap as Imagery source
| Reported by: | Atalanttore | Owned by: | Atalanttore |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | External imagery source | Version: | latest |
| Keywords: | OpenTopoMap | Cc: | stoecker |
Description (last modified by )
Hi,
please add https://opentopomap.org/ to the list of Imagery sources.
OpenTopoMap is very useful for adding mountain peaks at their highest position.
Regards,
Ettore
Attachments (0)
Change History (10)
comment:1 by , 8 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 8 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → needinfo |
comment:3 by , 8 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | needinfo → closed |
Please add it yourself, the bugtracker is meant to track things only JOSM developers can do.
comment:4 by , 8 years ago
The wiki doesn't allow my entry (see below). It reports: You are not allowed to change the default entries!
<entry>
<name>OpenTopoMap</name>
<id>OpenTopoMap</id>
<type>tms</type>
<default>true</default>
<url>http://tile.opentopomap.org/{zoom}/{x}/{y}.png</url>
<attribution-text mandatory="true">Kartendaten: © OpenStreetMap-Mitwirkende, SRTM | Kartendarstellung: © OpenTopoMap (CC-BY-SA)</attribution-text>
<attribution-url>https://tile.opentopomap.org/about#verwendung</attribution-url>
<min-zoom>3</min-zoom>
<max-zoom>17</max-zoom>
<valid-georeference>true</valid-georeference>
</entry>
Regards,
Ettore
follow-up: 7 comment:6 by , 8 years ago
<default>false</default> didn't work as well (same error like before). I had to remove the line completely.
Regards,
Ettore
follow-up: 10 comment:7 by , 8 years ago
| Cc: | added |
|---|
Replying to Atalanttore:
<default>false</default>didn't work as well (same error like before). I had to remove the line completely.
@Dirk: sounds like a bug?
comment:8 by , 8 years ago
| Resolution: | worksforme → fixed |
|---|
comment:9 by , 8 years ago
I don't think we need <default>false</default>. Currently there are only 7 default entries. Just omit the line for the other 599 entries.
comment:10 by , 8 years ago
Replying to Don-vip:
Replying to Atalanttore:
<default>false</default>didn't work as well (same error like before). I had to remove the line completely.
@Dirk: sounds like a bug?
A design issue :-)
The checks aren't intelligent enough to detect the contents of <default>. It only prevents <default> completely, as there is no need for a false value at all.



It's a wiki, you're allowed to add the entry yourself (less work for us!)