The Following User Says Thank You to sup For This Useful Post: | ||
|
2012-11-26
, 10:09
|
|
Posts: 6,447 |
Thanked: 20,981 times |
Joined on Sep 2012
@ UK
|
#1242
|
The Following User Says Thank You to pichlo For This Useful Post: | ||
|
2012-11-26
, 15:10
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#1243
|
Thanks for answering!
Hm, that does not seem to work. I have maps saved into .maps/GoogleVector/ but those are plain Google maps. Should not Modrana pick this up? (I have changed storage to files)
.maps/Google Maps
[[gmap]] label=Google maps url="http://mt1.google.com/vt/" type=png max_zoom=21 min_zoom=0 folder_prefix=Google Maps coordinates=google group="google"
[[gmap]] label=Google maps url="http://mt1.google.com/vt/" type=png max_zoom=21 min_zoom=0 folder_prefix=GoogleVector coordinates=google group="google"
cd /home/user/MyDocs mv .maps/GoogleVector/ .maps/Google\ Maps
Martin, is there any chance to merge your updates back into extras-devel? I get updates on other products, so there must be a way. I have added your repo to my list but I think such fragmentation is not good in the long term.
I upgraded to 0.38.1 last night and, on a whim, decided to do a big download. 160 km, all layers. It had done 37000 out of 1.4 million by the time I went to bed, so I let it work overnight. In the morning, I found a yellow pop-up saying that the operation was interrupted because of low memory. The phone was totally unresponsive. After 5 minutes of trying to coax it to react in any way, I gave up and pulled out the battery. After a reboot everything seems to work fine, only it took about 20 minutes to lock to the GPS signal. I would not blame modRana for that, I think it's simply the artifact of the GPS chip losing power. But the "low memory" error is a bit worrying.
On a personal note, I received your card a loooong time ago. I tried to PM you, did not get any error, but the PM did not appear in my "sent" folder so I assume it did not work. I did not have time to fiddle at the time and then... one thing led to another and I did not even realize how a month passed So... maybe a bit late, but thanks, it was very nice!
The Following 3 Users Say Thank You to MartinK For This Useful Post: | ||
|
2012-11-26
, 15:25
|
Posts: 197 |
Thanked: 91 times |
Joined on Dec 2010
|
#1244
|
Hmm, thats weird - I remember setting it according to how Mappero names its folders but now it looks like it actually uses another name.
ModRana expect the Google maps folder to be called:
So, I see 2 possibilities how to fix that:Code:.maps/Google Maps
Editing the /home/user/.modrana/map_config.conf file and changing the Google Maps entry from:
Into:Code:[[gmap]] label=Google maps url="http://mt1.google.com/vt/" type=png max_zoom=21 min_zoom=0 folder_prefix=Google Maps coordinates=google group="google"
You basically just need to change to folder prefix. After that modRana will look for Google map tiles in .maps/GoogleVector/.Code:[[gmap]] label=Google maps url="http://mt1.google.com/vt/" type=png max_zoom=21 min_zoom=0 folder_prefix=GoogleVector coordinates=google group="google"
Please note that this file might get replaced by newer revision if a newer revision is available during a modRana upgrade - the old one should be renamed, not completely vanish.
Or if you just want to reuse the Mappero tiles in modRana, sou can just rename the folder so that modRana can see it with the default Google maps path:
Code:cd /home/user/MyDocs mv .maps/GoogleVector/ .maps/Google\ Maps
The Following User Says Thank You to sup For This Useful Post: | ||
|
2012-11-27
, 11:39
|
|
Posts: 6,447 |
Thanked: 20,981 times |
Joined on Sep 2012
@ UK
|
#1245
|
|
2012-11-27
, 13:01
|
Posts: 1,994 |
Thanked: 3,342 times |
Joined on Jun 2010
@ N900: Battery low. N950: torx 4 re-used once and fine; SIM port torn apart
|
#1246
|
...a small suggestion. Though I suspect the implementation would be anything but small The idea is to save space by storing identical tiles and just cross-referencing them. Might be useful for those of us who live on an island: all ocean tiles are exactly identical.
|
2012-12-10
, 17:38
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#1248
|
The Following 5 Users Say Thank You to MartinK For This Useful Post: | ||
|
2012-12-15
, 18:02
|
|
Posts: 387 |
Thanked: 1,700 times |
Joined on Feb 2010
@ Cambridge, MA, USA
|
#1249
|
|
2012-12-27
, 13:02
|
Posts: 159 |
Thanked: 217 times |
Joined on Oct 2011
|
#1250
|
Tags |
bada rox, martin_rocks, modrana, navigation, openstreetmap, the best, wehasgps |
Thread Tools | |
|
Hm, that does not seem to work. I have maps saved into .maps/GoogleVector/ but those are plain Google maps. Should not Modrana pick this up? (I have changed storage to files)