Fix:Core:Removed wrong vehicle definitions
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sun, 26 Jul 2009 11:14:00 +0000 (11:14 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sun, 26 Jul 2009 11:14:00 +0000 (11:14 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk/navit@2401 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit.xml

index 93f500f..1a65fe2 100644 (file)
             </cursor>
         </vehicle>
 
-        <vehicle name="Bike" profilename="bike" enabled="yes" active="1" source="gpsd://localhost" gpsd_query="w+xj" color="#0000ff">
-            <!-- Navit can write a tracklog in several formats (gpx, nmea or textfile): -->
-            <!-- <log type="gpx" data="track_%Y%m%d-%i.gpx" flush_size="1000" flush_time="30"/> -->
-            <cursor w="26" h="26">
-                <itemgra>
-                    <circle color="#0000ff" radius="24" width="2">
-                        <coord x="0" y="0"/>
-                    </circle>
-                </itemgra>
-                <itemgra speed_range="-2">
-                    <polyline color="#0000ff" width="2">
-                        <coord x="0" y="0"/>
-                        <coord x="0" y="0"/>
-                    </polyline>
-                </itemgra>
-                <itemgra speed_range="3-">
-                    <polyline color="#0000ff" width="2">
-                        <coord x="-7" y="-10"/>
-                        <coord x="0" y="12"/>
-                        <coord x="7" y="-10"/>
-                    </polyline>
-                </itemgra>
-            </cursor>
-        </vehicle>
-
-        <vehicle name="Horse" profilename="horse" enabled="yes" active="1" source="gpsd://localhost" gpsd_query="w+xj" color="#0000ff">
-            <!-- Navit can write a tracklog in several formats (gpx, nmea or textfile): -->
-            <!-- <log type="gpx" data="track_%Y%m%d-%i.gpx" flush_size="1000" flush_time="30"/> -->
-            <cursor w="26" h="26">
-                <itemgra>
-                    <circle color="#0000ff" radius="24" width="2">
-                        <coord x="0" y="0"/>
-                    </circle>
-                </itemgra>
-                <itemgra speed_range="-2">
-                    <polyline color="#0000ff" width="2">
-                        <coord x="0" y="0"/>
-                        <coord x="0" y="0"/>
-                    </polyline>
-                </itemgra>
-                <itemgra speed_range="3-">
-                    <polyline color="#0000ff" width="2">
-                        <coord x="-7" y="-10"/>
-                        <coord x="0" y="12"/>
-                        <coord x="7" y="-10"/>
-                    </polyline>
-                </itemgra>
-            </cursor>
-        </vehicle>
-
-        <vehicle name="Pedestrian" profilename="pedestrian" enabled="yes" active="1" source="gpsd://localhost" gpsd_query="w+xj" color="#0000ff">
-            <!-- Navit can write a tracklog in several formats (gpx, nmea or textfile): -->
-            <!-- <log type="gpx" data="track_%Y%m%d-%i.gpx" flush_size="1000" flush_time="30"/> -->
-            <cursor w="26" h="26">
-                <itemgra>
-                    <circle color="#0000ff" radius="24" width="2">
-                        <coord x="0" y="0"/>
-                    </circle>
-                </itemgra>
-                <itemgra speed_range="-2">
-                    <polyline color="#0000ff" width="2">
-                        <coord x="0" y="0"/>
-                        <coord x="0" y="0"/>
-                    </polyline>
-                </itemgra>
-                <itemgra speed_range="3-">
-                    <polyline color="#0000ff" width="2">
-                        <coord x="-7" y="-10"/>
-                        <coord x="0" y="12"/>
-                        <coord x="7" y="-10"/>
-                    </polyline>
-                </itemgra>
-            </cursor>
-        </vehicle>
-
         <!-- For SDL, you should add follow="1" to have the view centered on your position -->
         <!-- <vehicle name="Meins" enabled="yes" source="gpsd://localhost" color="#0000ff" follow="1"/> -->