ahhhh, okay i see what i did
Sent from my Verizon, Samsung Galaxy smartphone -------- Original message --------From: Alexandre Schmidt <[email protected]> Date: 10/21/18 13:35 (GMT-05:00) To: Osmand <[email protected]> Subject: Re: OSM and map tiles Are you sure you create the directories under /sdcard/Android/data/net.osmand.plus/files/tiles? Your path might be different. You can check your directory by going to Settings -> General settings -> Data storage folder. Take note of this folder and make sure you create the files within the tiles subfolder. So that, if your "Data storage folder" is "/some/directory/net.osmand.plus/files", then you have to create the subdirectories inside "tiles", i.e. "/some/directory/net.osmand.plus/files/tiles/<dir1>", "/some/directory/net.osmand.plus/files/tiles/<dir2>", "/some/directory/net.osmand.plus/files/tiles/<dir3>", etc. For me, "Data storage folder" is "/storage/emulated/0/Android/data/net.osmand.plus/files", so my directories and .metainfo files are like this: /sdcard/Android/data/net.osmand.plus/files/tiles/AirNavEHC/.metainfo/sdcard/Android/data/net.osmand.plus/files/tiles/AirNavIFRLC/.metainfo /sdcard/Android/data/net.osmand.plus/files/tiles/AirNavSECTC/.metainfo/sdcard/Android/data/net.osmand.plus/files/tiles/AirNavVFRC/.metainfo/sdcard/Android/data/net.osmand.plus/files/tiles/AirNavWACC/.metainfo Is your file structure like this as well? Alex. On Sunday, October 21, 2018 at 6:18:34 PM UTC+1, Andrew Mycoskie wrote:alexander, i tried your method, no go. idk why its screwing up. On Sun, Oct 21, 2018, 13:12 Alexandre Schmidt <[email protected]> wrote: See... Tiles in the wrong position indicates that the TMS tile server is not in your typical z,x,y format. Try z,y,x. There are some oddball formats that require a calculation that osmand can't handle. If I recall, Bing is one example. Considering you may use beanshell, I think this is not a limitation anymore. There are non-TMS tile servers such as WMS that osmand can't handle. Some tile servers take exceptional steps to prevent simple programs from using their tiles by obsficating the simple z,x,y style. They don't want you using their servers. It is true that they don't want their servers to be used this way. But, from a programming perspective, it can be done. -- You received this message because you are subscribed to a topic in the Google Groups "Osmand" group. To unsubscribe from this topic, visit https://groups.google.com/d/topic/osmand/Stt3Du6TtLs/unsubscribe. To unsubscribe from this group and all its topics, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to a topic in the Google Groups "Osmand" group. To unsubscribe from this topic, visit https://groups.google.com/d/topic/osmand/Stt3Du6TtLs/unsubscribe. To unsubscribe from this group and all its topics, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout. -- 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]. For more options, visit https://groups.google.com/d/optout.
