The Following 3 Users Say Thank You to mmarks For This Useful Post: | ||
|
2011-06-26
, 07:30
|
|
Posts: 44 |
Thanked: 62 times |
Joined on Aug 2010
@ Polska
|
#32
|
Hi there yoyoek1. So far, nice job!
how about orienting it less on not-open sourced things like google map, and more on it's open source counterparts, like OpenStreetMap?
Nice. For some reason, the GPS location was way off for a time, though still in California where I am. It's within a few hundred yards now. I've only been using it for about half an hour.
|
2011-06-26
, 14:16
|
Posts: 30 |
Thanked: 7 times |
Joined on May 2010
|
#33
|
hi there, as promised I have been testing this and here are my thoughts so far;
1. The spoken navigation is working but please include the optilon to drop the street names. I am not sure about other languages but English has too many nuances to make the speech accurate. Also, the map contains abbreviations like rd for road and esspeak speaks our "rd" Simply turn left in xxx or take 2nd turning at roundabout would be great.
2. The positioning is quite inaccurate. Not sure if this is the code, gps or map but I am often up to 50 metres away from the indicated point.
3. When using the navigation in portrait mode, the text box at the bottom (avg speed, mins to go etc.) doesn,t fit the wcreen.
4. I couldn't get the auto recalculate route to work. i intentionaly went a different route but the highlighted track never altered. Edit: now found the options, I will try again and report back.
5. Not sure how offline mode works
Things I'd love to see;
1. The option to always have the direction of travel upwards so left and right turns are simple to comprehend.
2. Offline maps and routing
3. Optional uise of recorded voice rather than espeak
4. Bigger/simpler UI buttons and info bar at bottom (look at tomtom, sygic etc)
Thats all for now! These comments are not meant to be criticisms. your app is excellent and your speed of development is very very impressive, I am just trying to make the best better!
Mike
|
2011-06-27
, 09:39
|
Posts: 67 |
Thanked: 34 times |
Joined on Apr 2011
@ Co. Wicklow, Ireland
|
#34
|
The Following User Says Thank You to mmarks For This Useful Post: | ||
|
2011-06-27
, 10:54
|
|
Posts: 44 |
Thanked: 62 times |
Joined on Aug 2010
@ Polska
|
#35
|
Please could you add some extra (shorter) recalculate distances (30m, 50m etc)
I turned off the spoken street names and sometimes got the speech 'continue onto' no street name correctly, can this be changed to just 'continue'
At one stage the voice said in 97m turn left slash div colon colon font... then a second voice came in at the same time!
I would really love my travel to be facing up when navigating so left and right turns are relative to me.
|
2011-06-27
, 11:53
|
Posts: 67 |
Thanked: 34 times |
Joined on Apr 2011
@ Co. Wicklow, Ireland
|
#36
|
|
2011-06-27
, 15:13
|
Posts: 23 |
Thanked: 6 times |
Joined on Apr 2011
@ Finland
|
#37
|
---snip--- nominatim_geonames search for: __init__ nominatim_geonames google_geonames last search: google_geonames download state: 0 __init__ google geonames __init__ fotoradary __init__ gpx tracks __init__ rcspot eventy ERROR: 'osmgpsmap.GpsMap' object has no attribute 'layer_add' GPS init GPS init DONE Traceback (most recent call last): File "./yosmapa.py", line 1786, in on_changed self.osmMapa.osm.gps_add( self.lat, self.lon, self.heading) AttributeError: 'osmgpsmap.GpsMap' object has no attribute 'gps_add' Traceback (most recent call last): File "./yosmapa.py", line 1786, in on_changed self.osmMapa.osm.gps_add( self.lat, self.lon, self.heading) AttributeError: 'osmgpsmap.GpsMap' object has no attribute 'gps_add'
|
2011-06-27
, 17:32
|
|
Posts: 44 |
Thanked: 62 times |
Joined on Aug 2010
@ Polska
|
#38
|
I tried the app, but all I get is the big "global" map without any buttons. I tried to reinstall, but no luck.
When I tried to start from xterminal I got this.
Code:---snip--- nominatim_geonames search for: __init__ nominatim_geonames google_geonames last search: google_geonames download state: 0 __init__ google geonames __init__ fotoradary __init__ gpx tracks __init__ rcspot eventy ERROR: 'osmgpsmap.GpsMap' object has no attribute 'layer_add' GPS init GPS init DONE Traceback (most recent call last): File "./yosmapa.py", line 1786, in on_changed self.osmMapa.osm.gps_add( self.lat, self.lon, self.heading) AttributeError: 'osmgpsmap.GpsMap' object has no attribute 'gps_add' Traceback (most recent call last): File "./yosmapa.py", line 1786, in on_changed self.osmMapa.osm.gps_add( self.lat, self.lon, self.heading) AttributeError: 'osmgpsmap.GpsMap' object has no attribute 'gps_add'
AttributeError: 'osmgpsmap.GpsMap' object has no attribute 'gps_add'
apt-get remove libosmgpsmap0 python-osmgpsmap yosmapa apt-get install yosmapa
|
2011-06-27
, 23:27
|
Posts: 1,378 |
Thanked: 1,604 times |
Joined on Jun 2010
@ Göteborg, Sweden
|
#39
|
|
2011-07-02
, 18:00
|
|
Posts: 44 |
Thanked: 62 times |
Joined on Aug 2010
@ Polska
|
#40
|
1. The spoken navigation is working but please include the optilon to drop the street names. I am not sure about other languages but English has too many nuances to make the speech accurate. Also, the map contains abbreviations like rd for road and esspeak speaks our "rd" Simply turn left in xxx or take 2nd turning at roundabout would be great.
2. The positioning is quite inaccurate. Not sure if this is the code, gps or map but I am often up to 50 metres away from the indicated point.
3. When using the navigation in portrait mode, the text box at the bottom (avg speed, mins to go etc.) doesn,t fit the wcreen.
4. I couldn't get the auto recalculate route to work. i intentionaly went a different route but the highlighted track never altered. Edit: now found the options, I will try again and report back.
5. Not sure how offline mode works
Things I'd love to see;
1. The option to always have the direction of travel upwards so left and right turns are simple to comprehend.
2. Offline maps and routing
3. Optional uise of recorded voice rather than espeak
4. Bigger/simpler UI buttons and info bar at bottom (look at tomtom, sygic etc)
Thats all for now! These comments are not meant to be criticisms. your app is excellent and your speed of development is very very impressive, I am just trying to make the best better!
Mike
Last edited by mmarks; 2011-06-26 at 07:19. Reason: found auto recalculate options