Menu

#247 Add support for OpenTopoMap.org - xml included

Already_implemented
open
nobody
None
1
2016-07-05
2013-07-26
Alex-Esko
No

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

1 Attachments

Discussion

  • r_x

    r_x - 2013-09-03

    Have you contacted the administrators of OpenTopoMap.org and asked for permission to add it to MOBAC?

     
  • Alex-Esko

    Alex-Esko - 2013-09-03

    He is a friend of mine, and he gave the permission easily:

    Stefan Erhardt schrieb:

    das ist ja cool, dass du die OTM in mobac einbauen möchtest. [1]
    ...
    [1] http://sourceforge.net/p/mobac/feature-requests/247/

    Translation:
    Its cool, that you engage to integrate OTM in mobac.

     

    Last edit: Alex-Esko 2013-09-03
  • r_x

    r_x - 2013-09-05

    Auf der Webseite steht aber explizit der Hinweis "Automatisierte Downloads großer Gebiete sind nicht erwünscht."

     
  • Alex-Esko

    Alex-Esko - 2013-09-05

    Ich habe ihn angeschrieben, damit er sich hier selbst zu Wort meldet.

     
  • phz

    phz - 2016-06-06

    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?

     
  • Pippo Luzzo

    Pippo Luzzo - 2016-07-05

    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.

     

Log in to post a comment.

MongoDB Logo MongoDB