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
torsdag 9. august 2018 kl. 19:25:06 UTC+2 skrev GB: > 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 wrote an "issue" about this. > https://github.com/osmandapp/Osmand/issues/5818 > > 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 > > -- You received this message because you are subscribed to the Google Groups "OsmAnd" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/osmand/f2959f3c-b97d-44dc-8574-774b09e91f4en%40googlegroups.com.
