Add support for OpenTopoMap.org - xml included
Brought to you by:
r_x
OpenTopoMap.org is a free, topographic map, which is made from fusioned data of OpenStreetMap und contour lines made available by SRTM. The style is loosely based on official german maps. It has a high contrast which accounts for its readability.
A working xml mapsource is attached.
The bsh content is here:
String getTileUrl( int zoom, int x, int y ) {
return "http://opentopomap.org/tiles/" + zoom + "/" + x + "/" + y + ".png";
}
tileType = "png";
tileSize = 256;
minZoom = 8;
maxZoom = 22;
It would be cool, if you can add it in the next release.
Greetings
Have you contacted the administrators of OpenTopoMap.org and asked for permission to add it to MOBAC?
He is a friend of mine, and he gave the permission easily:
Stefan Erhardt schrieb:
Translation:
Its cool, that you engage to integrate OTM in mobac.
Last edit: Alex-Esko 2013-09-03
Auf der Webseite steht aber explizit der Hinweis "Automatisierte Downloads großer Gebiete sind nicht erwünscht."
Ich habe ihn angeschrieben, damit er sich hier selbst zu Wort meldet.
Is it still working? because not work for me. I copied the xml file but the MOBAC not load any opentopomap.
Anybody can help me? Any idea?
I could extract some information from the website https://opentopomap.org/about Please see the attachment.
From that same website three url are given, a, b and c. I don't know the difference but the file attached contains reference only to the first one. If you feel the need you can modify the xml and point MOBAC to the other two url just changing the letter.