9a6or
|
2006-05-26
, 21:22
|
Posts: 177 |
Thanked: 4 times |
Joined on Apr 2006
@ Wirral, UK
|
#21
|
|
2006-05-26
, 21:50
|
Posts: 39 |
Thanked: 2 times |
Joined on Dec 2005
|
#22
|
Hi Gnuite, I can translate into Swedish.
May I also suggest that we have a look at www.eniro.se, the Swedish yellow pages with options to have route planning and also photos and maps or hybrid mode. Dont know if it is possible to "harvest" maps from there. Let me know if I can help beta test some settings.
Best regards, Rune
|
2006-05-26
, 22:28
|
|
Posts: 43 |
Thanked: 2 times |
Joined on Jan 2006
|
#23
|
I know for a fact that it is possible to harvest maps from www.eniro.se. I have made a Perl script that is a bit shabby but does the job. It also has the ability to download a square area if you specify the length in meters. One thing about www.eniro.se, they are not using the WGS84 system used in a gps device. They use the official Swedish RT90 2-dimensional system, There are ways to transpose between RT90 and SWEREF99 which is almost precisely applicable on WGS84. But i haven't yet been able to do so, to much school at the moment . But i have used Lantmäteriets web-converter to cheat . It checks the WGS84 coordinates and gives the RT90 coordinates back.
My script works with GpsDrive, it should be possible to adapt it to maemo-mapper but i don't know if it should be integrated with maemo-mapper because of the small number of users in Sweden and the extra conversion between RT90 and WGS84. Just a lot of code not really used by so many people.
Maybe the map-downloading part of maemo-mapper could be lifted out in to a small separate replaceable executable?
EDIT: Lantmäteriet -> Swedish geographic survey office
|
2006-05-26
, 22:40
|
|
Posts: 78 |
Thanked: 1 time |
Joined on Sep 2005
@ San Francisco, CA
|
#24
|
|
2006-05-26
, 23:20
|
|
Posts: 1,245 |
Thanked: 421 times |
Joined on Dec 2005
|
#25
|
I'm having a strange problem using my Socket BT GPS with Maemo Mapper. When I use it with Maemo Mapper, it seems to leave the "Establishing GPS fix" window up forever, and the bar appears empty. It does put the dot at my correct location on the map, but it won't move from there. The application is otherwise working perfectly, and I've used it to download routes and get around town (LOVE it!). It has never locked up on me (.1 or .2).
The other odd thing is that my Socket GPS seems to get goofed up after 5 minutes of running Maemo Mapper. The sattellite fix light will go out. This doesn't happen when using any other applications with it. Could Maemo Mapper be somehow trying to put my GPS in a different mode? I have to power cycle it to get it back to normal operation.
|
2006-05-27
, 00:41
|
Posts: 3 |
Thanked: 0 times |
Joined on Jan 2006
|
#26
|
|
2006-05-27
, 00:45
|
|
Posts: 1,245 |
Thanked: 421 times |
Joined on Dec 2005
|
#27
|
|
2006-05-27
, 02:05
|
|
Posts: 3,096 |
Thanked: 1,525 times |
Joined on Jan 2006
@ Michigan, USA
|
#28
|
|
2006-05-27
, 06:12
|
Posts: 1 |
Thanked: 0 times |
Joined on May 2006
|
#29
|
|
2006-05-27
, 09:14
|
|
Posts: 78 |
Thanked: 1 time |
Joined on Sep 2005
@ San Francisco, CA
|
#30
|
Can you send me the NMEA output from your receiver (using GPSD or direct rfcomm/cat)? This would help me determine the nature of your problem.
Maemo Mapper never sends any data to your receiver - it opens the bluetooth connection strictly for read-only access. What model of receiver do you have? Does it have a auto-power-save feature that would cause it to stop emitting NMEA data after 5 minutes of being disconnected?
The combination of the two of your problems might imply that the connection is getting dropped soon after it is established. The next time that Maemo Mapper seems to get stuck at "Establishing GPS fix", try disabling the GPS receiver (in the menu) and re-enabling it, and see what happens.
Did this change with v0.2? That is, did things work fine in v0.1?