1.7 - 3/1/06
· Added an AutoView Smoothing parameter to reduce rapid changes in range due to traveling near an AutoView speed boundary.
To set the Smoothing parameter add this line to your AutoZoom.cfg file:
<Smoothing>3</Smoothing> ; Must exceed the current AutoView speed boundaries by 3 mph to change to the next speed range.
· Added an AutoView RotateMinimum parameter to help reduce GPS “helicopter” effect at low speeds.
To set the RotateMinimum parameter add this line to your AutoZoom.cfg file:
<RotateMinimum>.5</RotateMinimum> ; don’t auto-rotate at speeds below .5 mph.
· The AutoZoom config file now allows comments:
; any line that starts with a semi-colon is ignored
· Added a "Clear Track" feature that clears all track data for the currently selected vehicle.
· Track data is now saved across program invocations.
· Updated the demo with more realistic tracks (includes a marine track).
· Added English/Metric units selection.
· Added selection to enable/disable auto-starting of Google Earth.
· Added selection to enable/disable saving track to Google Earth.
· No longer automatically saves KML file on exit.
· SpeedTrack can now be enabled/disabled on a per-vehicle basis.
· Reworked main window UI to be more touch-screen friendly.
· AutoView features now toggle AutoView state automatically.
· Added an AutoView checkbox to enable/disable all AutoView features.
· Saving KML to Google Earth now works regardless of the current directory.
· GooPs state is now stored in the Current User portion of the registry so Administrative privileges are no longer necessary. This means you will lose all current settings.
; Sample AutoZoom.cfg file:
;
; <Smoothing> is the amount by which the current speed range limits must be exceeded before
; the settings for the new row take effect. This is to avoid "jumping" back and forth when
; traveling at speeds near a table boundary.
;
<Smoothing>3</Smoothing>
;
; <RotateMinimum> is the minimum speed in mph at which auto-rotation will be employed.
;
<RotateMinimum>.5</RotateMinimum>
;
; AutoZoom Configuration Table format
; <speed>,[-]<range>,[-]tilt[,<image>[,[-]<scale>]]
; Example:
; 0, -200, -10, c:/car.png, .5
; 10, 1000, -10, c:/car.png, 1
;
0,-200,-10
10,-1000,60
20,-4000,60
30,-7000,60