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