Map creator missing from 2.8.12
5 posters
Map creator missing from 2.8.12
I cannot find map creator following update to 4.8.12.
Is it just me being particularly dumb or did it move or what?
Is it just me being particularly dumb or did it move or what?
Last edited by orux on Tue Mar 20, 2012 5:48 pm; edited 1 time in total (Reason for editing : PostIt (orux))
chrisaroche- Cantidad de envíos : 1
Fecha de inscripción : 2012-03-19
Re: Map creator missing from 2.8.12
chrisaroche wrote:I cannot find map creator following update to 4.8.12.
Is it just me being particularly dumb or did it move or what?
Hi,
You still can download maps.
But I do not want problems with map providers, about 'terms of use'.
1.-Try first:
a) go to oruxmaps/mapfiles/ folder in your sdcard.
b) delete onlinemapsources.xml file
c) restart OruxMaps
d) in the online map selector dialog, click 'reset map sources' button.
Your maps should be 'downloadable' again.
2.-If there is still one map not downloadable, the user must edit the online configuration file to enable that feature, if not possible:
a) go to oruxmaps/mapfiles/ folder, edit (with wordpad or similar) the file onlinemapsources.xml
b)change downloadable tag from '0' to '1':
<onlinemapsource uid="0">
<name>Google Maps</name>
<url><![CDATA[http://mt{$s}.google.com/vt/lyrs=m@121&hl={$l}&x={$x}&y={$y}&z={$z}]]></url>
<minzoom>0</minzoom>
<maxzoom>19</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers>0,1,2,3</servers>
<httpparam name=""></httpparam>
<cacheable>1</cacheable>
<downloadable>1</downloadable>
<maxtilesday>0</maxtilesday>
<maxthreads>0</maxthreads>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
<sop></sop>
</onlinemapsource>
c) restart OruxMaps
d) in the online map selector dialog, click 'reset map sources' button.
orux
Last edited by orux on Wed Mar 21, 2012 6:38 pm; edited 1 time in total
orux- Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06
Re: Map creator missing from 2.8.12
Could you explain that more deeply, please; I am still able to download maps, using the old button style, so where is the problem? And downloading new style does not work, even after inserting <downloadable>1</downloadable>
tomseitz- Cantidad de envíos : 11
Fecha de inscripción : 2011-11-28
Re: Map creator missing from 2.8.12
tomseitz wrote:Could you explain that more deeply, please; I am still able to download maps, using the old button style, so where is the problem? And downloading new style does not work, even after inserting <downloadable>1</downloadable>
Edited previous post, with more info.
orux
orux- Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06
Thanks - but still not working. In fact, can't find a button called "reset map sources" in the online map selector...
orux wrote:chrisaroche wrote:I cannot find map creator following update to 4.8.12.
Is it just me being particularly dumb or did it move or what?
Hi,
You still can download maps.
But I do not want problems with map providers, about 'terms of use'.
1.-Try first:
a) go to oruxmaps/mapfiles/ folder in your sdcard.
b) delete onlinemapsources.xml file
c) restart OruxMaps
d) in the online map selector dialog, click 'reset map sources' button.
Your maps should be 'downloadable' again.
2.-If there is still one map not downloadable, the user must edit the online configuration file to enable that feature, if not possible:
a) go to oruxmaps/mapfiles/ folder, edit (with wordpad or similar) the file onlinemapsources.xml
b)change downloadable tag from '0' to '1':
<onlinemapsource uid="0">
<name>Google Maps</name>
<url><![CDATA[http://mt{$s}.google.com/vt/lyrs=m@121&hl={$l}&x={$x}&y={$y}&z={$z}]]></url>
<minzoom>0</minzoom>
<maxzoom>19</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers>0,1,2,3</servers>
<httpparam name=""></httpparam>
<cacheable>1</cacheable>
<downloadable>1</downloadable>
<maxtilesday>0</maxtilesday>
<maxthreads>0</maxthreads>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
<sop></sop>
</onlinemapsource>
c) restart OruxMaps
d) in the online map selector dialog, click 'reset map sources' button.
orux
fleroudier- Cantidad de envíos : 1
Fecha de inscripción : 2012-03-23
Where is the hungarian TUHU map?
Where is the hungarian online map (http://map.turistautak.hu/)?
(That map is great, i use in MOBAC the topo-shaded version, http://terkep.turistautak.hu/tiles/turistautak-domborzattal/{$z}/{$x}/{$y}.png)
(That map is great, i use in MOBAC the topo-shaded version, http://terkep.turistautak.hu/tiles/turistautak-domborzattal/{$z}/{$x}/{$y}.png)
davidovits- Cantidad de envíos : 8
Fecha de inscripción : 2012-04-16
Re: Map creator missing from 2.8.12
davidovits wrote:Where is the hungarian online map (http://map.turistautak.hu/)?
(That map is great, i use in MOBAC the topo-shaded version, http://terkep.turistautak.hu/tiles/turistautak-domborzattal/{$z}/{$x}/{$y}.png)
You can add it to the onlinemapsources.xml file.
<onlinemapsource uid="84">
<name>Hungarian (HU)</name>
<url><![CDATA[http://terkep.turistautak.hu/tiles/turistautak-domborzattal/{$z}/{$x}/{$y}.png]]></url>
<website><![CDATA[<a href="http://map.turistautak.hu/">map.turistautak.hu Maps</a>]]></website>
<minzoom>8</minzoom>
<maxzoom>17</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers></servers>
<httpparam name=""></httpparam>
<cacheable>1</cacheable>
<downloadable>1</downloadable>
<maxtilesday>0</maxtilesday>
<maxthreads>0</maxthreads>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
</onlinemapsource>
orux
orux- Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06
Re: Map creator missing from 2.8.12
orux wrote:davidovits wrote:Where is the hungarian online map (http://map.turistautak.hu/)?
(That map is great, i use in MOBAC the topo-shaded version, http://terkep.turistautak.hu/tiles/turistautak-domborzattal/{$z}/{$x}/{$y}.png)
You can add it to the onlinemapsources.xml file.
<onlinemapsource uid="84">
<name>Hungarian (HU)</name>
<url><![CDATA[http://terkep.turistautak.hu/tiles/turistautak-domborzattal/{$z}/{$x}/{$y}.png]]></url>
<website><![CDATA[<a href="http://map.turistautak.hu/">map.turistautak.hu Maps</a>]]></website>
<minzoom>8</minzoom>
<maxzoom>17</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers></servers>
<httpparam name=""></httpparam>
<cacheable>1</cacheable>
<downloadable>1</downloadable>
<maxtilesday>0</maxtilesday>
<maxthreads>0</maxthreads>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
</onlinemapsource>
orux
muchas gracias
davidovits- Cantidad de envíos : 8
Fecha de inscripción : 2012-04-16
Similar topics
» Map Creator stop downloading maps when ONE tile is missing
» Missing tiles when downloading maps in maps creator
» Trekbuddy Atlas Creator / Mobile Atlas Creator
» The map Garmin missing objects
» Trackpoints missing
» Missing tiles when downloading maps in maps creator
» Trekbuddy Atlas Creator / Mobile Atlas Creator
» The map Garmin missing objects
» Trackpoints missing
Permissions in this forum:
You cannot reply to topics in this forum