Map sources do not work [Solved]. Plus some new ones

89 views
Skip to first unread message

GB

unread,
Aug 9, 2018, 1:25:06 PM8/9/18
to Osmand
I often go hiking on paths outdoors, and consider OsmAnd to be very useful for this purpose. Then I display a high quality topographic map (not OSM) as Underlay Map (which OsmAnd downloads as tiles from a server) and have the paths from OSM superimposed on top of that map. OSM is best for paths. I get the best from two maps combined. This combination is magnificent.

However, the Map sources that I used stopped working. (This is in Norway.)

I did some research and found some solutions, which I thought might be useful for others, if they need maps of Norway.

For Statkart Topo (NO) the topo number has been upgraded to 4, (see below). For Eniro, https does not work, however, http works.
There are also two new map sources that I discovered:
Norway's official 1:50000 raster/paper map of the whole country, and
Norway's official nautical map.


If a user reads this, I would like to remind that the user can edit (add) these directly in OsmAnd on the device (phone) under Configure Map / Map Source... / Define/Edit




Statkart Topo (NO)
old, does not work:

https://opencache.statkart.no/gatekeeper/gk/gk.open_gmaps?layers=topo2&zoom={0}&x={1}&y={2}


Statkart Topo4 (NO)
works:

https://opencache.statkart.no/gatekeeper/gk/gk.open_gmaps?layers=topo4&zoom={0}&x={1}&y={2}


Eniro Map (NO,SE,FI,DK,PL)
old, does not work:

String getTileUrl(int z, int x, int y) {return "https://map.eniro.com/geowebcache/service/tms1.0.0/map/"+z+"/"+x+"/"+((1 << z) - 1 - y) + ".png";}


Eniro Map (NO,SE,FI,DK,PL)
works:

String getTileUrl(int z, int x, int y) {return "http://map.eniro.com/geowebcache/service/tms1.0.0/map/"+z+"/"+x+"/"+((1 << z) - 1 - y) + ".png";}


NEW: (1:50000 raster/paper map of whole Norway)
Statkart Toporaster3 (NO)

https://opencache.statkart.no/gatekeeper/gk/gk.open_gmaps?layers=toporaster3&zoom={0}&x={1}&y={2}


NEW: Norway's official nautical map
Statkart Sjokartraster (Nautical) (NO)

https://opencache.statkart.no/gatekeeper/gk/gk.open_gmaps?layers=sjokartraster&zoom={0}&x={1}&y={2}



- gunnar22


F

unread,
Dec 8, 2020, 6:11:15 AM12/8/20
to OsmAnd
I use the same combination of underlay maps together with Statkart Topo 4. Although my problem has been that when i just install the map layer (statkart topo 4) from inside of Osmand, it will disappear after some time. Dont know why. I have added the map manually now using your link, so maybe that will help. Fingers crossed :P
Reply all
Reply to author
Forward
0 new messages