diff options
author | christeck <christeck@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2008-08-30 23:08:12 +0000 |
---|---|---|
committer | christeck <christeck@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2008-08-30 23:08:12 +0000 |
commit | 0d810c8fc7884238e533373f82a3447ed96627d8 (patch) | |
tree | bba4dfdd27924e51aa553972d0b20d3a141b936f /navit/navit.xml | |
parent | 742dc950017d49d23ecba134a6c4abf070914644 (diff) | |
download | navit-0d810c8fc7884238e533373f82a3447ed96627d8.tar.gz |
minor POI adjustments
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1349 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/navit.xml')
-rw-r--r-- | navit/navit.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/navit/navit.xml b/navit/navit.xml index b87417a51..e682aa1ae 100644 --- a/navit/navit.xml +++ b/navit/navit.xml @@ -1078,7 +1078,7 @@ It's always the top left corner of the icon, so you need to consider the icon's <item type="poi_bus_station" order="11-"> <icon src="bus.xpm" /> </item> - <item type="poi_bus_stop" order="11-"> + <item type="poi_bus_stop" order="12-"> <icon src="bus_halt.xpm" /> </item> <item type="poi_bussines_service" order="12-"> @@ -1132,7 +1132,7 @@ It's always the top left corner of the icon, so you need to consider the icon's <item type="poi_diving" order="12-"> <icon src="diving.xpm" /> </item> - <item type="poi_drinking_water" order="12-"> + <item type="poi_drinking_water" order="13-"> <icon src="drinking_water.xpm" /> </item> <item type="poi_emergency" order="12-"> @@ -1393,7 +1393,7 @@ It's always the top left corner of the icon, so you need to consider the icon's <item type="poi_gc_webcam" order="12-"> <icon src="gc_webcam.xpm" /> </item> - <item type="traffic_signals" order="12-"> + <item type="traffic_signals" order="13-"> <icon src="traffic_signals.xpm" /> </item> <item type="poi_wifi" order="13-"> @@ -1415,7 +1415,7 @@ It's always the top left corner of the icon, so you need to consider the icon's <!-- I'm not sure if the following stuff should appear in any layout. Maybe portions should only apply to the bicyle layout. --> - <item type="poi_bench" order="12-"> + <item type="poi_bench" order="13-"> <icon src="bench.xpm" /> </item> <item type="poi_biergarten" order="12-"> @@ -1442,10 +1442,10 @@ It's always the top left corner of the icon, so you need to consider the icon's <item type="poi_shelter" order="11-"> <icon src="shelter.xpm" /> </item> - <item type="poi_fountain" order="11-"> + <item type="poi_fountain" order="13-"> <icon src="fountain.xpm" /> </item> - <item type="poi_potable_water" order="11-"> + <item type="poi_potable_water" order="13-"> <icon src="potable_water.xpm" /> </item> <item type="poi_toilets" order="12-"> |