Так же, существует способ для того, чтобы создать свой источник тайлов (Собственный рендеринг, WMS). Если зайти /sdcard/osmand/tiles/<имя источника>, то можно найти файл .metainfo, который и содержит всю необходимую информацию о загрузке тайлов.
Osmand не работает с онлайн картами Гугл-спутник. В FAQ 'https://code.google.com/p/osmand/wiki/FAQ#Why_does_OsmAnd_not_offer_access_to_google_maps?' указано почему. Но там же указано что можно добавить код и все будет ок:
Why does OsmAnd not offer access to google maps?
Basically, there are two reasons. Firstly, OsmAnd is meant to support the OSM project and tries to take that path as far as possible. Secondly, licensing issues. OsmAnd cannot be distributed with google map sources, however, you can add the tile source manually with this code:
https://groups.google.com/forum/#!topic/osmand/A2AAZCIauz0
I want to represent new way how tile sources will be provided. Take a look at xml http://download.osmand.net/tile_sources.php.
Now application will not store all the tile sources only that user installed. So user will choose what tile sources he wants to be displayed in list. Installation list will be everytime downloaded from internet.
Example of Tile source :
Please provide reasonable tile sources in that format even if the are localized for one region. Put the answers in that mail list :)
Best Regards,
Victor
Osmand не работает с онлайн картами Гугл-спутник. В FAQ 'https://code.google.com/p/osmand/wiki/FAQ#Why_does_OsmAnd_not_offer_access_to_google_maps?' указано почему. Но там же указано что можно добавить код и все будет ок:
Why does OsmAnd not offer access to google maps?
Basically, there are two reasons. Firstly, OsmAnd is meant to support the OSM project and tries to take that path as far as possible. Secondly, licensing issues. OsmAnd cannot be distributed with google map sources, however, you can add the tile source manually with this code:
https://groups.google.com/forum/#!topic/osmand/A2AAZCIauz0
I want to represent new way how tile sources will be provided. Take a look at xml http://download.osmand.net/tile_sources.php.
Now application will not store all the tile sources only that user installed. So user will choose what tile sources he wants to be displayed in list. Installation list will be everytime downloaded from internet.
Example of Tile source :
Please provide reasonable tile sources in that format even if the are localized for one region. Put the answers in that mail list :)
Best Regards,
Victor