Ticket #153 (closed enhancement/feature request: fixed)

Opened 5 months ago

Last modified 3 months ago

gtk map movement config options

Reported by: udo Assigned to: somebody
Priority: major Milestone:
Component: core Version: svn
Keywords: Cc:

Description

Version is svn 0.1.0 from 8 june 2008. For gtk the map moves when the vehicle approaches the edge of the screen. For some situations this is bad, one wnats to see that difficult intersection or whatever to anticipate a bit. So maybe let navit automagically move the vehicle twoards center or bottom half of the screen or at least make it a bit more configurable when or how often the map is moved when the vehicle reahces the edge of the screen.

Change History

06/10/08 20:13:41 changed by cp15

You can add follow=x to the vehicle. x=0: Only redraw the map when the vehicle leaves the screen x=1: Redraw the map on every position update x=2-n: Redraw the map on every nth position update But a configurable boundary and context-dependent redraw and zoom would be nice

06/10/08 20:16:25 changed by udo

So x can be negative, I understand?

06/11/08 16:00:23 changed by udo

<vehicle name="udo" enabled="yes" active="1" follow="4" source="file://dev/ttyS0" color="#0000ff" color2="#ff0000"> <log type="gpx" data="track_%Y%m%d%i.gpx" flush_size="1048576" flush_time="900" /> </vehicle>

works quite OK for vehicle (not logging). icon stays in bottom of screen so 4 can be increased even more for CPU saving

08/18/08 14:58:16 changed by KaZeR

  • status changed from new to closed.
  • resolution set to fixed.