summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsleske <sleske@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-04-19 19:19:32 +0000
committersleske <sleske@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-04-19 19:19:32 +0000
commite4fd482abb2ac6006ff9763c7c314ff9b7972fb1 (patch)
tree7e2484dc4aa67feb4e6c1046e2ed5fcf65f1b07f
parente9c96b94d3fa3d9743a9a4750feeabebb244da31 (diff)
downloadnavit-e4fd482abb2ac6006ff9763c7c314ff9b7972fb1.tar.gz
Add:xpm:New SVG files from sjjb.co.uk, adapted for Navit.|From #877; thanks themroc!
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5023 ffa7fe5e-494d-0410-b361-a75ebd5db220
-rw-r--r--COPYING3
-rw-r--r--contrib/sjjb_import.pl243
-rw-r--r--navit/navit_shipped.xml199
-rw-r--r--navit/xpm/bahai.svg124
-rw-r--r--navit/xpm/biergarten.svg136
-rw-r--r--navit/xpm/buddhist.svg124
-rw-r--r--navit/xpm/bus_stop.svg157
-rw-r--r--navit/xpm/car_dealer.svg148
-rw-r--r--navit/xpm/car_rent.svg115
-rw-r--r--navit/xpm/casino.svg109
-rw-r--r--navit/xpm/castle.svg425
-rw-r--r--navit/xpm/dam.svg417
-rw-r--r--navit/xpm/daymark.svg143
-rw-r--r--navit/xpm/drinking_water.svg199
-rw-r--r--navit/xpm/emergency.svg445
-rw-r--r--navit/xpm/hindu.svg127
-rw-r--r--navit/xpm/islamic.svg146
-rw-r--r--navit/xpm/jain.svg146
-rw-r--r--navit/xpm/jewish.svg127
-rw-r--r--navit/xpm/library.svg134
-rw-r--r--navit/xpm/memorial.svg417
-rw-r--r--navit/xpm/pagan.svg123
-rw-r--r--navit/xpm/pastafarian.svg130
-rw-r--r--navit/xpm/picnic.svg141
-rw-r--r--navit/xpm/shelter.svg222
-rw-r--r--navit/xpm/shinto.svg127
-rw-r--r--navit/xpm/shop_apparel.svg439
-rw-r--r--navit/xpm/shop_computer.svg267
-rw-r--r--navit/xpm/shop_department.svg496
-rw-r--r--navit/xpm/sikh.svg137
-rw-r--r--navit/xpm/sport.svg97
-rw-r--r--navit/xpm/taoist.svg200
-rw-r--r--navit/xpm/theater.svg164
-rw-r--r--navit/xpm/townhall.svg187
-rw-r--r--navit/xpm/worship.svg199
35 files changed, 6962 insertions, 51 deletions
diff --git a/COPYING b/COPYING
index 20d23ef49..c2e9d62ea 100644
--- a/COPYING
+++ b/COPYING
@@ -103,7 +103,8 @@ navit/phrase.c
navit/main.c
navit/xmlconfig.c
navit/callback.c
-
+contrib/android_build.sh
+contrib/sjjb_import.pl
The following files are lincensed under the terms of the
GNU Library General Public License (see LGPL):
diff --git a/contrib/sjjb_import.pl b/contrib/sjjb_import.pl
new file mode 100644
index 000000000..538c205c4
--- /dev/null
+++ b/contrib/sjjb_import.pl
@@ -0,0 +1,243 @@
+#!/usr/bin/perl -w
+
+# Convert the map icons from http://www.sjjb.co.uk/mapicons/
+# for use by navit - we want the "Positive" variant and we want
+# a different color for each section.
+# WARNING: EXISTING FILES WILL BE OVERWRITTEN WITHOUT HESITATION!
+
+# Usage:
+# sjjb_import.pl [source-dir] [dest-dir]
+
+# (C)opyright 2012 Lutz Möhrmann
+# License: GPL v2
+
+### config #########################################################
+
+# TODO: Set to 1 to get the "Negative" version as shown here:
+# http://www.sjjb.co.uk/mapicons/contactsheet
+# The first value from $colors will be used as background in this
+# case, otherwise it's the foreground
+#$negative = 0;
+
+# TODO: Foreground color if $negative is set.
+$fg_color = 'ffffff';
+
+# Use the second value from $colors to produce a tiny border
+$use_border = 0;
+
+# Some icons in place_of_worship/ (and possibly other directories)
+# contain a drop-shadow. Set to 1 to keep it.
+$use_shadow = 0;
+
+# TODO: produce "White Glow"
+#$use_glow = 1;
+
+# Format is main-color, border-color
+%colors = (
+ accommodation => ['00c08f', '226282'],
+ amenity => ['734A08', '825d22'],
+ barrier => ['666666', '808080'],
+ education => ['39ac39', '208020'],
+ food => ['c02727', '815c21'],
+ health => ['da0092', '822262'],
+ landuse => ['999999', '666666'],
+ money => ['000000', '404040'],
+ place_of_worship => ['5e8019', '7a993d'],
+ poi => ['990808', '802020'],
+ power => ['8e7409', '806d20'],
+ shopping => ['ad30c0', '762282'],
+ sport => ['39ac39', '208020'],
+ tourist => ['b26609', 'bf8830'],
+ transport => ['0089cd', '206080'],
+ water => ['0050da', '204380'],
+);
+
+# Select/rename icons. The first string is the source filename (with path,
+# but w/o .svg suffix), the second one is the destination filename. If omited,
+# the source fn is used.
+@icons = (
+ ['accommodation/shelter2', 'shelter'],
+
+ ['amenity/library'],
+ ['amenity/town_hall2', 'townhall'],
+
+# ['barrier/', ''],
+
+# ['education/', ''],
+
+ ['food/biergarten'],
+ ['food/drinkingtap', 'drinking_water'],
+
+ ['health/hospital_emergency', 'emergency'],
+
+# ['landuse/', ''],
+
+# ['money/', ''],
+
+ ['place_of_worship/bahai3', 'bahai'],
+ ['place_of_worship/buddhist3', 'buddhist'],
+# ['place_of_worship/christian3', 'christian'], # that's "church"
+ ['place_of_worship/hindu3', 'hindu'],
+ ['place_of_worship/islamic3', 'islamic'],
+ ['place_of_worship/jain3', 'jain'],
+ ['place_of_worship/jewish3', 'jewish'],
+ ['place_of_worship/pagan3', 'pagan'], # not there (yet)
+ ['place_of_worship/pastafarian3', 'pastafarian'], # not there (yet)
+ ['place_of_worship/shinto3', 'shinto'],
+ ['place_of_worship/sikh3', 'sikh'],
+ ['place_of_worship/taoist3', 'taoist'], # not there (yet)
+ ['place_of_worship/unknown', 'worship'],
+
+# ['poi/', ''],
+
+# ['power/', ''],
+
+# ['shopping/', ''],
+
+ ['sport/leisure_centre', 'sport'],
+
+ ['tourist/casino'],
+ ['tourist/castle2', 'castle'],
+ ['tourist/memorial'],
+ ['tourist/picnic'],
+ ['tourist/theatre', 'theater'],
+
+ ['transport/bus_stop2', 'bus_stop'],
+ ['transport/daymark'], # not there (yet)
+ ['transport/rental_car', 'car_rent'],
+
+ ['shopping/car', 'car_dealer'],
+ ['shopping/clothes', 'shop_apparel'],
+ ['shopping/computer', 'shop_computer'],
+ ['shopping/department_store', 'shop_department'],
+
+ ['water/dam'],
+);
+
+### /config ########################################################
+
+use File::Basename;
+use XML::Twig;
+
+@fg_patterns= ("fill:white:1", "stroke:white:1", "fill:#ffffff:1", "stroke:#ffffff:1");
+@bg_patterns= ("fill:#111111:1", "fill:#111:1");
+@brd_patterns= ("stroke:#eeeeee:1", "stroke:#eee:1");
+@sh_patterns= ('fill:#ffffff:0.25', 'stroke:#ffffff:0.25');
+
+$dbg_level= 1;
+
+sub dbg {
+ my ($lvl, $text)= @_;
+ if ($lvl <= $dbg_level)
+ { print STDERR $text; }
+}
+
+sub change {
+ my ($value, $patterns, $color, $transparent)= @_;
+ &dbg(3, "change('$$value', , '$color', '$transparent')\n");
+ foreach $p (@{$patterns}) {
+ my ($k, $v, $a)= split(':', $p);
+ $o= $opacity;
+ if ($$value =~ m/\Aopacity:([.0-9]+)/i)
+ { $o*= $1; }
+ elsif ($$value =~ m/;opacity:([.0-9]+)/i)
+ { $o*= $1; }
+ if ($$value =~ m/$k-opacity:([.0-9]+)/i)
+ { $o*= $1; }
+ if ($o >= 0.5) # we don't want half transparent stuff like in tourist/memorial or amenity/town_hall2
+ { $o= 1; }
+ &dbg(4, "p='$p' k='$k' v='$v' a='$a' o='$o'\n");
+ if ( !($$value =~ m/$k:$v/i)
+ or ((defined $a) and ($a != $o)) )
+ { next; }
+ if (!$transparent) {
+ &dbg(4, "changing color to '$color'\n");
+ $$value =~ s/$k:$v/$k:$color/i;
+ } else {
+ &dbg(4, "changing opacity to '0'\n");
+ if ($$value =~ m/$k-opacity:[0-9]/i) {
+ $$value =~ s/$k-opacity:[0-9]/$k-opacity:0/i;
+ } else {
+ $$value =~ s/$k:$v/$k:$v;$k-opacity:0/i;
+ }
+ }
+
+ }
+}
+
+sub g_handler {
+ my $att= $_->{'att'};
+ if (!defined $att->{'style'})
+ { return; }
+
+ if ($att->{'style'} =~ m/[^-]?opacity:([.0-9]+)/i)
+ { $opacity= $1; }
+}
+
+sub handler {
+ my $att= $_->{'att'};
+ if (!defined $att->{'style'})
+ { return; }
+
+ &dbg(2, " in: '$att->{'style'}'\n");
+ my $fg= $negative ? $fg_color : $color1;
+ &change(\$att->{'style'}, \@sh_patterns, $fg, !$use_shadow);
+ &change(\$att->{'style'}, \@fg_patterns, $fg, 0);
+ &change(\$att->{'style'}, \@bg_patterns, $color1, !$negative);
+ &change(\$att->{'style'}, \@brd_patterns, $color2, !$use_border);
+ &dbg(2, " out: '$att->{'style'}'\n\n");
+}
+
+sub get_arg {
+ my ($no, $q)= @_;
+ if ($ARGV[$no]) {
+ return $ARGV[$no];
+ } else {
+ print $q."\n";
+ $input= <STDIN>;
+ chomp($input);
+ return $input;
+ }
+}
+
+$sjjb_dir= get_arg(0, "Directory holding the extracted svg's from http://www.sjjb.co.uk/mapicons/downloads");
+$dest_dir= $ARGV[1] ? $ARGV[1] : dirname(__FILE__)."/../navit/xpm/";
+
+foreach $i (@icons) {
+ my ($path, $icon)= split('/', $i->[0]);
+ my ($dest)= $i->[1] ? $i->[1] : $icon;
+ $color1= '#'.$colors{$path}[0];
+ $color2= '#'.$colors{$path}[1];
+ $opacity= 1.0;
+
+ my $in_fn= "$sjjb_dir/$path/$icon.svg";
+ open(my $in_f, $in_fn) or die "Couldn't read '$in_fn': $!";
+ my $decl= <$in_f>; chomp $decl; # save the '<?xml ...'-line
+ my $in;
+ while (<$in_f>) { $in.= $_; }
+ close($in_f);
+ &dbg(1, "file $in_fn: ".length($in)." bytes.\n");
+ my $xml= XML::Twig->new(
+ pretty_print => 'indented',
+ twig_handlers => {
+ 'path' => \&handler,
+ 'rect' => \&handler,
+ 'circle' => \&handler,
+ 'svg:path' => \&handler,
+ 'svg:rect' => \&handler,
+ 'svg:circle' => \&handler,
+ },
+ start_tag_handlers => {
+ 'g' => \&g_handler,
+ 'svg:g' => \&g_handler,
+ },
+ );
+
+ $xml->parse($in);
+
+ my $out_fn= "$dest_dir/$dest.svg";
+ open(my $out_f, "> $out_fn") or die "Couldn't write to '$out_fn': $!";
+ print $out_f $decl."\n".$xml->sprint();
+
+ $xml->purge;
+}
diff --git a/navit/navit_shipped.xml b/navit/navit_shipped.xml
index 9e413402e..5764360e7 100644
--- a/navit/navit_shipped.xml
+++ b/navit/navit_shipped.xml
@@ -1812,7 +1812,7 @@ Waypoint</text></img>
<icon src="parking.png"/>
</itemgra>
<itemgra item_types="poi_car_dealer_parts" order="12-">
- <icon src="car_dealer.xpm"/>
+ <icon src="car_dealer.png"/>
</itemgra>
<itemgra item_types="poi_fuel" order="12-">
<icon src="fuel.png"/>
@@ -1848,7 +1848,7 @@ Waypoint</text></img>
<icon src="hospital.png"/>
</itemgra>
<itemgra item_types="poi_dining" order="12-">
- <icon src="dining.xpm"/>
+ <icon src="restaurant.png"/>
</itemgra>
<itemgra item_types="poi_fastfood" order="12-">
<icon src="fastfood.png"/>
@@ -1860,7 +1860,7 @@ Waypoint</text></img>
<icon src="auto_club.xpm"/>
</itemgra>
<itemgra item_types="poi_autoservice" order="12-">
- <icon src="car_dealer.xpm"/>
+ <icon src="car_dealer.png"/>
</itemgra>
<itemgra item_types="poi_bank" order="12-">
<icon src="bank.png"/>
@@ -1887,7 +1887,7 @@ Waypoint</text></img>
<icon src="bus.png"/>
</itemgra>
<itemgra item_types="poi_bus_stop" order="12-">
- <icon src="bus.png"/>
+ <icon src="bus_stop.png"/>
</itemgra>
<itemgra item_types="poi_business_service" order="12-">
<icon src="bussines_service.xpm"/>
@@ -1907,6 +1907,39 @@ Waypoint</text></img>
<itemgra item_types="poi_church" order="11-">
<icon src="church.png"/>
</itemgra>
+ <itemgra item_types="poi_bahai" order="11-">
+ <icon src="bahai.png"/>
+ </itemgra>
+ <itemgra item_types="poi_buddhist" order="11-">
+ <icon src="buddhist.png"/>
+ </itemgra>
+ <itemgra item_types="poi_hindu" order="11-">
+ <icon src="hindu.png"/>
+ </itemgra>
+ <itemgra item_types="poi_islamic" order="11-">
+ <icon src="islamic.png"/>
+ </itemgra>
+ <itemgra item_types="poi_jain" order="11-">
+ <icon src="jain.png"/>
+ </itemgra>
+ <itemgra item_types="poi_jewish" order="11-">
+ <icon src="jewish.png"/>
+ </itemgra>
+ <itemgra item_types="poi_pagan" order="11-">
+ <icon src="pagan.png"/>
+ </itemgra>
+ <itemgra item_types="poi_pastafarian" order="11-">
+ <icon src="pastafarian.png"/>
+ </itemgra>
+ <itemgra item_types="poi_shinto" order="11-">
+ <icon src="shinto.png"/>
+ </itemgra>
+ <itemgra item_types="poi_sikh" order="11-">
+ <icon src="sikh.png"/>
+ </itemgra>
+ <itemgra item_types="poi_taoist" order="11-">
+ <icon src="taoist.png"/>
+ </itemgra>
<itemgra item_types="poi_cinema" order="12-">
<icon src="cinema.png"/>
</itemgra>
@@ -1992,7 +2025,7 @@ Waypoint</text></img>
<icon src="level_crossing.xpm"/>
</itemgra>
<itemgra item_types="poi_library" order="12-">
- <icon src="library.xpm"/>
+ <icon src="library.png"/>
</itemgra>
<itemgra item_types="poi_locale" order="12-">
<icon src="locale.xpm"/>
@@ -2007,10 +2040,10 @@ Waypoint</text></img>
<icon src="manmade_feature.xpm"/>
</itemgra>
<itemgra item_types="poi_marine" order="12-">
- <icon src="marine.xpm"/>
+ <icon src="marine.png"/>
</itemgra>
<itemgra item_types="poi_marine_type" order="12-">
- <icon src="marine_type.xpm"/>
+ <icon src="marine_type.png"/>
</itemgra>
<itemgra item_types="poi_mark" order="12-">
<icon src="mark.png"/>
@@ -2133,7 +2166,7 @@ Waypoint</text></img>
<icon src="telephone.png"/>
</itemgra>
<itemgra item_types="poi_theater" order="12-">
- <icon src="theater.xpm"/>
+ <icon src="theater.png"/>
</itemgra>
<itemgra item_types="poi_tide" order="12-">
<icon src="tide.xpm"/>
@@ -2142,7 +2175,7 @@ Waypoint</text></img>
<icon src="tower.xpm"/>
</itemgra>
<itemgra item_types="poi_townhall" order="12-">
- <icon src="townhall.xpm"/>
+ <icon src="townhall.png"/>
</itemgra>
<itemgra item_types="poi_trail" order="12-">
<icon src="trail.xpm"/>
@@ -2166,7 +2199,7 @@ Waypoint</text></img>
<icon src="zoo.png"/>
</itemgra>
<itemgra item_types="poi_picnic" order="12-">
- <icon src="picnic.xpm"/>
+ <icon src="picnic.png"/>
</itemgra>
<itemgra item_types="poi_gc_multi" order="12-">
<icon src="gc_multi.xpm"/>
@@ -2212,7 +2245,7 @@ Waypoint</text></img>
<icon src="boundary_stone.png"/>
</itemgra>
<itemgra item_types="poi_castle" order="11-">
- <icon src="castle.xpm"/>
+ <icon src="castle.png"/>
</itemgra>
<itemgra item_types="poi_ruins" order="11-">
<icon src="ruins.png"/>
@@ -2221,19 +2254,19 @@ Waypoint</text></img>
<icon src="hunting_stand.xpm"/>
</itemgra>
<itemgra item_types="poi_memorial" order="12-">
- <icon src="memorial.xpm"/>
+ <icon src="memorial.png"/>
</itemgra>
<itemgra item_types="poi_monument" order="12-">
- <icon src="memorial.xpm"/>
+ <icon src="memorial.png"/>
</itemgra>
<itemgra item_types="poi_shelter" order="11-">
- <icon src="shelter.xpm"/>
+ <icon src="shelter.png"/>
</itemgra>
<itemgra item_types="poi_fountain" order="13-">
<icon src="fountain.png"/>
</itemgra>
<itemgra item_types="poi_potable_water" order="13-">
- <icon src="potable_water.xpm"/>
+ <icon src="drinking_water.png"/>
</itemgra>
<itemgra item_types="poi_toilets" order="12-">
<icon src="toilets.png"/>
@@ -2255,7 +2288,7 @@ Waypoint</text></img>
</itemgra>
</layer>
<layer name="POI Labels">
- <itemgra item_types="poi_airport,town_ghost,poi_hotel,poi_car_parking,poi_car_dealer_parts,poi_fuel,poi_shopping,poi_attraction,poi_cafe,poi_bar,poi_pub,highway_exit,poi_camp_rv,poi_museum_history,poi_hospital,poi_dining,poi_fastfood,poi_police,poi_autoservice,poi_bank,poi_atm,poi_bus_station,poi_bus_stop,poi_business_service,poi_car_rent,poi_church,poi_cinema,poi_concert,poi_drinking_water,poi_emergency,poi_fair,poi_fish,poi_government_building,poi_hotspring,poi_information,poi_justice,poi_landmark,poi_library,poi_mall,poi_manmade_feature,poi_marine,poi_marine_type,poi_mark,poi_oil_field,poi_peak,poi_personal_service,poi_pharmacy,poi_post_office,poi_public_office,poi_rail_halt,poi_rail_station,poi_rail_tram_stop,poi_repair_service,poi_resort,poi_restaurant,poi_restricted_area,poi_sailing,poi_scenic_area,poi_school,poi_service,poi_shop_retail,poi_skiing,poi_social_service,poi_sport,poi_stadium,poi_swimming,poi_theater,poi_townhall,poi_trail,poi_truck_stop,poi_tunnel,poi_worship,poi_wrecker,poi_zoo,poi_biergarten,poi_castle,poi_ruins,poi_memorial,poi_monument,poi_shelter,poi_fountain,poi_viewpoint,vehicle" order="14-">
+ <itemgra item_types="poi_airport,town_ghost,poi_hotel,poi_car_parking,poi_car_dealer_parts,poi_fuel,poi_shopping,poi_attraction,poi_cafe,poi_bar,poi_pub,highway_exit,poi_camp_rv,poi_museum_history,poi_hospital,poi_dining,poi_fastfood,poi_police,poi_autoservice,poi_bank,poi_atm,poi_bus_station,poi_bus_stop,poi_business_service,poi_car_rent,poi_church,poi_bahai,poi_buddhist,poi_hindu,poi_islamic,poi_jain,poi_jewish,poi_pagan,poi_pastafarian,poi_shinto,poi_sikh,poi_taoist,poi_cinema,poi_concert,poi_drinking_water,poi_emergency,poi_fair,poi_fish,poi_government_building,poi_hotspring,poi_information,poi_justice,poi_landmark,poi_library,poi_mall,poi_manmade_feature,poi_marine,poi_marine_type,poi_mark,poi_oil_field,poi_peak,poi_personal_service,poi_pharmacy,poi_post_office,poi_public_office,poi_rail_halt,poi_rail_station,poi_rail_tram_stop,poi_repair_service,poi_resort,poi_restaurant,poi_restricted_area,poi_sailing,poi_scenic_area,poi_school,poi_service,poi_shop_retail,poi_skiing,poi_social_service,poi_sport,poi_stadium,poi_swimming,poi_theater,poi_townhall,poi_trail,poi_truck_stop,poi_tunnel,poi_worship,poi_wrecker,poi_zoo,poi_biergarten,poi_castle,poi_ruins,poi_memorial,poi_monument,poi_shelter,poi_fountain,poi_viewpoint,vehicle" order="14-">
<circle color="#606060" radius="0" width="0" text_size="10"/>
</itemgra>
<itemgra item_types="poi_custom0,poi_custom1,poi_custom2,poi_custom3,poi_custom4,poi_custom5,poi_custom6,poi_custom7,poi_custom8,poi_custom9,poi_customa,poi_customb,poi_customc,poi_customd,poi_custome,poi_customf" order="14-">
@@ -3181,7 +3214,7 @@ Waypoint</text></img>
<icon src="parking.png"/>
</itemgra>
<itemgra item_types="poi_car_dealer_parts" order="0-">
- <icon src="car_dealer.xpm"/>
+ <icon src="car_dealer.png"/>
</itemgra>
<itemgra item_types="poi_fuel" order="10-">
<icon src="fuel.png"/>
@@ -3223,7 +3256,7 @@ Waypoint</text></img>
</itemgra>
-->
<itemgra item_types="poi_dining" order="12-">
- <icon src="dining.xpm"/>
+ <icon src="restaurant.png"/>
</itemgra>
<itemgra item_types="poi_fastfood" order="12-">
<icon src="fastfood.png"/>
@@ -3235,7 +3268,7 @@ Waypoint</text></img>
<icon src="auto_club.xpm"/>
</itemgra>
<itemgra item_types="poi_autoservice" order="0-">
- <icon src="autoservice.xpm"/>
+ <icon src="car_dealer.png"/>
</itemgra>
<itemgra item_types="poi_bank" order="12-">
<icon src="bank.png"/>
@@ -3262,7 +3295,7 @@ Waypoint</text></img>
<icon src="bus.png"/>
</itemgra>
<itemgra item_types="poi_bus_stop" order="12-">
- <icon src="bus.png"/>
+ <icon src="bus_stop.png"/>
</itemgra>
<itemgra item_types="poi_business_service" order="0-">
<icon src="bussines_service.xpm"/>
@@ -3282,6 +3315,39 @@ Waypoint</text></img>
<itemgra item_types="poi_church" order="11-">
<icon src="church.png"/>
</itemgra>
+ <itemgra item_types="poi_bahai" order="11-">
+ <icon src="bahai.png"/>
+ </itemgra>
+ <itemgra item_types="poi_buddhist" order="11-">
+ <icon src="buddhist.png"/>
+ </itemgra>
+ <itemgra item_types="poi_hindu" order="11-">
+ <icon src="hindu.png"/>
+ </itemgra>
+ <itemgra item_types="poi_islamic" order="11-">
+ <icon src="islamic.png"/>
+ </itemgra>
+ <itemgra item_types="poi_jain" order="11-">
+ <icon src="jain.png"/>
+ </itemgra>
+ <itemgra item_types="poi_jewish" order="11-">
+ <icon src="jewish.png"/>
+ </itemgra>
+ <itemgra item_types="poi_pagan" order="11-">
+ <icon src="pagan.png"/>
+ </itemgra>
+ <itemgra item_types="poi_pastafarian" order="11-">
+ <icon src="pastafarian.png"/>
+ </itemgra>
+ <itemgra item_types="poi_shinto" order="11-">
+ <icon src="shinto.png"/>
+ </itemgra>
+ <itemgra item_types="poi_sikh" order="11-">
+ <icon src="sikh.png"/>
+ </itemgra>
+ <itemgra item_types="poi_taoist" order="11-">
+ <icon src="taoist.png"/>
+ </itemgra>
<itemgra item_types="poi_cinema" order="12-">
<icon src="cinema.png"/>
</itemgra>
@@ -3367,7 +3433,7 @@ Waypoint</text></img>
<icon src="level_crossing.xpm"/>
</itemgra>
<itemgra item_types="poi_library" order="12-">
- <icon src="library.xpm"/>
+ <icon src="library.png"/>
</itemgra>
<itemgra item_types="poi_locale" order="0-">
<icon src="locale.xpm"/>
@@ -3382,10 +3448,10 @@ Waypoint</text></img>
<icon src="manmade_feature.xpm"/>
</itemgra>
<itemgra item_types="poi_marine" order="0-">
- <icon src="marine.xpm"/>
+ <icon src="marine.png"/>
</itemgra>
<itemgra item_types="poi_marine_type" order="0-">
- <icon src="marine_type.xpm"/>
+ <icon src="marine_type.png"/>
</itemgra>
<itemgra item_types="poi_mark" order="0-">
<icon src="mark.png"/>
@@ -3508,7 +3574,7 @@ Waypoint</text></img>
<icon src="telephone.png"/>
</itemgra>
<itemgra item_types="poi_theater" order="12-">
- <icon src="theater.xpm"/>
+ <icon src="theater.png"/>
</itemgra>
<itemgra item_types="poi_tide" order="0-">
<icon src="tide.xpm"/>
@@ -3517,7 +3583,7 @@ Waypoint</text></img>
<icon src="tower.xpm"/>
</itemgra>
<itemgra item_types="poi_townhall" order="12-">
- <icon src="townhall.xpm"/>
+ <icon src="townhall.png"/>
</itemgra>
<itemgra item_types="poi_trail" order="0-">
<icon src="trail.xpm"/>
@@ -3544,7 +3610,7 @@ Waypoint</text></img>
<icon src="zoo.png"/>
</itemgra>
<itemgra item_types="poi_picnic" order="11-">
- <icon src="picnic.xpm"/>
+ <icon src="picnic.png"/>
</itemgra>
<itemgra item_types="poi_gc_multi" order="0-">
<icon src="gc_multi.xpm"/>
@@ -3587,25 +3653,25 @@ Waypoint</text></img>
<icon src="boundary_stone.png"/>
</itemgra>
<itemgra item_types="poi_castle" order="12-">
- <icon src="castle.xpm"/>
+ <icon src="castle.png"/>
</itemgra>
<itemgra item_types="poi_hunting_stand" order="13-">
<icon src="hunting_stand.xpm"/>
</itemgra>
<itemgra item_types="poi_memorial" order="12-">
- <icon src="memorial.xpm"/>
+ <icon src="memorial.png"/>
</itemgra>
<itemgra item_types="poi_monument" order="12-">
- <icon src="memorial.xpm"/>
+ <icon src="memorial.png"/>
</itemgra>
<itemgra item_types="poi_shelter" order="10-">
- <icon src="shelter.xpm"/>
+ <icon src="shelter.png"/>
</itemgra>
<itemgra item_types="poi_fountain" order="12-">
<icon src="fountain.png"/>
</itemgra>
<itemgra item_types="poi_potable_water" order="12-">
- <icon src="potable_water.xpm"/>
+ <icon src="drinking_water.png"/>
</itemgra>
<itemgra item_types="poi_toilets" order="12-">
<icon src="toilets.png"/>
@@ -3624,7 +3690,7 @@ Waypoint</text></img>
</itemgra>
</layer>
<layer name="POI Labels">
- <itemgra item_types="poi_airport,town_ghost,poi_hotel,poi_car_parking,poi_car_dealer_parts,poi_fuel,poi_shopping,poi_attraction,poi_cafe,poi_bar,poi_pub,highway_exit,poi_camp_rv,poi_museum_history,poi_hospital,poi_dining,poi_fastfood,poi_police,poi_autoservice,poi_bank,poi_atm,poi_bus_station,poi_bus_stop,poi_business_service,poi_car_rent,poi_church,poi_cinema,poi_concert,poi_drinking_water,poi_emergency,poi_fair,poi_fish,poi_government_building,poi_hotspring,poi_information,poi_justice,poi_landmark,poi_library,poi_mall,poi_manmade_feature,poi_marine,poi_marine_type,poi_mark,poi_oil_field,poi_peak,poi_personal_service,poi_pharmacy,poi_post_office,poi_public_office,poi_rail_halt,poi_rail_station,poi_rail_tram_stop,poi_repair_service,poi_resort,poi_restaurant,poi_restricted_area,poi_sailing,poi_scenic_area,poi_school,poi_service,poi_shop_retail,poi_skiing,poi_social_service,poi_sport,poi_stadium,poi_swimming,poi_theater,poi_townhall,poi_trail,poi_truck_stop,poi_tunnel,poi_worship,poi_wrecker,poi_zoo,poi_biergarten,poi_castle,poi_ruins,poi_memorial,poi_monument,poi_shelter,poi_fountain,poi_viewpoint,vehicle" order="14-">
+ <itemgra item_types="poi_airport,town_ghost,poi_hotel,poi_car_parking,poi_car_dealer_parts,poi_fuel,poi_shopping,poi_attraction,poi_cafe,poi_bar,poi_pub,highway_exit,poi_camp_rv,poi_museum_history,poi_hospital,poi_dining,poi_fastfood,poi_police,poi_autoservice,poi_bank,poi_atm,poi_bus_station,poi_bus_stop,poi_business_service,poi_car_rent,poi_church,poi_bahai,poi_buddhist,poi_hindu,poi_islamic,poi_jain,poi_jewish,poi_pagan,poi_pastafarian,poi_shinto,poi_sikh,poi_taoist,poi_cinema,poi_concert,poi_drinking_water,poi_emergency,poi_fair,poi_fish,poi_government_building,poi_hotspring,poi_information,poi_justice,poi_landmark,poi_library,poi_mall,poi_manmade_feature,poi_marine,poi_marine_type,poi_mark,poi_oil_field,poi_peak,poi_personal_service,poi_pharmacy,poi_post_office,poi_public_office,poi_rail_halt,poi_rail_station,poi_rail_tram_stop,poi_repair_service,poi_resort,poi_restaurant,poi_restricted_area,poi_sailing,poi_scenic_area,poi_school,poi_service,poi_shop_retail,poi_skiing,poi_social_service,poi_sport,poi_stadium,poi_swimming,poi_theater,poi_townhall,poi_trail,poi_truck_stop,poi_tunnel,poi_worship,poi_wrecker,poi_zoo,poi_biergarten,poi_castle,poi_ruins,poi_memorial,poi_monument,poi_shelter,poi_fountain,poi_viewpoint,vehicle" order="14-">
<circle color="#606060" radius="0" width="0" text_size="10"/>
</itemgra>
</layer>
@@ -4450,7 +4516,7 @@ Waypoint</text></img>
</itemgra>
</layer>
<layer name="POI Labels" active="1">
- <itemgra item_types="poi_airport,town_ghost,poi_hotel,poi_car_parking,poi_car_dealer_parts,poi_fuel,poi_shopping,poi_attraction,poi_cafe,poi_bar,poi_pub,highway_exit,poi_camp_rv,poi_museum_history,poi_hospital,poi_dining,poi_fastfood,poi_police,poi_autoservice,poi_bank,poi_atm,poi_bus_station,poi_bus_stop,poi_business_service,poi_car_rent,poi_church,poi_cinema,poi_concert,poi_drinking_water,poi_emergency,poi_fair,poi_fish,poi_government_building,poi_hotspring,poi_information,poi_justice,poi_landmark,poi_library,poi_mall,poi_manmade_feature,poi_marine,poi_marine_type,poi_mark,poi_oil_field,poi_peak,poi_personal_service,poi_pharmacy,poi_post_office,poi_public_office,poi_rail_halt,poi_rail_station,poi_rail_tram_stop,poi_repair_service,poi_resort,poi_restaurant,poi_restricted_area,poi_sailing,poi_scenic_area,poi_school,poi_service,poi_shop_retail,poi_skiing,poi_social_service,poi_sport,poi_stadium,poi_swimming,poi_theater,poi_townhall,poi_trail,poi_truck_stop,poi_tunnel,poi_worship,poi_wrecker,poi_zoo,poi_biergarten,poi_castle,poi_ruins,poi_memorial,poi_monument,poi_shelter,poi_fountain,poi_viewpoint,vehicle"
+ <itemgra item_types="poi_airport,town_ghost,poi_hotel,poi_car_parking,poi_car_dealer_parts,poi_fuel,poi_shopping,poi_attraction,poi_cafe,poi_bar,poi_pub,highway_exit,poi_camp_rv,poi_museum_history,poi_hospital,poi_dining,poi_fastfood,poi_police,poi_autoservice,poi_bank,poi_atm,poi_bus_station,poi_bus_stop,poi_business_service,poi_car_rent,poi_church,poi_bahai,poi_buddhist,poi_hindu,poi_islamic,poi_jain,poi_jewish,poi_pagan,poi_pastafarian,poi_shinto,poi_sikh,poi_taoist,poi_cinema,poi_concert,poi_drinking_water,poi_emergency,poi_fair,poi_fish,poi_government_building,poi_hotspring,poi_information,poi_justice,poi_landmark,poi_library,poi_mall,poi_manmade_feature,poi_marine,poi_marine_type,poi_mark,poi_oil_field,poi_peak,poi_personal_service,poi_pharmacy,poi_post_office,poi_public_office,poi_rail_halt,poi_rail_station,poi_rail_tram_stop,poi_repair_service,poi_resort,poi_restaurant,poi_restricted_area,poi_sailing,poi_scenic_area,poi_school,poi_service,poi_shop_retail,poi_skiing,poi_social_service,poi_sport,poi_stadium,poi_swimming,poi_theater,poi_townhall,poi_trail,poi_truck_stop,poi_tunnel,poi_worship,poi_wrecker,poi_zoo,poi_biergarten,poi_castle,poi_ruins,poi_memorial,poi_monument,poi_shelter,poi_fountain,poi_viewpoint,vehicle"
order="15-">
<circle color="#606060" radius="0" width="0"
text_size="10" />
@@ -4512,7 +4578,7 @@ Waypoint</text></img>
<icon src="hospital.png" />
</itemgra>
<itemgra item_types="poi_dining" order="12-">
- <icon src="dining.png" />
+ <icon src="restaurant.png"/>
</itemgra>
<itemgra item_types="poi_fastfood" order="12-">
<icon src="fastfood.png" />
@@ -4551,7 +4617,7 @@ Waypoint</text></img>
<icon src="bus.png" />
</itemgra>
<itemgra item_types="poi_bus_stop" order="12-">
- <icon src="bus.png" />
+ <icon src="bus_stop.png" />
</itemgra>
<itemgra item_types="poi_business_service" order="12-">
<icon src="bussines_service.png" />
@@ -4566,11 +4632,44 @@ Waypoint</text></img>
<icon src="casino.png" />
</itemgra>
<itemgra item_types="poi_cemetery" order="12-">
- <icon src="cemetery.png" />
+ <icon src="cemetery.xpm" />
</itemgra>
<itemgra item_types="poi_church" order="11-">
<icon src="church.png" />
</itemgra>
+ <itemgra item_types="poi_bahai" order="11-">
+ <icon src="bahai.png"/>
+ </itemgra>
+ <itemgra item_types="poi_buddhist" order="11-">
+ <icon src="buddhist.png"/>
+ </itemgra>
+ <itemgra item_types="poi_hindu" order="11-">
+ <icon src="hindu.png"/>
+ </itemgra>
+ <itemgra item_types="poi_islamic" order="11-">
+ <icon src="islamic.png"/>
+ </itemgra>
+ <itemgra item_types="poi_jain" order="11-">
+ <icon src="jain.png"/>
+ </itemgra>
+ <itemgra item_types="poi_jewish" order="11-">
+ <icon src="jewish.png"/>
+ </itemgra>
+ <itemgra item_types="poi_pagan" order="11-">
+ <icon src="pagan.png"/>
+ </itemgra>
+ <itemgra item_types="poi_pastafarian" order="11-">
+ <icon src="pastafarian.png"/>
+ </itemgra>
+ <itemgra item_types="poi_shinto" order="11-">
+ <icon src="shinto.png"/>
+ </itemgra>
+ <itemgra item_types="poi_sikh" order="11-">
+ <icon src="sikh.png"/>
+ </itemgra>
+ <itemgra item_types="poi_taoist" order="11-">
+ <icon src="taoist.png"/>
+ </itemgra>
<itemgra item_types="poi_cinema" order="12-">
<icon src="cinema.png" />
</itemgra>
@@ -4653,7 +4752,7 @@ Waypoint</text></img>
<icon src="levee.png" />
</itemgra>
<itemgra item_types="poi_level_crossing" order="11-">
- <icon src="level_crossing.png" />
+ <icon src="level_crossing.xpm" />
</itemgra>
<itemgra item_types="poi_library" order="12-">
<icon src="library.png" />
@@ -4738,7 +4837,7 @@ Waypoint</text></img>
<icon src="restricted_area.png" />
</itemgra>
<itemgra item_types="poi_restroom" order="13-">
- <icon src="restroom.png" />
+ <icon src="toilets.png"/>
</itemgra>
<itemgra item_types="poi_sailing" order="12-">
<icon src="sailing.png" />
@@ -4807,7 +4906,7 @@ Waypoint</text></img>
<icon src="tide.png" />
</itemgra>
<itemgra item_types="poi_tower" order="13-">
- <icon src="tower.png" />
+ <icon src="tower.xpm" />
</itemgra>
<itemgra item_types="poi_townhall" order="12-">
<icon src="townhall.png" />
@@ -4837,28 +4936,28 @@ Waypoint</text></img>
<icon src="picnic.png" />
</itemgra>
<itemgra item_types="poi_gc_multi" order="12-">
- <icon src="gc_multi.png" />
+ <icon src="gc_multi.xpm" />
</itemgra>
<itemgra item_types="poi_gc_tradi" order="12-">
- <icon src="gc_tradi.png" />
+ <icon src="gc_tradi.xpm" />
</itemgra>
<itemgra item_types="poi_gc_event" order="12-">
- <icon src="gc_event.png" />
+ <icon src="gc_event.xpm" />
</itemgra>
<itemgra item_types="poi_gc_mystery" order="12-">
- <icon src="gc_mystery.png" />
+ <icon src="gc_mystery.xpm" />
</itemgra>
<itemgra item_types="poi_gc_question" order="12-">
- <icon src="gc_question.png" />
+ <icon src="gc_question.xpm" />
</itemgra>
<itemgra item_types="poi_gc_stages" order="12-">
- <icon src="gc_stages.png" />
+ <icon src="gc_stages.xpm" />
</itemgra>
<itemgra item_types="poi_gc_reference" order="12-">
- <icon src="gc_reference.png" />
+ <icon src="gc_reference.xpm" />
</itemgra>
<itemgra item_types="poi_gc_webcam" order="12-">
- <icon src="gc_webcam.png" />
+ <icon src="gc_webcam.xpm" />
</itemgra>
<itemgra item_types="traffic_signals" order="13-">
<icon src="traffic_signals.png" />
@@ -4885,7 +4984,7 @@ Waypoint</text></img>
<icon src="ruins.png" />
</itemgra>
<itemgra item_types="poi_hunting_stand" order="12-">
- <icon src="hunting_stand.png" />
+ <icon src="hunting_stand.xpm" />
</itemgra>
<itemgra item_types="poi_memorial" order="12-">
<icon src="memorial.png" />
@@ -4900,7 +4999,7 @@ Waypoint</text></img>
<icon src="fountain.png" />
</itemgra>
<itemgra item_types="poi_potable_water" order="13-">
- <icon src="potable_water.png" />
+ <icon src="drinking_water.png"/>
</itemgra>
<itemgra item_types="poi_toilets" order="12-">
<icon src="toilets.png" />
@@ -4923,7 +5022,7 @@ Waypoint</text></img>
</itemgra>
</layer>
<layer name="Android-POI-Labels-full" active="0">
- <itemgra item_types="poi_airport,town_ghost,poi_hotel,poi_car_parking,poi_car_dealer_parts,poi_fuel,poi_shopping,poi_attraction,poi_cafe,poi_bar,poi_pub,highway_exit,poi_camp_rv,poi_museum_history,poi_hospital,poi_dining,poi_fastfood,poi_police,poi_autoservice,poi_bank,poi_atm,poi_bus_station,poi_bus_stop,poi_business_service,poi_car_rent,poi_church,poi_cinema,poi_concert,poi_drinking_water,poi_emergency,poi_fair,poi_fish,poi_government_building,poi_hotspring,poi_information,poi_justice,poi_landmark,poi_library,poi_mall,poi_manmade_feature,poi_marine,poi_marine_type,poi_mark,poi_oil_field,poi_peak,poi_personal_service,poi_pharmacy,poi_post_office,poi_public_office,poi_rail_halt,poi_rail_station,poi_rail_tram_stop,poi_repair_service,poi_resort,poi_restaurant,poi_restricted_area,poi_sailing,poi_scenic_area,poi_school,poi_service,poi_shop_retail,poi_skiing,poi_social_service,poi_sport,poi_stadium,poi_swimming,poi_theater,poi_townhall,poi_trail,poi_truck_stop,poi_tunnel,poi_worship,poi_wrecker,poi_zoo,poi_biergarten,poi_castle,poi_ruins,poi_memorial,poi_monument,poi_shelter,poi_fountain,poi_viewpoint,vehicle"
+ <itemgra item_types="poi_airport,town_ghost,poi_hotel,poi_car_parking,poi_car_dealer_parts,poi_fuel,poi_shopping,poi_attraction,poi_cafe,poi_bar,poi_pub,highway_exit,poi_camp_rv,poi_museum_history,poi_hospital,poi_dining,poi_fastfood,poi_police,poi_autoservice,poi_bank,poi_atm,poi_bus_station,poi_bus_stop,poi_business_service,poi_car_rent,poi_church,poi_bahai,poi_buddhist,poi_hindu,poi_islamic,poi_jain,poi_jewish,poi_pagan,poi_pastafarian,poi_shinto,poi_sikh,poi_taoist,poi_cinema,poi_concert,poi_drinking_water,poi_emergency,poi_fair,poi_fish,poi_government_building,poi_hotspring,poi_information,poi_justice,poi_landmark,poi_library,poi_mall,poi_manmade_feature,poi_marine,poi_marine_type,poi_mark,poi_oil_field,poi_peak,poi_personal_service,poi_pharmacy,poi_post_office,poi_public_office,poi_rail_halt,poi_rail_station,poi_rail_tram_stop,poi_repair_service,poi_resort,poi_restaurant,poi_restricted_area,poi_sailing,poi_scenic_area,poi_school,poi_service,poi_shop_retail,poi_skiing,poi_social_service,poi_sport,poi_stadium,poi_swimming,poi_theater,poi_townhall,poi_trail,poi_truck_stop,poi_tunnel,poi_worship,poi_wrecker,poi_zoo,poi_biergarten,poi_castle,poi_ruins,poi_memorial,poi_monument,poi_shelter,poi_fountain,poi_viewpoint,vehicle"
order="14-">
<circle color="#606060" radius="0" width="0"
text_size="10" />
diff --git a/navit/xpm/bahai.svg b/navit/xpm/bahai.svg
new file mode 100644
index 000000000..57abf2d5c
--- /dev/null
+++ b/navit/xpm/bahai.svg
@@ -0,0 +1,124 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ height="22"
+ id="svg2"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:version="0.48.1 r9760"
+ sodipodi:docname="bahai.svg"
+ sodipodi:version="0.32"
+ version="1.0"
+ width="22">
+ <metadata
+ id="metadata2975">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="http://web.resource.org/cc/PublicDomain" />
+ <dc:language>en</dc:language>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10.0"
+ guidetolerance="10.0"
+ id="base"
+ inkscape:current-layer="svg2"
+ inkscape:cx="32.208528"
+ inkscape:cy="19.1875"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:window-height="725"
+ inkscape:window-width="1024"
+ inkscape:window-x="-3"
+ inkscape:window-y="-3"
+ inkscape:zoom="8"
+ objecttolerance="10.0"
+ pagecolor="#ffffff"
+ showgrid="false"
+ inkscape:window-maximized="0" />
+ <defs
+ id="defs4">
+ <inkscape:perspective
+ id="perspective2441"
+ inkscape:persp3d-origin="290 : 193.33333 : 1"
+ inkscape:vp_x="0 : 290 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="580 : 290 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective2466"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3333"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3401"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3464"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3581"
+ inkscape:persp3d-origin="225 : 150 : 1"
+ inkscape:vp_x="0 : 225 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="450 : 225 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4312"
+ inkscape:persp3d-origin="225 : 150 : 1"
+ inkscape:vp_x="0 : 225 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="450 : 225 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ </defs>
+ <g
+ id="g1327">
+ <path
+ d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z "
+ id="path1329"
+ style="fill:#111;fill-opacity:0;stroke:#eee;stroke-opacity:0;stroke-width:3.40799999" />
+ </g>
+ <path
+ d="M 211.93658,502.90415 C 211.62064,467.41944 210.72008,437.74441 209.93535,436.95967 C 208.44146,435.46579 144.37645,444.49134 106.13848,451.58271 C 84.17773,455.65541 76.216627,454.51689 76.216627,447.30367 C 76.216627,445.27966 94.355879,421.12254 116.52608,393.62116 L 156.83549,343.6186 L 143.36752,335.6723 C 135.96011,331.30184 129.10233,327.72599 128.12801,327.72599 C 127.15365,327.72599 117.24965,321.8749 106.11914,314.72355 C 94.988602,307.57217 77.514623,296.99986 67.288108,291.22949 C 52.866925,283.09223 48.962908,278.86966 49.890838,272.41255 C 50.86408,265.64018 54.692944,263.545 70.417537,261.18033 C 110.93294,255.08765 172.86817,241.35355 172.86817,238.46195 C 172.86817,236.80159 164.00939,210.0363 153.18198,178.98348 C 133.88137,123.62964 132.11121,111.22655 143.51188,111.22655 C 146.6364,111.22655 171.68631,124.2745 199.17838,140.22202 C 226.67049,156.16951 250.83333,169.21746 252.8736,169.21746 C 254.91392,169.21746 261.5262,155.01809 267.56758,137.66334 C 291.78321,68.100199 299.49089,51.353397 307.88446,50.064915 C 312.31887,49.384208 316.70051,51.123944 317.62144,53.93098 C 319.32297,59.117252 342.18875,122.83827 353.09507,152.78671 C 356.38602,161.82364 360.50716,169.21746 362.25312,169.21746 C 363.99906,169.21746 386.90657,156.47858 413.15867,140.90877 C 467.8955,108.44507 471.29659,106.90623 478.48757,111.35049 C 482.7678,113.99581 479.86579,126.00059 463.38728,173.8163 C 452.16794,206.37145 442.66697,234.59806 442.27398,236.54207 C 441.6009,239.87157 508.60064,254.63111 548.84267,260.01835 C 564.46924,262.11026 567.18597,263.73796 567.06894,270.93845 C 566.95988,277.64765 556.1501,285.7836 514.87711,310.22028 C 486.24724,327.1713 462.82279,342.51553 462.82279,344.3186 C 462.82279,346.12165 480.22008,369.0158 501.48342,395.19457 C 522.74675,421.3733 540.14402,444.73799 540.14402,447.11613 C 540.14402,453.23409 525.13482,452.53767 466.68886,443.70784 C 438.53975,439.45517 413.10639,435.97573 410.17029,435.97573 C 405.83914,435.97573 404.83187,448.3764 404.83187,501.69878 C 404.83187,585.22233 404.77291,585.2434 350.707,521.02908 C 329.22354,495.51307 310.07427,474.63634 308.15303,474.63634 C 306.23179,474.63634 287.69024,495.51307 266.94955,521.02908 C 239.83003,554.39257 226.89015,567.42181 220.87507,567.42181 C 212.6574,567.42181 212.5009,566.29242 211.93658,502.90415 z M 277.49207,443.70784 C 291.13478,426.69718 304.92554,412.79323 308.13822,412.81017 C 311.35088,412.82714 325.28765,426.70696 339.10882,443.65423 L 364.23823,474.46743 L 365.20396,440.72383 C 366.53698,394.14787 367.92598,389.57838 380.74263,389.60456 C 386.54954,389.61637 397.3897,391.18979 404.83187,393.10098 C 425.44692,398.39506 451.22462,400.80922 451.22462,397.44582 C 451.22462,395.79606 440.60987,381.14847 427.63629,364.8957 C 414.66273,348.6429 404.95329,332.98586 406.05989,330.10222 C 407.16643,327.21862 422.21024,316.51048 439.49057,306.30635 C 456.77093,296.10226 471.66637,286.52866 472.59155,285.03165 C 473.51675,283.53467 465.17328,280.94259 454.05055,279.27152 C 442.92776,277.60041 432.95746,275.99074 431.89429,275.69449 C 430.83113,275.3982 421.69756,273.82954 411.59748,272.20855 C 388.9489,268.57362 388.46579,264.79834 404.84498,219.44001 C 411.23117,201.7549 415.69933,186.52838 414.77421,185.60328 C 413.84911,184.67815 398.02215,192.79098 379.60319,203.63178 C 361.18419,214.47258 344.59912,223.34233 342.74748,223.34233 C 337.93121,223.34233 333.47016,213.8733 321.2983,177.81432 C 315.39571,160.32805 309.4772,146.02111 308.146,146.02111 C 306.81483,146.02111 299.75397,162.72237 292.45528,183.13506 C 285.15653,203.54771 277.14846,221.07807 274.65948,222.09139 C 270.4338,223.81178 256.43727,216.95846 216.36136,193.54594 C 207.32445,188.26652 199.93059,185.71341 199.93059,187.87238 C 199.93059,190.03134 205.14979,206.5848 211.52879,224.65788 C 217.9078,242.73094 223.12697,260.18802 223.12697,263.45137 C 223.12697,269.6775 213.90869,272.20012 164.08277,279.60891 C 153.93493,281.11784 144.80346,283.69333 143.79055,285.33227 C 142.77763,286.97116 147.67397,291.52613 154.67127,295.45435 C 193.97119,317.51704 207.658,326.26531 209.27517,330.35586 C 210.26737,332.86542 206.05885,341.56406 199.9229,349.68614 C 193.787,357.80825 182.47416,372.83977 174.7833,383.08951 L 160.79987,401.72544 L 179.39872,399.17937 C 189.62807,397.77899 204.08663,395.05667 211.52879,393.1297 C 218.97096,391.20271 229.84426,389.61637 235.69167,389.60456 L 246.32334,389.58298 L 246.37612,423.41103 C 246.42091,452.11232 248.84502,474.63634 251.88915,474.63634 C 252.32803,474.63634 263.84935,460.71852 277.49207,443.70784 z"
+ id="path1873"
+ sodipodi:nodetypes="cssscccssssssssssssssssssssssssssssssssccscccssssssssssssssssssssssssssscccscccsc"
+ style="opacity:0.25;fill:#ffffff;fill-opacity:0" />
+ <path
+ d="m 6.9497884,18.870696 c -0.01301,-1.461279 -0.050094,-2.683312 -0.082408,-2.715628 -0.061517,-0.06152 -2.6997502,0.310158 -4.27441,0.602185 -0.904355,0.167715 -1.2321974,0.12083 -1.2321974,-0.176214 0,-0.08335 0.7469838,-1.078152 1.659964,-2.210674 L 4.6807002,12.311234 4.1260819,11.984001 C 3.8210416,11.804023 3.5386342,11.656768 3.4985113,11.656768 c -0.040129,0 -0.4479764,-0.240951 -0.906337,-0.535447 C 2.1338134,10.826823 1.4142254,10.39145 0.99309292,10.153822 0.39922051,9.8187265 0.23845138,9.6448385 0.27666383,9.3789306 0.31674245,9.1000412 0.47441695,9.0137606 1.1219644,8.9163822 2.7904094,8.6654826 5.3409351,8.099906 5.3409351,7.9808283 c 0,-0.068372 -0.3648092,-1.1705836 -0.8106876,-2.4493549 -0.79481,-2.2794997 -0.8677054,-2.790266 -0.3982201,-2.790266 0.1286695,0 1.1602376,0.5373217 2.2923757,1.1940492 1.1321396,0.6567257 2.1271774,1.1940474 2.2111978,1.1940474 0.084022,0 0.3563182,-0.584738 0.6051053,-1.2994154 0.9972128,-2.8646465 1.3146178,-3.55428863 1.6602698,-3.60734904 0.182612,-0.0280316 0.36305,0.0436109 0.400974,0.15920687 0.07007,0.21357281 1.011696,2.83763767 1.460823,4.07093037 0.135523,0.372145 0.305233,0.6766272 0.377132,0.6766272 0.0719,0 1.015243,-0.5245939 2.096319,-1.1657673 2.254091,-1.3368718 2.394149,-1.4002418 2.690277,-1.2172247 0.176263,0.108936 0.05677,0.6032984 -0.621836,2.5723748 -0.462019,1.3406379 -0.853274,2.5030243 -0.869458,2.5830797 -0.02772,0.1371104 2.731367,0.7449158 4.388554,0.9667652 0.643511,0.086144 0.755387,0.1531749 0.750567,0.4496946 -0.0045,0.2762891 -0.449642,0.6113317 -2.149285,1.6176467 -1.178994,0.698053 -2.143625,1.329936 -2.143625,1.404187 0,0.07425 0.716429,1.017043 1.592066,2.0951 0.875635,1.078053 1.592063,2.040223 1.592063,2.138156 0,0.25194 -0.618088,0.223261 -3.024923,-0.140356 -1.159194,-0.175126 -2.206554,-0.318412 -2.327464,-0.318412 -0.178359,0 -0.219839,0.510666 -0.219839,2.706511 0,3.439543 -0.0025,3.440411 -2.228889,0.79603 -0.884701,-1.050762 -1.673279,-1.910477 -1.752396,-1.910477 -0.07911,0 -0.842668,0.859715 -1.696781,1.910477 -1.1167955,1.373928 -1.6496673,1.910479 -1.8973708,1.910479 -0.3384079,0 -0.3448525,-0.04651 -0.3680924,-2.656872 z M 9.6493983,16.43296 c 0.5618137,-0.700507 1.1297247,-1.273079 1.2620237,-1.27238 0.1323,7.03e-4 0.706224,0.572275 1.275386,1.270173 l 1.034842,1.268905 0.03977,-1.38958 c 0.05489,-1.918023 0.112093,-2.106197 0.639892,-2.105119 0.23913,4.78e-4 0.685534,0.06528 0.992007,0.143986 0.848939,0.218013 1.910477,0.317429 1.910477,0.178921 0,-0.06793 -0.437121,-0.671132 -0.971379,-1.340431 -0.534259,-0.669298 -0.934099,-1.314063 -0.888529,-1.432813 0.04556,-0.118748 0.665079,-0.559715 1.376694,-0.979926 0.711614,-0.420211 1.325016,-0.814456 1.363115,-0.876104 0.0381,-0.061647 -0.305489,-0.1683899 -0.76353,-0.2372051 C 16.462123,9.5925706 16.051541,9.5262829 16.007761,9.5140828 15.963977,9.501879 15.587854,9.4372877 15.171925,9.3705304 14.239246,9.2208416 14.219352,9.0653738 14.893855,7.197495 c 0.262986,-0.7282831 0.446988,-1.3553189 0.408891,-1.3934145 -0.0381,-0.038099 -0.68986,0.2959929 -1.448361,0.7424225 -0.758505,0.4464306 -1.441486,0.8116912 -1.517737,0.8116912 -0.198337,0 -0.382045,-0.3899393 -0.883289,-1.8748678 -0.243072,-0.7200939 -0.4868,-1.3092606 -0.541618,-1.3092606 -0.05482,0 -0.345589,0.6877663 -0.646152,1.5283723 C 9.9650228,6.5430413 9.6352452,7.2649503 9.5327477,7.3066799 9.3587321,7.3775272 8.7823474,7.0953031 7.1320002,6.1311632 6.7598561,5.9137542 6.4553732,5.8086158 6.4553732,5.897523 c 0,0.088908 0.2149291,0.7705873 0.4776199,1.5148459 0.2626907,0.7442585 0.4776191,1.4631497 0.4776191,1.5975356 0,0.2563959 -0.3796134,0.3602786 -2.4314716,0.6653762 -0.4178931,0.062142 -0.7939314,0.1681981 -0.8356438,0.2356913 -0.041716,0.06749 0.1599215,0.255066 0.4480734,0.416832 1.6183915,0.908554 2.1820211,1.268812 2.2486177,1.437262 0.040864,0.103355 -0.1324501,0.46156 -0.3851312,0.796033 -0.2526803,0.334472 -0.718549,0.953477 -1.035262,1.375566 l -0.5758452,0.767439 0.7659108,-0.104849 c 0.4212494,-0.05767 1.0166606,-0.169774 1.3231328,-0.249128 0.3064723,-0.07935 0.754241,-0.144681 0.9950402,-0.145168 l 0.4378173,-8.8e-4 0.00217,1.393058 c 0.00181,1.181934 0.1016702,2.109484 0.2270295,2.109484 0.018069,0 0.4925276,-0.573142 1.054342,-1.273651 z"
+ id="path4757"
+ sodipodi:nodetypes="cssscccssssssssssssssssssssssssssssssssccscccssssssssssssssssssssssssssscccscccsc"
+ style="fill:#5e8019"
+ inkscape:connector-curvature="0" />
+</svg>
diff --git a/navit/xpm/biergarten.svg b/navit/xpm/biergarten.svg
new file mode 100644
index 000000000..1bfabe4ba
--- /dev/null
+++ b/navit/xpm/biergarten.svg
@@ -0,0 +1,136 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ height="22"
+ id="svg2"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:version="0.48.1 r9760"
+ sodipodi:docname="biergarten.svg"
+ sodipodi:version="0.32"
+ version="1.0"
+ width="22">
+ <metadata
+ id="metadata10">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="http://web.resource.org/cc/PublicDomain" />
+ <dc:language>en</dc:language>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10.0"
+ guidetolerance="10.0"
+ id="base"
+ inkscape:current-layer="svg2"
+ inkscape:cx="101.97187"
+ inkscape:cy="-18.299786"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:window-height="725"
+ inkscape:window-maximized="1"
+ inkscape:window-width="1024"
+ inkscape:window-x="-3"
+ inkscape:window-y="-3"
+ inkscape:zoom="3.1862067"
+ objecttolerance="10.0"
+ pagecolor="#ffffff"
+ showgrid="false" />
+ <defs
+ id="defs4">
+ <inkscape:perspective
+ id="perspective12"
+ inkscape:persp3d-origin="290 : 193.33333 : 1"
+ inkscape:vp_x="0 : 290 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="580 : 290 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3036"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3052"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3945"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ </defs>
+ <g
+ id="g1327"
+ transform="matrix(0.04240815,0,0,0.04240815,-0.31385283,-1.2549857)">
+ <path
+ d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 l 0,450.123 c 0,40.844 20.894,62.229 62.192,62.229 l 452.024,0 c 41.307,0 62.229,-20.316 62.229,-62.229 l 0,-450.123 c 0,-42.601 -20.922,-65.036 -63.522,-65.036 -0.003,0 -448.494,-0.143 -448.352,0 z"
+ id="path1329"
+ style="fill:#111111;fill-opacity:0;stroke:#eeeeee;stroke-width:3.40799999;stroke-opacity:0"
+ inkscape:connector-curvature="0" />
+ </g>
+ <path
+ d="M 4.6284384,2.2838463 9.7052002,1.3790544 15.31525,1.9641546 15.656376,17.37507 l 0.7883,1.232593 c 0,0 -2.557901,2.418836 -6.4837588,2.467088 -3.9258585,0.04825 -6.1832934,-2.408369 -6.1832934,-2.408369 L 4.7734314,17.141754 4.6284384,2.2838463 z"
+ id="path2381"
+ sodipodi:nodetypes="ccccczccc"
+ style="opacity:0.1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ inkscape:connector-curvature="0" />
+ <path
+ d="M 9.6967822,1.298997 C 7.9805787,1.3367897 6.2918464,1.4559349 4.6392821,2.0209847 l 0.1915504,15.0213053 -0.013183,1.03e-4 c -0.6099492,0.392859 -0.9589311,1.066499 -0.9542799,1.558143 0.013102,1.384886 2.8426458,2.481355 6.3185034,2.44847 3.475861,-0.03289 6.280855,-1.182657 6.267753,-2.567543 -0.0041,-0.434521 -0.286499,-1.051626 -0.777946,-1.403324 l -0.122784,-0.08783 0.09141,-15.073423 C 13.623539,1.3653687 11.641812,1.2561656 9.6967822,1.298997 z"
+ id="path3839"
+ sodipodi:nodetypes="ccccssscccc"
+ style="fill:none;stroke:#c02727;stroke-width:1.48428524;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 15.830763,4.0692349 3.971641,-0.1687484 c 0.644252,0.1227873 0.976361,0.5001699 1.001208,1.1281663 l -0.988357,8.2399992 c -0.02751,0.6006 -0.413719,0.849235 -0.943074,0.957403 l -2.942219,0.328601"
+ id="path3841"
+ sodipodi:nodetypes="cccccc"
+ style="fill:none;stroke:#c02727;stroke-width:1.05466926;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 4.798182,16.855887 c 1.2002809,1.59622 3.4183264,2.031312 5.42049,1.966571 1.947429,-0.06297 4.281393,-0.471658 5.368447,-1.871057"
+ id="path3931"
+ sodipodi:nodetypes="csc"
+ style="fill:none;stroke:#c02727;stroke-width:0.93545049;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 4.6198206,16.890802 c 1.2002808,1.596221 3.5966878,2.031312 5.5988514,1.966571 1.947429,-0.06297 4.36621,-0.556474 5.453265,-1.955873"
+ id="path3933"
+ sodipodi:nodetypes="csc"
+ style="fill:none;stroke:#c02727;stroke-width:1.27224457;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 15.830763,4.4434148 3.691004,-0.1687479 c 0.644254,0.1227873 0.976363,0.5001697 1.001209,1.1281661 l -0.894811,7.576456 c -0.02751,0.600599 -0.41372,0.849234 -0.943074,0.957401 l -2.755129,0.337331"
+ id="path3935"
+ sodipodi:nodetypes="cccccc"
+ style="fill:none;stroke:#c02727;stroke-width:1.27224457;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 10.107638,1.4896108 c -3.6234199,0 -5.624889,0.9239367 -5.624889,1.1390546 0,0.00914 0.00453,0.017615 0.014962,0.026601 l -0.014962,0 -0.235526,4.5933464 0.7880892,0 L 4.9205474,4.0050179 C 8.3655344,6.3929988 10.630503,3.6802297 15.143439,3.9135788 l 0.0028,3.3350338 0.813455,0 -0.327409,-4.8739815 -0.01001,0 c 0.01043,-0.00899 0.01663,-0.017469 0.01663,-0.026601 0,-0.2151178 -1.907887,-0.8584194 -5.531344,-0.8584194 l 2e-6,0 z"
+ id="path2209"
+ sodipodi:nodetypes="csccccccccccscc"
+ style="opacity:0.75;fill:#c02727"
+ inkscape:connector-curvature="0" />
+</svg>
diff --git a/navit/xpm/buddhist.svg b/navit/xpm/buddhist.svg
new file mode 100644
index 000000000..eaae0d3c4
--- /dev/null
+++ b/navit/xpm/buddhist.svg
@@ -0,0 +1,124 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ height="22"
+ id="svg2"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:version="0.48.1 r9760"
+ sodipodi:docname="buddhist.svg"
+ sodipodi:version="0.32"
+ version="1.0"
+ width="22">
+ <metadata
+ id="metadata2975">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="http://web.resource.org/cc/PublicDomain" />
+ <dc:language>en</dc:language>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10.0"
+ guidetolerance="10.0"
+ id="base"
+ inkscape:current-layer="svg2"
+ inkscape:cx="26.515814"
+ inkscape:cy="2.1294787"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:window-height="725"
+ inkscape:window-width="1024"
+ inkscape:window-x="0"
+ inkscape:window-y="20"
+ inkscape:zoom="7.3734169"
+ objecttolerance="10.0"
+ pagecolor="#ffffff"
+ showgrid="false"
+ inkscape:window-maximized="0" />
+ <defs
+ id="defs4">
+ <inkscape:perspective
+ id="perspective2441"
+ inkscape:persp3d-origin="290 : 193.33333 : 1"
+ inkscape:vp_x="0 : 290 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="580 : 290 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective2466"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3333"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3401"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3464"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3581"
+ inkscape:persp3d-origin="225 : 150 : 1"
+ inkscape:vp_x="0 : 225 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="450 : 225 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4312"
+ inkscape:persp3d-origin="225 : 150 : 1"
+ inkscape:vp_x="0 : 225 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="450 : 225 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ </defs>
+ <g
+ id="g1327">
+ <path
+ d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z "
+ id="path1329"
+ style="fill:#111;fill-opacity:0;stroke:#eee;stroke-opacity:0;stroke-width:3.40799999" />
+ </g>
+ <path
+ d="M 280.20349,557.10339 C 275.4337,552.33363 272.92649,544.97509 272.92649,535.74583 L 272.92649,521.66522 L 251.81633,517.51206 C 169.90036,501.39607 97.450677,416.48466 79.870405,328.50075 C 74.50844,328.08683 71.543681,327.87821 65.877415,327.87821 C 48.155947,327.87821 36.424315,316.05296 36.424315,298.19005 C 36.424315,281.9532 46.404667,272.45513 64.618644,271.35819 L 78.267012,270.53622 L 84.708567,245.53938 C 95.45536,203.83597 111.41279,176.40024 143.7188,144.08261 C 176.82962,110.9599 204.54359,94.326009 244.55244,84.413765 C 256.70863,81.402045 257.64208,83.725098 271.32566,80.67256 C 273.13348,61.664076 271.48655,40.464466 300.54856,41.460973 C 323.51919,42.262319 325.71207,56.2882 325.80681,79.561024 C 333.68452,80.332975 336.24173,80.565766 349.87852,83.369852 C 431.8724,100.22995 505.50299,174.202 519.87045,256.92755 C 522.14441,270.02049 523.36498,271.36746 532.02907,270.34525 C 543.46567,268.99596 562.20002,277.9001 565.38442,286.19851 C 573.27185,306.75288 561.70867,324.41429 538.3069,327.55624 C 522.98627,329.61323 522.25963,330.27907 519.83815,344.48051 C 516.04575,366.72197 501.16452,400.78164 484.54908,425.24892 C 455.26472,468.37208 409.61307,500.46055 356.61187,515.17582 L 329.32317,522.75229 L 328.14487,537.19896 C 327.49678,545.14465 324.37773,554.51096 321.21357,558.01301 C 313.11632,566.97501 289.55242,566.45232 280.20349,557.10339 z M 272.92649,417.02134 C 272.92649,392.00669 271.66237,371.54015 270.11728,371.54015 C 268.57222,371.54015 253.47426,385.4462 236.56628,402.44247 C 219.54969,419.54791 209.94072,430.05151 206.36897,435.20723 C 210.77167,438.43078 218.50021,447.11973 237.841,455.07072 C 254.04663,461.73283 267.40333,463.64123 273.51621,464.56308 C 272.5054,456.96179 272.92649,445.56067 272.92649,417.02134 z M 382.19507,446.52535 L 398.03258,436.76152 L 365.57298,404.15084 C 347.7202,386.21497 331.85127,371.54015 330.30865,371.54015 C 328.76604,371.54015 327.50391,392.21135 327.50391,417.47614 L 327.50391,463.41215 L 346.93075,459.85065 C 353.43456,458.55199 369.30349,452.55561 382.19507,446.52535 z M 200.12988,359.71504 L 233.84414,327.87821 L 185.66824,327.87821 L 137.49232,327.87821 L 139.95901,341.02682 C 142.78058,356.06709 160.50561,393.93661 164.05366,392.50494 C 165.35272,391.98073 181.58701,377.22529 200.12988,359.71504 z M 454.23342,368.22999 C 459.92766,355.72266 462.40275,345.38773 463.64563,339.88451 L 465.90535,327.87821 L 417.70184,327.87821 L 369.49834,327.87821 L 402.09307,360.62465 C 420.02017,378.6352 436.03596,393.37113 437.68369,393.37113 C 439.33142,393.37113 448.53921,380.73732 454.23342,368.22999 z M 313.85504,332.2564 C 320.11269,329.02047 330.38397,318.23547 333.41415,310.98326 C 338.24385,299.42416 335.28797,287.19044 326.21651,277.24406 C 311.75004,261.38234 292.95735,261.28732 276.90551,276.41206 C 261.24167,291.17118 265.07665,311.66649 273.97037,322.07426 C 284.17075,334.01111 300.67643,339.07134 313.85504,332.2564 z M 229.26455,269.58642 C 229.26455,268.5441 214.75489,253.2489 197.02085,235.59703 L 164.77718,203.50274 L 157.01607,216.06041 C 148.29704,230.1681 142.70319,245.40888 137.90208,271.57301 C 140.30263,271.91091 144.23475,271.48154 183.78336,271.48154 C 208.79801,271.48154 229.26455,270.62875 229.26455,269.58642 z M 462.92924,261.68287 C 462.34101,256.89671 459.52475,242.24164 453.64119,229.122 C 447.69654,215.86612 438.679,204.16937 437.10172,204.16937 C 434.47098,204.16937 371.16608,266.97558 371.16527,269.58642 C 371.16494,270.62875 392.04081,271.1409 417.55609,270.72455 C 463.51111,269.97469 463.9379,269.88965 462.92924,261.68287 z M 272.92649,182.26908 L 272.92649,134.89934 L 262.92062,137.15907 C 244.68613,137.95699 206.54775,159.03901 207.43358,162.97316 C 207.98968,165.44286 269.49142,229.63884 271.941,229.63884 C 272.48303,229.63884 272.92649,208.32246 272.92649,182.26908 z M 372.62201,147.12845 C 359.03355,140.74987 343.42234,138.62007 338.41939,137.99454 L 329.32317,136.85722 L 328.31247,184.15765 L 327.30173,231.45809 L 362.11499,196.89238 L 396.92823,162.32668 L 372.62201,147.12845 z"
+ id="path1873"
+ sodipodi:nodetypes="cccccsscccsscscssssssscccsccsscscccccscccccccccscccccccsccssssccccccsccssssccccssccccccccc"
+ style="opacity:0.25;fill:#ffffff;fill-opacity:0" />
+ <path
+ d="M 10.163994,21.300665 C 9.97074,21.107413 9.8691572,20.809272 9.8691572,20.435337 l 0,-0.570493 -0.8553044,-0.168271 c -3.3189284,-0.65296 -6.2543185,-4.093252 -6.9666052,-7.65803 -0.2172468,-0.01677 -0.3373675,-0.02522 -0.5669432,-0.02522 -0.71800753,0 -1.19332933,-0.479114 -1.19332933,-1.202853 0,-0.657856 0.40436646,-1.0426827 1.14232863,-1.0871262 L 1.9822848,9.6900418 2.243272,8.6772631 C 2.6786919,6.9875976 3.3252271,5.8760046 4.6341458,4.5666154 5.9756721,3.2246072 7.0985379,2.550664 8.7195473,2.1490574 9.2120705,2.0270333 9.24989,2.1211582 9.8042976,1.9974772 9.8775453,1.2273253 9.8108,0.36839642 10.9883,0.40877097 c 0.930684,0.0324661 1.019531,0.60074373 1.02337,1.54367143 0.319175,0.031273 0.422784,0.040705 0.975295,0.1543195 3.322085,0.6831078 6.305321,3.6801782 6.887437,7.0319077 0.09213,0.5304766 0.141584,0.5850508 0.492621,0.5436344 0.463368,-0.054666 1.222414,0.3060947 1.351434,0.642315 0.319569,0.832786 -0.148928,1.548361 -1.09708,1.67566 -0.620734,0.08334 -0.650175,0.110319 -0.748284,0.685709 -0.153654,0.90114 -0.756586,2.28111 -1.429781,3.272433 -1.186493,1.747189 -3.036127,3.047293 -5.183537,3.643501 l -1.105635,0.30697 -0.04774,0.585325 c -0.02625,0.321929 -0.152631,0.701417 -0.28083,0.843307 -0.328071,0.363107 -1.282792,0.341929 -1.661576,-0.03686 z m -0.2948368,-5.6756 c 0,-1.013499 -0.051216,-1.842727 -0.1138188,-1.842727 -0.062599,0 -0.6743127,0.563421 -1.3593605,1.252046 -0.6894487,0.693049 -1.078768,1.118615 -1.2234816,1.327506 0.1783807,0.130606 0.4915118,0.48265 1.2751283,0.804794 0.6565917,0.269924 1.1977551,0.347245 1.4454254,0.384595 -0.040957,-0.307976 -0.023891,-0.769907 -0.023891,-1.926214 z m 4.4271528,1.195392 0.641677,-0.395594 -1.315141,-1.321262 c -0.723328,-0.726695 -1.366277,-1.321263 -1.428778,-1.321263 -0.0625,0 -0.113638,0.837519 -0.113638,1.861154 l 0,1.861155 0.787103,-0.144299 c 0.26351,-0.05261 0.906459,-0.295567 1.428777,-0.539891 z m -7.3765988,-3.517229 1.3659753,-1.289908 -1.9519066,0 -1.9519082,0 0.099941,0.532732 c 0.1143198,0.609375 0.8324717,2.143706 0.9762252,2.085701 0.052631,-0.02124 0.7103858,-0.619074 1.4616731,-1.328525 z m 10.2953238,0.344995 c 0.230709,-0.506751 0.330991,-0.925483 0.381347,-1.148453 l 0.09156,-0.48645 -1.953026,0 -1.953025,0 1.320616,1.326762 c 0.726339,0.729721 1.375239,1.326766 1.441999,1.326766 0.06676,0 0.439825,-0.511876 0.670533,-1.018625 z M 11.527428,12.190707 C 11.780965,12.0596 12.197119,11.622632 12.31989,11.3288 12.515572,10.860468 12.395808,10.364804 12.028269,9.9618139 11.442142,9.3191564 10.680732,9.3153062 10.030372,9.9281008 9.3957319,10.526085 9.551111,11.356479 9.9114511,11.778162 10.324732,12.261799 10.993481,12.46682 11.527428,12.190704 z M 8.1001386,9.6515545 c 0,-0.042227 -0.5878766,-0.6619352 -1.3063934,-1.3771227 L 5.4873525,6.9740917 5.172901,7.4828816 C 4.8196386,8.0544724 4.592997,8.6719717 4.3984743,9.7320443 c 0.097261,0.013693 0.2565755,-0.00367 1.8589376,-0.00367 1.0134993,0 1.8427267,-0.034555 1.8427267,-0.076783 z M 17.567357,9.3313327 C 17.543527,9.1374151 17.429419,8.5436464 17.19104,8.0120882 16.950185,7.4750091 16.584828,7.0011012 16.520922,7.0011012 c -0.106587,0 -2.671465,2.5446723 -2.671497,2.6504533 -1.4e-5,0.042235 0.845799,0.062982 1.879582,0.046114 1.861925,-0.030385 1.879217,-0.033828 1.83835,-0.3663345 z m -7.6981998,-3.2175491 0,-1.9192447 -0.4054002,0.091556 c -0.7387936,0.032328 -2.2840178,0.8864929 -2.2481269,1.0458897 0.022529,0.1000635 2.5143512,2.7010435 2.6135985,2.7010435 0.021963,0 0.039925,-0.8636594 0.039925,-1.9192446 z M 13.908446,4.6900165 C 13.357892,4.4315805 12.725385,4.345289 12.522684,4.319945 L 12.15414,4.2738621 12.11319,6.1902977 12.07224,8.1067349 13.482742,6.7062617 14.893245,5.3057892 13.908448,4.6900134 z"
+ id="path5316"
+ sodipodi:nodetypes="cccccsscccsscscssssssscccsccsscscccccscccccccccscccccccsccssssccccccsccssssccccssccccccccc"
+ style="fill:#5e8019"
+ inkscape:connector-curvature="0" />
+</svg>
diff --git a/navit/xpm/bus_stop.svg b/navit/xpm/bus_stop.svg
new file mode 100644
index 000000000..b8dfaffbd
--- /dev/null
+++ b/navit/xpm/bus_stop.svg
@@ -0,0 +1,157 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ height="22"
+ id="svg2"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:version="0.48.1 r9760"
+ sodipodi:docname="bus_stop.svg"
+ sodipodi:version="0.32"
+ version="1.0"
+ width="22">
+ <metadata
+ id="metadata1976">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="http://web.resource.org/cc/PublicDomain" />
+ <dc:language>en</dc:language>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10.0"
+ guidetolerance="10.0"
+ id="base"
+ inkscape:current-layer="svg2"
+ inkscape:cx="53.760581"
+ inkscape:cy="3.3320865"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:window-height="725"
+ inkscape:window-width="1024"
+ inkscape:window-x="-4"
+ inkscape:window-y="-4"
+ inkscape:zoom="5.2137932"
+ objecttolerance="10.0"
+ pagecolor="#ffffff"
+ showgrid="false"
+ inkscape:window-maximized="0" />
+ <defs
+ id="defs4">
+ <inkscape:perspective
+ id="perspective3653"
+ inkscape:persp3d-origin="290 : 193.33333 : 1"
+ inkscape:vp_x="0 : 290 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="580 : 290 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <marker
+ id="ArrowStart"
+ markerHeight="3"
+ markerUnits="strokeWidth"
+ markerWidth="4"
+ orient="auto"
+ refX="10"
+ refY="5"
+ viewBox="0 0 10 10">
+ <path
+ d="M 10 0 L 0 5 L 10 10 z"
+ id="path2111" />
+ </marker>
+ <marker
+ id="ArrowEnd"
+ markerHeight="3"
+ markerUnits="strokeWidth"
+ markerWidth="4"
+ orient="auto"
+ refX="0"
+ refY="5"
+ viewBox="0 0 10 10">
+ <path
+ d="M 0 0 L 10 5 L 0 10 z"
+ id="path2108" />
+ </marker>
+ <inkscape:perspective
+ id="perspective2512"
+ inkscape:persp3d-origin="177.51199 : 145.02 : 1"
+ inkscape:vp_x="0 : 217.53 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="355.02399 : 217.53 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ </defs>
+ <g
+ id="g1327"
+ transform="matrix(0.0385034,0,0,0.0385034,0,4.2733549e-4)">
+ <path
+ d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 l 0,450.123 c 0,40.844 20.896,62.229 62.192,62.229 l 452.024,0 c 41.307,0 62.229,-20.314 62.229,-62.229 l 0,-450.123 c 0,-42.601 -20.922,-65.036 -63.521,-65.036 -0.004,0 -448.495,-0.143 -448.353,0 z"
+ id="path1329"
+ style="fill:#111111;fill-opacity:0;stroke:#eeeeee;stroke-width:3.40799999;stroke-opacity:0"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ id="g2117"
+ style="fill:#000000"
+ transform="matrix(0.04610796,0,0,0.04610796,3.0852084,1.3317145)">
+ <g
+ id="g2119"
+ style="fill:#000000">
+ <g
+ id="g2121"
+ style="fill:#000000">
+ <path
+ d=""
+ id="path2125"
+ style="fill:#000000;stroke:none"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ id="g2127"
+ style="fill:#000000">
+ <path
+ d=""
+ id="path2131"
+ style="fill:#000000;stroke:none"
+ inkscape:connector-curvature="0" />
+ </g>
+ </g>
+ </g>
+ <path
+ d="m 11.382891,2.0411182 c 0.01245,0 0.02537,4.731e-4 0.03795,5.772e-4 0.01267,-1.041e-4 0.02542,-5.772e-4 0.03795,-5.772e-4 l -0.0759,0 z m 0.03795,5.772e-4 c -0.883707,0.007 -2.0810063,0.2558264 -2.5807453,0.464051 C 8.3331996,2.7169549 7.9951651,2.9282649 7.889571,3.456275 l -0.3800962,2.9274901 0,4.0332779 0.6549623,0 0,0.632535 c 0,0.771237 1.1282136,0.771237 1.1282136,0 l 0,-0.632535 2.0839183,0 0.0063,0 2.166147,0 0,0.632535 c 0,0.771237 1.128788,0.771237 1.128788,0 l 0,-0.632535 0.654962,0 0,-4.0332779 L 14.952719,3.456275 C 14.847104,2.9282649 14.509069,2.7169549 14.002169,2.5057464 13.502381,2.2975016 12.30458,2.0486505 11.420847,2.0416954 z m -1.6089403,0.7389167 1.5709893,0 1.647467,0 c 0.316824,0 0.316824,0.4749767 0,0.4749767 l -1.650918,0 -1.5675383,0 c -0.3168233,0 -0.3168233,-0.4749767 0,-0.4749767 z m -0.7004842,0.9551287 2.2680225,0 2.273821,0 c 0.334672,0 0.422268,0.1698792 0.462901,0.4278243 l 0.296141,2.1230197 c 0.02759,0.2034963 -0.03167,0.4053978 -0.312817,0.4053978 l -2.716595,0 -2.717699,0 c -0.2811483,0 -0.3398307,-0.2019019 -0.3122428,-0.4053978 L 8.6490946,4.163563 C 8.6897271,3.9056179 8.7767477,3.7357388 9.1114205,3.7357388 z m -0.3823021,4.257013 c 0.2989753,-8e-7 0.6181128,0.319712 0.6181128,0.6186873 0,0.2989753 -0.3191375,0.6181121 -0.6181128,0.6181121 -0.2989753,7e-7 -0.6186873,-0.3191375 -0.6186873,-0.6181121 0,-0.2989753 0.319712,-0.6186873 0.6186873,-0.6186873 z m 5.3840296,0 c 0.298974,0 0.618112,0.319712 0.618112,0.6186873 0,0.2989746 -0.319138,0.6181128 -0.618112,0.6181121 -0.298976,0 -0.618689,-0.3191368 -0.618688,-0.6181121 0,-0.2989753 0.319712,-0.6186881 0.618688,-0.6186873 z"
+ id="path2115"
+ sodipodi:nodetypes="cscccsccccccccccccccccsccccccccccccccccccccsssccsssc"
+ style="fill:#0089cd;stroke:none"
+ inkscape:connector-curvature="0" />
+ <rect
+ height="12.438084"
+ id="rect3653"
+ ry="0.77344877"
+ style="fill:none;stroke:#0089cd;stroke-width:0.57755101;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ width="11.373988"
+ x="5.6446185"
+ y="0.59913504" />
+ <path
+ d="m 11.343224,13.060768 0,8.653797"
+ id="path4184"
+ style="fill:none;stroke:#0089cd;stroke-width:1.10887802;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 14.769315,21.227006 -6.9703409,0"
+ id="path4186"
+ style="fill:none;stroke:#0089cd;stroke-width:1.15510201;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+</svg>
diff --git a/navit/xpm/car_dealer.svg b/navit/xpm/car_dealer.svg
new file mode 100644
index 000000000..a3afb3525
--- /dev/null
+++ b/navit/xpm/car_dealer.svg
@@ -0,0 +1,148 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ height="22"
+ id="svg2"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:version="0.48.1 r9760"
+ sodipodi:docname="car_dealer.svg"
+ sodipodi:version="0.32"
+ version="1.0"
+ width="22">
+ <metadata
+ id="metadata10">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="http://web.resource.org/cc/PublicDomain" />
+ <dc:language>en</dc:language>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10.0"
+ guidetolerance="10.0"
+ id="base"
+ inkscape:current-layer="svg2"
+ inkscape:cx="-28.16038"
+ inkscape:cy="2.5297942"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:window-height="725"
+ inkscape:window-width="1024"
+ inkscape:window-x="-3"
+ inkscape:window-y="-3"
+ inkscape:zoom="5.6568542"
+ objecttolerance="10.0"
+ pagecolor="#ffffff"
+ showgrid="false"
+ inkscape:window-maximized="0" />
+ <defs
+ id="defs4">
+ <inkscape:perspective
+ id="perspective12"
+ inkscape:persp3d-origin="290 : 193.33333 : 1"
+ inkscape:vp_x="0 : 290 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="580 : 290 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <style
+ id="style6"
+ type="text/css">
+ .fil0 {fill:#EF7900}
+ </style>
+ <inkscape:perspective
+ id="perspective6807"
+ inkscape:persp3d-origin="29.116032 : 19.410688 : 1"
+ inkscape:vp_x="0 : 29.116032 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="58.232063 : 29.116032 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective6954"
+ inkscape:persp3d-origin="290 : 193.33333 : 1"
+ inkscape:vp_x="0 : 290 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="580 : 290 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <marker
+ id="ArrowStart"
+ markerHeight="3"
+ markerUnits="strokeWidth"
+ markerWidth="4"
+ orient="auto"
+ refX="10"
+ refY="5"
+ viewBox="0 0 10 10">
+ <path
+ d="M 10 0 L 0 5 L 10 10 z"
+ id="path2295" />
+ </marker>
+ <marker
+ id="ArrowEnd"
+ markerHeight="3"
+ markerUnits="strokeWidth"
+ markerWidth="4"
+ orient="auto"
+ refX="0"
+ refY="5"
+ viewBox="0 0 10 10">
+ <path
+ d="M 0 0 L 10 5 L 0 10 z"
+ id="path2292" />
+ </marker>
+ <inkscape:perspective
+ id="perspective7597"
+ inkscape:persp3d-origin="178.5405 : 158.483 : 1"
+ inkscape:vp_x="0 : 237.7245 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="357.08099 : 237.7245 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ </defs>
+ <g
+ id="g1327"
+ transform="matrix(0.04255774,0,0,0.04255774,-1.4142136,-1.7673414)">
+ <path
+ d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 l 0,450.123 c 0,40.844 20.894,62.229 62.192,62.229 l 452.024,0 c 41.307,0 62.229,-20.316 62.229,-62.229 l 0,-450.123 c 0,-42.601 -20.922,-65.036 -63.522,-65.036 -0.003,0 -448.494,-0.143 -448.352,0 z"
+ id="path1329"
+ style="fill:#111111;fill-opacity:0;stroke:#eeeeee;stroke-width:3.40799999;stroke-opacity:0"
+ inkscape:connector-curvature="0" />
+ </g>
+ <path
+ d="m 6.3944746,2.0462016 c -1.3503363,0 -2.0666597,0.7371955 -2.3973581,1.6001099 L 2.2416743,8.1790208 C 1.5457851,8.2682521 0.31218496,9.0850971 0.31218496,10.632523 l 0,5.764138 1.70865554,0 0,1.843404 c 0,2.267925 3.2095769,2.241215 3.2095773,0 l 0,-1.843404 5.7734982,0 0.0019,0 5.773494,0 0,1.843404 c 0,2.241215 3.209562,2.267925 3.20958,0 l 0,-1.843404 1.708653,0 0,-5.764138 c 0,-1.5474249 -1.233592,-2.3642709 -1.929493,-2.4535022 L 18.010713,3.6463115 C 17.680016,2.7833971 16.963699,2.0462016 15.613353,2.0462016 l -2.481569,0 -4.2257949,0 -2.5115145,0 z m -0.020586,1.6506399 4.6262844,0 0.0038,0 0.0019,0 4.628152,0 c 0.578688,0.00539 0.826533,0.367287 0.99188,0.8683627 l 1.323129,3.5670299 -6.943161,0 -0.0019,0 -0.0038,0 -6.9412971,0 1.3231312,-3.5670299 C 5.5473564,4.0641285 5.7951381,3.7022303 6.3738882,3.6968415 z M 3.6770951,9.8670903 c 0.8188373,0 1.482207,0.6831927 1.482207,1.5271217 -4e-7,0.843991 -0.6633697,1.528995 -1.482207,1.528995 -0.8187774,0 -1.4822075,-0.685005 -1.4822075,-1.528995 0,-0.843927 0.6634301,-1.5271217 1.4822075,-1.5271217 z m 14.6555119,0 c 0.818837,0 1.482212,0.6831947 1.482207,1.5271217 0,0.84399 -0.66337,1.528995 -1.482207,1.528995 -0.818777,0 -1.484083,-0.685004 -1.484083,-1.528995 0,-0.843929 0.665306,-1.5271217 1.484083,-1.5271217 z"
+ id="path2301"
+ style="fill:#ad30c0;stroke:none"
+ inkscape:connector-curvature="0" />
+ <g
+ id="g2319"
+ transform="matrix(0.04255774,0,0,0.04255774,36.006437,-0.20099864)">
+ <path
+ d=""
+ id="path2323"
+ style="fill:#ad30c0;stroke:none"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ id="g2325"
+ transform="matrix(0.04255774,0,0,0.04255774,36.006437,-0.20099864)">
+ <path
+ d=""
+ id="path2329"
+ style="fill:#ad30c0;stroke:none"
+ inkscape:connector-curvature="0" />
+ </g>
+</svg>
diff --git a/navit/xpm/car_rent.svg b/navit/xpm/car_rent.svg
new file mode 100644
index 000000000..eeb05a95b
--- /dev/null
+++ b/navit/xpm/car_rent.svg
@@ -0,0 +1,115 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ height="22"
+ id="svg2"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:version="0.48.1 r9760"
+ sodipodi:docname="car_rent.svg"
+ sodipodi:version="0.32"
+ version="1.0"
+ width="22">
+ <defs
+ id="defs22">
+ <inkscape:perspective
+ id="perspective24"
+ inkscape:persp3d-origin="290 : 193.33333 : 1"
+ inkscape:vp_x="0 : 290 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="580 : 290 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ </defs>
+ <metadata
+ id="metadata10">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="http://web.resource.org/cc/PublicDomain" />
+ <dc:language>en</dc:language>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10.0"
+ guidetolerance="10.0"
+ id="base"
+ inkscape:current-layer="svg2"
+ inkscape:cx="47.826795"
+ inkscape:cy="-13.795581"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:window-height="725"
+ inkscape:window-width="1024"
+ inkscape:window-x="0"
+ inkscape:window-y="20"
+ inkscape:zoom="5.6568542"
+ objecttolerance="10.0"
+ pagecolor="#ffffff"
+ showgrid="false"
+ inkscape:window-maximized="0" />
+ <g
+ id="g1327"
+ transform="matrix(0.04083073,0,0,0.04083073,-0.1767767,-1.0602338)">
+ <path
+ d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 l 0,450.123 c 0,40.844 20.894,62.229 62.192,62.229 l 452.024,0 c 41.307,0 62.229,-20.316 62.229,-62.229 l 0,-450.123 c 0,-42.601 -20.922,-65.036 -63.522,-65.036 -0.003,0 -448.494,-0.143 -448.352,0 z"
+ id="path1329"
+ style="fill:#111111;fill-opacity:0;stroke:#eeeeee;stroke-width:3.40799999;stroke-opacity:0"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ id="g2319"
+ transform="matrix(0.04083073,0,0,0.04083073,35.725326,0.442546)">
+ <path
+ d=""
+ id="path2323"
+ style="fill:#0089cd;stroke:none"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ id="g2325"
+ transform="matrix(0.04083073,0,0,0.04083073,35.725326,0.442546)">
+ <path
+ d=""
+ id="path2329"
+ style="fill:#0089cd;stroke:none"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ id="g2303"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ transform="matrix(0.0472644,0,0,0.0472644,3.2416943,0.52412815)">
+ <g
+ id="g2305"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none">
+ <path
+ d="M 100.25,5.75 C 60.335317,5.4974281 26.826507,47.079175 35.324049,86.079571 c 5.57579,32.628219 37.203485,59.513449 70.832201,56.201679 22.48284,-1.38839 43.50902,-14.78319 54.8125,-34.09375 10.25433,-8.04484 25.57155,2.6096 35.65625,-6.0625 6.89511,-7.134767 12.65993,-16.629284 22.375,-19.84375 7.79207,2.201331 11.2873,10.646529 17.71875,14.5625 6.4579,-4.13743 10.19115,-13.979468 19.03125,-13.9375 6.25373,3.764238 10.21886,10.40689 16.125,14.34375 6.70904,-4.292637 10.68564,-14.550643 19.8125,-14.5625 6.3804,3.59771 9.90619,11.109119 16.5625,13.96875 9.26043,-8.352172 18.73735,-16.999679 26.46875,-26.9375 -0.0281,-5.622835 -7.6363,-8.738413 -10.65641,-13.336982 C 317.78098,50.838171 312.47635,40.600972 302.59375,42.71875 289.22865,43.785674 275.56059,42.397209 262.0625,42.9375 229.36594,42.923262 196.41274,43.721279 163.875,42.125 154.95723,34.457888 150.20766,22.500694 139.25,17.0625 127.86772,9.4689786 114.03062,5.323508 100.25,5.75 z M 73.09375,50.53125 c 19.527198,-0.486224 31.18454,27.24599 17,40.71875 -11.479386,12.63316 -36.049436,8.571659 -40.875,-8.375 -5.349057,-15.155352 7.109688,-34.021744 23.875,-32.34375 z"
+ id="path2307"
+ style="fill:#0089cd;fill-opacity:1;stroke:#0089cd;stroke-width:10.00000095;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ <path
+ d=""
+ id="path2309"
+ style="fill:#0089cd;fill-opacity:1;stroke:#0089cd;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ </g>
+ </g>
+ <path
+ d="m 8.6250917,8.7062005 c -0.9707376,0 -1.4856922,0.5299594 -1.7234264,1.150296 L 5.6397034,13.114997 C 5.1394385,13.179143 4.252621,13.766362 4.252621,14.878783 l 0,4.143757 1.228328,0 0,1.325194 c 0,1.630379 2.307318,1.611179 2.3073187,0 l 0,-1.325194 4.1504833,0 0.0013,0 4.150481,0 0,1.325194 c 0,1.611179 2.307307,1.630379 2.307321,0 l 0,-1.325194 1.228326,0 0,-4.143757 c 0,-1.11242 -0.886811,-1.699639 -1.387085,-1.763786 L 16.975831,9.8564965 C 16.738097,9.2361599 16.223146,8.7062005 15.252402,8.7062005 l -1.783964,0 -3.037862,0 -1.8054905,0 z m -0.0148,1.1866209 3.3257684,0 0.0027,0 0.0013,0 3.327111,0 c 0.41601,0.00392 0.594182,0.2640376 0.713049,0.6242546 l 0.951179,2.564285 -4.991339,0 -0.0013,0 -0.0027,0 -4.9899972,0 0.9511803,-2.564285 C 8.0161106,10.156859 8.1942372,9.8966951 8.6102916,9.8928214 z M 6.6716065,14.328524 c 0.5886503,0 1.0655371,0.491138 1.0655371,1.097826 -4e-7,0.606733 -0.4768868,1.099172 -1.0655371,1.099172 -0.5886073,0 -1.0655378,-0.492439 -1.0655378,-1.099172 0,-0.606687 0.4769305,-1.097826 1.0655378,-1.097826 z m 10.5356355,0 c 0.58865,0 1.06554,0.491139 1.065537,1.097826 0,0.606733 -0.476887,1.099172 -1.065537,1.099172 -0.588608,0 -1.066886,-0.492439 -1.066886,-1.099172 0,-0.606688 0.478278,-1.097826 1.066886,-1.097826 z"
+ id="path2301"
+ style="fill:#0089cd;stroke:none"
+ inkscape:connector-curvature="0" />
+</svg>
diff --git a/navit/xpm/casino.svg b/navit/xpm/casino.svg
new file mode 100644
index 000000000..df5dcf89f
--- /dev/null
+++ b/navit/xpm/casino.svg
@@ -0,0 +1,109 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ height="22"
+ id="svg2"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:version="0.48.1 r9760"
+ sodipodi:docname="casino.svg"
+ sodipodi:version="0.32"
+ version="1.0"
+ width="22">
+ <metadata
+ id="metadata10">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="http://web.resource.org/cc/PublicDomain" />
+ <dc:language>en</dc:language>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10.0"
+ guidetolerance="10.0"
+ id="base"
+ inkscape:current-layer="svg2"
+ inkscape:cx="24.283974"
+ inkscape:cy="8.5334674"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:window-height="725"
+ inkscape:window-width="1024"
+ inkscape:window-x="0"
+ inkscape:window-y="20"
+ inkscape:zoom="9.0119539"
+ objecttolerance="10.0"
+ pagecolor="#ffffff"
+ showgrid="false"
+ inkscape:window-maximized="0" />
+ <defs
+ id="defs4">
+ <inkscape:perspective
+ id="perspective12"
+ inkscape:persp3d-origin="290 : 193.33333 : 1"
+ inkscape:vp_x="0 : 290 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="580 : 290 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective2539"
+ inkscape:persp3d-origin="16 : 10.666667 : 1"
+ inkscape:vp_x="0 : 16 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="32 : 16 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective2550"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective2563"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ </defs>
+ <g
+ id="g1327"
+ transform="matrix(0.04060732,0,0,0.04060732,-0.66578232,-0.77631969)">
+ <path
+ d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 l 0,450.123 c 0,40.844 20.894,62.229 62.192,62.229 l 452.024,0 c 41.307,0 62.229,-20.316 62.229,-62.229 l 0,-450.123 c 0,-42.601 -20.922,-65.036 -63.522,-65.036 -0.003,0 -448.494,-0.143 -448.352,0 z"
+ id="path1329"
+ style="fill:#111111;fill-opacity:0;stroke:#eeeeee;stroke-width:3.40799999;stroke-opacity:0"
+ inkscape:connector-curvature="0" />
+ </g>
+ <path
+ d="M 2.8888497,5.4601513 C 5.369957,7.3690953 7.8510643,9.2780401 10.332172,11.186984 13.40672,9.5603388 16.481268,7.933693 19.555819,6.3070472 17.08086,4.4397148 14.605898,2.5723826 12.130938,0.70505015 9.0502432,2.2900838 5.9695463,3.8751173 2.8888497,5.4601513 z M 11.356391,4.1933539 c 0.75861,-0.037034 1.610745,0.3361831 1.866859,1.1008227 0.27777,0.7382389 -0.327738,1.4929716 -1.011453,1.7193265 C 11.355102,7.3205268 10.214443,7.1923178 9.683878,6.3751396 9.2998806,5.8563028 9.455165,5.1016018 9.9335488,4.7012076 10.320086,4.3591007 10.845333,4.1994568 11.356391,4.1933539 z"
+ id="path2569"
+ style="fill:#b26609;fill-opacity:1;fill-rule:evenodd;stroke:#b26609;stroke-width:0.72631621;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 2.4192978,6.7042513 c 0.1234988,2.8223754 0.142499,5.6482447 0.2723685,8.4703777 2.3192644,2.044432 4.7091828,4.00536 7.0319318,6.048853 C 9.6976063,18.214661 9.6716043,15.20584 9.645575,12.197017 7.2358727,10.342925 4.8261671,8.488833 2.4164622,6.6347408 l 0.00186,0.045357 9.899e-4,0.024153 z M 4.1286943,9.1044996 C 4.9806706,9.1166319 5.5758616,9.9109476 5.7586499,10.677711 6.0194331,11.381454 5.6219335,12.368061 4.8138712,12.4552 3.9198419,12.493303 3.2556966,11.653951 3.1044748,10.842268 2.8436983,10.125833 3.3055868,9.1343769 4.1286943,9.1044996 z M 7.087865,15.403023 c 0.8612465,9.11e-4 1.4461206,0.811606 1.6356307,1.576049 0.2543519,0.690566 -0.1167998,1.637773 -0.8922918,1.764721 -0.8443612,0.09351 -1.5028838,-0.667286 -1.7220835,-1.412084 -0.2622975,-0.649555 -0.065631,-1.520282 0.599982,-1.837897 0.117637,-0.0584 0.2485033,-0.08342 0.3787626,-0.09079 z"
+ id="path3341"
+ style="fill:#b26609;fill-opacity:1;fill-rule:evenodd;stroke:#b26609;stroke-width:0.72631621;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 10.916628,12.286388 c 0.02601,2.98707 0.05201,5.97414 0.07802,8.96121 3.001729,-1.74959 6.003457,-3.499179 9.005185,-5.24877 0.03546,-2.858923 0.07093,-5.717848 0.106394,-8.5767719 -3.063199,1.621444 -6.1264,3.2428879 -9.189601,4.8643319 z m 7.924223,-3.2145161 c 0.638841,-0.022321 1.135992,0.6080003 1.073871,1.2228211 -0.03106,0.873412 -0.701231,1.646485 -1.500864,1.930697 -0.626101,0.182238 -1.430753,-0.236038 -1.445541,-0.936268 -0.106304,-1.077028 0.796981,-2.1362322 1.872534,-2.2172501 z m -2.5875,3.7606721 c 0.621279,-0.02207 1.112412,0.584449 1.066777,1.185938 -0.009,0.871072 -0.665531,1.661992 -1.462563,1.959068 -0.63405,0.201047 -1.469485,-0.214289 -1.482423,-0.934849 -0.104192,-1.075178 0.802888,-2.131226 1.878209,-2.210157 z m -2.624386,3.647186 c 0.615596,8.7e-5 1.086615,0.598307 1.042662,1.19303 -0.01347,0.879874 -0.685066,1.669434 -1.489516,1.95765 -0.628587,0.18782 -1.436401,-0.223281 -1.455469,-0.929175 -0.113348,-1.085829 0.814916,-2.163552 1.902323,-2.221505 z"
+ id="path3343"
+ style="fill:#b26609;fill-opacity:1;fill-rule:evenodd;stroke:#b26609;stroke-width:0.72631621;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+</svg>
diff --git a/navit/xpm/castle.svg b/navit/xpm/castle.svg
new file mode 100644
index 000000000..b12a4cb78
--- /dev/null
+++ b/navit/xpm/castle.svg
@@ -0,0 +1,425 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ height="22"
+ id="svg2"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:version="0.48.1 r9760"
+ sodipodi:docname="castle.svg"
+ sodipodi:version="0.32"
+ version="1.0"
+ width="22">
+ <metadata
+ id="metadata2975">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="http://web.resource.org/cc/PublicDomain" />
+ <dc:language>en</dc:language>
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10.0"
+ guidetolerance="10.0"
+ id="base"
+ inkscape:current-layer="svg2"
+ inkscape:cx="4.7854105"
+ inkscape:cy="5.2884587"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:window-height="725"
+ inkscape:window-maximized="1"
+ inkscape:window-width="1024"
+ inkscape:window-x="-3"
+ inkscape:window-y="-3"
+ inkscape:zoom="14.746834"
+ objecttolerance="10.0"
+ pagecolor="#ffffff"
+ showgrid="false" />
+ <defs
+ id="defs4">
+ <inkscape:perspective
+ id="perspective2441"
+ inkscape:persp3d-origin="290 : 193.33333 : 1"
+ inkscape:vp_x="0 : 290 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="580 : 290 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3452"
+ inkscape:persp3d-origin="30 : 20 : 1"
+ inkscape:vp_x="0 : 30 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="60 : 30 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <symbol
+ id="symbol-university"
+ viewBox="244.5 110 489 219.9">
+ <path
+ d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"
+ id="path4460" />
+ <path
+ d="M94,176l-21,39"
+ fill="none"
+ id="path4462"
+ stroke="#000000"
+ stroke-width="20" />
+ <path
+ d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"
+ id="path4464" />
+ <path
+ d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24"
+ id="path4466"
+ ill="none"
+ stroke="#000000"
+ stroke-width="20" />
+ </symbol>
+ <inkscape:perspective
+ id="perspective4471"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4668"
+ inkscape:persp3d-origin="6 : 4 : 1"
+ inkscape:vp_x="0 : 6 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="12 : 6 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4904"
+ inkscape:persp3d-origin="16 : 10.666667 : 1"
+ inkscape:vp_x="0 : 16 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="32 : 16 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <marker
+ id="Arrow2Lend"
+ inkscape:stockid="Arrow2Lend"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible;">
+ <path
+ d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
+ id="path4137"
+ style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
+ transform="scale(1.1) rotate(180) translate(1,0)" />
+ </marker>
+ <marker
+ id="Arrow1Mend"
+ inkscape:stockid="Arrow1Mend"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible;">
+ <path
+ d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
+ id="path4125"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;"
+ transform="scale(0.4) rotate(180) translate(10,0)" />
+ </marker>
+ <marker
+ id="TriangleOutL"
+ inkscape:stockid="TriangleOutL"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible">
+ <path
+ d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z "
+ id="path4214"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none"
+ transform="scale(0.8)" />
+ </marker>
+ <marker
+ id="Arrow1Lend"
+ inkscape:stockid="Arrow1Lend"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible;">
+ <path
+ d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
+ id="path4119"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;"
+ transform="scale(0.8) rotate(180) translate(12.5,0)" />
+ </marker>
+ <marker
+ id="Tail"
+ inkscape:stockid="Tail"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible">
+ <g
+ id="g4152"
+ transform="scale(-1.2)">
+ <path
+ d="M -3.8048674,-3.9585227 L 0.54352094,0"
+ id="path4154"
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;marker-start:none;marker-end:none;stroke-linecap:round" />
+ <path
+ d="M -1.2866832,-3.9585227 L 3.0617053,0"
+ id="path4156"
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;marker-start:none;marker-end:none;stroke-linecap:round" />
+ <path
+ d="M 1.3053582,-3.9585227 L 5.6537466,0"
+ id="path4158"
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;marker-start:none;marker-end:none;stroke-linecap:round" />
+ <path
+ d="M -3.8048674,4.1775838 L 0.54352094,0.21974226"
+ id="path4160"
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;marker-start:none;marker-end:none;stroke-linecap:round" />
+ <path
+ d="M -1.2866832,4.1775838 L 3.0617053,0.21974226"
+ id="path4162"
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;marker-start:none;marker-end:none;stroke-linecap:round" />
+ <path
+ d="M 1.3053582,4.1775838 L 5.6537466,0.21974226"
+ id="path4164"
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;marker-start:none;marker-end:none;stroke-linecap:round" />
+ </g>
+ </marker>
+ <marker
+ id="Arrow1Sstart"
+ inkscape:stockid="Arrow1Sstart"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible">
+ <path
+ d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
+ id="path4128"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none"
+ transform="scale(0.2) translate(6,0)" />
+ </marker>
+ <marker
+ id="Arrow1Send"
+ inkscape:stockid="Arrow1Send"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible;">
+ <path
+ d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
+ id="path4131"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;"
+ transform="scale(0.2) rotate(180) translate(6,0)" />
+ </marker>
+ <marker
+ id="SemiCircleOut"
+ inkscape:stockid="SemiCircleOut"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible">
+ <path
+ d="M -2.5,-0.80913858 C -2.5,1.9508614 -4.7400000,4.1908614 -7.5,4.1908614 L -7.5,-5.8091386 C -4.7400000,-5.8091386 -2.5,-3.5691386 -2.5,-0.80913858 z "
+ id="path4235"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;marker-end:none"
+ transform="scale(0.6) translate(7.125493,0.763446)" />
+ </marker>
+ <marker
+ id="Arrow2Send"
+ inkscape:stockid="Arrow2Send"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible;">
+ <path
+ d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
+ id="path4149"
+ style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
+ transform="scale(0.3) rotate(180) translate(-2.3,0)" />
+ </marker>
+ <marker
+ id="TriangleOutS"
+ inkscape:stockid="TriangleOutS"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible">
+ <path
+ d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z "
+ id="path4220"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none"
+ transform="scale(0.2)" />
+ </marker>
+ <marker
+ id="CurveIn"
+ inkscape:stockid="CurveIn"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible">
+ <path
+ d="M 4.6254930,-5.0456926 C 1.8654930,-5.0456926 -0.37450702,-2.8056926 -0.37450702,-0.045692580 C -0.37450702,2.7143074 1.8654930,4.9543074 4.6254930,4.9543074"
+ id="path4238"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;marker-end:none;fill:none"
+ transform="scale(0.6)" />
+ </marker>
+ <marker
+ id="InfiniteLineStart"
+ inkscape:stockid="InfiniteLineStart"
+ orient="auto"
+ refX="0"
+ refY="0"
+ style="overflow:visible">
+ <g
+ id="g4298"
+ transform="translate(-13,0)">
+ <circle
+ cx="3"
+ cy="0"
+ d="M 3.8,0 C 3.8,0.44182781 3.4418278,0.80000001 3,0.80000001 2.5581722,0.80000001 2.2,0.44182781 2.2,0 c 0,-0.44182781 0.3581722,-0.80000001 0.8,-0.80000001 0.4418278,0 0.8,0.3581722 0.8,0.80000001 z"
+ id="circle4300"
+ r="0.8" />
+ <circle
+ cx="6.5"
+ cy="0"
+ d="M 7.3,0 C 7.3,0.44182781 6.9418278,0.80000001 6.5,0.80000001 6.0581722,0.80000001 5.7,0.44182781 5.7,0 c 0,-0.44182781 0.3581722,-0.80000001 0.8,-0.80000001 0.4418278,0 0.8,0.3581722 0.8,0.80000001 z"
+ id="circle4302"
+ r="0.8" />
+ <circle
+ cx="10"
+ cy="0"
+ d="M 10.8,0 C 10.8,0.44182781 10.441828,0.80000001 10,0.80000001 9.5581722,0.80000001 9.2,0.44182781 9.2,0 c 0,-0.44182781 0.3581722,-0.80000001 0.8,-0.80000001 0.441828,0 0.8,0.3581722 0.8,0.80000001 z"
+ id="circle4304"
+ r="0.8" />
+ </g>
+ </marker>
+ <marker
+ id="StopS"
+ inkscape:stockid="StopS"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible">
+ <path
+ d="M 0.0,5.65 L 0.0,-5.65"
+ id="path4229"
+ style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt"
+ transform="scale(0.2)" />
+ </marker>
+ <marker
+ id="Arrow2Sstart"
+ inkscape:stockid="Arrow2Sstart"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible">
+ <path
+ d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
+ id="path4146"
+ style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round"
+ transform="scale(0.3) translate(-2.3,0)" />
+ </marker>
+ <marker
+ id="DiamondS"
+ inkscape:stockid="DiamondS"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible">
+ <path
+ d="M 0,-7.0710768 L -7.0710894,0 L 0,7.0710589 L 7.0710462,0 L 0,-7.0710768 z "
+ id="path4202"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none"
+ transform="scale(0.2)" />
+ </marker>
+ <marker
+ id="RazorWire"
+ inkscape:stockid="RazorWire"
+ orient="auto"
+ refX="0"
+ refY="0">
+ style=&quot;overflow:visible&quot;&gt;
+ <path
+ d="M 0.022727273,-0.74009011 L 0.022727273,0.69740989 L -7.7585227,3.0099099 L 10.678977,3.0099099 L 3.4914773,0.69740989 L 3.4914773,-0.74009011 L 10.741477,-2.8963401 L -7.7272727,-2.8963401 L 0.022727273,-0.74009011 z "
+ id="path4286"
+ style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.1pt"
+ transform="scale(0.8,0.8)" />
+</marker>
+ <inkscape:perspective
+ id="perspective5233"
+ inkscape:persp3d-origin="16 : 10.666667 : 1"
+ inkscape:vp_x="0 : 16 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="32 : 16 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective5412"
+ inkscape:persp3d-origin="250 : 166.66667 : 1"
+ inkscape:vp_x="0 : 250 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="500 : 250 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective8631"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ </defs>
+ <g
+ id="g1327"
+ transform="matrix(0.04462909,0,0,0.04462909,-1.9665238,-2.0339103)">
+ <path
+ d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 l 0,450.123 c 0,40.844 20.895,62.229 62.192,62.229 l 452.024,0 c 41.307,0 62.229,-20.315 62.229,-62.229 l 0,-450.123 c 0,-42.601 -20.922,-65.036 -63.521,-65.036 -0.004,0 -448.495,-0.143 -448.353,0 z"
+ id="path1329"
+ style="fill:#111111;fill-opacity:0;stroke:#eeeeee;stroke-width:3.40799999;stroke-opacity:0"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ id="layer3"
+ inkscape:label="Layout"
+ style="display:none;stroke:#757575;stroke-opacity:1"
+ transform="matrix(48.14969,0,0,48.14969,-536.27327,-33.306752)">
+ <rect
+ height="10"
+ id="rect4134"
+ style="fill:none;stroke:#757575;stroke-width:0.10000000000000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ width="10"
+ x="1"
+ y="1" />
+ <rect
+ height="8"
+ id="rect4136"
+ style="fill:none;stroke:#757575;stroke-width:0.10000000000000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ width="8"
+ x="2"
+ y="2" />
+ </g>
+ <path
+ d="m 0.23381607,8.3519325 0.0157882,-4.3155411 1.43530313,0 0,1.4353173 1.4353028,0 0,-1.4353173 1.4353032,0 0,1.4353173 1.4353034,0 0,-1.4353173 1.4353034,0 0,4.3059673 -1.4353034,0 0,2.8705053 1.4353034,0 0,-1.4351883 1.4353039,0 0,1.4351883 1.4353019,0 0,-1.4351883 1.435304,0 0,1.4351883 0,1.435317 0,1.435318 0.171344,0 0,0.542736 -3.0419499,0 0,3.763217 -7.1765167,0 0,-10.0470933 -1.45116327,0.012916 7.142e-5,-0.00329 3.5e-7,-9e-7 z"
+ id="path2958"
+ sodipodi:nodetypes="ccccccccccccccccccccccccccccccccc"
+ style="font-size:20.57779694px;font-style:normal;font-weight:normal;fill:#b26609;fill-opacity:1;stroke:#b26609;stroke-width:0.26777455;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;font-family:Bitstream Vera Sans"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 21.787003,8.3519325 -0.01564,-4.3155411 -1.433336,0 0,1.4353173 -1.433323,0 0,-1.4353173 -1.433322,0 0,1.4353173 -1.433323,0 0,-1.4353173 -1.433323,0 0,4.3059673 1.433323,0 0,2.8706343 -1.433323,0 0,-1.4353173 -1.433322,0 0,1.4353173 -1.433322,0 0,-1.4353173 -1.433323,0 0,1.4353173 0,1.435188 0,1.435318 0.719257,0 0,0.542736 2.147388,0 0,3.763217 7.166613,0 0,-10.0470933 1.449168,0.012916 -1.78e-4,-0.00329 -9e-6,-9e-7 z"
+ id="path2958-0"
+ sodipodi:nodetypes="ccccccccccccccccccccccccccccccccc"
+ style="font-size:20.57779694px;font-style:normal;font-weight:normal;fill:#b26609;fill-opacity:1;stroke:#b26609;stroke-width:0.26777455;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;font-family:Bitstream Vera Sans"
+ inkscape:connector-curvature="0" />
+</svg>
diff --git a/navit/xpm/dam.svg b/navit/xpm/dam.svg
new file mode 100644
index 000000000..55b0d859d
--- /dev/null
+++ b/navit/xpm/dam.svg
@@ -0,0 +1,417 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ height="22"
+ id="svg2"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:version="0.48.1 r9760"
+ sodipodi:docname="dam.svg"
+ sodipodi:version="0.32"
+ version="1.0"
+ width="22">
+ <metadata
+ id="metadata2975">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="http://web.resource.org/cc/PublicDomain" />
+ <dc:language>en</dc:language>
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10.0"
+ guidetolerance="10.0"
+ id="base"
+ inkscape:current-layer="svg2"
+ inkscape:cx="31.570822"
+ inkscape:cy="9.7340208"
+ inkscape:guide-bbox="true"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:window-height="725"
+ inkscape:window-maximized="0"
+ inkscape:window-width="1024"
+ inkscape:window-x="0"
+ inkscape:window-y="24"
+ inkscape:zoom="7.3734168"
+ objecttolerance="10.0"
+ pagecolor="#ffffff"
+ showgrid="false"
+ showguides="true" />
+ <defs
+ id="defs4">
+ <inkscape:perspective
+ id="perspective2441"
+ inkscape:persp3d-origin="290 : 193.33333 : 1"
+ inkscape:vp_x="0 : 290 : 1"
+ inkscape:vp_y="6.1230318e-14 : 1000 : 0"
+ inkscape:vp_z="580 : 290 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3452"
+ inkscape:persp3d-origin="30 : 20 : 1"
+ inkscape:vp_x="0 : 30 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="60 : 30 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <symbol
+ id="symbol-university"
+ viewBox="244.5 110 489 219.9">
+ <path
+ d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"
+ id="path4460" />
+ <path
+ d="M94,176l-21,39"
+ fill="none"
+ id="path4462"
+ stroke="#000000"
+ stroke-width="20" />
+ <path
+ d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"
+ id="path4464" />
+ <path
+ d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24"
+ id="path4466"
+ ill="none"
+ stroke="#000000"
+ stroke-width="20" />
+ </symbol>
+ <inkscape:perspective
+ id="perspective4471"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4668"
+ inkscape:persp3d-origin="6 : 4 : 1"
+ inkscape:vp_x="0 : 6 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="12 : 6 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3826"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3855"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3909"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3950"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3972"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3994"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4016"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4837"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4971"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective6216"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective6764"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective6817"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <radialGradient
+ cx="180.2453"
+ cy="198.41902"
+ fx="180.2453"
+ fy="198.41902"
+ gradientTransform="scale(0.79354273,1.2601716)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient874"
+ r="101.58017"
+ xlink:href="#linearGradient829" />
+ <linearGradient
+ id="linearGradient829">
+ <stop
+ id="stop830"
+ offset="0.0000000"
+ style="stop-color: rgb(255, 255, 255); stop-opacity: 0.341667;" />
+ <stop
+ id="stop831"
+ offset="1.0000000"
+ style="stop-color: rgb(255, 255, 255); stop-opacity: 0;" />
+ </linearGradient>
+ <radialGradient
+ cx="360.85146"
+ cy="167.47372"
+ fx="360.85146"
+ fy="167.47372"
+ gradientTransform="scale(1.007004,0.99304475)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient832"
+ r="46.394721"
+ xlink:href="#linearGradient829" />
+ <linearGradient
+ id="linearGradient6826">
+ <stop
+ id="stop6828"
+ offset="0.0000000"
+ style="stop-color: rgb(255, 255, 255); stop-opacity: 0.341667;" />
+ <stop
+ id="stop6830"
+ offset="1.0000000"
+ style="stop-color: rgb(255, 255, 255); stop-opacity: 0;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="scale(0.74491357,1.3424376)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient850"
+ spreadMethod="pad"
+ x1="465.29425"
+ x2="463.27056"
+ xlink:href="#linearGradient855"
+ y1="248.24467"
+ y2="405.7687" />
+ <linearGradient
+ id="linearGradient855">
+ <stop
+ id="stop856"
+ offset="0.0000000"
+ style="stop-color: rgb(255, 255, 255); stop-opacity: 0;" />
+ <stop
+ id="stop857"
+ offset="1.0000000"
+ style="stop-color: rgb(255, 166, 23); stop-opacity: 0.733333;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="scale(1.4586159,0.68558144)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient854"
+ x1="157.80581"
+ x2="155.40575"
+ xlink:href="#linearGradient855"
+ y1="120.96176"
+ y2="231.63491" />
+ <linearGradient
+ id="linearGradient6837">
+ <stop
+ id="stop6839"
+ offset="0.0000000"
+ style="stop-color: rgb(255, 255, 255); stop-opacity: 0;" />
+ <stop
+ id="stop6841"
+ offset="1.0000000"
+ style="stop-color: rgb(255, 166, 23); stop-opacity: 0.733333;" />
+ </linearGradient>
+ <inkscape:perspective
+ id="perspective6928"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective10781"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective10806"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective10878"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective10919"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipoutline2">
+ <path
+ d="m 55.8,12 0.76,0.16 c 8.84,-2.94 28.68,8.64 24.26,18.96 -1.12,1.62 -0.93,4.5 0.42,6.31 L 56.43,62.25 c -1.39,-1.39 -4.48,-1.36 -5.9,0 L 9.5,101.63 c -3.74,3.59 -0.8,6.64 0.78,8.25 l 7.36,7.36 c 1.61,1.6 5.86,3.76 8.88,0.56 L 65.24,76.99 c 1.35,-1.42 1.36,-4.47 0,-5.87 0,0 0.01,-0.02 0,-0.02 L 90.15,46.2 c 2.63,2.37 5.113827,2.574854 7.47,1.93 4.55057,-1.245432 7.08725,3.206643 9.81,6.46 l -1.23,1.21 c -1.82,1.84 -1.65,4.94 0.39,6.98 2.04,2.04 5.15,2.21 6.97,0.39 l 8.14,-8.13 c 1.82,-1.84 1.65,-4.94 -0.4,-6.97 -1.84,-1.85 -4.51,-2.09 -6.37,-0.77 -5.58,-6.26 -2.65,-7.2 -10.01,-15.35 L 91.13,17.86 C 81.2,8.12 68.3,8.13 55.8,12 z"
+ id="outline2"
+ inkscape:connector-curvature="0" />
+ </clipPath>
+ </defs>
+ <g
+ id="g1327"
+ transform="matrix(0.04159575,0,0,0.04159575,-1.220601,-1.4914197)">
+ <path
+ d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 l 0,450.123 c 0,40.844 20.895,62.229 62.192,62.229 l 452.024,0 c 41.307,0 62.229,-20.315 62.229,-62.229 l 0,-450.123 c 0,-42.601 -20.922,-65.036 -63.521,-65.036 -0.004,0 -448.495,-0.143 -448.353,0 z"
+ id="path1329"
+ style="fill:#111111;fill-opacity:0;stroke:#eeeeee;stroke-width:3.40799999;stroke-opacity:0"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ id="layer3"
+ inkscape:label="Layout"
+ style="display:none;stroke:#757575;stroke-opacity:1"
+ transform="matrix(48.14969,0,0,48.14969,-536.27327,-33.306752)">
+ <rect
+ height="10"
+ id="rect4134"
+ style="fill:none;stroke:#757575;stroke-width:0.10000000000000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ width="10"
+ x="1"
+ y="1" />
+ <rect
+ height="8"
+ id="rect4136"
+ style="fill:none;stroke:#757575;stroke-width:0.10000000000000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ width="8"
+ x="2"
+ y="2" />
+ </g>
+ <g
+ id="g3338"
+ transform="matrix(0.05812291,-0.01014042,0.01014042,0.05812291,-8.9188946,-3.8284068)" />
+ <rect
+ height="1.4578179"
+ id="rect2311"
+ style="fill:#0050da"
+ width="7.443666"
+ x="0.14064905"
+ y="16.718014" />
+ <rect
+ height="1.4578179"
+ id="rect2313"
+ style="fill:#0050da"
+ width="7.443666"
+ x="0.14064905"
+ y="14.511292" />
+ <rect
+ height="1.4578179"
+ id="rect2315"
+ style="fill:#0050da"
+ width="7.443666"
+ x="0.14064905"
+ y="12.299199" />
+ <rect
+ height="1.4578179"
+ id="rect2317"
+ style="fill:#0050da"
+ width="7.443666"
+ x="0.14064905"
+ y="10.084506" />
+ <path
+ d="M 10.595894,2.6728441 C 10.459972,2.3503659 10.137493,2.1211656 9.7670429,2.1211656 l -1.1966368,0.00533 V 18.173152 H 14.239106 L 10.595894,2.6728441 z"
+ id="path2319"
+ inkscape:connector-curvature="0"
+ style="fill:#0050da" />
+ <rect
+ height="1.4524877"
+ id="rect2321"
+ style="fill:#0050da"
+ width="7.443666"
+ x="0.14064905"
+ y="7.8777843" />
+ <rect
+ height="1.4578179"
+ id="rect2323"
+ style="fill:#0050da"
+ width="7.443666"
+ x="0.14064905"
+ y="5.6657748" />
+ <rect
+ height="1.4578179"
+ id="rect2325"
+ style="fill:#0050da"
+ width="7.443666"
+ x="0.14064905"
+ y="3.4536827" />
+ <path
+ d="m 14.932035,16.904558 c 0.109271,0.02132 0.21854,0.03198 0.32781,0.03198 0.290497,0 0.567669,-0.06663 0.812859,-0.175898 0.255851,-0.119931 0.535689,-0.186558 0.836847,-0.186558 0.295828,0 0.578329,0.06663 0.83418,0.186558 0.24519,0.10927 0.525029,0.175898 0.812861,0.175898 0.287831,0 0.562339,-0.06663 0.81286,-0.175898 0.250522,-0.119931 0.535687,-0.186558 0.83418,-0.186558 0.298493,0 0.583662,0.06663 0.836848,0.186558 0.245189,0.10927 0.519697,0.175898 0.812859,0.175898 v 1.212627 c -0.290498,0 -0.56767,-0.06129 -0.812859,-0.170567 -0.255852,-0.119931 -0.541021,-0.18656 -0.836848,-0.18656 -0.295827,0 -0.583658,0.06663 -0.83418,0.18656 -0.250521,0.109268 -0.525029,0.170567 -0.81286,0.170567 -0.287832,0 -0.567671,-0.06129 -0.812861,-0.170567 -0.255851,-0.119931 -0.535687,-0.18656 -0.83418,-0.18656 -0.301158,0 -0.583661,0.06663 -0.836847,0.18656 -0.24519,0.109268 -0.519696,0.170567 -0.812859,0.170567 -0.01599,0 -0.03198,0 -0.04797,0 L 14.93204,16.904555 z"
+ id="path2327"
+ inkscape:connector-curvature="0"
+ style="fill:#0050da" />
+ <path
+ d="m 14.446984,14.52461 c 0.250521,0.109271 0.525028,0.175899 0.812861,0.175899 0.290497,0 0.567669,-0.06663 0.812859,-0.175899 0.255851,-0.11993 0.535689,-0.186557 0.836847,-0.186557 0.295828,0 0.578329,0.06663 0.83418,0.186557 0.24519,0.109271 0.525029,0.175899 0.812861,0.175899 0.287831,0 0.562339,-0.06663 0.81286,-0.175899 0.250522,-0.11993 0.535687,-0.186557 0.83418,-0.186557 0.298493,0 0.583662,0.06663 0.836848,0.186557 0.245189,0.109271 0.519697,0.175899 0.812859,0.175899 v 1.212626 c -0.290498,0 -0.56767,-0.06129 -0.812859,-0.170567 -0.255852,-0.11993 -0.541021,-0.186558 -0.836848,-0.186558 -0.295827,0 -0.583658,0.06663 -0.83418,0.186558 -0.250521,0.10927 -0.525029,0.170567 -0.81286,0.170567 -0.287832,0 -0.567671,-0.06129 -0.812861,-0.170567 -0.255851,-0.11993 -0.535687,-0.186558 -0.83418,-0.186558 -0.301158,0 -0.583661,0.06663 -0.836847,0.186558 -0.24519,0.10927 -0.519696,0.170567 -0.812859,0.170567 -0.175899,0 -0.34913,-0.02132 -0.514368,-0.06663 l -0.298493,-1.321897 z"
+ id="path2329"
+ inkscape:connector-curvature="0"
+ style="fill:#0050da" />
+</svg>
diff --git a/navit/xpm/daymark.svg b/navit/xpm/daymark.svg
new file mode 100644
index 000000000..38ec717d5
--- /dev/null
+++ b/navit/xpm/daymark.svg
@@ -0,0 +1,143 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ height="22"
+ id="svg2"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:version="0.48.1 r9760"
+ sodipodi:docname="daymark.svg"
+ sodipodi:version="0.32"
+ version="1.0"
+ width="22">
+ <metadata
+ id="metadata2975">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="http://web.resource.org/cc/PublicDomain" />
+ <dc:language>en</dc:language>
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10.0"
+ guidetolerance="10.0"
+ id="base"
+ inkscape:current-layer="svg2"
+ inkscape:cx="56.474126"
+ inkscape:cy="0.87833568"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:window-height="725"
+ inkscape:window-maximized="0"
+ inkscape:window-width="1024"
+ inkscape:window-x="0"
+ inkscape:window-y="46"
+ inkscape:zoom="5.2137931"
+ objecttolerance="10.0"
+ pagecolor="#ffffff"
+ showgrid="false" />
+ <defs
+ id="defs4">
+ <inkscape:perspective
+ id="perspective2441"
+ inkscape:persp3d-origin="290 : 193.33333 : 1"
+ inkscape:vp_x="0 : 290 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="580 : 290 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3452"
+ inkscape:persp3d-origin="30 : 20 : 1"
+ inkscape:vp_x="0 : 30 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="60 : 30 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <symbol
+ id="symbol-university"
+ viewBox="244.5 110 489 219.9">
+ <path
+ d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"
+ id="path4460" />
+ <path
+ d="M94,176l-21,39"
+ fill="none"
+ id="path4462"
+ stroke="#000000"
+ stroke-width="20" />
+ <path
+ d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"
+ id="path4464" />
+ <path
+ d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24"
+ id="path4466"
+ ill="none"
+ stroke="#000000"
+ stroke-width="20" />
+ </symbol>
+ <inkscape:perspective
+ id="perspective4471"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4668"
+ inkscape:persp3d-origin="6 : 4 : 1"
+ inkscape:vp_x="0 : 6 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="12 : 6 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ </defs>
+ <g
+ id="g1327"
+ transform="matrix(0.04071613,0,0,0.04071613,-0.57539682,-0.76676941)">
+ <path
+ d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 l 0,450.123 c 0,40.844 20.895,62.229 62.192,62.229 l 452.024,0 c 41.307,0 62.229,-20.315 62.229,-62.229 l 0,-450.123 c 0,-42.601 -20.922,-65.036 -63.521,-65.036 -0.004,0 -448.495,-0.143 -448.353,0 z"
+ id="path1329"
+ style="fill:#111111;fill-opacity:0;stroke:#eeeeee;stroke-width:3.40799999;stroke-opacity:0"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ id="layer3"
+ inkscape:label="Layout"
+ style="display:none;stroke:#757575;stroke-opacity:1"
+ transform="matrix(48.14969,0,0,48.14969,-536.27327,-33.306752)">
+ <rect
+ height="10"
+ id="rect4134"
+ style="fill:none;stroke:#757575;stroke-width:0.10000000000000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ width="10"
+ x="1"
+ y="1" />
+ <rect
+ height="8"
+ id="rect4136"
+ style="fill:none;stroke:#757575;stroke-width:0.10000000000000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ width="8"
+ x="2"
+ y="2" />
+ </g>
+ <path
+ d="m 14.296012,3.0968096 c 0.175167,1.15e-5 0.262757,-0.087579 0.262772,-0.2627706 -1.5e-5,-0.1756557 -0.0876,-0.2634897 -0.262772,-0.2635014 L 11.426745,0.582612 8.292422,2.5705376 c -0.1751902,1.17e-5 -0.2627802,0.087846 -0.2627713,0.2635014 -8.9e-6,0.1751919 0.087582,0.2627821 0.2627713,0.2627706 l 0.5021849,0 -1.9612952,18.2727144 8.8977233,0 -1.937207,-18.2727144 0.502184,0 z"
+ id="flowRoot3192"
+ sodipodi:nodetypes="cscccscccccc"
+ style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#0089cd;fill-opacity:1;stroke:#0089cd;stroke-width:0.40716118;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;font-family:NPSPICT3;-inkscape-font-specification:NPSPICT3"
+ inkscape:connector-curvature="0" />
+</svg>
diff --git a/navit/xpm/drinking_water.svg b/navit/xpm/drinking_water.svg
new file mode 100644
index 000000000..1a6ca6dc5
--- /dev/null
+++ b/navit/xpm/drinking_water.svg
@@ -0,0 +1,199 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ height="22"
+ id="svg2"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:version="0.48.1 r9760"
+ sodipodi:docname="drinking_water.svg"
+ sodipodi:version="0.32"
+ version="1.0"
+ width="22">
+ <metadata
+ id="metadata2975">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="http://web.resource.org/cc/PublicDomain" />
+ <dc:language>en</dc:language>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10.0"
+ guidetolerance="10.0"
+ id="base"
+ inkscape:current-layer="svg2"
+ inkscape:cx="22.509758"
+ inkscape:cy="11.611089"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:window-height="725"
+ inkscape:window-width="1024"
+ inkscape:window-x="-3"
+ inkscape:window-y="-3"
+ inkscape:zoom="10.427586"
+ objecttolerance="10.0"
+ pagecolor="#ffffff"
+ showgrid="false"
+ inkscape:window-maximized="0" />
+ <defs
+ id="defs4">
+ <inkscape:perspective
+ id="perspective2441"
+ inkscape:persp3d-origin="290 : 193.33333 : 1"
+ inkscape:vp_x="0 : 290 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="580 : 290 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3452"
+ inkscape:persp3d-origin="30 : 20 : 1"
+ inkscape:vp_x="0 : 30 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="60 : 30 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <symbol
+ id="symbol-university"
+ viewBox="244.5 110 489 219.9">
+ <path
+ d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"
+ id="path4460" />
+ <path
+ d="M94,176l-21,39"
+ fill="none"
+ id="path4462"
+ stroke="#000000"
+ stroke-width="20" />
+ <path
+ d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"
+ id="path4464" />
+ <path
+ d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24"
+ id="path4466"
+ ill="none"
+ stroke="#000000"
+ stroke-width="20" />
+ </symbol>
+ <inkscape:perspective
+ id="perspective4471"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4668"
+ inkscape:persp3d-origin="6 : 4 : 1"
+ inkscape:vp_x="0 : 6 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="12 : 6 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective2562"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective12"
+ inkscape:persp3d-origin="290 : 193.33333 : 1"
+ inkscape:vp_x="0 : 290 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="580 : 290 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ </defs>
+ <g
+ id="g1327"
+ transform="matrix(0.04264448,0,0,0.04264448,-3.3564815,-1.1503681)">
+ <path
+ d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 l 0,450.123 c 0,40.844 20.895,62.229 62.192,62.229 l 452.024,0 c 41.307,0 62.229,-20.315 62.229,-62.229 l 0,-450.123 c 0,-42.601 -20.922,-65.036 -63.521,-65.036 -0.004,0 -448.495,-0.143 -448.353,0 z"
+ id="path1329"
+ style="fill:#111111;fill-opacity:0;stroke:#eeeeee;stroke-width:3.40799999;stroke-opacity:0"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ id="layer3"
+ inkscape:label="Layout"
+ style="display:none;stroke:#757575;stroke-opacity:1"
+ transform="matrix(48.14969,0,0,48.14969,-536.27327,-33.306752)">
+ <rect
+ height="10"
+ id="rect4134"
+ style="fill:none;stroke:#757575;stroke-width:0.10000000000000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ width="10"
+ x="1"
+ y="1" />
+ <rect
+ height="8"
+ id="rect4136"
+ style="fill:none;stroke:#757575;stroke-width:0.10000000000000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ width="8"
+ x="2"
+ y="2" />
+ </g>
+ <g
+ id="g3353"
+ transform="matrix(0.04264448,0,0,0.04264448,-2.5035919,-0.6386344)">
+ <path
+ d="m 391.67731,24.490931 c -11.66352,4.361614 -27.64526,10.849786 -33.63434,10.849786 -5.98908,0 -10.84979,-4.860704 -10.84979,-10.849786 0,-5.989083 4.86071,-10.849787 10.84979,-10.849787 5.70837,0.219191 22.30594,6.964662 33.63434,10.849787 z"
+ id="path3340"
+ sodipodi:nodetypes="csscc"
+ style="opacity:0.98512196;fill:#c02727;fill-opacity:1;stroke:#c02727;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0"
+ transform="translate(15.189701,15.189701)"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 396.38288,39.680632 c 11.66352,4.361614 27.64526,10.849786 33.63434,10.849786 5.98908,0 10.84979,-4.860704 10.84979,-10.849786 0,-5.989083 -4.86071,-10.849787 -10.84979,-10.849787 -5.70837,0.219191 -22.30594,6.964662 -33.63434,10.849787 z"
+ id="path3345"
+ sodipodi:nodetypes="csscc"
+ style="opacity:0.98512196;fill:#c02727;fill-opacity:1;stroke:#c02727;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 401.4421,39.138141 0,66.183699 0.81374,25.76824"
+ id="path3347"
+ style="fill:none;stroke:#c02727;stroke-width:30;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 424.22666,125.39394 c 0,25.16712 -10.20099,45.56911 -22.78455,45.56911 -12.58356,0 -22.78455,-20.40199 -22.78455,-45.56911 0,-25.16712 10.20099,-45.569099 22.78455,-45.569099 12.58356,0 22.78455,20.401979 22.78455,45.569099 z"
+ id="path3349"
+ sodipodi:cx="401.44211"
+ sodipodi:cy="125.39394"
+ sodipodi:rx="22.784552"
+ sodipodi:ry="45.569103"
+ sodipodi:type="arc"
+ style="opacity:0.98512196;fill:#c02727;fill-opacity:1;stroke:#c02727;stroke-width:30;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <path
+ d="m 522.95971,130.81884 -177.93695,-1.00529 -14.10427,-0.0797 c -69.43863,-1.08498 -65.09872,64.01374 -65.09872,64.01374"
+ id="path3351"
+ sodipodi:nodetypes="cccc"
+ style="fill:none;stroke:#c02727;stroke-width:50;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ </g>
+ <path
+ d="m 13.752627,10.13614 -0.0067,0 c 0.0077,-0.0066 0.01192,-0.01335 0.01192,-0.0201 0,-0.1591217 -2.172739,-0.2881178 -4.8529976,-0.2881178 -2.6802317,0 -4.8529983,0.1289961 -4.8529983,0.2881178 0,0.0067 0.00424,0.01346 0.011952,0.0201 l -0.011952,0 1.514622,11.549638 0.00684,0 c -0.013402,0.0072 -0.020503,0.01459 -0.020503,0.022 0,0.10994 1.5007924,0.199003 3.3520986,0.199003 1.8513323,0 3.3520983,-0.08906 3.3520983,-0.199003 0,-0.0074 -0.0071,-0.01479 -0.0205,-0.022 l 1.51615,-11.549638 z m -2.488623,10.705235 c -0.07759,0.0718 -4.6796087,0.03815 -4.7572001,-0.03365 L 5.0680257,10.835457 c 2.4557074,0.0082 4.2241807,0.130244 7.5623843,-0.06729 l -1.366406,10.073212 z"
+ id="path2209"
+ sodipodi:nodetypes="ccsssccccsssccccccc"
+ style="fill:#c02727"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 4.6688428,10.646944 8.3108722,0.06729 -1.34589,10.641899 -5.6863864,0.06729 -1.2785958,-10.776489 z"
+ id="path2381"
+ sodipodi:nodetypes="ccccc"
+ style="opacity:0.1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ inkscape:connector-curvature="0" />
+</svg>
diff --git a/navit/xpm/emergency.svg b/navit/xpm/emergency.svg
new file mode 100644
index 000000000..1d635cf48
--- /dev/null
+++ b/navit/xpm/emergency.svg
@@ -0,0 +1,445 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ height="22"
+ id="svg2"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:version="0.48.1 r9760"
+ sodipodi:docname="emergency.svg"
+ sodipodi:version="0.32"
+ version="1.0"
+ width="22">
+ <metadata
+ id="metadata2975">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="http://web.resource.org/cc/PublicDomain" />
+ <dc:language>en</dc:language>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10.0"
+ guidetolerance="10.0"
+ id="base"
+ inkscape:current-layer="svg2"
+ inkscape:cx="38.458366"
+ inkscape:cy="15.508574"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:window-height="725"
+ inkscape:window-width="1024"
+ inkscape:window-x="-3"
+ inkscape:window-y="-3"
+ inkscape:zoom="7.3734169"
+ objecttolerance="10.0"
+ pagecolor="#ffffff"
+ showgrid="false"
+ inkscape:snap-global="true"
+ inkscape:snap-nodes="false"
+ inkscape:snap-grids="false"
+ inkscape:snap-to-guides="false"
+ inkscape:window-maximized="0" />
+ <defs
+ id="defs4">
+ <inkscape:perspective
+ id="perspective2441"
+ inkscape:persp3d-origin="290 : 193.33333 : 1"
+ inkscape:vp_x="0 : 290 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="580 : 290 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3452"
+ inkscape:persp3d-origin="30 : 20 : 1"
+ inkscape:vp_x="0 : 30 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="60 : 30 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <symbol
+ id="symbol-university"
+ viewBox="244.5 110 489 219.9">
+ <path
+ d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"
+ id="path4460" />
+ <path
+ d="M94,176l-21,39"
+ fill="none"
+ id="path4462"
+ stroke="#000000"
+ stroke-width="20" />
+ <path
+ d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"
+ id="path4464" />
+ <path
+ d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24"
+ id="path4466"
+ ill="none"
+ stroke="#000000"
+ stroke-width="20" />
+ </symbol>
+ <inkscape:perspective
+ id="perspective4471"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4668"
+ inkscape:persp3d-origin="6 : 4 : 1"
+ inkscape:vp_x="0 : 6 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="12 : 6 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4904"
+ inkscape:persp3d-origin="16 : 10.666667 : 1"
+ inkscape:vp_x="0 : 16 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="32 : 16 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <marker
+ id="Arrow2Lend"
+ inkscape:stockid="Arrow2Lend"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible;">
+ <path
+ d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
+ id="path4137"
+ style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
+ transform="scale(1.1) rotate(180) translate(1,0)" />
+ </marker>
+ <marker
+ id="Arrow1Mend"
+ inkscape:stockid="Arrow1Mend"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible;">
+ <path
+ d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
+ id="path4125"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;"
+ transform="scale(0.4) rotate(180) translate(10,0)" />
+ </marker>
+ <marker
+ id="TriangleOutL"
+ inkscape:stockid="TriangleOutL"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible">
+ <path
+ d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z "
+ id="path4214"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none"
+ transform="scale(0.8)" />
+ </marker>
+ <marker
+ id="Arrow1Lend"
+ inkscape:stockid="Arrow1Lend"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible;">
+ <path
+ d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
+ id="path4119"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;"
+ transform="scale(0.8) rotate(180) translate(12.5,0)" />
+ </marker>
+ <marker
+ id="Tail"
+ inkscape:stockid="Tail"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible">
+ <g
+ id="g4152"
+ transform="scale(-1.2)">
+ <path
+ d="M -3.8048674,-3.9585227 L 0.54352094,0"
+ id="path4154"
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;marker-start:none;marker-end:none;stroke-linecap:round" />
+ <path
+ d="M -1.2866832,-3.9585227 L 3.0617053,0"
+ id="path4156"
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;marker-start:none;marker-end:none;stroke-linecap:round" />
+ <path
+ d="M 1.3053582,-3.9585227 L 5.6537466,0"
+ id="path4158"
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;marker-start:none;marker-end:none;stroke-linecap:round" />
+ <path
+ d="M -3.8048674,4.1775838 L 0.54352094,0.21974226"
+ id="path4160"
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;marker-start:none;marker-end:none;stroke-linecap:round" />
+ <path
+ d="M -1.2866832,4.1775838 L 3.0617053,0.21974226"
+ id="path4162"
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;marker-start:none;marker-end:none;stroke-linecap:round" />
+ <path
+ d="M 1.3053582,4.1775838 L 5.6537466,0.21974226"
+ id="path4164"
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;marker-start:none;marker-end:none;stroke-linecap:round" />
+ </g>
+ </marker>
+ <marker
+ id="Arrow1Sstart"
+ inkscape:stockid="Arrow1Sstart"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible">
+ <path
+ d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
+ id="path4128"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none"
+ transform="scale(0.2) translate(6,0)" />
+ </marker>
+ <marker
+ id="Arrow1Send"
+ inkscape:stockid="Arrow1Send"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible;">
+ <path
+ d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
+ id="path4131"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;"
+ transform="scale(0.2) rotate(180) translate(6,0)" />
+ </marker>
+ <marker
+ id="SemiCircleOut"
+ inkscape:stockid="SemiCircleOut"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible">
+ <path
+ d="M -2.5,-0.80913858 C -2.5,1.9508614 -4.7400000,4.1908614 -7.5,4.1908614 L -7.5,-5.8091386 C -4.7400000,-5.8091386 -2.5,-3.5691386 -2.5,-0.80913858 z "
+ id="path4235"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;marker-end:none"
+ transform="scale(0.6) translate(7.125493,0.763446)" />
+ </marker>
+ <marker
+ id="Arrow2Send"
+ inkscape:stockid="Arrow2Send"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible;">
+ <path
+ d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
+ id="path4149"
+ style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
+ transform="scale(0.3) rotate(180) translate(-2.3,0)" />
+ </marker>
+ <marker
+ id="TriangleOutS"
+ inkscape:stockid="TriangleOutS"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible">
+ <path
+ d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z "
+ id="path4220"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none"
+ transform="scale(0.2)" />
+ </marker>
+ <marker
+ id="CurveIn"
+ inkscape:stockid="CurveIn"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible">
+ <path
+ d="M 4.6254930,-5.0456926 C 1.8654930,-5.0456926 -0.37450702,-2.8056926 -0.37450702,-0.045692580 C -0.37450702,2.7143074 1.8654930,4.9543074 4.6254930,4.9543074"
+ id="path4238"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;marker-end:none;fill:none"
+ transform="scale(0.6)" />
+ </marker>
+ <marker
+ id="InfiniteLineStart"
+ inkscape:stockid="InfiniteLineStart"
+ orient="auto"
+ refX="0"
+ refY="0"
+ style="overflow:visible">
+ <g
+ id="g4298"
+ transform="translate(-13,0)">
+ <circle
+ cx="3"
+ cy="0"
+ id="circle4300"
+ r="0.8"
+ d="M 3.8,0 C 3.8,0.44182781 3.4418278,0.80000001 3,0.80000001 2.5581722,0.80000001 2.2,0.44182781 2.2,0 c 0,-0.44182781 0.3581722,-0.80000001 0.8,-0.80000001 0.4418278,0 0.8,0.3581722 0.8,0.80000001 z" />
+ <circle
+ cx="6.5"
+ cy="0"
+ id="circle4302"
+ r="0.8"
+ d="M 7.3,0 C 7.3,0.44182781 6.9418278,0.80000001 6.5,0.80000001 6.0581722,0.80000001 5.7,0.44182781 5.7,0 c 0,-0.44182781 0.3581722,-0.80000001 0.8,-0.80000001 0.4418278,0 0.8,0.3581722 0.8,0.80000001 z" />
+ <circle
+ cx="10"
+ cy="0"
+ id="circle4304"
+ r="0.8"
+ d="M 10.8,0 C 10.8,0.44182781 10.441828,0.80000001 10,0.80000001 9.5581722,0.80000001 9.2,0.44182781 9.2,0 c 0,-0.44182781 0.3581722,-0.80000001 0.8,-0.80000001 0.441828,0 0.8,0.3581722 0.8,0.80000001 z" />
+ </g>
+ </marker>
+ <marker
+ id="StopS"
+ inkscape:stockid="StopS"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible">
+ <path
+ d="M 0.0,5.65 L 0.0,-5.65"
+ id="path4229"
+ style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt"
+ transform="scale(0.2)" />
+ </marker>
+ <marker
+ id="Arrow2Sstart"
+ inkscape:stockid="Arrow2Sstart"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible">
+ <path
+ d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
+ id="path4146"
+ style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round"
+ transform="scale(0.3) translate(-2.3,0)" />
+ </marker>
+ <marker
+ id="DiamondS"
+ inkscape:stockid="DiamondS"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible">
+ <path
+ d="M 0,-7.0710768 L -7.0710894,0 L 0,7.0710589 L 7.0710462,0 L 0,-7.0710768 z "
+ id="path4202"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none"
+ transform="scale(0.2)" />
+ </marker>
+ <marker
+ id="RazorWire"
+ inkscape:stockid="RazorWire"
+ orient="auto"
+ refX="0"
+ refY="0">
+ style=&quot;overflow:visible&quot;&gt;
+ <path
+ d="M 0.022727273,-0.74009011 L 0.022727273,0.69740989 L -7.7585227,3.0099099 L 10.678977,3.0099099 L 3.4914773,0.69740989 L 3.4914773,-0.74009011 L 10.741477,-2.8963401 L -7.7272727,-2.8963401 L 0.022727273,-0.74009011 z "
+ id="path4286"
+ style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.1pt"
+ transform="scale(0.8,0.8)" />
+</marker>
+ <inkscape:perspective
+ id="perspective5233"
+ inkscape:persp3d-origin="16 : 10.666667 : 1"
+ inkscape:vp_x="0 : 16 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="32 : 16 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective5412"
+ inkscape:persp3d-origin="250 : 166.66667 : 1"
+ inkscape:vp_x="0 : 250 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="500 : 250 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ </defs>
+ <g
+ id="g1327"
+ transform="matrix(0.04014077,0,0,0.04014077,-0.6781117,-0.54206272)">
+ <path
+ d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 l 0,450.123 c 0,40.844 20.895,62.229 62.192,62.229 l 452.024,0 c 41.307,0 62.229,-20.315 62.229,-62.229 l 0,-450.123 c 0,-42.601 -20.922,-65.036 -63.521,-65.036 -0.004,0 -448.495,-0.143 -448.353,0 z"
+ id="path1329"
+ style="fill:#111111;fill-opacity:0;stroke:#eeeeee;stroke-width:3.40799999;stroke-opacity:0"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ id="layer3"
+ inkscape:label="Layout"
+ style="display:none;stroke:#757575;stroke-opacity:1"
+ transform="matrix(48.14969,0,0,48.14969,-536.27327,-33.306752)">
+ <rect
+ height="10"
+ id="rect4134"
+ style="fill:none;stroke:#757575;stroke-width:0.10000000000000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ width="10"
+ x="1"
+ y="1" />
+ <rect
+ height="8"
+ id="rect4136"
+ style="fill:none;stroke:#757575;stroke-width:0.10000000000000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ width="8"
+ x="2"
+ y="2" />
+ </g>
+ <path
+ d="m 505.71429,305.71429 a 288.57144,288.57144 0 1 1 -577.142879,0 288.57144,288.57144 0 1 1 577.142879,0 z"
+ id="path2207"
+ sodipodi:cx="217.14285"
+ sodipodi:cy="305.71429"
+ sodipodi:rx="288.57144"
+ sodipodi:ry="288.57144"
+ sodipodi:type="arc"
+ style="fill:none;stroke:#da0092;stroke-width:25.1376152;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ transform="matrix(0.03080682,0,0,0.03080682,4.2539348,1.6795003)" />
+ <rect
+ height="3.1871722"
+ id="rect3180"
+ style="fill:#da0092;fill-opacity:1;stroke:#da0092;stroke-width:0.38946208;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ transform="scale(-1,-1)"
+ width="14.109169"
+ x="-17.998001"
+ y="-12.691175" />
+ <rect
+ height="3.1871722"
+ id="rect3182"
+ style="fill:#da0092;fill-opacity:1;stroke:#da0092;stroke-width:0.38946208;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ transform="matrix(0,-1,1,0,0,0)"
+ width="14.109169"
+ x="-18.152172"
+ y="9.3498316" />
+ <path
+ d="m 505.71429,305.71429 a 288.57144,288.57144 0 1 1 -577.142879,0 288.57144,288.57144 0 1 1 577.142879,0 z"
+ id="path2438"
+ sodipodi:cx="217.14285"
+ sodipodi:cy="305.71429"
+ sodipodi:rx="288.57144"
+ sodipodi:ry="288.57144"
+ sodipodi:type="arc"
+ style="fill:none;stroke:#da0092;stroke-width:21.69851685;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ transform="matrix(0.03568954,0,0,0.03568954,3.1936881,0.18678406)" />
+</svg>
diff --git a/navit/xpm/hindu.svg b/navit/xpm/hindu.svg
new file mode 100644
index 000000000..b35787c36
--- /dev/null
+++ b/navit/xpm/hindu.svg
@@ -0,0 +1,127 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ height="22"
+ id="svg2"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:version="0.48.1 r9760"
+ sodipodi:docname="hindu.svg"
+ sodipodi:version="0.32"
+ version="1.0"
+ width="22">
+ <metadata
+ id="metadata2975">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="http://web.resource.org/cc/PublicDomain" />
+ <dc:language>en</dc:language>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10.0"
+ guidetolerance="10.0"
+ id="base"
+ inkscape:current-layer="svg2"
+ inkscape:cx="12.265183"
+ inkscape:cy="9.2991142"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:window-height="725"
+ inkscape:window-width="1024"
+ inkscape:window-x="0"
+ inkscape:window-y="20"
+ inkscape:zoom="14.746834"
+ objecttolerance="10.0"
+ pagecolor="#ffffff"
+ showgrid="false"
+ inkscape:window-maximized="0" />
+ <defs
+ id="defs4">
+ <inkscape:perspective
+ id="perspective2441"
+ inkscape:persp3d-origin="290 : 193.33333 : 1"
+ inkscape:vp_x="0 : 290 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="580 : 290 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective2466"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3333"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3401"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3464"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3581"
+ inkscape:persp3d-origin="225 : 150 : 1"
+ inkscape:vp_x="0 : 225 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="450 : 225 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4312"
+ inkscape:persp3d-origin="225 : 150 : 1"
+ inkscape:vp_x="0 : 225 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="450 : 225 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ </defs>
+ <g
+ id="g1327"
+ transform="matrix(0.04126806,0,0,0.04126806,0,4.2610674e-4)">
+ <path
+ d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 l 0,450.123 c 0,40.844 20.895,62.229 62.192,62.229 l 452.024,0 c 41.307,0 62.229,-20.315 62.229,-62.229 l 0,-450.123 c 0,-42.601 -20.922,-65.036 -63.521,-65.036 -0.004,0 -448.495,-0.143 -448.353,0 z"
+ id="path1329"
+ style="fill:#111111;fill-opacity:0;stroke:#eeeeee;stroke-width:3.40799999;stroke-opacity:0"
+ inkscape:connector-curvature="0" />
+ </g>
+ <path
+ d="M 9.1238337,23.441351 C 7.8477971,23.108366 6.7447067,22.44177 5.7074331,21.376823 4.055224,19.680536 3.1528084,17.865159 2.6184316,15.162715 2.3136445,13.62135 2.3131265,13.583834 2.593806,13.378595 c 0.5749754,-0.420433 0.8022344,-0.268921 0.9951127,0.663434 1.0051932,4.85899 4.1541207,8.017727 7.2174343,7.239921 0.91361,-0.231975 1.785205,-1.10905 2.047398,-2.060273 0.338075,-1.226516 -0.257504,-3.345992 -1.292776,-4.600585 l -0.367916,-0.445856 -0.621927,0.640851 c -0.6576981,0.677714 -1.4682345,1.23631 -1.7952884,1.237255 -0.1966514,5.7e-4 -1.0944909,-1.815434 -1.0944909,-2.213756 0,-0.116651 0.4270502,-0.407333 0.9490008,-0.645956 1.4647525,-0.669654 2.0878005,-1.42392 2.0878005,-2.527507 0,-0.7182032 -0.126612,-0.9686502 -0.61822,-1.2228705 C 9.4669298,9.1159133 8.4129364,9.1718963 7.1355273,9.6007087 6.5135832,9.80949 5.9691362,9.9803094 5.9256458,9.9803094 c -0.1119413,0 -0.977413,-1.9586073 -0.977413,-2.2119349 0,-0.4345862 0.938654,-0.7316052 2.5053606,-0.7927736 1.4369272,-0.056101 1.5630601,-0.0358 2.3507441,0.3783613 0.9899405,0.5205083 1.7259115,1.4217443 2.0487225,2.5087676 0.263286,0.8865792 0.301178,2.0407052 0.08562,2.6076782 -0.229582,0.603842 0.0624,0.608534 0.841902,0.01353 0.851707,-0.650121 1.427829,-0.904898 2.363539,-1.045216 0.674691,-0.101176 0.707982,-0.130614 0.892326,-0.789023 0.439997,-1.5715153 1.605418,-2.4991565 3.167583,-2.5213068 1.166152,-0.016536 1.821767,0.2232322 2.494652,0.9123291 0.888294,0.909695 1.206425,2.0078487 1.283915,4.4319097 0.09619,3.008898 -0.307912,4.635221 -1.484775,5.975596 -1.014424,1.155364 -2.610173,1.582386 -3.8552,1.031653 -1.050712,-0.464781 -1.327873,-1.185969 -1.448472,-3.768971 -0.07747,-1.659297 -0.14203,-2.05395 -0.378783,-2.315559 -0.366339,-0.404801 -0.591328,-0.395462 -1.581879,0.06566 l -0.812107,0.378057 0.32589,0.493541 c 2.117165,3.206296 1.678756,6.697651 -0.989215,7.877822 -0.840215,0.371666 -2.653365,0.486874 -3.6342183,0.230918 z M 20.097414,18.027585 c 1.094646,-0.667407 1.819494,-2.543381 1.660447,-4.297385 -0.103959,-1.146483 -0.771382,-2.497882 -1.45828,-2.95273 -0.929948,-0.615791 -2.207337,-0.413084 -3.044665,0.48315 l -0.371956,0.398125 0.291844,0.489382 c 0.242841,0.40721 0.299938,0.846321 0.340047,2.615143 0.05632,2.483582 0.07945,2.63016 0.499345,3.16397 0.400247,0.508832 1.339072,0.554053 2.083218,0.100345 z M 12.541052,7.7531193 C 12.165698,7.6217964 11.573924,7.3184939 11.225999,7.0791149 10.531288,6.6011419 9.1997533,5.1532325 9.1997533,4.8757795 c 0,-0.09622 0.1749106,-0.28955 0.3886895,-0.4296237 0.3804842,-0.2493032 0.4016736,-0.24295 1.0037292,0.3009713 0.797823,0.7207843 1.533102,1.0211386 2.505068,1.0233003 0.87086,0.00193 1.919632,-0.5027978 2.452581,-1.1803319 0.164273,-0.208839 0.349806,-0.3797062 0.412297,-0.3797062 0.120868,0 1.736317,1.3291795 1.933574,1.5909321 0.190164,0.2523369 -1.384944,1.567404 -2.277178,1.9012334 -0.964932,0.3610266 -2.13514,0.3802538 -3.077462,0.050565 z m 0.05339,-3.3958434 C 12.188825,3.9301607 11.837907,3.5285866 11.814628,3.464888 11.791348,3.4011899 12.12215,3.0218281 12.549747,2.6218632 l 0.777445,-0.7272089 0.808665,0.7986209 c 0.444766,0.4392411 0.772051,0.874872 0.727299,0.9680667 -0.04475,0.093196 -0.407581,0.462635 -0.806288,0.8209775 L 13.331944,5.1338477 12.594448,4.3572759 z"
+ id="path1873"
+ sodipodi:nodetypes="csssssscccsssssssssssssssssssssscccsccsscccssccsssssssssccscccsccc"
+ style="opacity:0.25;fill:#ffffff;fill-opacity:0"
+ inkscape:connector-curvature="0" />
+ <path
+ d="M 7.4731111,21.790628 C 6.1970745,21.457643 5.0939842,20.791047 4.0567105,19.726101 2.4045013,18.029813 1.5020859,16.214437 0.96770904,13.511993 0.66292197,11.970627 0.66240398,11.933112 0.94308343,11.727873 1.5180589,11.30744 1.7453179,11.458952 1.9381961,12.391307 c 1.0051931,4.858989 4.1541207,8.017727 7.2174342,7.239921 0.9136107,-0.231976 1.7852047,-1.109051 2.0473987,-2.060273 0.338074,-1.226517 -0.257504,-3.345992 -1.2927771,-4.600586 L 9.5423369,12.524513 8.9204098,13.165365 C 8.2627116,13.843078 7.452175,14.401675 7.125121,14.40262 6.9284697,14.403189 6.0306301,12.587185 6.0306301,12.188864 c 0,-0.116651 0.4270501,-0.407333 0.9490009,-0.645956 1.4647533,-0.669655 2.0878,-1.42392 2.0878,-2.527508 0,-0.718203 -0.1266121,-0.9686498 -0.61822,-1.2228702 -0.6330038,-0.327339 -1.6869972,-0.271356 -2.9644064,0.1574563 -0.6219439,0.2087813 -1.166391,0.379601 -1.2098813,0.379601 -0.1119413,0 -0.977413,-1.9586075 -0.977413,-2.2119352 0,-0.4345862 0.938654,-0.7316052 2.5053605,-0.7927736 1.4369272,-0.056101 1.5630602,-0.0358 2.3507441,0.3783613 0.9899408,0.5205083 1.7259115,1.4217442 2.0487231,2.5087678 0.263286,0.8865783 0.301178,2.0407046 0.08562,2.6076786 -0.229581,0.603842 0.0624,0.608534 0.841903,0.01353 0.851706,-0.650121 1.427828,-0.9048971 2.363538,-1.0452157 0.674692,-0.1011756 0.707983,-0.1306134 0.892326,-0.789023 0.439998,-1.5715151 1.605419,-2.4991565 3.167583,-2.5213066 1.166153,-0.016536 1.821767,0.2232321 2.494653,0.9123291 0.888294,0.9096946 1.206425,2.0078489 1.283914,4.4319102 0.09619,3.008898 -0.307912,4.635221 -1.484774,5.975595 -1.014424,1.155364 -2.610174,1.582387 -3.8552,1.031652 -1.050713,-0.46478 -1.327874,-1.185967 -1.448473,-3.76897 -0.07748,-1.659297 -0.142029,-2.05395 -0.378783,-2.315559 -0.366338,-0.4048 -0.591328,-0.395462 -1.581878,0.06566 l -0.812108,0.378058 0.325891,0.49354 C 14.21371,16.888184 13.7753,20.37954 11.10733,21.55971 10.267114,21.931376 8.4539643,22.046584 7.4731111,21.790628 z M 18.446691,16.376863 c 1.094646,-0.667407 1.819495,-2.543382 1.660447,-4.297385 C 20.003179,10.932995 19.335757,9.5815958 18.648858,9.126747 17.718911,8.5109565 16.441521,8.7136636 15.604193,9.6098974 l -0.371956,0.3981246 0.291845,0.489382 c 0.24284,0.40721 0.299938,0.846321 0.340047,2.615144 0.05631,2.483582 0.07945,2.63016 0.499344,3.163969 0.400247,0.508832 1.339072,0.554053 2.083218,0.100346 z M 10.890329,6.1023967 C 10.514976,5.9710739 9.9232005,5.6677714 9.575277,5.4283922 8.8805654,4.9504194 7.5490308,3.5025099 7.5490308,3.2250571 c 0,-0.09622 0.1749106,-0.2895503 0.3886894,-0.429624 0.3804845,-0.249303 0.401674,-0.24295 1.0037293,0.3009715 0.7978222,0.7207843 1.5331015,1.0211386 2.5050675,1.0233002 0.87086,0.00193 1.919633,-0.5027977 2.452581,-1.1803317 0.164274,-0.2088394 0.349807,-0.3797064 0.412297,-0.3797064 0.120869,0 1.736317,1.3291796 1.933575,1.5909322 0.190163,0.2523369 -1.384944,1.567404 -2.277178,1.9012333 -0.964933,0.3610266 -2.13514,0.3802539 -3.077463,0.050565 z m 0.05339,-3.3958434 C 10.538099,2.2794381 10.18718,1.877864 10.163901,1.8141655 10.140622,1.7504669 10.471424,1.3711055 10.89902,0.9711406 L 11.676465,0.24393174 12.48513,1.0425525 c 0.444766,0.4392413 0.772052,0.8748722 0.7273,0.9680669 -0.04475,0.093196 -0.407581,0.4626349 -0.806288,0.8209777 l -0.724924,0.651528 -0.737496,-0.7765718 z"
+ id="path3603"
+ sodipodi:nodetypes="csssssscccsssssssssssssssssssssscccsccsscccssccsssssssssccscccsccc"
+ style="fill:#5e8019"
+ inkscape:connector-curvature="0" />
+</svg>
diff --git a/navit/xpm/islamic.svg b/navit/xpm/islamic.svg
new file mode 100644
index 000000000..7780aac51
--- /dev/null
+++ b/navit/xpm/islamic.svg
@@ -0,0 +1,146 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ height="22"
+ id="svg2"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:version="0.48.1 r9760"
+ sodipodi:docname="islamic.svg"
+ sodipodi:version="0.32"
+ version="1.0"
+ width="22">
+ <metadata
+ id="metadata2975">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="http://web.resource.org/cc/PublicDomain" />
+ <dc:language>en</dc:language>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10.0"
+ guidetolerance="10.0"
+ id="base"
+ inkscape:current-layer="svg2"
+ inkscape:cx="6.119709"
+ inkscape:cy="0.36360327"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:window-height="725"
+ inkscape:window-width="1024"
+ inkscape:window-x="0"
+ inkscape:window-y="20"
+ inkscape:zoom="10.427586"
+ objecttolerance="10.0"
+ pagecolor="#ffffff"
+ showgrid="false"
+ inkscape:window-maximized="0" />
+ <defs
+ id="defs4">
+ <inkscape:perspective
+ id="perspective2441"
+ inkscape:persp3d-origin="290 : 193.33333 : 1"
+ inkscape:vp_x="0 : 290 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="580 : 290 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective2466"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3333"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3401"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3464"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3581"
+ inkscape:persp3d-origin="225 : 150 : 1"
+ inkscape:vp_x="0 : 225 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="450 : 225 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4312"
+ inkscape:persp3d-origin="225 : 150 : 1"
+ inkscape:vp_x="0 : 225 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="450 : 225 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ </defs>
+ <g
+ id="g1327"
+ transform="matrix(0.0435895,0,0,0.0435895,-0.86309524,-0.76677069)">
+ <path
+ d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 l 0,450.123 c 0,40.844 20.895,62.229 62.192,62.229 l 452.024,0 c 41.307,0 62.229,-20.315 62.229,-62.229 l 0,-450.123 c 0,-42.601 -20.922,-65.036 -63.521,-65.036 -0.004,0 -448.495,-0.143 -448.353,0 z"
+ id="path1329"
+ style="fill:#111111;fill-opacity:0;stroke:#eeeeee;stroke-width:3.40799999;stroke-opacity:0"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ id="g6027"
+ style="opacity:0.25"
+ transform="matrix(0.06939977,0,0,0.06939977,-15.155628,-13.023739)">
+ <path
+ d="m 374.94899,524.51727 c -5.6741,-1.12821 -16.70034,-4.29499 -24.50274,-7.03733 -39.98769,-14.05453 -78.60206,-53.63421 -93.01112,-95.33628 -5.02689,-14.5485 -8.26957,-30.39029 -8.07876,-51.72233 0.18629,-21.34713 3.05187,-35.04228 8.07876,-49.59078 13.73716,-39.75746 48.48413,-77.13033 86.79931,-93.35893 13.91946,-5.89565 44.84034,-11.62967 62.7134,-11.62967 26.63921,0 77.07899,16.84186 87.29092,29.14647 5.22069,6.29056 0.36439,6.50378 -25.36216,1.11354 -20.58854,-4.31371 -27.41825,-4.71154 -43.33738,-2.52436 -45.83657,6.29761 -87.07178,40.84116 -103.55151,86.74715 -7.77411,21.65556 -7.80387,60.59983 -0.0627,82.11702 16.02656,44.54744 56.62329,79.38394 101.46024,87.06419 13.9149,2.38351 20.29595,2.00054 43.13125,-2.5886 14.74016,-2.96227 27.75776,-4.46426 28.92797,-3.33775 2.72492,2.62316 -9.53268,11.34615 -27.50679,19.575 -26.53978,12.15029 -65.24223,16.87951 -92.98864,11.36266 z M 460.09505,422.0141 c -0.78052,-1.26291 1.45486,-10.7461 4.96752,-21.07373 3.51267,-10.32766 6.38668,-19.09515 6.38668,-19.48331 0,-0.38813 -7.525,-6.07543 -16.72221,-12.63843 -9.19722,-6.56301 -16.72221,-12.94199 -16.72221,-14.17552 0,-1.23351 9.55095,-2.579 21.22433,-2.98999 l 21.22435,-0.74719 6.68775,-19.16584 c 3.6783,-10.54124 7.90512,-19.57165 9.39302,-20.0676 1.48786,-0.49595 5.80904,8.41809 9.60255,19.809 l 6.8973,20.71076 21.87064,0 c 12.06356,0 21.48608,1.05059 21.01305,2.34293 -0.47165,1.28862 -8.09311,7.65353 -16.93659,14.14424 -8.84347,6.49074 -16.07904,12.78016 -16.07904,13.97652 0,1.19639 2.31538,8.90499 5.14529,17.13029 4.95515,14.40242 6.54304,24.44014 3.8662,24.44014 -0.70352,0 -8.35585,-5.20961 -17.00523,-11.57691 -8.64936,-6.36731 -16.80589,-11.57691 -18.1256,-11.57691 -1.31972,0 -8.42792,4.41656 -15.79603,9.8146 -17.81352,13.05055 -19.23502,13.80763 -20.89177,11.12695 z"
+ id="path1873"
+ sodipodi:nodetypes="csssssssssssssssccsssscccscccssssssssc"
+ style="fill:#ffffff;fill-opacity:0"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 496.11458,309.70606 c -5.4844,3.94887 -6.54022,11.68793 -9.4375,17.46875 -2.63624,7.22265 -5.08211,14.52938 -7.65625,21.78125 -13.8735,1.18214 -28.57294,-0.64006 -41.90625,3.6875 -3.36635,3.97288 3.49423,7.07989 5.75,9.65625 8.49761,6.97024 17.75342,12.89692 26.34375,19.78125 -3.65416,13.32797 -10.39352,26.22977 -11.15625,40.125 2.29297,6.16621 9.30037,1.11392 12.50869,-1.32066 8.76383,-5.78573 16.95888,-13.37013 26.39756,-17.67934 12.06843,6.45295 22.32418,16.2866 34.375,22.9375 5.3842,0.1545 3.82457,-7.43909 3.1875,-10.875 -1.98837,-11.0572 -7.51602,-21.82388 -9.3125,-32.59375 9.90221,-10.18885 23.05458,-16.58428 32.5,-27.21875 0.60599,-5.33705 -7.23109,-4.04746 -10.625,-4.875 -10.85994,-0.69671 -21.7511,-0.24672 -32.625,-0.375 -5.15103,-13.28221 -7.50252,-28.2007 -15.9375,-39.8125 -0.65906,-0.52935 -1.52611,-0.93797 -2.40625,-0.6875 z"
+ id="path4510"
+ style="fill:#ffffff;fill-opacity:0;stroke:none"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ id="g6577"
+ transform="matrix(0.06939977,0,0,0.06939977,-16.899208,-14.767319)">
+ <path
+ d="m 374.94899,524.51727 c -5.6741,-1.12821 -16.70034,-4.29499 -24.50274,-7.03733 -39.98769,-14.05453 -78.60206,-53.63421 -93.01112,-95.33628 -5.02689,-14.5485 -8.26957,-30.39029 -8.07876,-51.72233 0.18629,-21.34713 3.05187,-35.04228 8.07876,-49.59078 13.73716,-39.75746 48.48413,-77.13033 86.79931,-93.35893 13.91946,-5.89565 44.84034,-11.62967 62.7134,-11.62967 26.63921,0 77.07899,16.84186 87.29092,29.14647 5.22069,6.29056 0.36439,6.50378 -25.36216,1.11354 -20.58854,-4.31371 -27.41825,-4.71154 -43.33738,-2.52436 -45.83657,6.29761 -87.07178,40.84116 -103.55151,86.74715 -7.77411,21.65556 -7.80387,60.59983 -0.0627,82.11702 16.02656,44.54744 56.62329,79.38394 101.46024,87.06419 13.9149,2.38351 20.29595,2.00054 43.13125,-2.5886 14.74016,-2.96227 27.75776,-4.46426 28.92797,-3.33775 2.72492,2.62316 -9.53268,11.34615 -27.50679,19.575 -26.53978,12.15029 -65.24223,16.87951 -92.98864,11.36266 z M 460.09505,422.0141 c -0.78052,-1.26291 1.45486,-10.7461 4.96752,-21.07373 3.51267,-10.32766 6.38668,-19.09515 6.38668,-19.48331 0,-0.38813 -7.525,-6.07543 -16.72221,-12.63843 -9.19722,-6.56301 -16.72221,-12.94199 -16.72221,-14.17552 0,-1.23351 9.55095,-2.579 21.22433,-2.98999 l 21.22435,-0.74719 6.68775,-19.16584 c 3.6783,-10.54124 7.90512,-19.57165 9.39302,-20.0676 1.48786,-0.49595 5.80904,8.41809 9.60255,19.809 l 6.8973,20.71076 21.87064,0 c 12.06356,0 21.48608,1.05059 21.01305,2.34293 -0.47165,1.28862 -8.09311,7.65353 -16.93659,14.14424 -8.84347,6.49074 -16.07904,12.78016 -16.07904,13.97652 0,1.19639 2.31538,8.90499 5.14529,17.13029 4.95515,14.40242 6.54304,24.44014 3.8662,24.44014 -0.70352,0 -8.35585,-5.20961 -17.00523,-11.57691 -8.64936,-6.36731 -16.80589,-11.57691 -18.1256,-11.57691 -1.31972,0 -8.42792,4.41656 -15.79603,9.8146 -17.81352,13.05055 -19.23502,13.80763 -20.89177,11.12695 z"
+ id="path6579"
+ sodipodi:nodetypes="csssssssssssssssccsssscccscccssssssssc"
+ style="fill:#5e8019"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 496.11458,309.70606 c -5.4844,3.94887 -6.54022,11.68793 -9.4375,17.46875 -2.63624,7.22265 -5.08211,14.52938 -7.65625,21.78125 -13.8735,1.18214 -28.57294,-0.64006 -41.90625,3.6875 -3.36635,3.97288 3.49423,7.07989 5.75,9.65625 8.49761,6.97024 17.75342,12.89692 26.34375,19.78125 -3.65416,13.32797 -10.39352,26.22977 -11.15625,40.125 2.29297,6.16621 9.30037,1.11392 12.50869,-1.32066 8.76383,-5.78573 16.95888,-13.37013 26.39756,-17.67934 12.06843,6.45295 22.32418,16.2866 34.375,22.9375 5.3842,0.1545 3.82457,-7.43909 3.1875,-10.875 -1.98837,-11.0572 -7.51602,-21.82388 -9.3125,-32.59375 9.90221,-10.18885 23.05458,-16.58428 32.5,-27.21875 0.60599,-5.33705 -7.23109,-4.04746 -10.625,-4.875 -10.85994,-0.69671 -21.7511,-0.24672 -32.625,-0.375 -5.15103,-13.28221 -7.50252,-28.2007 -15.9375,-39.8125 -0.65906,-0.52935 -1.52611,-0.93797 -2.40625,-0.6875 z"
+ id="path6581"
+ style="fill:#5e8019;stroke:none"
+ inkscape:connector-curvature="0" />
+ </g>
+</svg>
diff --git a/navit/xpm/jain.svg b/navit/xpm/jain.svg
new file mode 100644
index 000000000..7da1f7aae
--- /dev/null
+++ b/navit/xpm/jain.svg
@@ -0,0 +1,146 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ height="22"
+ id="svg2"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:version="0.48.1 r9760"
+ sodipodi:docname="jain.svg"
+ sodipodi:version="0.32"
+ version="1.0"
+ width="22">
+ <metadata
+ id="metadata2975">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="http://web.resource.org/cc/PublicDomain" />
+ <dc:language>en</dc:language>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10.0"
+ guidetolerance="10.0"
+ id="base"
+ inkscape:current-layer="svg2"
+ inkscape:cx="6.119709"
+ inkscape:cy="3.6879751"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:window-height="725"
+ inkscape:window-width="1024"
+ inkscape:window-x="0"
+ inkscape:window-y="20"
+ inkscape:zoom="10.427586"
+ objecttolerance="10.0"
+ pagecolor="#ffffff"
+ showgrid="false"
+ inkscape:window-maximized="0" />
+ <defs
+ id="defs4">
+ <inkscape:perspective
+ id="perspective2441"
+ inkscape:persp3d-origin="290 : 193.33333 : 1"
+ inkscape:vp_x="0 : 290 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="580 : 290 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective2466"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3333"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3401"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3464"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3581"
+ inkscape:persp3d-origin="225 : 150 : 1"
+ inkscape:vp_x="0 : 225 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="450 : 225 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4312"
+ inkscape:persp3d-origin="225 : 150 : 1"
+ inkscape:vp_x="0 : 225 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="450 : 225 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ </defs>
+ <g
+ id="g1327"
+ transform="matrix(0.04191988,0,0,0.04191988,0.19179894,-0.38317207)">
+ <path
+ d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 l 0,450.123 c 0,40.844 20.895,62.229 62.192,62.229 l 452.024,0 c 41.307,0 62.229,-20.315 62.229,-62.229 l 0,-450.123 c 0,-42.601 -20.922,-65.036 -63.521,-65.036 -0.004,0 -448.495,-0.143 -448.353,0 z"
+ id="path1329"
+ style="fill:#111111;fill-opacity:0;stroke:#eeeeee;stroke-width:3.40799999;stroke-opacity:0"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ id="g6659"
+ style="opacity:0.25"
+ transform="matrix(0.06535803,0,0,0.06535803,1.9620635,-10.263627)">
+ <path
+ d="m 142.0916,514.24122 c -5.82038,-1.69854 -13.98039,-4.85253 -18.13336,-7.00884 -12.98305,-6.74111 -33.325809,-28.60928 -40.137069,-43.1468 0,0 -5.57613,-13.38813 -5.88328,-20.38415 -1.08045,-24.60852 -0.72801,-34.0588 -0.51718,-77.93671 0.22374,-46.56194 0.78221,-87.44425 1.73826,-90.84714 2.12106,-7.54951 15.87115,-14.68523 25.557959,-13.2635 l 6.80298,0.99845 0,-21.4103 c 0,-15.24491 1.01789,-22.86354 3.53479,-26.45694 4.06869,-5.80885 18.16088,-11.13466 24.84059,-9.38786 3.35037,0.87614 4.54798,-0.0208 4.54798,-3.40616 0,-2.5275 2.80016,-7.19055 6.22257,-10.36234 4.94621,-4.58399 8.7304,-5.76688 18.44889,-5.76688 15.88886,0 20.72878,4.99132 22.35315,23.05235 l 1.18461,13.17125 9.99332,0.24145 c 6.0943,0.14723 12.51704,2.12367 16.46168,5.06568 6.39459,4.76923 6.11608,5.17604 7.12822,34.7833 0.59241,17.07062 0.26945,27.53806 1.23533,31.29274 11.56812,-12.0194 46.90091,-4.46986 48.2034,4.48945 0.39245,2.69948 -1.97352,8.8677 -5.25767,13.70718 -10.14209,14.9452 -11.47008,23.30384 -12.90147,81.20461 0,0 0.41314,24.85246 -1.88493,42.65438 -2.2981,17.80192 -7.30741,28.55328 -7.30741,28.55328 -9.50914,19.30161 -26.28463,36.61749 -43.75588,45.16538 -15.63453,7.64925 -45.26737,10.01992 -62.47548,4.99812 z m 52.25759,-21.24063 c 18.60358,-8.4427 32.43239,-23.32387 40.65754,-43.75162 3.52689,-8.75931 4.5232,-20.50884 5.78294,-68.1984 1.25523,-47.51851 2.21917,-58.93487 5.50032,-65.14203 2.18811,-4.13939 3.97839,-8.49018 3.97839,-9.66849 0,-3.96164 -11.33547,-0.0203 -16.86267,5.86311 -4.73118,5.0361 -5.63585,8.92101 -6.65282,28.5693 l -1.17704,22.74059 -6.8435,0 -6.84349,0 0.54558,-59.52274 c 0.56751,-61.91062 -0.0484,-66.29155 -9.31943,-66.29155 -2.33607,0 -5.91037,1.66296 -7.94288,3.69549 -3.13482,3.13482 -3.69548,11.51911 -3.69548,55.26422 l 0,51.56873 -7.05501,0 -7.055,0 0,-70.26213 c 0,-75.19369 -0.43299,-77.96003 -11.64549,-74.40132 -4.71251,1.49568 -4.81619,3.04416 -4.81619,71.92019 l 0,70.39159 -8.23085,0 -8.23084,0 0,-59.8507 c 0,-53.05636 -0.43837,-60.09603 -3.86151,-62.01172 -2.12384,-1.18856 -5.69024,-1.68279 -7.92536,-1.0983 -3.5679,0.93305 -4.26908,6.02114 -5.7459,41.69601 -0.92512,22.3483 -1.49235,50.56904 -1.26045,62.71275 0.57092,29.89907 0.92886,28.38025 -6.48722,27.52692 l -6.46709,-0.74411 -0.6536,-35.17683 c -0.68626,-36.9359 -1.25069,-38.79438 -11.80345,-38.86474 l -5.402039,-0.036 0.6987,84.07217 c 0.6889,82.89123 0.7757,84.21649 6.180589,94.34675 18.31506,34.32745 59.44591,49.71397 92.63325,34.65287 z"
+ id="path1873"
+ sodipodi:nodetypes="cscssscccssssscccsscsscscsccssssscccccsscccccscccccssssccccccsc"
+ style="fill:#ffffff;fill-opacity:0"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 168.57903,363.87475 c -17.55614,-1.15609 -34.95277,6.26848 -46.1875,19.84375 -15.88788,17.59337 -19.02858,44.49441 -10.65625,66.21875 6.07801,13.65035 18.08449,24.23615 30.92982,31.40759 14.51904,7.11612 32.18989,5.36845 46.78893,-0.0326 15.68133,-7.03907 27.45236,-21.63346 33.68549,-37.28354 5.33529,-17.17517 6.70135,-37.70053 -3.43549,-53.49771 -11.54666,-16.33753 -30.94934,-27.17829 -51.125,-26.65625 z"
+ id="path5122"
+ style="fill:#ffffff;fill-opacity:0"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ id="g6700"
+ transform="matrix(0.06535803,0,0,0.06535803,0.28526849,-11.940422)">
+ <path
+ d="m 142.0916,514.24122 c -5.82038,-1.69854 -13.98039,-4.85253 -18.13336,-7.00884 -12.98305,-6.74111 -33.325809,-28.60928 -40.137069,-43.1468 0,0 -5.57613,-13.38813 -5.88328,-20.38415 -1.08045,-24.60852 -0.72801,-34.0588 -0.51718,-77.93671 0.22374,-46.56194 0.78221,-87.44425 1.73826,-90.84714 2.12106,-7.54951 15.87115,-14.68523 25.557959,-13.2635 l 6.80298,0.99845 0,-21.4103 c 0,-15.24491 1.01789,-22.86354 3.53479,-26.45694 4.06869,-5.80885 18.16088,-11.13466 24.84059,-9.38786 3.35037,0.87614 4.54798,-0.0208 4.54798,-3.40616 0,-2.5275 2.80016,-7.19055 6.22257,-10.36234 4.94621,-4.58399 8.7304,-5.76688 18.44889,-5.76688 15.88886,0 20.72878,4.99132 22.35315,23.05235 l 1.18461,13.17125 9.99332,0.24145 c 6.0943,0.14723 12.51704,2.12367 16.46168,5.06568 6.39459,4.76923 6.11608,5.17604 7.12822,34.7833 0.59241,17.07062 0.26945,27.53806 1.23533,31.29274 11.56812,-12.0194 46.90091,-4.46986 48.2034,4.48945 0.39245,2.69948 -1.97352,8.8677 -5.25767,13.70718 -10.14209,14.9452 -11.47008,23.30384 -12.90147,81.20461 0,0 0.41314,24.85246 -1.88493,42.65438 -2.2981,17.80192 -7.30741,28.55328 -7.30741,28.55328 -9.50914,19.30161 -26.28463,36.61749 -43.75588,45.16538 -15.63453,7.64925 -45.26737,10.01992 -62.47548,4.99812 z m 52.25759,-21.24063 c 18.60358,-8.4427 32.43239,-23.32387 40.65754,-43.75162 3.52689,-8.75931 4.5232,-20.50884 5.78294,-68.1984 1.25523,-47.51851 2.21917,-58.93487 5.50032,-65.14203 2.18811,-4.13939 3.97839,-8.49018 3.97839,-9.66849 0,-3.96164 -11.33547,-0.0203 -16.86267,5.86311 -4.73118,5.0361 -5.63585,8.92101 -6.65282,28.5693 l -1.17704,22.74059 -6.8435,0 -6.84349,0 0.54558,-59.52274 c 0.56751,-61.91062 -0.0484,-66.29155 -9.31943,-66.29155 -2.33607,0 -5.91037,1.66296 -7.94288,3.69549 -3.13482,3.13482 -3.69548,11.51911 -3.69548,55.26422 l 0,51.56873 -7.05501,0 -7.055,0 0,-70.26213 c 0,-75.19369 -0.43299,-77.96003 -11.64549,-74.40132 -4.71251,1.49568 -4.81619,3.04416 -4.81619,71.92019 l 0,70.39159 -8.23085,0 -8.23084,0 0,-59.8507 c 0,-53.05636 -0.43837,-60.09603 -3.86151,-62.01172 -2.12384,-1.18856 -5.69024,-1.68279 -7.92536,-1.0983 -3.5679,0.93305 -4.26908,6.02114 -5.7459,41.69601 -0.92512,22.3483 -1.49235,50.56904 -1.26045,62.71275 0.57092,29.89907 0.92886,28.38025 -6.48722,27.52692 l -6.46709,-0.74411 -0.6536,-35.17683 c -0.68626,-36.9359 -1.25069,-38.79438 -11.80345,-38.86474 l -5.402039,-0.036 0.6987,84.07217 c 0.6889,82.89123 0.7757,84.21649 6.180589,94.34675 18.31506,34.32745 59.44591,49.71397 92.63325,34.65287 z"
+ id="path6702"
+ sodipodi:nodetypes="cscssscccssssscccsscsscscsccssssscccccsscccccscccccssssccccccsc"
+ style="fill:#5e8019"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 168.57903,363.87475 c -17.55614,-1.15609 -34.95277,6.26848 -46.1875,19.84375 -15.88788,17.59337 -19.02858,44.49441 -10.65625,66.21875 6.07801,13.65035 18.08449,24.23615 30.92982,31.40759 14.51904,7.11612 32.18989,5.36845 46.78893,-0.0326 15.68133,-7.03907 27.45236,-21.63346 33.68549,-37.28354 5.33529,-17.17517 6.70135,-37.70053 -3.43549,-53.49771 -11.54666,-16.33753 -30.94934,-27.17829 -51.125,-26.65625 z"
+ id="path6704"
+ style="fill:#5e8019"
+ inkscape:connector-curvature="0" />
+ </g>
+</svg>
diff --git a/navit/xpm/jewish.svg b/navit/xpm/jewish.svg
new file mode 100644
index 000000000..795cb68c1
--- /dev/null
+++ b/navit/xpm/jewish.svg
@@ -0,0 +1,127 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ height="22"
+ id="svg2"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:version="0.48.1 r9760"
+ sodipodi:docname="jewish.svg"
+ sodipodi:version="0.32"
+ version="1.0"
+ width="22">
+ <metadata
+ id="metadata2975">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="http://web.resource.org/cc/PublicDomain" />
+ <dc:language>en</dc:language>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10.0"
+ guidetolerance="10.0"
+ id="base"
+ inkscape:current-layer="svg2"
+ inkscape:cx="6.119709"
+ inkscape:cy="2.8630422"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:window-height="725"
+ inkscape:window-width="1024"
+ inkscape:window-x="0"
+ inkscape:window-y="20"
+ inkscape:zoom="10.427586"
+ objecttolerance="10.0"
+ pagecolor="#ffffff"
+ showgrid="false"
+ inkscape:window-maximized="0" />
+ <defs
+ id="defs4">
+ <inkscape:perspective
+ id="perspective2441"
+ inkscape:persp3d-origin="290 : 193.33333 : 1"
+ inkscape:vp_x="0 : 290 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="580 : 290 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective2466"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3333"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3401"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3464"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3581"
+ inkscape:persp3d-origin="225 : 150 : 1"
+ inkscape:vp_x="0 : 225 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="450 : 225 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4312"
+ inkscape:persp3d-origin="225 : 150 : 1"
+ inkscape:vp_x="0 : 225 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="450 : 225 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ </defs>
+ <g
+ id="g1327"
+ transform="matrix(0.04192159,0,0,0.04192159,-0.47949735,-0.38317207)">
+ <path
+ d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 l 0,450.123 c 0,40.844 20.895,62.229 62.192,62.229 l 452.024,0 c 41.307,0 62.229,-20.315 62.229,-62.229 l 0,-450.123 c 0,-42.601 -20.922,-65.036 -63.521,-65.036 -0.004,0 -448.495,-0.143 -448.353,0 z"
+ id="path1329"
+ style="fill:#111111;fill-opacity:0;stroke:#eeeeee;stroke-width:3.40799999;stroke-opacity:0"
+ inkscape:connector-curvature="0" />
+ </g>
+ <path
+ d="m 10.804825,20.824735 -1.5297931,-2.65425 -3.0098203,-0.0014 C 4.389481,18.168248 3.2170422,18.105682 3.1536169,18.003057 3.0976411,17.912485 3.7173467,16.681351 4.5307409,15.267199 5.5393502,13.513649 5.9753453,12.605874 5.9018014,12.412548 5.8424894,12.256641 5.1822768,11.071856 4.434657,9.7796957 3.6870401,8.4875325 3.0753528,7.3462275 3.0753528,7.2434638 c 0,-0.1352957 0.8552281,-0.1869069 3.0998398,-0.1870652 L 9.2750319,7.0561818 10.800575,4.3993939 c 0.83905,-1.4612334 1.576868,-2.6567881 1.639599,-2.6567881 0.172045,0 0.60162,0.6662268 1.99874,3.0998398 l 1.271142,2.2141704 3.102939,0 c 2.378755,0 3.101295,0.046975 3.095896,0.201289 -0.0038,0.110708 -0.680222,1.3584668 -1.502995,2.772798 l -1.49595,2.571508 1.502993,2.603818 c 0.826647,1.432098 1.502995,2.68434 1.502995,2.782757 0,0.125046 -0.934608,0.178944 -3.102939,0.178944 l -3.102939,0 -1.271142,2.214171 c -1.390263,2.421669 -1.827268,3.10056 -1.994492,3.098464 -0.06039,-7.29e-4 -0.798213,-1.195794 -1.639597,-2.65563 z m 2.242607,-1.589651 c 0.272201,-0.475757 0.494912,-0.91054 0.494912,-0.966185 0,-0.05565 -0.471014,-0.101169 -1.046699,-0.101169 -0.575685,0 -1.0467,0.04552 -1.0467,0.101169 0,0.130951 0.971849,1.831199 1.0467,1.831199 0.03128,0 0.279588,-0.389257 0.551787,-0.865014 z M 7.7112957,15.43212 c -0.2913142,-0.530351 -0.565894,-0.964274 -0.6101779,-0.964274 -0.044285,0 -0.3188624,0.433923 -0.6101772,0.964274 l -0.5296617,0.964272 1.1398389,0 1.139839,0 -0.5296611,-0.964272 z m 7.5758293,-0.122684 c 0.347475,-0.597827 0.836385,-1.455835 1.086467,-1.906685 l 0.454692,-0.819728 -1.043162,-1.837277 -1.043161,-1.8372774 -2.239148,0 -2.239147,0 -1.0176662,1.7524504 c -0.5597172,0.963847 -1.0176676,1.828801 -1.0176676,1.922114 0,0.166858 1.6695815,3.218813 1.9759958,3.612071 0.111519,0.143124 0.777257,0.201288 2.30393,0.201288 l 2.147095,0 0.631772,-1.086956 z m 3.213222,0.122684 c -0.291316,-0.530351 -0.565893,-0.964274 -0.610178,-0.964274 -0.04428,0 -0.318863,0.433923 -0.610178,0.964274 l -0.529659,0.964272 1.139837,0 1.139839,0 -0.529661,-0.964272 z M 7.7006898,9.7914578 8.2197464,8.8279533 l -1.1292331,0 -1.1292344,0 0.5296617,0.9642733 c 0.2913148,0.5303514 0.5658934,0.9639264 0.6101772,0.9635024 0.044285,-4.23e-4 0.3140906,-0.434345 0.599572,-0.9642712 z m 10.7890502,0 0.519057,-0.9635045 -1.129232,0 -1.129233,0 0.529659,0.9642733 c 0.291315,0.5303514 0.565894,0.9639264 0.610178,0.9635024 0.04428,-4.23e-4 0.31409,-0.434345 0.599571,-0.9642712 z M 13.542344,6.9554455 c 0,-0.1309494 -0.971849,-1.8311963 -1.046699,-1.8311963 -0.07485,0 -1.0467,1.7002469 -1.0467,1.8311963 0,0.055644 0.471015,0.1011705 1.0467,0.1011705 0.575685,0 1.046699,-0.045524 1.046699,-0.1011705 z"
+ id="path3648"
+ sodipodi:nodetypes="cccssssscccscccscccscccsccssssccscccccccccccccssccccsccccccccccsccccccsccsssc"
+ style="opacity:0.25;fill:#ffffff;fill-opacity:0"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 9.1690679,19.188979 -1.5297912,-2.65425 -3.0098209,-0.0014 c -1.87573,-8.45e-4 -3.048169,-0.06341 -3.1115943,-0.166036 -0.055976,-0.09057 0.5637297,-1.321706 1.3771239,-2.735859 C 3.9035947,11.877894 4.3395897,10.970118 4.2660459,10.776793 4.2067344,10.620886 3.5465212,9.4361009 2.7989018,8.1439398 2.0512846,6.8517772 1.4395972,5.7104721 1.4395972,5.6077079 c 0,-0.1352956 0.8552282,-0.1869065 3.0998399,-0.1870646 L 7.6392767,5.4204262 9.164819,2.763638 c 0.839049,-1.4612331 1.576869,-2.65678768 1.639599,-2.65678768 0.172046,0 0.60162,0.6662268 1.998741,3.09983958 l 1.271142,2.2141705 3.102939,0 c 2.378754,0 3.101295,0.046977 3.095896,0.2012891 -0.0038,0.1107078 -0.680222,1.358467 -1.502996,2.7727971 l -1.495951,2.5715084 1.502994,2.603817 c 0.826649,1.432099 1.502995,2.684342 1.502995,2.782759 0,0.125045 -0.934607,0.178943 -3.102938,0.178943 l -3.102939,0 -1.271142,2.214171 c -1.390264,2.42167 -1.827269,3.100561 -1.994492,3.098465 -0.06039,-7.3e-4 -0.798215,-1.195794 -1.6395991,-2.655631 z m 2.2426091,-1.58965 c 0.272201,-0.475758 0.494911,-0.91054 0.494911,-0.966184 0,-0.05564 -0.471015,-0.101171 -1.046699,-0.101171 -0.575685,0 -1.0466983,0.04552 -1.0466983,0.101171 0,0.130949 0.9718473,1.831196 1.0466983,1.831196 0.03128,0 0.279588,-0.389256 0.551788,-0.865012 z M 6.0755408,13.796364 C 5.784226,13.266013 5.5096462,12.832091 5.465362,12.832091 c -0.044284,0 -0.3188624,0.433922 -0.6101768,0.964273 l -0.5296619,0.964273 1.1398387,0 1.1398396,0 -0.5296608,-0.964273 z M 13.651369,13.67368 c 0.347476,-0.597828 0.836385,-1.455834 1.086468,-1.906685 l 0.454691,-0.819728 -1.043162,-1.8372767 -1.043161,-1.837277 -2.239148,0 -2.2391462,0 -1.0176669,1.7524505 C 7.0505267,9.9890107 6.592577,10.853963 6.592577,10.947278 c 0,0.166857 1.669581,3.218812 1.9759958,3.612071 0.1115177,0.143124 0.7772561,0.201288 2.3039292,0.201288 l 2.147094,0 0.631773,-1.086957 z m 3.213222,0.122684 c -0.291314,-0.530351 -0.565894,-0.964273 -0.610177,-0.964273 -0.04428,0 -0.318864,0.433922 -0.610178,0.964273 l -0.52966,0.964273 1.139838,0 1.139838,0 -0.529661,-0.964273 z M 6.0649343,8.1557022 6.5839905,7.1921973 l -1.1292331,0 -1.1292341,0 0.5296619,0.9642744 C 5.1464996,8.6868214 5.4210785,9.1203974 5.465362,9.1199739 5.5096465,9.1195504 5.7794529,8.6856278 6.0649343,8.1557022 z m 10.7890507,0 0.519057,-0.9635049 -1.129234,0 -1.129232,0 0.52966,0.9642744 c 0.291314,0.5303497 0.565894,0.9639257 0.610178,0.9635022 0.04428,-4.235e-4 0.31409,-0.4343461 0.599571,-0.9642717 z m -4.947397,-2.836012 c 0,-0.1309497 -0.971849,-1.8311964 -1.046699,-1.8311964 -0.07485,0 -1.0466983,1.7002467 -1.0466983,1.8311964 0,0.055644 0.4710133,0.1011702 1.0466983,0.1011702 0.575684,0 1.046699,-0.045526 1.046699,-0.1011702 z"
+ id="path6812"
+ sodipodi:nodetypes="cccssssscccscccscccscccsccssssccscccccccccccccssccccsccccccccccsccccccsccsssc"
+ style="fill:#5e8019;fill-opacity:1"
+ inkscape:connector-curvature="0" />
+</svg>
diff --git a/navit/xpm/library.svg b/navit/xpm/library.svg
new file mode 100644
index 000000000..5b57157ea
--- /dev/null
+++ b/navit/xpm/library.svg
@@ -0,0 +1,134 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ height="22"
+ id="svg2"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:version="0.48.1 r9760"
+ sodipodi:docname="library.svg"
+ sodipodi:version="0.32"
+ version="1.0"
+ width="22">
+ <metadata
+ id="metadata2975">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="http://web.resource.org/cc/PublicDomain" />
+ <dc:language>en</dc:language>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10.0"
+ guidetolerance="10.0"
+ id="base"
+ inkscape:current-layer="svg2"
+ inkscape:cx="43.327665"
+ inkscape:cy="17.078967"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:window-height="725"
+ inkscape:window-width="1024"
+ inkscape:window-x="-4"
+ inkscape:window-y="-4"
+ inkscape:zoom="7.3734169"
+ objecttolerance="10.0"
+ pagecolor="#ffffff"
+ showgrid="false"
+ fit-margin-top="1"
+ units="cm"
+ fit-margin-left="1"
+ fit-margin-right="1"
+ fit-margin-bottom="1"
+ inkscape:window-maximized="0" />
+ <defs
+ id="defs4">
+ <inkscape:perspective
+ id="perspective2441"
+ inkscape:persp3d-origin="290 : 193.33333 : 1"
+ inkscape:vp_x="0 : 290 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="580 : 290 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective2466"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3333"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3401"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3464"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ </defs>
+ <g
+ id="g1327"
+ transform="matrix(0.0419522,0,0,0.0419522,-1.4918457,-1.0845417)">
+ <path
+ d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 l 0,450.123 c 0,40.844 20.895,62.229 62.192,62.229 l 452.024,0 c 41.307,0 62.229,-20.315 62.229,-62.229 l 0,-450.123 c 0,-42.601 -20.922,-65.036 -63.521,-65.036 -0.004,0 -448.495,-0.143 -448.353,0 z"
+ id="path1329"
+ style="fill:#111111;fill-opacity:0;stroke:#eeeeee;stroke-width:3.40799999;stroke-opacity:0"
+ inkscape:connector-curvature="0" />
+ </g>
+ <path
+ d="M 1.609737,5.6231247 11.195878,16.509079 20.375826,11.228578 11.033405,0.42386294 1.609737,5.6231247 z"
+ id="path3470"
+ style="fill:#734a08;fill-opacity:1;fill-rule:evenodd;stroke:#734a08;stroke-width:0.41952193;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ <path
+ d="M 1.0946498,6.8276692 10.51831,17.551148 10.55894,21.61307 1.0540336,10.869283 1.0946536,6.8276692 z"
+ id="path3474"
+ style="fill:#734a08;fill-opacity:1;fill-rule:evenodd;stroke:#734a08;stroke-width:0.41952193;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 20.302711,12.639577 -8.652616,5.070052 -0.006,0.133631 8.645354,-5.066422 0.01331,-0.137261 z"
+ id="path3476"
+ sodipodi:nodetypes="ccccc"
+ style="opacity:0.75;fill:#734a08;fill-opacity:1;fill-rule:evenodd;stroke:#734a08;stroke-width:0.6912604;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 20.302711,14.317664 -8.652616,5.070052 -0.006,0.133632 8.645354,-5.066423 0.01331,-0.137261 z"
+ id="path3505"
+ sodipodi:nodetypes="ccccc"
+ style="opacity:0.75;fill:#734a08;fill-opacity:1;fill-rule:evenodd;stroke:#734a08;stroke-width:0.6912604;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 20.302711,15.995752 -8.652616,5.070052 -0.006,0.133631 8.645354,-5.066422 0.01331,-0.137261 z"
+ id="path3507"
+ sodipodi:nodetypes="ccccc"
+ style="opacity:0.75;fill:#734a08;fill-opacity:1;fill-rule:evenodd;stroke:#734a08;stroke-width:0.6912604;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+</svg>
diff --git a/navit/xpm/memorial.svg b/navit/xpm/memorial.svg
new file mode 100644
index 000000000..a464643c8
--- /dev/null
+++ b/navit/xpm/memorial.svg
@@ -0,0 +1,417 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ height="22"
+ id="svg2"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:version="0.48.1 r9760"
+ sodipodi:docname="memorial.svg"
+ sodipodi:version="0.32"
+ version="1.0"
+ width="22">
+ <metadata
+ id="metadata2975">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="http://web.resource.org/cc/PublicDomain" />
+ <dc:language>en</dc:language>
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10.0"
+ guidetolerance="10.0"
+ id="base"
+ inkscape:current-layer="svg2"
+ inkscape:cx="66.34964"
+ inkscape:cy="5.9279101"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:window-height="725"
+ inkscape:window-maximized="0"
+ inkscape:window-width="1024"
+ inkscape:window-x="11"
+ inkscape:window-y="13"
+ inkscape:zoom="5.2137931"
+ objecttolerance="10.0"
+ pagecolor="#ffffff"
+ showgrid="false" />
+ <defs
+ id="defs4">
+ <inkscape:perspective
+ id="perspective2441"
+ inkscape:persp3d-origin="290 : 193.33333 : 1"
+ inkscape:vp_x="0 : 290 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="580 : 290 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3452"
+ inkscape:persp3d-origin="30 : 20 : 1"
+ inkscape:vp_x="0 : 30 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="60 : 30 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <symbol
+ id="symbol-university"
+ viewBox="244.5 110 489 219.9">
+ <path
+ d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"
+ id="path4460" />
+ <path
+ d="M94,176l-21,39"
+ fill="none"
+ id="path4462"
+ stroke="#000000"
+ stroke-width="20" />
+ <path
+ d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"
+ id="path4464" />
+ <path
+ d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24"
+ id="path4466"
+ ill="none"
+ stroke="#000000"
+ stroke-width="20" />
+ </symbol>
+ <inkscape:perspective
+ id="perspective4471"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4668"
+ inkscape:persp3d-origin="6 : 4 : 1"
+ inkscape:vp_x="0 : 6 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="12 : 6 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4904"
+ inkscape:persp3d-origin="16 : 10.666667 : 1"
+ inkscape:vp_x="0 : 16 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="32 : 16 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <marker
+ id="Arrow2Lend"
+ inkscape:stockid="Arrow2Lend"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible;">
+ <path
+ d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
+ id="path4137"
+ style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
+ transform="scale(1.1) rotate(180) translate(1,0)" />
+ </marker>
+ <marker
+ id="Arrow1Mend"
+ inkscape:stockid="Arrow1Mend"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible;">
+ <path
+ d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
+ id="path4125"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;"
+ transform="scale(0.4) rotate(180) translate(10,0)" />
+ </marker>
+ <marker
+ id="TriangleOutL"
+ inkscape:stockid="TriangleOutL"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible">
+ <path
+ d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z "
+ id="path4214"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none"
+ transform="scale(0.8)" />
+ </marker>
+ <marker
+ id="Arrow1Lend"
+ inkscape:stockid="Arrow1Lend"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible;">
+ <path
+ d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
+ id="path4119"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;"
+ transform="scale(0.8) rotate(180) translate(12.5,0)" />
+ </marker>
+ <marker
+ id="Tail"
+ inkscape:stockid="Tail"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible">
+ <g
+ id="g4152"
+ transform="scale(-1.2)">
+ <path
+ d="M -3.8048674,-3.9585227 L 0.54352094,0"
+ id="path4154"
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;marker-start:none;marker-end:none;stroke-linecap:round" />
+ <path
+ d="M -1.2866832,-3.9585227 L 3.0617053,0"
+ id="path4156"
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;marker-start:none;marker-end:none;stroke-linecap:round" />
+ <path
+ d="M 1.3053582,-3.9585227 L 5.6537466,0"
+ id="path4158"
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;marker-start:none;marker-end:none;stroke-linecap:round" />
+ <path
+ d="M -3.8048674,4.1775838 L 0.54352094,0.21974226"
+ id="path4160"
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;marker-start:none;marker-end:none;stroke-linecap:round" />
+ <path
+ d="M -1.2866832,4.1775838 L 3.0617053,0.21974226"
+ id="path4162"
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;marker-start:none;marker-end:none;stroke-linecap:round" />
+ <path
+ d="M 1.3053582,4.1775838 L 5.6537466,0.21974226"
+ id="path4164"
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;marker-start:none;marker-end:none;stroke-linecap:round" />
+ </g>
+ </marker>
+ <marker
+ id="Arrow1Sstart"
+ inkscape:stockid="Arrow1Sstart"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible">
+ <path
+ d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
+ id="path4128"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none"
+ transform="scale(0.2) translate(6,0)" />
+ </marker>
+ <marker
+ id="Arrow1Send"
+ inkscape:stockid="Arrow1Send"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible;">
+ <path
+ d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
+ id="path4131"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;"
+ transform="scale(0.2) rotate(180) translate(6,0)" />
+ </marker>
+ <marker
+ id="SemiCircleOut"
+ inkscape:stockid="SemiCircleOut"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible">
+ <path
+ d="M -2.5,-0.80913858 C -2.5,1.9508614 -4.7400000,4.1908614 -7.5,4.1908614 L -7.5,-5.8091386 C -4.7400000,-5.8091386 -2.5,-3.5691386 -2.5,-0.80913858 z "
+ id="path4235"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;marker-end:none"
+ transform="scale(0.6) translate(7.125493,0.763446)" />
+ </marker>
+ <marker
+ id="Arrow2Send"
+ inkscape:stockid="Arrow2Send"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible;">
+ <path
+ d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
+ id="path4149"
+ style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
+ transform="scale(0.3) rotate(180) translate(-2.3,0)" />
+ </marker>
+ <marker
+ id="TriangleOutS"
+ inkscape:stockid="TriangleOutS"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible">
+ <path
+ d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z "
+ id="path4220"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none"
+ transform="scale(0.2)" />
+ </marker>
+ <marker
+ id="CurveIn"
+ inkscape:stockid="CurveIn"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible">
+ <path
+ d="M 4.6254930,-5.0456926 C 1.8654930,-5.0456926 -0.37450702,-2.8056926 -0.37450702,-0.045692580 C -0.37450702,2.7143074 1.8654930,4.9543074 4.6254930,4.9543074"
+ id="path4238"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;marker-end:none;fill:none"
+ transform="scale(0.6)" />
+ </marker>
+ <marker
+ id="InfiniteLineStart"
+ inkscape:stockid="InfiniteLineStart"
+ orient="auto"
+ refX="0"
+ refY="0"
+ style="overflow:visible">
+ <g
+ id="g4298"
+ transform="translate(-13,0)">
+ <circle
+ cx="3"
+ cy="0"
+ d="M 3.8,0 C 3.8,0.44182781 3.4418278,0.80000001 3,0.80000001 2.5581722,0.80000001 2.2,0.44182781 2.2,0 c 0,-0.44182781 0.3581722,-0.80000001 0.8,-0.80000001 0.4418278,0 0.8,0.3581722 0.8,0.80000001 z"
+ id="circle4300"
+ r="0.8" />
+ <circle
+ cx="6.5"
+ cy="0"
+ d="M 7.3,0 C 7.3,0.44182781 6.9418278,0.80000001 6.5,0.80000001 6.0581722,0.80000001 5.7,0.44182781 5.7,0 c 0,-0.44182781 0.3581722,-0.80000001 0.8,-0.80000001 0.4418278,0 0.8,0.3581722 0.8,0.80000001 z"
+ id="circle4302"
+ r="0.8" />
+ <circle
+ cx="10"
+ cy="0"
+ d="M 10.8,0 C 10.8,0.44182781 10.441828,0.80000001 10,0.80000001 9.5581722,0.80000001 9.2,0.44182781 9.2,0 c 0,-0.44182781 0.3581722,-0.80000001 0.8,-0.80000001 0.441828,0 0.8,0.3581722 0.8,0.80000001 z"
+ id="circle4304"
+ r="0.8" />
+ </g>
+ </marker>
+ <marker
+ id="StopS"
+ inkscape:stockid="StopS"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible">
+ <path
+ d="M 0.0,5.65 L 0.0,-5.65"
+ id="path4229"
+ style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt"
+ transform="scale(0.2)" />
+ </marker>
+ <marker
+ id="Arrow2Sstart"
+ inkscape:stockid="Arrow2Sstart"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible">
+ <path
+ d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
+ id="path4146"
+ style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round"
+ transform="scale(0.3) translate(-2.3,0)" />
+ </marker>
+ <marker
+ id="DiamondS"
+ inkscape:stockid="DiamondS"
+ orient="auto"
+ refX="0.0"
+ refY="0.0"
+ style="overflow:visible">
+ <path
+ d="M 0,-7.0710768 L -7.0710894,0 L 0,7.0710589 L 7.0710462,0 L 0,-7.0710768 z "
+ id="path4202"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none"
+ transform="scale(0.2)" />
+ </marker>
+ <marker
+ id="RazorWire"
+ inkscape:stockid="RazorWire"
+ orient="auto"
+ refX="0"
+ refY="0">
+ style=&quot;overflow:visible&quot;&gt;
+ <path
+ d="M 0.022727273,-0.74009011 L 0.022727273,0.69740989 L -7.7585227,3.0099099 L 10.678977,3.0099099 L 3.4914773,0.69740989 L 3.4914773,-0.74009011 L 10.741477,-2.8963401 L -7.7272727,-2.8963401 L 0.022727273,-0.74009011 z "
+ id="path4286"
+ style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.1pt"
+ transform="scale(0.8,0.8)" />
+</marker>
+ <inkscape:perspective
+ id="perspective5233"
+ inkscape:persp3d-origin="16 : 10.666667 : 1"
+ inkscape:vp_x="0 : 16 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="32 : 16 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective5412"
+ inkscape:persp3d-origin="250 : 166.66667 : 1"
+ inkscape:vp_x="0 : 250 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="500 : 250 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective5571"
+ inkscape:persp3d-origin="202.85715 : 136.19048 : 1"
+ inkscape:vp_x="0 : 204.28572 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="405.71429 : 204.28572 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective6552"
+ inkscape:persp3d-origin="64 : 42.666667 : 1"
+ inkscape:vp_x="0 : 64 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="128 : 64 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ </defs>
+ <g
+ id="g1327"
+ transform="matrix(0.04107611,0,0,0.04107611,-1.1507936,-0.95856852)">
+ <path
+ d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 l 0,450.123 c 0,40.844 20.895,62.229 62.192,62.229 l 452.024,0 c 41.307,0 62.229,-20.315 62.229,-62.229 l 0,-450.123 c 0,-42.601 -20.922,-65.036 -63.521,-65.036 -0.004,0 -448.495,-0.143 -448.353,0 z"
+ id="path1329"
+ style="fill:#111111;fill-opacity:0;stroke:#eeeeee;stroke-width:3.40799999;stroke-opacity:0"
+ inkscape:connector-curvature="0" />
+ </g>
+ <path
+ d="m 5.3982783,0.30195449 c -0.6296125,0 -1.1642509,0.5359219 -1.1642509,1.16553461 l 0,15.2803119 c 0.0024,0.05934 13.4585196,0.03227 13.4562766,0 l 0,-15.2803119 c 0,-0.62961271 -0.535923,-1.16553461 -1.165535,-1.16553461 l -11.1264907,0 z M 7.6934056,1.395606 c 0.047219,1.5e-6 0.087824,0.017493 0.1206611,0.052629 0.032837,0.035139 0.048777,0.08198 0.048777,0.141199 0,0.059222 -0.015939,0.1054933 -0.048777,0.1399156 -0.032837,0.034423 -0.073445,0.05263 -0.1206611,0.052629 -0.047248,1.3e-6 -0.086558,-0.018205 -0.1193774,-0.052629 -0.032816,-0.034422 -0.05006,-0.080694 -0.05006,-0.1399156 0,-0.059219 0.017244,-0.1060603 0.05006,-0.141199 0.032823,-0.035136 0.072127,-0.052627 0.1193774,-0.052629 z m 2.6904854,0.00257 c 0.04721,1.5e-6 0.08654,0.017493 0.119377,0.052629 0.03284,0.035139 0.05006,0.08198 0.05006,0.1411992 0,0.059222 -0.01722,0.1067769 -0.05006,0.1411991 -0.03284,0.034423 -0.07216,0.051346 -0.119377,0.051346 -0.04725,1.3e-6 -0.08784,-0.016921 -0.120661,-0.051346 -0.02289,-0.02401 -0.03672,-0.055062 -0.04364,-0.091138 -0.0033,0.012095 -0.0072,0.024235 -0.01284,0.038509 -0.01383,0.035117 -0.03204,0.070629 -0.05391,0.1078248 -0.01842,-0.012398 -0.04179,-0.025436 -0.0706,-0.038509 -0.02881,-0.01307 -0.06043,-0.019253 -0.09499,-0.019255 -0.02995,1.3e-6 -0.05501,0.00966 -0.07573,0.02824 -0.02073,0.018578 -0.03209,0.047317 -0.03209,0.087287 l 0,0.050062 0.2567246,0 0,0.3080708 -0.2567246,0 0,0.6893085 -0.342729,0 0,-0.9871102 c 0,-0.017904 -5.67e-4,-0.04278 0,-0.07445 5.62e-4,-0.031669 0.0028,-0.057725 0.0051,-0.077018 0.01498,-0.1115475 0.05417,-0.1956082 0.118094,-0.2541584 0.06393,-0.058547 0.152945,-0.088569 0.266995,-0.08857 0.02306,1.4e-6 0.04725,0.00169 0.07317,0.00514 0.02591,0.00345 0.05155,0.00851 0.07573,0.015403 0.04148,0.012401 0.07659,0.031683 0.106541,0.05648 0.01734,0.014354 0.02864,0.032432 0.03594,0.053912 0.0068,-0.03693 0.0217,-0.067552 0.04493,-0.092421 0.03282,-0.035136 0.07341,-0.052627 0.120661,-0.052629 z m -0.165589,0.14505 c -0.0028,0.015251 -0.0038,0.03147 -0.0038,0.048778 0,0.017914 0.0022,0.034417 0.0051,0.050062 0.0048,-0.017661 0.0077,-0.033962 0.0077,-0.04621 0,-0.01972 -0.0037,-0.036997 -0.009,-0.052629 z M 8.4160888,1.4071586 c 0.023065,1.5e-6 0.048538,0.00169 0.07445,0.00514 0.025906,0.00345 0.050262,0.00851 0.074451,0.015403 0.041485,0.0124 0.07787,0.0304 0.1078248,0.055196 0.029952,0.024799 0.044925,0.061004 0.044925,0.1078248 -7e-7,0.020638 -0.00671,0.048321 -0.020541,0.083436 -0.013833,0.035117 -0.032044,0.071912 -0.053912,0.1091084 -0.01842,-0.012399 -0.041788,-0.025436 -0.070601,-0.038509 -0.028813,-0.01307 -0.060432,-0.019253 -0.094988,-0.019255 -0.029953,1.3e-6 -0.056292,0.00838 -0.077018,0.026957 -0.020728,0.018578 -0.030804,0.0486 -0.030804,0.08857 l 0,0.048778 0.2554417,0 0,0.3080708 -0.2554417,0 0,0.6905921 -0.3440127,0 0,-0.9883939 c 0,-0.017904 7.147e-4,-0.041496 0.0013,-0.073167 5.626e-4,-0.031669 0.00151,-0.057725 0.00382,-0.077018 0.01498,-0.1115474 0.054157,-0.1968921 0.1180943,-0.2554419 0.06393,-0.058547 0.1529447,-0.087285 0.2669944,-0.087287 z m 0.4377176,0.01412 c 0.02767,1.5e-6 0.05496,0.00278 0.08087,0.00899 0.02591,0.0062 0.04845,0.01753 0.06803,0.033374 0.01958,0.015847 0.0354,0.037222 0.04749,0.065465 0.0121,0.028245 0.01797,0.065062 0.01797,0.1091084 l 0,1.2387014 c -0.04722,0.017905 -0.08892,0.026956 -0.125796,0.026956 -0.05298,0 -0.093854,-0.00795 -0.1232277,-0.023105 -0.029376,-0.015151 -0.05107,-0.034248 -0.065466,-0.059047 -0.014396,-0.024798 -0.022791,-0.05364 -0.025676,-0.086003 -0.00288,-0.032363 -0.00512,-0.066881 -0.00512,-0.1026903 l 0,-1.1976252 c 0.013819,-0.00138 0.028669,-0.00369 0.043641,-0.00642 0.012657,-0.00277 0.026801,-0.00503 0.042358,-0.00642 0.015557,-0.00138 0.029953,-0.00128 0.044925,-0.00128 z m -2.2540518,0.026957 c 0.027666,1.4e-6 0.053674,0.00278 0.079585,0.00899 0.025914,0.0062 0.048452,0.01753 0.068033,0.033374 0.019581,0.015847 0.036682,0.037221 0.048777,0.065465 0.012095,0.028245 0.017973,0.065062 0.017973,0.1091084 l 0,0.6649194 c 0.00577,-0.030262 0.01428,-0.060243 0.02696,-0.089854 0.012672,-0.029611 0.029195,-0.058328 0.048777,-0.087287 l 0.093705,-0.1424827 c 0.021868,-0.033036 0.045372,-0.061898 0.071885,-0.086003 0.026505,-0.024104 0.06305,-0.035941 0.1091086,-0.035942 0.026505,6e-7 0.052952,0.00389 0.078301,0.012836 0.025344,0.00895 0.047168,0.018512 0.06675,0.029523 0.021868,0.0124 0.042033,0.027188 0.061614,0.04236 L 7.135035,2.3698805 7.4148658,2.879481 c -0.076045,0.037155 -0.1458796,0.05648 -0.2092314,0.05648 -0.054142,0 -0.095966,-0.012531 -0.1270793,-0.035942 -0.031114,-0.023411 -0.059126,-0.052699 -0.082152,-0.089854 L 6.8860035,2.6253219 c -0.019581,-0.031649 -0.034676,-0.061019 -0.046209,-0.08857 -0.011532,-0.02755 -0.019906,-0.057997 -0.025676,-0.092421 l 0,0.4685243 -0.3465795,0 0,-1.4505 c 0.013819,-0.00138 0.028669,-0.00369 0.043641,-0.00642 0.012657,-0.00277 0.026801,-0.00374 0.042358,-0.00514 0.015557,-0.00138 0.031236,-0.00257 0.046209,-0.00257 z m -0.5147349,0.017971 c 0.027666,1.4e-6 0.053674,0.00407 0.079584,0.010269 0.025914,0.0062 0.049736,0.016246 0.069317,0.032091 0.019581,0.015847 0.035398,0.038505 0.047493,0.066749 0.012095,0.028245 0.017973,0.063779 0.017973,0.1078248 l 0,1.239985 c -0.047219,0.017905 -0.0902,0.026956 -0.1270794,0.026956 -0.052981,0 -0.093855,-0.00795 -0.1232281,-0.023105 -0.029374,-0.015151 -0.051069,-0.034248 -0.065465,-0.059047 -0.014396,-0.024798 -0.02279,-0.05364 -0.025673,-0.086003 -0.00288,-0.032363 -0.00385,-0.066881 -0.00385,-0.1026903 l 0,-1.1976253 c 0.013816,-0.00138 0.027383,-0.00369 0.04236,-0.00642 0.012656,-0.00277 0.026803,-0.00503 0.04236,-0.00642 0.015557,-0.00138 0.031233,-0.00257 0.046211,-0.00257 z m 6.6684483,0.00257 c 0.02307,1.5e-6 0.04726,0.00169 0.07317,0.00514 0.02591,0.00345 0.05155,0.00851 0.07573,0.015403 0.04148,0.0124 0.07659,0.031683 0.106542,0.05648 0.02247,0.0186 0.03674,0.04218 0.04236,0.073167 l 0,-0.1168102 c 0.01382,-0.00138 0.02867,-0.00369 0.04364,-0.00642 0.01266,-0.00277 0.0268,-0.00503 0.04236,-0.00642 0.01556,-0.00138 0.03124,-0.00257 0.04621,-0.00257 0.02767,1.5e-6 0.05367,0.00278 0.07959,0.00899 0.02591,0.0062 0.04845,0.01753 0.06803,0.033374 0.01958,0.015847 0.0354,0.038506 0.04749,0.066749 0.0121,0.028245 0.01797,0.063779 0.01797,0.1078249 l 0,1.239985 c -0.04722,0.017905 -0.08892,0.026956 -0.125796,0.026956 -0.05298,0 -0.09385,-0.00795 -0.123229,-0.023105 -0.02937,-0.015151 -0.05107,-0.035532 -0.06546,-0.060331 -0.0144,-0.024798 -0.02279,-0.052356 -0.02568,-0.084719 -0.0029,-0.032363 -0.0051,-0.066881 -0.0051,-0.1026903 l 0,-1.0243354 c -0.003,0.017055 -0.0087,0.036744 -0.01797,0.060331 -0.01383,0.035117 -0.03204,0.071913 -0.05391,0.1091084 -0.01842,-0.012398 -0.04179,-0.025436 -0.0706,-0.038509 -0.02881,-0.01307 -0.06043,-0.019253 -0.09499,-0.019255 -0.02995,1.3e-6 -0.05501,0.00966 -0.07573,0.02824 -0.02073,0.018578 -0.03081,0.047317 -0.03081,0.087287 l 0,0.050062 0.255442,0 0,0.3067872 -0.255442,0 0,0.690592 -0.344013,0 0,-0.9871102 c 0,-0.017904 -5.67e-4,-0.04278 0,-0.07445 5.63e-4,-0.031669 0.0028,-0.057725 0.0051,-0.077018 0.01498,-0.1115475 0.05416,-0.1968921 0.118094,-0.255442 0.06393,-0.058547 0.152945,-0.087285 0.266994,-0.087287 z m 0.297802,0.2066642 c 0.0015,-0.00834 0.0026,-0.01633 0.0026,-0.023105 0,-0.011705 -6.93e-4,-0.023045 -0.0026,-0.033374 l 0,0.05648 z m 1.906188,-0.2053806 c 0.02306,1.5e-6 0.04725,0.00169 0.07317,0.00514 0.02591,0.00345 0.05155,0.00851 0.07573,0.015403 0.04149,0.0124 0.07659,0.031683 0.106541,0.05648 0.02995,0.024799 0.04492,0.061004 0.04492,0.1078248 -10e-7,0.020638 -0.0067,0.048321 -0.02054,0.083436 -0.01383,0.035117 -0.03204,0.070629 -0.05391,0.1078247 -0.01842,-0.012398 -0.04179,-0.024152 -0.0706,-0.037225 -0.02881,-0.01307 -0.06043,-0.020537 -0.09499,-0.020538 -0.02995,1.3e-6 -0.05501,0.00966 -0.07573,0.02824 -0.02073,0.018578 -0.03081,0.047317 -0.03081,0.087287 l 0,0.050062 0.255442,0 0,0.3080708 -0.255442,0 0,0.6893084 -0.344012,0 0,-0.9871102 c 0,-0.017904 -5.67e-4,-0.04278 0,-0.074451 5.63e-4,-0.031669 0.0028,-0.056441 0.0051,-0.075734 0.01498,-0.1115474 0.05416,-0.1968921 0.118093,-0.2554419 0.06393,-0.058547 0.152945,-0.088569 0.266995,-0.08857 z m -2.924105,0.00257 c 0.02763,1.5e-6 0.05494,0.00278 0.08087,0.00899 0.02593,0.0062 0.04845,0.01753 0.06803,0.033374 0.01958,0.015847 0.0354,0.037222 0.04749,0.065465 0.0121,0.028245 0.01797,0.065062 0.01797,0.1091085 l 0,1.2476867 -0.259293,0 c -0.0173,0 -0.0324,-0.00576 -0.04621,-0.015403 -0.01382,-0.00965 -0.02054,-0.029965 -0.02054,-0.061614 -0.01614,0.024756 -0.04188,0.048047 -0.07702,0.068033 -0.03514,0.019985 -0.07923,0.029523 -0.132213,0.029523 -0.03916,0 -0.07751,-0.00795 -0.115527,-0.023105 -0.03802,-0.015152 -0.07217,-0.041716 -0.10269,-0.079585 -0.03051,-0.037869 -0.05543,-0.089899 -0.07445,-0.155319 -0.01902,-0.06542 -0.02824,-0.1472648 -0.02824,-0.2464567 0,-0.099149 0.0078,-0.1827234 0.02568,-0.2515911 0.01786,-0.068866 0.04193,-0.1254729 0.07188,-0.1681554 0.02995,-0.042681 0.06481,-0.073128 0.103974,-0.092421 0.03916,-0.019291 0.08058,-0.029523 0.123228,-0.029523 0.02763,6e-7 0.05256,0.00466 0.07445,0.011553 0.02188,0.00689 0.03964,0.014154 0.05519,0.023105 0.01556,0.00895 0.02872,0.018004 0.03851,0.026957 0.0098,0.00895 0.01581,0.015136 0.01926,0.019255 l 0,-0.5057496 c 0.01386,-0.00138 0.02871,-0.00369 0.04364,-0.00642 0.01269,-0.00277 0.0261,-0.00503 0.04107,-0.00642 0.01498,-0.00138 0.02995,-0.00128 0.04492,-0.00128 z m 1.631492,0.01412 c 0.02767,1.5e-6 0.05496,0.00278 0.08087,0.00899 0.02591,0.0062 0.04845,0.01753 0.06803,0.033374 0.01958,0.015847 0.0354,0.038506 0.04749,0.066749 0.01209,0.028245 0.01797,0.063779 0.01797,0.1078248 l 0,0.6649195 c 0.0058,-0.030262 0.01557,-0.060243 0.02824,-0.089854 0.01267,-0.029611 0.0292,-0.058328 0.04878,-0.087287 l 0.09242,-0.1424828 c 0.02187,-0.033035 0.04666,-0.061898 0.07317,-0.086003 0.0265,-0.024104 0.06305,-0.035941 0.109109,-0.035942 0.02651,7e-7 0.05167,0.00517 0.07702,0.01412 0.02534,0.00895 0.04845,0.018513 0.06803,0.029523 0.02187,0.0124 0.04203,0.025904 0.06161,0.041076 l -0.236187,0.3966412 0.27983,0.510884 c -0.07605,0.037155 -0.145879,0.055196 -0.209231,0.055196 -0.05414,0 -0.09725,-0.011247 -0.128363,-0.034658 -0.03111,-0.023411 -0.05784,-0.053983 -0.08087,-0.091138 l -0.110398,-0.18356 c -0.01958,-0.031648 -0.03468,-0.062302 -0.04621,-0.089854 -0.01153,-0.02755 -0.02119,-0.057998 -0.02696,-0.092421 l 0,0.4685243 -0.345296,0 0,-1.4492164 c 0.01382,-0.00138 0.02867,-0.00369 0.04364,-0.00642 0.01266,-0.00277 0.0268,-0.00503 0.04236,-0.00642 0.01556,-0.00138 0.02995,-0.00257 0.04492,-0.00257 z m 2.210407,0 c 0.02763,1.5e-6 0.05494,0.00278 0.08087,0.00899 0.02593,0.0062 0.04845,0.01753 0.06803,0.033374 0.01958,0.015847 0.0354,0.038506 0.04749,0.066749 0.01209,0.028245 0.01797,0.063778 0.01797,0.1078248 l 0,1.2476868 -0.259293,0 c -0.0173,0 -0.0324,-0.00447 -0.04621,-0.01412 -0.01382,-0.00965 -0.02054,-0.029965 -0.02054,-0.061614 -0.01614,0.024756 -0.04188,0.046764 -0.07702,0.066749 -0.03514,0.019985 -0.07923,0.029523 -0.132214,0.029523 -0.03916,0 -0.0775,-0.00667 -0.115526,-0.021821 -0.03802,-0.015152 -0.07217,-0.041716 -0.102691,-0.079585 -0.03052,-0.037869 -0.05543,-0.089899 -0.07445,-0.155319 -0.01902,-0.06542 -0.02824,-0.1472648 -0.02824,-0.2464567 0,-0.099149 0.0078,-0.184007 0.02568,-0.2528747 0.01786,-0.068866 0.04193,-0.1241893 0.07188,-0.1668718 0.02995,-0.042681 0.06481,-0.073128 0.103974,-0.092421 0.03916,-0.019291 0.08058,-0.029523 0.123228,-0.029523 0.02763,6e-7 0.05256,0.00338 0.07445,0.010269 0.02188,0.00689 0.03964,0.015438 0.0552,0.024389 0.01556,0.00895 0.02872,0.018004 0.03851,0.026956 0.0098,0.00895 0.01581,0.015136 0.01926,0.019255 l 0,-0.5057496 c 0.01385,-0.00138 0.0287,-0.00369 0.04364,-0.00642 0.01269,-0.00277 0.0261,-0.00503 0.04107,-0.00642 0.01497,-0.00138 0.02995,-0.00257 0.04492,-0.00257 z m -4.880354,0.4030593 c 0.09447,7e-7 0.177461,0.016923 0.24774,0.051345 0.03108,0.015173 0.05685,0.033846 0.07702,0.055196 0.02017,0.021352 0.02952,0.046818 0.02953,0.075734 0,0.024758 -0.006,0.054127 -0.01926,0.08857 -0.01323,0.034445 -0.03048,0.067149 -0.05006,0.098839 -0.0346,-0.031691 -0.06982,-0.057053 -0.107825,-0.077018 -0.038,-0.019964 -0.07765,-0.029522 -0.116809,-0.029523 -0.04953,1.3e-6 -0.07445,0.016923 -0.07445,0.051345 0,0.022025 0.0098,0.038356 0.02824,0.050062 0.01842,0.011705 0.04167,0.021265 0.06932,0.029523 0.02765,0.00826 0.0576,0.017901 0.08985,0.02824 0.03225,0.01034 0.0622,0.025554 0.08985,0.04621 0.02765,0.020659 0.05087,0.048911 0.06932,0.084719 0.01844,0.03581 0.02696,0.083366 0.02696,0.1411991 -10e-7,0.1102038 -0.03246,0.1977236 -0.09756,0.2631438 -0.06509,0.06542 -0.159262,0.098839 -0.283682,0.098839 -0.07144,0 -0.127127,-0.00745 -0.166872,-0.020538 -0.03975,-0.013092 -0.07196,-0.026006 -0.09499,-0.039792 -0.02995,-0.017905 -0.0501,-0.037696 -0.06161,-0.059047 -0.01151,-0.02135 -0.01669,-0.043338 -0.01669,-0.066749 0,-0.03581 0.0061,-0.070834 0.02054,-0.1052575 0.01439,-0.034422 0.03164,-0.06837 0.05006,-0.1014067 0.01382,0.015131 0.02964,0.029267 0.04749,0.04236 0.01786,0.013092 0.03702,0.02493 0.05776,0.035942 0.02074,0.011012 0.04229,0.019473 0.06418,0.025673 0.02188,0.0062 0.04215,0.00899 0.0629,0.00899 0.02995,7e-7 0.05151,-0.00498 0.06418,-0.016687 0.01267,-0.011705 0.01926,-0.027021 0.01926,-0.044927 0,-0.020678 -0.0092,-0.037662 -0.02824,-0.050062 -0.01902,-0.012398 -0.04295,-0.022465 -0.0706,-0.032091 -0.02765,-0.00962 -0.05774,-0.020975 -0.09114,-0.033374 -0.0334,-0.012399 -0.06349,-0.029993 -0.09114,-0.051345 -0.02765,-0.021351 -0.0516,-0.049603 -0.0706,-0.084719 -0.019,-0.035116 -0.02824,-0.080859 -0.02824,-0.1373482 0,-0.055058 0.0099,-0.1024496 0.02953,-0.1437664 0.01958,-0.041315 0.04548,-0.075832 0.0783,-0.1026903 0.03282,-0.026856 0.07033,-0.047237 0.112959,-0.060331 0.04263,-0.013092 0.08753,-0.019254 0.134782,-0.019255 z m -3.3322989,0.00128 c 0.027666,6e-7 0.054957,0.00279 0.080868,0.00899 0.025914,0.0062 0.048452,0.017551 0.068033,0.033374 0.019581,0.015825 0.035398,0.037222 0.047493,0.065465 0.012095,0.028245 0.017973,0.065062 0.017973,0.1091085 l 0,0.7316681 c 0,0.030305 -0.00151,0.066913 -0.00382,0.1116757 -0.00231,0.044762 -0.00735,0.084851 -0.015405,0.1206611 -0.012694,0.055101 -0.032556,0.101455 -0.059047,0.1386318 -0.026491,0.037176 -0.055736,0.067115 -0.088571,0.089854 -0.032837,0.022738 -0.065437,0.039153 -0.098839,0.048778 -0.0334,0.00962 -0.0631,0.014119 -0.087286,0.01412 -0.049534,-8e-7 -0.084779,-0.010658 -0.1078248,-0.033374 -0.023043,-0.022718 -0.039444,-0.056034 -0.047493,-0.100123 -0.00346,-0.017905 -0.00599,-0.036516 -0.0077,-0.05648 -0.00173,-0.019964 -0.00411,-0.047729 -0.00642,-0.082152 0.036884,-0.00412 0.066807,-0.01199 0.089854,-0.024389 0.023043,-0.012399 0.04124,-0.028202 0.053912,-0.047494 0.012672,-0.019292 0.021067,-0.042562 0.025676,-0.068033 0.00462,-0.02547 0.0077,-0.053132 0.0077,-0.083436 l 0,-0.9627213 c 0.013819,-0.00139 0.027385,-0.00369 0.042358,-0.00642 0.012657,-0.00277 0.026801,-0.00505 0.042358,-0.00642 0.015557,-0.00136 0.031236,-0.00128 0.046209,-0.00128 z m 2.6904849,0.00257 c 0.02767,6e-7 0.05367,0.00279 0.07958,0.00899 0.02591,0.0062 0.04845,0.017551 0.06803,0.033374 0.01958,0.015825 0.0354,0.038506 0.04749,0.066749 0.0121,0.028245 0.01926,0.063778 0.01926,0.1078248 l 0,0.7316681 c -10e-7,0.030304 -0.0015,0.068197 -0.0038,0.1129593 -0.0023,0.044762 -0.0073,0.084851 -0.01541,0.1206611 -0.01269,0.055101 -0.03256,0.1014551 -0.05905,0.1386319 -0.02649,0.037176 -0.05574,0.067115 -0.08857,0.089854 -0.03284,0.022737 -0.06673,0.03787 -0.100124,0.047494 -0.0334,0.00962 -0.06182,0.015403 -0.086,0.015403 -0.04953,-8e-7 -0.08606,-0.011941 -0.109109,-0.034658 -0.02304,-0.022718 -0.03816,-0.056033 -0.04621,-0.100123 -0.0035,-0.017905 -0.006,-0.036516 -0.0077,-0.05648 -0.0017,-0.019964 -0.0041,-0.047729 -0.0064,-0.082152 0.03688,-0.00412 0.06681,-0.01199 0.08985,-0.024389 0.02304,-0.012399 0.04124,-0.028202 0.05391,-0.047494 0.01267,-0.019292 0.02107,-0.041279 0.02568,-0.066749 0.0046,-0.02547 0.0064,-0.054415 0.0064,-0.084719 l 0,-0.9627213 c 0.01382,-0.00139 0.02867,-0.0024 0.04364,-0.00514 0.01266,-0.00277 0.0268,-0.00505 0.04236,-0.00642 0.01556,-0.00136 0.03124,-0.00257 0.04621,-0.00257 z m 1.49286,0.3221906 c -0.03916,7e-7 -0.06648,0.0203 -0.08087,0.061614 -0.0144,0.041317 -0.02183,0.09782 -0.02183,0.169439 0,0.033037 0.0017,0.064177 0.0051,0.092421 0.0035,0.028245 0.0093,0.053099 0.01797,0.07445 0.0086,0.021351 0.02084,0.037663 0.03466,0.050062 0.01382,0.012399 0.0306,0.019255 0.05134,0.019255 0.01382,0 0.02531,-0.00177 0.03337,-0.00385 0.0081,-0.00208 0.01321,-0.00374 0.01669,-0.00514 l 0,-0.4441354 c -0.0069,-0.0055 -0.016,-0.00949 -0.02696,-0.011553 -0.01096,-0.00206 -0.02032,-0.00257 -0.02953,-0.00257 z m 3.827779,0.015403 c -0.03156,0.00452 -0.05415,0.025464 -0.06675,0.061614 -0.0144,0.041317 -0.02182,0.09782 -0.02182,0.169439 0,0.033036 0.0017,0.062894 0.0051,0.091138 0.0035,0.028245 0.0093,0.053099 0.01797,0.07445 0.0086,0.021351 0.02084,0.038946 0.03466,0.051345 0.01382,0.012399 0.0306,0.017971 0.05134,0.017971 0.01382,0 0.02531,-4.807e-4 0.03337,-0.00257 0.0081,-0.00208 0.01321,-0.00374 0.01669,-0.00514 l 0,-0.4441355 c -0.0069,-0.0055 -0.016,-0.00949 -0.02696,-0.011553 -0.01096,-0.00206 -0.02031,-0.00257 -0.02952,-0.00257 -0.0049,10e-8 -0.0096,-6.457e-4 -0.01412,0 z M 8.4533141,3.4802184 c 0.027666,2e-6 0.053674,0.00408 0.079584,0.010269 0.025914,0.0062 0.049736,0.016247 0.069317,0.032091 0.019581,0.015847 0.035398,0.038505 0.047493,0.066749 0.012095,0.028245 0.017973,0.063778 0.017973,0.1078248 l 0,1.2399849 c -0.047219,0.017905 -0.0902,0.026956 -0.1270793,0.026956 -0.052981,0 -0.093855,-0.00795 -0.123228,-0.023105 -0.029376,-0.015151 -0.05107,-0.034249 -0.065466,-0.059047 -0.014396,-0.024798 -0.022791,-0.05364 -0.025676,-0.086003 -0.00288,-0.032363 -0.00512,-0.066881 -0.00512,-0.1026902 l 0,-1.1976253 c 0.013819,-0.00138 0.028669,-0.00368 0.043641,-0.00642 0.012657,-0.00277 0.026801,-0.00503 0.042358,-0.00642 0.015557,-0.00138 0.031236,-0.00257 0.046209,-0.00257 z m 0.4826443,0 c 0.02767,2e-6 0.05496,0.00408 0.08087,0.010269 0.02591,0.0062 0.04845,0.016247 0.06803,0.032091 0.01958,0.015847 0.0354,0.038505 0.04749,0.066749 0.0121,0.028245 0.01797,0.063778 0.01797,0.1078248 l 0,0.6649194 c 0.0058,-0.030262 0.01556,-0.058959 0.02824,-0.08857 0.01267,-0.02961 0.02919,-0.05961 0.04878,-0.08857 l 0.09242,-0.1424827 c 0.02187,-0.033034 0.04666,-0.061897 0.07317,-0.086003 0.02651,-0.024103 0.06305,-0.035941 0.109108,-0.035942 0.02651,8e-7 0.05167,0.00517 0.07702,0.01412 0.02534,0.00895 0.04845,0.018512 0.06803,0.029523 0.02187,0.0124 0.04203,0.025904 0.06162,0.041076 l -0.236188,0.3966412 0.279831,0.510884 c -0.07605,0.037155 -0.145879,0.055196 -0.209231,0.055196 -0.05414,0 -0.09725,-0.011247 -0.128363,-0.034658 -0.03111,-0.023411 -0.05784,-0.053982 -0.08087,-0.091138 L 9.2234904,4.6585893 c -0.01958,-0.031648 -0.03468,-0.062302 -0.04621,-0.089854 -0.01153,-0.02755 -0.02119,-0.057997 -0.02696,-0.092421 l 0,0.4685244 -0.3452958,0 0,-1.4492165 c 0.013819,-0.00138 0.028669,-0.00368 0.043641,-0.00642 0.012657,-0.00277 0.0268,-0.00503 0.042357,-0.00642 0.01556,-0.00138 0.02995,-0.00257 0.04492,-0.00257 z m -0.9832597,0.010269 c 0.02763,2.1e-6 0.053652,0.00279 0.079585,0.00899 0.025928,0.0062 0.048452,0.01753 0.068033,0.033374 0.019581,0.015847 0.035398,0.038505 0.047493,0.066749 0.012095,0.028245 0.019257,0.063778 0.019257,0.1078248 l 0,1.2476868 -0.2592924,0 c -0.017295,0 -0.033681,-0.00448 -0.047493,-0.01412 C 7.8464623,4.931342 7.8397403,4.911027 7.8397403,4.879378 7.8235993,4.904133 7.7978583,4.926142 7.7627223,4.946127 7.7275843,4.966112 7.6834903,4.97565 7.6305086,4.97565 c -0.039163,0 -0.077504,-0.00667 -0.1155268,-0.021821 -0.038022,-0.015158 -0.072173,-0.041721 -0.1026893,-0.07959 -0.030515,-0.03787 -0.055434,-0.089898 -0.07445,-0.1553191 -0.019019,-0.06542 -0.028243,-0.1472648 -0.028243,-0.2464566 0,-0.099149 0.00909,-0.184007 0.02696,-0.2528748 0.017857,-0.068866 0.041932,-0.1241891 0.071885,-0.1668717 0.029953,-0.042681 0.063526,-0.073129 0.1026903,-0.092421 0.039163,-0.019291 0.080583,-0.029523 0.1232281,-0.029523 0.02763,8e-7 0.052563,0.00338 0.074451,0.010269 0.021882,0.00689 0.040922,0.015438 0.056479,0.024389 0.015557,0.00895 0.027436,0.016721 0.037223,0.025673 0.00979,0.00895 0.017093,0.016419 0.020541,0.020538 l 0,-0.5070332 c 0.013855,-0.00138 0.027421,-0.0024 0.042358,-0.00514 0.012694,-0.00277 0.027385,-0.00503 0.042358,-0.00642 0.01498,-0.00138 0.029953,-0.00257 0.044925,-0.00257 z m -0.9486016,0.00128 c 0.023065,1.3e-6 0.047255,0.00169 0.073167,0.00514 0.025914,0.00345 0.051546,0.00851 0.075734,0.015403 0.041485,0.0124 0.076586,0.031683 0.106541,0.05648 0.029953,0.024799 0.044925,0.059721 0.044925,0.1065412 0,0.020638 -0.00671,0.04832 -0.02054,0.083436 -0.013833,0.035117 -0.032044,0.071912 -0.053912,0.1091085 -0.01842,-0.012399 -0.041788,-0.025436 -0.070601,-0.038509 -0.028813,-0.01307 -0.060432,-0.019253 -0.094989,-0.019255 -0.029953,1.2e-6 -0.055008,0.00966 -0.075734,0.02824 -0.020728,0.018578 -0.030804,0.047317 -0.030804,0.087287 l 0,0.050062 0.2554425,0 0,0.3067872 -0.2554425,0 0,0.690592 -0.344012,0 0,-0.9871102 c 0,-0.017904 7.147e-4,-0.042779 0.0013,-0.07445 5.633e-4,-0.031669 0.00151,-0.057725 0.00382,-0.077018 C 6.6339721,3.7229546 6.6731561,3.6376096 6.7370857,3.57906 6.8010157,3.520513 6.8900311,3.491775 7.0040808,3.491773 z m 8.2832539,0.025673 c 0.04722,1.2e-6 0.08782,0.017493 0.120661,0.052629 0.03284,0.035139 0.04878,0.083263 0.04878,0.1424827 0,0.059222 -0.01594,0.1054934 -0.04878,0.1399156 -0.03284,0.034423 -0.07345,0.051346 -0.120661,0.051345 -0.04725,1.2e-6 -0.08656,-0.016921 -0.119378,-0.051345 -0.03282,-0.034422 -0.04878,-0.080694 -0.04878,-0.1399156 0,-0.05922 0.01596,-0.1073441 0.04878,-0.1424827 0.03282,-0.035136 0.07213,-0.052628 0.119378,-0.052629 z m -4.477296,0.00128 c 0.02767,2.1e-6 0.05496,0.00279 0.08087,0.00899 0.02591,0.0062 0.04845,0.01753 0.06803,0.033374 0.01958,0.015848 0.0354,0.037222 0.04749,0.065465 0.0121,0.028245 0.01797,0.065062 0.01797,0.1091084 l 0,0.6649195 c 0.0058,-0.030261 0.01428,-0.060243 0.02696,-0.089854 0.01267,-0.02961 0.02919,-0.058327 0.04878,-0.087287 l 0.0937,-0.1424873 c 0.02187,-0.033034 0.04537,-0.061897 0.07188,-0.086003 0.02651,-0.024103 0.06305,-0.035941 0.109109,-0.035942 0.02651,8e-7 0.05295,0.00389 0.0783,0.012836 0.02534,0.00895 0.04717,0.019796 0.06675,0.030807 0.02187,0.0124 0.04332,0.025904 0.0629,0.041076 l -0.237471,0.3966412 0.279831,0.5096004 c -0.07605,0.037155 -0.144595,0.05648 -0.207948,0.05648 -0.05414,0 -0.09725,-0.012531 -0.128362,-0.035942 -0.03111,-0.023411 -0.05784,-0.052699 -0.08087,-0.089854 L 11.096305,4.6958103 c -0.01958,-0.031648 -0.03468,-0.061019 -0.04621,-0.08857 -0.01153,-0.02755 -0.01991,-0.057997 -0.02568,-0.092421 l 0,0.4685244 -0.345297,0 0,-1.4505 c 0.01382,-0.00138 0.02739,-0.00368 0.04236,-0.00642 0.01266,-0.00277 0.0268,-0.00374 0.04236,-0.00514 0.01556,-0.00138 0.03124,-0.00257 0.04621,-0.00257 z m 1.255389,0.00514 c 0.02306,1.2e-6 0.04725,0.00169 0.07317,0.00514 0.02591,0.00345 0.05155,0.00851 0.07573,0.015403 0.04148,0.0124 0.07659,0.0304 0.106541,0.055196 0.02995,0.024799 0.04493,0.061004 0.04493,0.1078249 -10e-7,0.020638 -0.0067,0.04832 -0.02054,0.083436 -0.01383,0.035117 -0.03076,0.071913 -0.05263,0.1091084 -0.01842,-0.012399 -0.04307,-0.025436 -0.07188,-0.038509 -0.02881,-0.01307 -0.06043,-0.019253 -0.09499,-0.019254 -0.02995,1.2e-6 -0.05501,0.00838 -0.07573,0.026956 -0.02073,0.018578 -0.03081,0.048601 -0.03081,0.08857 l 0,0.048778 0.255441,0 0,0.3080708 -0.255441,0 0,0.690592 -0.344013,0 0,-0.9883938 c 0,-0.017904 7.15e-4,-0.04278 0.0013,-0.07445 5.63e-4,-0.031669 0.0015,-0.056442 0.0038,-0.075734 0.01498,-0.1115475 0.05416,-0.1968926 0.118093,-0.2554421 0.06393,-0.058547 0.152946,-0.087286 0.266995,-0.087287 z m 1.675134,0.029523 c 0.02764,2e-6 0.05494,0.00279 0.08087,0.00899 0.02593,0.0062 0.04845,0.01753 0.06803,0.033374 0.01958,0.015848 0.0354,0.037222 0.04749,0.065465 0.0121,0.028245 0.01797,0.065062 0.01797,0.1091084 l 0,1.2476868 -0.259293,0 c -0.01729,0 -0.0324,-0.00576 -0.04621,-0.015403 -0.01382,-0.00965 -0.02054,-0.029965 -0.02054,-0.061614 -0.01614,0.024756 -0.04187,0.046764 -0.07702,0.066749 -0.03514,0.019985 -0.07923,0.030807 -0.132214,0.030807 -0.03916,0 -0.0775,-0.00795 -0.115526,-0.023105 -0.03802,-0.015152 -0.07218,-0.041716 -0.102691,-0.079585 -0.03052,-0.03787 -0.05543,-0.089898 -0.07445,-0.1553191 -0.01902,-0.065419 -0.02824,-0.1472648 -0.02824,-0.2464566 0,-0.099149 0.0078,-0.1827234 0.02568,-0.2515912 0.01786,-0.068866 0.04193,-0.1254727 0.07188,-0.1681553 0.02995,-0.042681 0.06481,-0.073129 0.103974,-0.092421 0.03916,-0.019291 0.08058,-0.029523 0.123228,-0.029523 0.02763,8e-7 0.05256,0.00466 0.07445,0.011553 0.02188,0.00689 0.03964,0.014154 0.0552,0.023105 0.01556,0.00895 0.02872,0.018005 0.03851,0.026956 0.0098,0.00895 0.01581,0.015136 0.01926,0.019255 l 0,-0.5057496 c 0.01385,-0.00138 0.0287,-0.00368 0.04364,-0.00642 0.01269,-0.00277 0.0261,-0.00503 0.04107,-0.00642 0.01498,-0.00138 0.02995,-0.00128 0.04492,-0.00128 z m 0.483929,0 c 0.02767,2e-6 0.05367,0.00279 0.07958,0.00899 0.02591,0.0062 0.04845,0.01753 0.06803,0.033374 0.01958,0.015848 0.0354,0.037222 0.04749,0.065465 0.0121,0.028245 0.01926,0.065062 0.01926,0.1091084 l 0,0.6649194 c 0.0058,-0.030261 0.01428,-0.060243 0.02696,-0.089854 0.01267,-0.02961 0.0292,-0.059611 0.04878,-0.08857 l 0.0937,-0.1424786 c 0.02187,-0.033034 0.04537,-0.060613 0.07188,-0.08472 0.02651,-0.024103 0.06305,-0.037225 0.109108,-0.037225 0.02651,8e-7 0.05167,0.00517 0.07702,0.01412 0.02534,0.00895 0.04845,0.018512 0.06803,0.029523 0.02187,0.0124 0.04203,0.025904 0.06162,0.041076 l -0.236188,0.3966412 0.279831,0.5108841 c -0.07605,0.037155 -0.145879,0.055196 -0.209231,0.055196 -0.05414,0 -0.09597,-0.011247 -0.127079,-0.034658 -0.03111,-0.023411 -0.05913,-0.053982 -0.08215,-0.091138 L 14.510756,4.7304725 c -0.01958,-0.031648 -0.03468,-0.061019 -0.04621,-0.088571 -0.01153,-0.02755 -0.01991,-0.059281 -0.02568,-0.093705 l 0,0.469808 -0.346579,0 0,-1.4505001 c 0.01382,-0.00138 0.02867,-0.00368 0.04364,-0.00642 0.01266,-0.00277 0.0268,-0.00503 0.04236,-0.00642 0.01556,-0.00138 0.03124,-0.00128 0.04621,-0.00128 z m -4.024175,0.3838048 c 0.134791,9e-7 0.23063,0.031629 0.288816,0.094989 0.05818,0.063362 0.08729,0.1639199 0.08729,0.3016526 l 0,0.4030593 c 0,0.034423 0.0031,0.072316 0.0077,0.1129593 0.0046,0.040643 0.0112,0.076237 0.01926,0.1065412 -0.01613,0.00551 -0.03098,0.00939 -0.04364,0.012836 -0.01266,0.00345 -0.02511,0.00692 -0.03722,0.00899 -0.01211,0.00206 -0.02527,0.00316 -0.03851,0.00385 -0.01323,6.901e-4 -0.02751,0.00128 -0.04364,0.00128 -0.09331,0 -0.148044,-0.031606 -0.163021,-0.094989 -0.01958,0.023411 -0.04798,0.044889 -0.086,0.064181 -0.03802,0.019291 -0.08618,0.02824 -0.143767,0.02824 -0.03572,0 -0.06985,-0.00568 -0.1026896,-0.016687 -0.03284,-0.011012 -0.06194,-0.028524 -0.08729,-0.052629 -0.02535,-0.024104 -0.04535,-0.055732 -0.06033,-0.094989 -0.01498,-0.039256 -0.02182,-0.087277 -0.02182,-0.1437663 0,-0.079857 0.01749,-0.1437451 0.05263,-0.1912607 0.03514,-0.047514 0.07696,-0.083026 0.127079,-0.1078248 0.05012,-0.024797 0.1030406,-0.040622 0.1566026,-0.047494 0.05356,-0.00687 0.09931,-0.010268 0.137348,-0.010269 l 0,-0.029523 c -10e-7,-0.019291 -0.0032,-0.034504 -0.009,-0.04621 -0.0058,-0.011705 -0.01331,-0.020756 -0.02311,-0.026957 -0.0098,-0.0062 -0.02141,-0.00949 -0.03465,-0.011553 -0.01326,-0.00206 -0.02739,-0.00385 -0.04236,-0.00385 -0.04029,8e-7 -0.08019,0.00619 -0.119377,0.019255 -0.03918,0.013072 -0.08255,0.034043 -0.1309296,0.061614 -0.0219,-0.03169 -0.03913,-0.0634 -0.05006,-0.093705 -0.01093,-0.030304 -0.01669,-0.052901 -0.01669,-0.068033 0,-0.020678 0.0065,-0.040469 0.01797,-0.059047 0.01151,-0.018577 0.03488,-0.037083 0.0706,-0.057763 0.03111,-0.019291 0.07281,-0.035198 0.1257956,-0.04621 0.05298,-0.011011 0.107718,-0.016686 0.163021,-0.016687 z m 2.468417,0.053917 c 0.09447,8e-7 0.176177,0.016924 0.246457,0.051345 0.03108,0.015174 0.05685,0.033845 0.07702,0.055196 0.02016,0.021352 0.0308,0.045535 0.0308,0.07445 0,0.024758 -0.0073,0.054127 -0.02054,0.08857 -0.01323,0.034445 -0.0292,0.068433 -0.04878,0.100123 -0.0346,-0.03169 -0.07111,-0.058336 -0.109109,-0.078301 -0.038,-0.019964 -0.07636,-0.029522 -0.115527,-0.029523 -0.04953,1.2e-6 -0.07445,0.016923 -0.07445,0.051346 0,0.022025 0.0085,0.03964 0.02696,0.051345 0.01842,0.011705 0.04167,0.021265 0.06932,0.029523 0.02765,0.00826 0.0576,0.0179 0.08985,0.02824 0.03225,0.01034 0.06221,0.025554 0.08985,0.04621 0.02765,0.020659 0.05087,0.04891 0.06932,0.08472 0.01844,0.03581 0.02824,0.082082 0.02824,0.1399155 0,0.1102039 -0.03246,0.1990072 -0.09755,0.2644274 -0.06509,0.06542 -0.160546,0.097556 -0.284966,0.097556 -0.07144,0 -0.127127,-0.00616 -0.166872,-0.019255 -0.03975,-0.013092 -0.07068,-0.02729 -0.0937,-0.041076 -0.02995,-0.017904 -0.05139,-0.037696 -0.0629,-0.059047 -0.01151,-0.021351 -0.01669,-0.043338 -0.01669,-0.066749 0,-0.03581 0.0074,-0.070834 0.02183,-0.1052575 0.01439,-0.034422 0.03036,-0.06837 0.04878,-0.1014066 0.01382,0.015131 0.02964,0.029267 0.04749,0.04236 0.01786,0.013092 0.03702,0.02493 0.05776,0.035941 0.02074,0.011013 0.04229,0.019473 0.06418,0.025673 0.02188,0.0062 0.04344,0.01027 0.06418,0.010269 0.02995,9e-7 0.05151,-0.00627 0.06418,-0.017971 0.01267,-0.011705 0.01926,-0.027022 0.01926,-0.044927 0,-0.020678 -0.0105,-0.036378 -0.02953,-0.048778 -0.01902,-0.012399 -0.04167,-0.023749 -0.06932,-0.033374 -0.02765,-0.00962 -0.05903,-0.020975 -0.09242,-0.033374 -0.0334,-0.012399 -0.06349,-0.02871 -0.09114,-0.050062 -0.02765,-0.021351 -0.05031,-0.049603 -0.06932,-0.08472 -0.019,-0.035116 -0.02953,-0.080859 -0.02953,-0.1373482 -1e-6,-0.055059 0.0099,-0.1037332 0.02953,-0.14505 0.01958,-0.041315 0.04548,-0.074549 0.0783,-0.1014067 0.03282,-0.026856 0.07162,-0.047237 0.114243,-0.060331 0.04262,-0.013092 0.08753,-0.019254 0.134781,-0.019255 z m 2.587795,0.023105 c 0.02767,1.2e-6 0.05496,0.00279 0.08087,0.00899 0.02591,0.0062 0.04845,0.01755 0.06803,0.033374 0.01958,0.015825 0.0354,0.037222 0.04749,0.065465 0.01209,0.028245 0.01797,0.065062 0.01797,0.1091085 l 0,0.7303845 c 0,0.030304 -0.0015,0.068197 -0.0038,0.1129593 -0.0023,0.044762 -0.0073,0.08485 -0.01541,0.120661 -0.01269,0.055101 -0.03127,0.101456 -0.05776,0.1386319 -0.02649,0.037176 -0.05702,0.067115 -0.08985,0.089854 -0.03284,0.022737 -0.06544,0.039153 -0.09884,0.048778 -0.0334,0.00962 -0.06182,0.014119 -0.086,0.01412 -0.04953,-8e-7 -0.08606,-0.011941 -0.109108,-0.034658 -0.02304,-0.022718 -0.03944,-0.056033 -0.04749,-0.100123 -0.0035,-0.017905 -0.006,-0.036516 -0.0077,-0.05648 -0.0017,-0.019964 -0.0028,-0.046446 -0.0051,-0.080869 0.03688,-0.00412 0.06681,-0.013274 0.08985,-0.025673 0.02304,-0.012399 0.03996,-0.028202 0.05263,-0.047494 0.01267,-0.019292 0.02235,-0.041278 0.02696,-0.066749 0.0046,-0.025471 0.0064,-0.053131 0.0064,-0.083436 l 0,-0.9627213 c 0.01382,-0.00138 0.02867,-0.00369 0.04364,-0.00642 0.01266,-0.00277 0.0268,-0.00506 0.04236,-0.00642 0.01556,-0.00136 0.02995,-0.00128 0.04493,-0.00128 z m -7.5066585,0.220779 c -0.031561,0.00452 -0.05415,0.025464 -0.06675,0.061614 -0.014396,0.041317 -0.02054,0.09782 -0.02054,0.169439 -7e-7,0.033037 0.00166,0.062894 0.00512,0.091138 0.00346,0.028245 0.00932,0.053099 0.017973,0.07445 0.00865,0.021351 0.01956,0.038946 0.033371,0.051345 0.013819,0.012399 0.030602,0.017971 0.051344,0.017971 0.013819,0 0.025308,-4.806e-4 0.033371,-0.00257 0.00807,-0.00208 0.013206,-0.00374 0.016689,-0.00514 l 0,-0.4441354 c -0.00692,-0.0055 -0.01472,-0.00949 -0.025676,-0.011553 -0.010948,-0.00206 -0.021593,-0.00257 -0.030804,-0.00257 -0.0049,0 -0.00961,-6.448e-4 -0.014122,0 z m 5.8032835,0.061614 c -0.03916,9e-7 -0.06648,0.0203 -0.08087,0.061614 -0.0144,0.041317 -0.02182,0.09782 -0.02182,0.1694389 -10e-7,0.033036 0.0017,0.064178 0.0051,0.092421 0.0035,0.028245 0.0093,0.053099 0.01797,0.07445 0.0086,0.021351 0.02084,0.037662 0.03465,0.050062 0.01382,0.012399 0.0306,0.019255 0.05134,0.019255 0.01382,0 0.02531,-0.00176 0.03337,-0.00385 0.0081,-0.00208 0.0132,-0.00374 0.01669,-0.00514 l 0,-0.4441354 c -0.0069,-0.0055 -0.016,-0.00949 -0.02696,-0.011553 -0.01096,-0.00206 -0.02031,-0.00257 -0.02952,-0.00257 z m -3.298925,0.2028133 c -0.02187,0.00278 -0.0433,0.00733 -0.0629,0.012836 -0.0196,0.00551 -0.03695,0.012788 -0.05134,0.023105 -0.0144,0.010319 -0.02475,0.024538 -0.03337,0.041076 -0.0086,0.01654 -0.01412,0.038038 -0.01412,0.064181 0,0.031691 0.0074,0.055956 0.02182,0.073167 0.0144,0.017211 0.03498,0.025673 0.06033,0.025673 0.02074,0 0.03908,-0.00568 0.0552,-0.016687 0.01612,-0.011011 0.02439,-0.027995 0.02439,-0.050062 l 0,-0.1732899 z m 2.340055,3.1500241 c 0.04721,1.4e-6 0.08782,0.01749 0.120661,0.052628 0.03284,0.035138 0.04878,0.08198 0.04878,0.1411995 0,0.05922 -0.01594,0.1067768 -0.04878,0.1411988 -0.03284,0.034424 -0.07345,0.051344 -0.120661,0.051344 -0.04725,1.4e-6 -0.08656,-0.01692 -0.119378,-0.051344 -0.03282,-0.034424 -0.05006,-0.081977 -0.05006,-0.1411988 0,-0.05922 0.01725,-0.1060607 0.05006,-0.1411995 0.03282,-0.035138 0.07213,-0.052628 0.119378,-0.052628 z m -3.6634756,0.019257 c 0.02307,7e-7 0.04854,0.00166 0.07445,0.00512 0.02591,0.00346 0.05026,0.00851 0.07445,0.015405 0.04148,0.012398 0.07787,0.0304 0.107825,0.055195 0.02995,0.024803 0.04492,0.061001 0.04492,0.1078248 -10e-7,0.020634 -0.008,0.048322 -0.02182,0.083436 -0.01383,0.035117 -0.03076,0.07063 -0.05263,0.1078248 -0.01842,-0.012398 -0.04179,-0.024154 -0.0706,-0.037223 -0.02881,-0.013069 -0.06171,-0.020533 -0.09627,-0.02054 -0.02995,1.4e-6 -0.05501,0.00966 -0.07573,0.028236 -0.02073,0.018579 -0.03081,0.048603 -0.03081,0.08857 l 0,0.048777 0.255442,0 0,0.3080711 -0.255442,0 0,0.6905923 -0.3440125,0 0,-0.9883938 c 0,-0.017901 7.147e-4,-0.042783 0.0013,-0.074451 5.625e-4,-0.031669 0.00151,-0.056443 0.00382,-0.075734 0.014973,-0.1115477 0.054157,-0.1968926 0.1180936,-0.2554425 0.06393,-0.058549 0.1529447,-0.087286 0.2669942,-0.087286 z m 4.3746056,0 c 0.02306,7e-7 0.04725,0.00166 0.07317,0.00512 0.02591,0.00346 0.05155,0.00851 0.07573,0.015405 0.04148,0.012398 0.07659,0.0304 0.106541,0.055195 0.02995,0.024803 0.04493,0.061001 0.04493,0.1078248 -2e-6,0.020634 -0.0067,0.048322 -0.02054,0.083436 -0.01383,0.035117 -0.03204,0.07063 -0.05391,0.1078248 -0.01842,-0.012398 -0.04179,-0.024154 -0.0706,-0.037223 -0.02881,-0.013069 -0.06043,-0.020533 -0.09499,-0.02054 -0.02995,1.4e-6 -0.05501,0.00966 -0.07573,0.028236 -0.02073,0.018579 -0.03081,0.048603 -0.0308,0.08857 l 0,0.048777 0.255442,0 0,0.3080711 -0.255442,0 0,0.6905923 -0.344013,0 0,-0.9883938 c 0,-0.017901 -5.67e-4,-0.042783 0,-0.074451 5.63e-4,-0.031669 0.0028,-0.056443 0.0051,-0.075734 0.01498,-0.1115477 0.05416,-0.1968926 0.118094,-0.2554425 0.06393,-0.058549 0.152945,-0.087286 0.266994,-0.087286 z m -3.161577,0.015405 c 0.02767,2.2e-6 0.05367,0.00404 0.07958,0.01027 0.02591,0.0062 0.04974,0.016249 0.06932,0.032095 0.01958,0.015845 0.0354,0.038506 0.04749,0.066749 0.0121,0.028243 0.01797,0.063778 0.01797,0.1078248 l 0,1.2399845 c -0.04722,0.01791 -0.0902,0.02696 -0.12708,0.02696 -0.05298,0 -0.09385,-0.008 -0.123228,-0.02311 -0.02937,-0.01515 -0.05107,-0.03425 -0.06547,-0.05905 -0.01439,-0.0248 -0.02279,-0.053638 -0.02567,-0.086003 -0.0029,-0.032362 -0.0038,-0.066879 -0.0038,-0.1026904 l 0,-1.1976251 c 0.01382,-0.00137 0.02738,-0.00368 0.04236,-0.00642 0.01266,-0.00274 0.0268,-0.00505 0.04236,-0.00642 0.01556,-0.00137 0.03124,-0.0026 0.04621,-0.0026 z m 0.482644,0 c 0.02767,2.2e-6 0.05367,0.00404 0.07958,0.01027 0.02591,0.0062 0.04974,0.016249 0.06932,0.032095 0.01958,0.015845 0.0354,0.038506 0.04749,0.066749 0.0121,0.028243 0.01797,0.063778 0.01797,0.1078248 l 0,0.6662033 c 0.0058,-0.030263 0.01428,-0.060244 0.02696,-0.089854 0.01267,-0.029614 0.02919,-0.059609 0.04878,-0.08857 l 0.0937,-0.1424833 c 0.02187,-0.033032 0.04537,-0.061896 0.07188,-0.086003 0.0265,-0.024103 0.06305,-0.035939 0.109109,-0.035939 0.02651,8e-7 0.05295,0.00519 0.0783,0.014122 0.02534,0.00895 0.04717,0.018514 0.06675,0.02952 0.02187,0.012398 0.04332,0.025907 0.0629,0.041074 l -0.237471,0.3966406 0.279831,0.5108842 c -0.07605,0.03716 -0.14588,0.05519 -0.209232,0.05519 -0.05414,0 -0.09597,-0.01124 -0.127079,-0.03465 -0.03111,-0.02341 -0.05913,-0.05398 -0.08215,-0.09114 L 10.912752,8.8624835 c -0.01958,-0.031647 -0.03468,-0.061016 -0.04621,-0.088571 -0.01153,-0.027551 -0.01991,-0.059285 -0.02568,-0.093705 l 0,0.4698083 -0.346579,0 0,-1.4505001 c 0.01382,-0.00137 0.02867,-0.00368 0.04364,-0.00642 0.01266,-0.00274 0.0268,-0.00505 0.04236,-0.00642 0.01556,-0.00137 0.03124,-0.0026 0.04621,-0.0026 z M 9.5520994,8.1243875 c 0.09447,7e-7 0.177461,0.01692 0.247741,0.051344 0.03108,0.015175 0.05685,0.033847 0.07702,0.055195 0.02017,0.021356 0.02953,0.046815 0.02953,0.075734 0,0.02476 -0.006,0.054128 -0.01926,0.088571 -0.01323,0.034446 -0.03048,0.067146 -0.05006,0.098839 -0.0346,-0.031691 -0.07111,-0.057049 -0.109108,-0.077018 -0.038,-0.019964 -0.07636,-0.02952 -0.115527,-0.02952 -0.04953,7e-7 -0.07445,0.01692 -0.07445,0.051344 -1e-6,0.022026 0.0098,0.038355 0.02824,0.05006 0.01842,0.011706 0.04167,0.022546 0.06932,0.030804 0.02765,0.00826 0.0576,0.016617 0.08985,0.026959 0.03225,0.010342 0.06221,0.026837 0.08985,0.047493 0.02765,0.020656 0.05087,0.048914 0.06932,0.08472 0.01844,0.035809 0.02695,0.082083 0.02695,0.1399158 0,0.1102041 -0.03246,0.1977235 -0.09755,0.2631433 -0.06509,0.06542 -0.159262,0.09884 -0.283682,0.09884 -0.07144,0 -0.127127,-0.0074 -0.166872,-0.02054 -0.03975,-0.01309 -0.07196,-0.02601 -0.09499,-0.03979 -0.02995,-0.01791 -0.0501,-0.0377 -0.06161,-0.05905 -0.01151,-0.021348 -0.01797,-0.043338 -0.01797,-0.066749 0,-0.035809 0.0074,-0.070832 0.02182,-0.105258 0.0144,-0.034424 0.03164,-0.068372 0.05006,-0.1014065 0.01382,0.015131 0.02964,0.029267 0.04749,0.042358 0.01786,0.01309 0.03702,0.024926 0.05776,0.035939 0.02074,0.011013 0.0423,0.019473 0.06418,0.025676 0.02188,0.0062 0.04216,0.00899 0.0629,0.00899 0.02995,0 0.05151,-0.00498 0.06418,-0.016689 0.01267,-0.011706 0.01926,-0.027024 0.01926,-0.044925 0,-0.020678 -0.0092,-0.037662 -0.02824,-0.05006 -0.01902,-0.012398 -0.04295,-0.022466 -0.0706,-0.032094 -0.02765,-0.00962 -0.05774,-0.020973 -0.09114,-0.033371 -0.0334,-0.012398 -0.06349,-0.028712 -0.09114,-0.05006 -0.02765,-0.021348 -0.0516,-0.049599 -0.0706,-0.08472 -0.019,-0.035116 -0.02824,-0.080859 -0.02824,-0.1373481 0,-0.055058 0.0099,-0.1037333 0.02952,-0.1450502 0.01958,-0.041312 0.04548,-0.075832 0.0783,-0.1026903 0.03282,-0.026858 0.07033,-0.045957 0.11296,-0.059047 0.04262,-0.01309 0.08753,-0.020541 0.13478,-0.020541 z m 2.3657276,0 c 0.13479,7e-7 0.231914,0.031626 0.290099,0.094988 0.05818,0.06336 0.08729,0.1639196 0.08729,0.3016529 l 0,0.4030587 c 0,0.034424 0.0018,0.072316 0.0064,0.1129592 0.0046,0.040641 0.0112,0.076237 0.01926,0.1065415 -0.01614,0.0055 -0.03098,0.0094 -0.04364,0.01284 -0.01266,0.0035 -0.02511,0.0069 -0.03722,0.009 -0.01211,0.0021 -0.02399,0.0032 -0.03722,0.0038 -0.01323,6.9e-4 -0.02879,0.0013 -0.04493,0.0013 -0.09331,0 -0.146762,-0.0316 -0.161738,-0.09499 -0.01958,0.02341 -0.04798,0.04361 -0.086,0.0629 -0.03802,0.01929 -0.08618,0.02952 -0.143766,0.02952 -0.03572,0 -0.06985,-0.0057 -0.102691,-0.01669 -0.03284,-0.01101 -0.06194,-0.02853 -0.08729,-0.05263 -0.02535,-0.0241 -0.04536,-0.05573 -0.06033,-0.094989 -0.01498,-0.039256 -0.02311,-0.087276 -0.02311,-0.1437664 0,-0.079857 0.01749,-0.1437447 0.05263,-0.1912606 0.03514,-0.047514 0.07825,-0.083026 0.128362,-0.1078248 0.05012,-0.024796 0.101758,-0.040619 0.155319,-0.047493 0.05356,-0.00685 0.09931,-0.01027 0.137349,-0.01027 l 0,-0.029527 c 0,-0.019293 -0.0032,-0.034503 -0.009,-0.046209 -0.0058,-0.011705 -0.01331,-0.020757 -0.02311,-0.02696 -0.0098,-0.0062 -0.02141,-0.010775 -0.03466,-0.012838 -0.01326,-0.00209 -0.02738,-0.0026 -0.04236,-0.0026 -0.04029,7e-7 -0.0802,0.0062 -0.119378,0.019257 -0.03918,0.013076 -0.08255,0.034042 -0.130931,0.061614 -0.0219,-0.031691 -0.03784,-0.063403 -0.04878,-0.093705 -0.01093,-0.030299 -0.01669,-0.052895 -0.01669,-0.068026 0,-0.020677 0.0052,-0.040468 0.01669,-0.059047 0.01151,-0.018579 0.03488,-0.037085 0.0706,-0.057763 0.03111,-0.019293 0.0741,-0.035196 0.127079,-0.046209 0.05298,-0.011013 0.106435,-0.016689 0.161737,-0.016689 z m 0.645665,0.020541 c 0.02767,1.4e-6 0.05496,0.00411 0.08087,0.01027 0.02591,0.0062 0.04845,0.016264 0.06803,0.032087 0.01958,0.015824 0.0354,0.038506 0.04749,0.06675 0.0121,0.028243 0.01797,0.063778 0.01797,0.1078248 l 0,0.7316683 c 0,0.03031 -0.0015,0.0682 -0.0038,0.112959 -0.0023,0.04476 -0.0074,0.08485 -0.0154,0.120661 -0.01269,0.0551 -0.03256,0.101456 -0.05905,0.138632 -0.02649,0.03717 -0.05574,0.06712 -0.08857,0.08985 -0.03284,0.02274 -0.06544,0.03916 -0.09884,0.04878 -0.0334,0.0096 -0.0631,0.01412 -0.08729,0.01412 -0.04953,0 -0.08478,-0.01194 -0.107825,-0.03465 -0.02304,-0.02272 -0.03944,-0.05603 -0.04749,-0.100122 -0.0035,-0.01791 -0.006,-0.03652 -0.0077,-0.05648 -0.0017,-0.01996 -0.0041,-0.04773 -0.0064,-0.08215 0.03688,-0.0041 0.06681,-0.01199 0.08985,-0.02439 0.02304,-0.0124 0.04124,-0.0282 0.05391,-0.04749 0.01267,-0.01929 0.02107,-0.04128 0.02568,-0.06675 0.0046,-0.02547 0.0077,-0.05313 0.0077,-0.08344 l 0,-0.9627205 c 0.01382,-0.00137 0.02739,-0.00368 0.04236,-0.00642 0.01266,-0.00274 0.0268,-0.00505 0.04236,-0.00642 0.01556,-0.00137 0.03124,-0.0026 0.04621,-0.0026 z M 11.971739,8.68662 c -0.02187,0.00274 -0.04201,0.00733 -0.06161,0.012838 -0.0196,0.00548 -0.03695,0.012787 -0.05134,0.023108 -0.0144,0.010321 -0.02603,0.024536 -0.03466,0.041074 -0.0086,0.016538 -0.01284,0.036754 -0.01284,0.062898 0,0.031691 0.0074,0.057237 0.02182,0.07445 0.0144,0.017208 0.0337,0.025676 0.05905,0.025676 0.02074,0 0.03908,-0.0057 0.05519,-0.016689 0.01612,-0.011013 0.02439,-0.027998 0.02439,-0.05006 l 0,-0.1732897 z M 9.2465964,9.7148083 c 0.04722,2e-6 0.08782,0.01877 0.120661,0.05391 0.03284,0.03514 0.04878,0.08198 0.04878,0.141199 0,0.05922 -0.01594,0.1054937 -0.04878,0.1399147 -0.03284,0.03442 -0.07345,0.05134 -0.120661,0.05134 -0.04725,10e-7 -0.08784,-0.01692 -0.120662,-0.05134 -0.03282,-0.03442 -0.04878,-0.08069 -0.04878,-0.1399147 0,-0.05922 0.01596,-0.10606 0.04878,-0.141199 0.03282,-0.03514 0.07341,-0.05391 0.120662,-0.05391 z m 3.7738666,0 c 0.04721,2e-6 0.08654,0.01877 0.119378,0.05391 0.03284,0.03514 0.04878,0.08198 0.04878,0.141199 0,0.05922 -0.01594,0.1054937 -0.04878,0.1399147 -0.03284,0.03442 -0.07216,0.05134 -0.119378,0.05134 -0.04725,10e-7 -0.08784,-0.01692 -0.120661,-0.05134 -0.02635,-0.02764 -0.04102,-0.06292 -0.04621,-0.1065407 -0.0032,0.01657 -0.0091,0.03524 -0.01797,0.05776 -0.01383,0.03512 -0.03076,0.07191 -0.05263,0.109108 -0.01842,-0.0124 -0.04307,-0.02544 -0.07188,-0.03851 -0.02881,-0.01307 -0.06043,-0.01926 -0.09499,-0.01926 -0.02995,2e-6 -0.05501,0.0097 -0.07573,0.02824 -0.02073,0.01858 -0.03081,0.04732 -0.03081,0.08729 l 0,0.05006 0.255442,0 0,0.306787 -0.255442,0 0,0.690593 -0.344013,0 0,-0.98711 c 0,-0.0179 7.15e-4,-0.04278 0.0013,-0.07445 5.63e-4,-0.03167 0.0015,-0.05773 0.0038,-0.07702 0.01498,-0.1115477 0.05416,-0.1968917 0.118093,-0.2554417 0.06393,-0.05855 0.152945,-0.08728 0.266995,-0.08729 0.02307,2e-6 0.04725,0.0017 0.07317,0.0051 0.02591,0.0035 0.05155,0.0085 0.07573,0.0154 0.04148,0.0124 0.07659,0.03168 0.106541,0.05648 0.02175,0.018 0.03512,0.04099 0.04107,0.0706 0.0045,-0.04601 0.02014,-0.08367 0.04749,-0.112959 0.03282,-0.03514 0.07341,-0.05391 0.120661,-0.05391 z m -0.168155,0.166873 c -9.37e-4,0.0092 -0.0013,0.01838 -0.0013,0.02824 0,0.01168 0.0013,0.02266 0.0026,0.03337 0.0018,-0.0093 0.0026,-0.01828 0.0026,-0.02567 -1e-6,-0.01283 -0.0016,-0.02477 -0.0038,-0.03594 z m 1.658448,-0.147618 c 0.02307,10e-7 0.04725,0.0017 0.07317,0.0051 0.02591,0.0035 0.05026,0.0085 0.07445,0.01541 0.04148,0.0124 0.07787,0.03168 0.107825,0.05648 0.02995,0.0248 0.04492,0.05972 0.04492,0.106542 -10e-7,0.02063 -0.0067,0.04832 -0.02054,0.08344 -0.01383,0.03512 -0.03204,0.07191 -0.05391,0.109107 -0.01842,-0.0124 -0.04179,-0.02544 -0.0706,-0.03851 -0.02881,-0.01307 -0.06043,-0.01926 -0.09499,-0.01926 -0.02995,2e-6 -0.05501,0.0097 -0.07573,0.02824 -0.02073,0.01858 -0.03209,0.04732 -0.03209,0.08729 l 0,0.05006 0.256726,0 0,0.306787 -0.256726,0 0,0.690593 -0.344013,0 0,-0.98711 c 0,-0.0179 7.15e-4,-0.04278 0.0013,-0.07445 5.63e-4,-0.03167 0.0015,-0.05773 0.0038,-0.07702 0.01498,-0.1115467 0.05545,-0.1968917 0.119377,-0.2554407 0.06393,-0.05855 0.152945,-0.08729 0.266995,-0.08729 z m -6.5580573,0.01669 c 0.02763,2e-6 0.054943,0.0028 0.080869,0.009 0.025928,0.0062 0.048452,0.01753 0.068033,0.03337 0.019581,0.01585 0.035398,0.03722 0.047493,0.06546 0.012095,0.02824 0.017973,0.06506 0.017973,0.109109 l 0,1.2476867 -0.2592924,0 c -0.017295,0 -0.032398,-0.0045 -0.046209,-0.01412 -0.013819,-0.0096 -0.02054,-0.03125 -0.02054,-0.0629 -0.016141,0.02475 -0.041882,0.04805 -0.077018,0.06803 -0.035138,0.01999 -0.079233,0.02952 -0.1322137,0.02952 -0.039163,0 -0.078788,-0.008 -0.1168106,-0.02311 -0.038023,-0.01515 -0.072175,-0.04172 -0.1026903,-0.07958 -0.030515,-0.03787 -0.055433,-0.08862 -0.07445,-0.154036 -0.019019,-0.06542 -0.028243,-0.148548 -0.028243,-0.24774 0,-0.09915 0.00909,-0.182724 0.02696,-0.251591 0.017857,-0.06887 0.041932,-0.12419 0.071885,-0.166872 0.029953,-0.04268 0.064809,-0.07441 0.1039741,-0.0937 0.039163,-0.01929 0.079299,-0.02824 0.1219443,-0.02824 0.02763,1e-6 0.052563,0.0034 0.074451,0.01027 0.021882,0.0069 0.040922,0.01415 0.056479,0.02311 0.015557,0.009 0.028719,0.018 0.038506,0.02696 0.00979,0.009 0.015809,0.01514 0.019257,0.01926 l 0,-0.5057497 c 0.013848,-0.0014 0.028698,-0.0037 0.043641,-0.0064 0.012693,-0.0027 0.026101,-0.005 0.041074,-0.0064 0.014973,-0.0014 0.029953,-0.0013 0.044925,-0.0013 z m 0.6713376,0.4402847 c 0.094466,10e-7 0.1774606,0.01693 0.2477401,0.05134 0.03108,0.01518 0.05686,0.03385 0.07702,0.05519 0.02016,0.02136 0.02952,0.04554 0.02952,0.07445 -1e-6,0.02475 -0.006,0.05413 -0.01926,0.08857 -0.01323,0.03445 -0.03048,0.06843 -0.05006,0.100123 -0.0346,-0.03169 -0.071106,-0.05833 -0.1091088,-0.0783 -0.038009,-0.01996 -0.076362,-0.02952 -0.1155267,-0.02952 -0.049534,1e-6 -0.074451,0.01692 -0.07445,0.05134 -7e-7,0.02203 0.00982,0.03964 0.028236,0.05134 0.01842,0.01171 0.041665,0.02126 0.069317,0.02952 0.027652,0.0083 0.057597,0.0179 0.089854,0.02824 0.032253,0.01034 0.062205,0.02555 0.089854,0.04621 0.02765,0.02066 0.05088,0.04891 0.06932,0.08472 0.01844,0.03581 0.02695,0.08208 0.02695,0.139915 0,0.110204 -0.03246,0.199007 -0.09756,0.264427 -0.065091,0.06542 -0.1592621,0.09756 -0.2836816,0.09756 -0.071438,0 -0.1271269,-0.0061 -0.1668716,-0.01926 -0.039747,-0.01309 -0.071964,-0.02729 -0.094989,-0.04107 -0.029953,-0.0179 -0.050104,-0.03641 -0.061614,-0.05776 -0.011511,-0.02136 -0.017973,-0.04462 -0.017973,-0.06803 0,-0.03581 0.00742,-0.07083 0.021824,-0.105258 0.014396,-0.03442 0.03164,-0.06837 0.05006,-0.101406 0.013819,0.01513 0.029635,0.02927 0.047493,0.04236 0.017857,0.01309 0.03702,0.02493 0.057763,0.03594 0.020742,0.01101 0.0423,0.02076 0.064182,0.02696 0.021889,0.0062 0.042156,0.009 0.062898,0.009 0.029952,0 0.05151,-0.0063 0.064182,-0.01797 0.012672,-0.0117 0.019257,-0.02574 0.019257,-0.04364 0,-0.02068 -0.00922,-0.03766 -0.028243,-0.05006 -0.019019,-0.0124 -0.042949,-0.02375 -0.070601,-0.03337 -0.027652,-0.0096 -0.057741,-0.02097 -0.091138,-0.03338 -0.0334,-0.0124 -0.063489,-0.02871 -0.091138,-0.05006 -0.027652,-0.02135 -0.051597,-0.0496 -0.070601,-0.08472 -0.019004,-0.03512 -0.028243,-0.08086 -0.028243,-0.137348 0,-0.05506 0.00994,-0.103734 0.029527,-0.145051 0.019581,-0.04131 0.045481,-0.07455 0.078301,-0.101406 0.032823,-0.02686 0.070334,-0.04724 0.11296,-0.06033 0.042624,-0.01309 0.087529,-0.01926 0.1347806,-0.01926 z m 1.3413911,0 c 0.07028,10e-7 0.1301716,0.01243 0.1797076,0.03722 0.04953,0.0248 0.09013,0.05753 0.120662,0.09884 0.03054,0.04132 0.05293,0.08997 0.06675,0.145051 0.01382,0.05508 0.02054,0.112682 0.02054,0.173289 l 0,0.02696 c -1e-6,0.01171 -6.95e-4,0.02482 -0.0013,0.03722 -5.79e-4,0.0124 -7.21e-4,0.02365 -0.0013,0.03466 -5.62e-4,0.01101 -0.0014,0.01888 -0.0026,0.02439 l -0.4621066,0 c 0.0058,0.05232 0.02229,0.09699 0.04878,0.133497 0.02649,0.0365 0.06961,0.0552 0.1283626,0.0552 0.04609,0 0.08443,-0.0092 0.115526,-0.02568 0.0311,-0.01652 0.06259,-0.03789 0.0937,-0.06547 0.01497,0.02757 0.02995,0.05918 0.04493,0.09499 0.01497,0.03581 0.02182,0.06746 0.02182,0.09499 -10e-7,0.02341 -0.005,0.04609 -0.0154,0.06675 -0.01037,0.02066 -0.02873,0.03975 -0.0552,0.05905 -0.02535,0.0179 -0.05948,0.03381 -0.10269,0.04621 -0.04321,0.0124 -0.09722,0.01797 -0.161737,0.01797 -0.04722,0 -0.09731,-0.0068 -0.1514676,-0.02054 -0.05416,-0.01378 -0.105396,-0.04094 -0.151468,-0.08087 -0.04607,-0.03993 -0.08371,-0.09584 -0.114243,-0.168155 -0.03054,-0.07231 -0.04621,-0.166627 -0.04621,-0.283682 0,-0.08679 0.01246,-0.162578 0.03722,-0.225919 0.02477,-0.06334 0.05781,-0.115286 0.09755,-0.156602 0.03975,-0.04131 0.08479,-0.07185 0.136066,-0.09114 0.05128,-0.01929 0.102212,-0.02824 0.154035,-0.02824 z m 0.9126596,0 c 0.07949,10e-7 0.146228,0.01352 0.20153,0.04107 0.0553,0.02755 0.100221,0.06485 0.134781,0.111675 0.03456,0.04682 0.06018,0.101639 0.07573,0.164305 0.01556,0.06267 0.02311,0.12873 0.02311,0.198962 -10e-7,0.07023 -0.0083,0.138678 -0.02439,0.204097 -0.01614,0.06542 -0.0419,0.122432 -0.07702,0.172006 -0.03512,0.04958 -0.08018,0.08846 -0.136065,0.118094 -0.05588,0.02963 -0.12473,0.04493 -0.20538,0.04493 -0.07949,0 -0.146246,-0.01471 -0.20153,-0.04364 -0.05528,-0.02894 -0.100925,-0.06793 -0.136064,-0.11681 -0.03514,-0.04889 -0.06088,-0.105385 -0.07702,-0.169439 -0.01614,-0.06405 -0.02439,-0.131193 -0.02439,-0.202813 0,-0.07162 0.0098,-0.140063 0.02824,-0.204097 0.01844,-0.06403 0.04599,-0.118766 0.08343,-0.165589 0.03744,-0.04682 0.08463,-0.08412 0.139916,-0.111675 0.05528,-0.02755 0.120226,-0.04107 0.195111,-0.04107 z m 1.066696,0 c 0.01729,10e-7 0.03465,10e-4 0.05134,0.0051 0.0167,0.0041 0.03111,0.01158 0.04492,0.02054 0.01382,0.009 0.02601,0.02079 0.03466,0.03594 0.0086,0.01515 0.01284,0.03317 0.01284,0.05519 0,0.02203 -0.0031,0.047 -0.0077,0.07317 -0.0046,0.02617 -0.01048,0.05204 -0.01797,0.07958 -0.0075,0.02755 -0.01516,0.05471 -0.02439,0.08087 -0.0092,0.02617 -0.01903,0.04992 -0.02824,0.0706 -0.02419,-0.02341 -0.04685,-0.04092 -0.06932,-0.05263 -0.02247,-0.01171 -0.04798,-0.01797 -0.07445,-0.01797 -0.02995,1e-6 -0.05189,0.0091 -0.06803,0.02696 -0.01614,0.01791 -0.02439,0.04168 -0.02439,0.0706 l 0,0.576349 -0.347863,0 0,-0.98711 c 0.01037,-0.0027 0.02213,-0.0063 0.03594,-0.009 0.01266,-0.0027 0.02751,-0.005 0.04364,-0.0064 0.01613,-0.0014 0.03445,-0.0013 0.0552,-0.0013 0.103678,10e-7 0.168479,0.03385 0.193828,0.10269 0.0057,-0.0124 0.01484,-0.02534 0.02696,-0.03979 0.01211,-0.01446 0.02624,-0.02868 0.04236,-0.04107 0.01612,-0.0124 0.03445,-0.02255 0.0552,-0.03081 0.02074,-0.0083 0.04244,-0.01155 0.06547,-0.01155 z m 1.714927,0 c 0.09447,10e-7 0.177461,0.01693 0.247741,0.05134 0.03108,0.01518 0.05557,0.03385 0.07573,0.05519 0.02016,0.02136 0.0308,0.04554 0.0308,0.07445 -10e-7,0.02475 -0.006,0.05413 -0.01926,0.08857 -0.01323,0.03445 -0.03048,0.06843 -0.05006,0.100123 -0.0346,-0.03169 -0.07111,-0.05833 -0.109108,-0.0783 -0.03801,-0.01996 -0.07636,-0.02952 -0.115527,-0.02952 -0.04953,1e-6 -0.07445,0.01692 -0.07445,0.05134 0,0.02203 0.0098,0.03964 0.02824,0.05134 0.01842,0.01171 0.04167,0.02126 0.06932,0.02952 0.02765,0.0083 0.0576,0.0179 0.08985,0.02824 0.03225,0.01034 0.06221,0.02555 0.08985,0.04621 0.02765,0.02066 0.05087,0.04891 0.06932,0.08472 0.01844,0.03581 0.02695,0.08208 0.02695,0.139915 -1e-6,0.110204 -0.03246,0.199007 -0.09756,0.264427 -0.06509,0.06542 -0.159262,0.09756 -0.283681,0.09756 -0.07144,0 -0.127127,-0.0061 -0.166872,-0.01926 -0.03975,-0.01309 -0.07196,-0.02729 -0.09499,-0.04107 -0.02995,-0.0179 -0.0501,-0.03641 -0.06161,-0.05776 -0.01151,-0.02136 -0.01797,-0.04462 -0.01797,-0.06803 0,-0.03581 0.0074,-0.07083 0.02182,-0.105258 0.0144,-0.03442 0.03164,-0.06837 0.05006,-0.101406 0.01382,0.01513 0.02964,0.02927 0.04749,0.04236 0.01786,0.01309 0.03702,0.02493 0.05776,0.03594 0.02074,0.01101 0.04101,0.02076 0.0629,0.02696 0.02188,0.0062 0.04344,0.009 0.06418,0.009 0.02995,0 0.0515,-0.0063 0.06418,-0.01797 0.01267,-0.0117 0.01926,-0.02574 0.01926,-0.04364 -10e-7,-0.02068 -0.0092,-0.03766 -0.02824,-0.05006 -0.01902,-0.0124 -0.04295,-0.02375 -0.0706,-0.03337 -0.02765,-0.0096 -0.05774,-0.02097 -0.09114,-0.03338 -0.0334,-0.0124 -0.06477,-0.02871 -0.09242,-0.05006 -0.02765,-0.02135 -0.05031,-0.0496 -0.06932,-0.08472 -0.019,-0.03512 -0.02824,-0.08086 -0.02824,-0.137348 0,-0.05506 0.0099,-0.103734 0.02953,-0.145051 0.01958,-0.04131 0.04548,-0.07455 0.0783,-0.101406 0.03282,-0.02686 0.07033,-0.04724 0.11296,-0.06033 0.04262,-0.01309 0.08753,-0.01926 0.134781,-0.01926 z m -4.4439216,0.02054 c 0.02767,2e-6 0.05367,0.0028 0.07959,0.009 0.02591,0.0062 0.04974,0.01755 0.06932,0.03337 0.01958,0.01582 0.0354,0.03722 0.04749,0.06547 0.0121,0.02824 0.01797,0.06506 0.01797,0.109108 l 0,0.730385 c 0,0.03031 -0.0015,0.0682 -0.0038,0.11296 -0.0023,0.04476 -0.0073,0.08485 -0.01541,0.12066 -0.01269,0.0551 -0.03256,0.101456 -0.05905,0.138632 -0.02649,0.03718 -0.05574,0.06712 -0.08857,0.08985 -0.03284,0.02274 -0.06672,0.03915 -0.100123,0.04878 -0.0334,0.0096 -0.06182,0.01412 -0.086,0.01412 -0.04953,-1e-6 -0.08606,-0.01066 -0.109108,-0.03338 -0.02304,-0.02272 -0.03816,-0.05603 -0.04621,-0.100123 -0.0035,-0.01791 -0.006,-0.0378 -0.0077,-0.05776 -0.0017,-0.01996 -0.0041,-0.04645 -0.0064,-0.08087 0.03688,-0.0041 0.06681,-0.01199 0.08985,-0.02439 0.02304,-0.0124 0.04124,-0.02948 0.05391,-0.04878 0.01267,-0.01929 0.02107,-0.04128 0.02567,-0.06675 0.0046,-0.02547 0.0064,-0.05313 0.0064,-0.08344 l 0,-0.962721 c 0.01382,-0.0014 0.02867,-0.0037 0.04364,-0.0064 0.01266,-0.0027 0.0268,-0.005 0.04236,-0.0064 0.01556,-0.0014 0.03124,-0.0013 0.04621,-0.0013 z m 3.7725836,0 c 0.02767,2e-6 0.05496,0.0028 0.08087,0.009 0.02591,0.0062 0.04845,0.01755 0.06803,0.03337 0.01958,0.01582 0.0354,0.03722 0.04749,0.06547 0.0121,0.02824 0.01797,0.06506 0.01797,0.109108 l 0,0.730385 c 0,0.03031 -2.46e-4,0.0682 -0.0026,0.11296 -0.0023,0.04476 -0.0086,0.08485 -0.01669,0.12066 -0.01269,0.0551 -0.03127,0.101456 -0.05776,0.138632 -0.02649,0.03718 -0.05702,0.06712 -0.08985,0.08985 -0.03284,0.02274 -0.06544,0.03915 -0.09884,0.04878 -0.0334,0.0096 -0.06182,0.01412 -0.086,0.01412 -0.04953,-1e-6 -0.08606,-0.01066 -0.109109,-0.03338 -0.02304,-0.02272 -0.03944,-0.05603 -0.04749,-0.100123 -0.0035,-0.01791 -0.006,-0.0378 -0.0077,-0.05776 -0.0017,-0.01996 -0.0028,-0.04645 -0.0051,-0.08087 0.03688,-0.0041 0.06681,-0.01199 0.08985,-0.02439 0.02304,-0.0124 0.03996,-0.02948 0.05263,-0.04878 0.01267,-0.01929 0.02235,-0.04128 0.02696,-0.06675 0.0046,-0.02547 0.0064,-0.05313 0.0064,-0.08344 l 0,-0.962721 c 0.01382,-0.0014 0.02867,-0.0037 0.04364,-0.0064 0.01266,-0.0027 0.0268,-0.005 0.04236,-0.0064 0.01556,-0.0014 0.02995,-0.0013 0.04493,-0.0013 z M 9.9628614,10.44905 c -0.05418,1e-6 -0.08215,0.04975 -0.08215,0.148901 l 0.1668716,0 c -10e-7,-0.05644 -0.0073,-0.09546 -0.02054,-0.11681 -0.01323,-0.02135 -0.03423,-0.03209 -0.06418,-0.03209 z m -2.1988557,0.04492 c -0.039163,2e-6 -0.065192,0.02159 -0.079585,0.0629 -0.014396,0.04132 -0.021824,0.09654 -0.021824,0.168156 l 0,0.0013 c -7e-7,0.03304 0.00166,0.06289 0.00512,0.09114 0.00346,0.02824 0.00933,0.0531 0.017973,0.07445 0.00865,0.02135 0.01956,0.03895 0.033371,0.05134 0.013819,0.0124 0.031885,0.01797 0.052628,0.01797 0.013819,0 0.024024,-4.89e-4 0.032095,-0.0026 0.00807,-0.0021 0.014489,-0.0038 0.017973,-0.0051 l 0,-0.44542 c -0.00692,-0.0055 -0.016004,-0.0082 -0.026959,-0.01027 -0.010955,-0.0021 -0.021593,-0.0038 -0.030804,-0.0038 z m 3.1102313,0.0026 c -0.01958,0 -0.03611,0.0056 -0.04878,0.01797 -0.01267,0.0124 -0.02274,0.0294 -0.03081,0.05006 -0.0081,0.02066 -0.0138,0.04443 -0.01669,0.0706 -0.0029,0.02617 -0.0038,0.05206 -0.0038,0.07958 0,0.03031 9.37e-4,0.05974 0.0038,0.08729 0.0029,0.02755 0.0086,0.05181 0.01669,0.07317 0.0081,0.02136 0.01872,0.03897 0.03081,0.05134 0.01209,0.01238 0.02791,0.01797 0.04749,0.01797 0.01958,1e-6 0.03482,-0.0062 0.04749,-0.01926 0.01267,-0.01307 0.02262,-0.03 0.02953,-0.05134 0.0069,-0.02135 0.01252,-0.0469 0.01541,-0.07445 0.0029,-0.02755 0.0038,-0.0557 0.0038,-0.086 -1e-6,-0.06056 -0.0067,-0.112026 -0.02054,-0.154036 -0.01382,-0.04201 -0.03873,-0.0629 -0.07445,-0.0629 z m -2.8714766,1.284912 c 0.047211,10e-7 0.087824,0.01749 0.1206612,0.05263 0.032837,0.03514 0.048776,0.08198 0.048776,0.141199 0,0.05922 -0.015939,0.106777 -0.048776,0.141199 -0.032837,0.03442 -0.073446,0.05134 -0.1206612,0.05134 -0.047255,2e-6 -0.086559,-0.01692 -0.1193773,-0.05134 -0.032823,-0.03442 -0.05006,-0.08198 -0.05006,-0.141199 0,-0.05922 0.017245,-0.106061 0.05006,-0.141199 0.032816,-0.03514 0.072126,-0.05263 0.1193773,-0.05263 z M 6.50605,11.799452 c 0.023065,10e-7 0.047255,0.0017 0.073166,0.0051 0.025914,0.0035 0.051546,0.0085 0.075734,0.0154 0.041485,0.0124 0.076586,0.03168 0.106541,0.05648 0.029953,0.0248 0.044925,0.061 0.044925,0.107825 0,0.02063 -0.00671,0.04832 -0.020541,0.08344 -0.013833,0.03512 -0.03076,0.07063 -0.052628,0.107825 -0.01842,-0.0124 -0.043072,-0.02415 -0.071885,-0.03722 -0.028813,-0.01307 -0.060432,-0.02054 -0.094989,-0.02054 -0.029953,10e-7 -0.055008,0.0097 -0.075734,0.02824 -0.020728,0.01858 -0.030804,0.04732 -0.030804,0.08729 l 0,0.05006 0.2554425,0 0,0.30807 -0.2554425,0 0,0.689308 -0.344012,0 0,-0.98711 c 0,-0.0179 7.148e-4,-0.04278 0.0013,-0.07445 5.626e-4,-0.03167 0.00151,-0.05644 0.00382,-0.07573 0.01498,-0.111548 0.054164,-0.196893 0.1180936,-0.255442 0.063929,-0.05855 0.1529454,-0.08857 0.2669951,-0.08857 z m 3.65834,0 c 0.02306,10e-7 0.04854,0.0017 0.07445,0.0051 0.02591,0.0035 0.05026,0.0085 0.07445,0.0154 0.04148,0.0124 0.07787,0.03168 0.107825,0.05648 0.02995,0.0248 0.04492,0.061 0.04492,0.107825 -10e-7,0.02063 -0.008,0.04832 -0.02182,0.08344 -0.01383,0.03512 -0.03076,0.07063 -0.05263,0.107825 -0.01842,-0.0124 -0.04179,-0.02415 -0.0706,-0.03722 -0.02881,-0.01307 -0.06172,-0.02054 -0.09627,-0.02054 -0.02995,10e-7 -0.05501,0.0097 -0.07573,0.02824 -0.02073,0.01858 -0.03081,0.04732 -0.03081,0.08729 l 0,0.05006 0.255442,0 0,0.30807 -0.255442,0 0,0.689308 -0.3440126,0 0,-0.98711 c 0,-0.0179 7.15e-4,-0.04278 0.0013,-0.07445 5.63e-4,-0.03167 0.0015,-0.05644 0.0038,-0.07573 0.01498,-0.111548 0.05416,-0.196893 0.118094,-0.255442 0.06393,-0.05855 0.1529446,-0.08857 0.2669936,-0.08857 z m -3.2257579,0.01669 c 0.027666,2e-6 0.054958,0.0028 0.080869,0.009 0.025914,0.0062 0.048452,0.01753 0.068033,0.03338 0.019581,0.01584 0.035398,0.03851 0.047493,0.06675 0.012095,0.02824 0.017973,0.06378 0.017973,0.107825 l 0,0.66492 c 0.00577,-0.03026 0.015564,-0.06024 0.028243,-0.08985 0.012672,-0.02961 0.027911,-0.05833 0.047493,-0.08729 l 0.093705,-0.142483 c 0.021868,-0.03303 0.046656,-0.0619 0.073167,-0.086 0.026505,-0.0241 0.061766,-0.03594 0.1078248,-0.03594 0.026505,1e-6 0.052952,0.0052 0.078301,0.01412 0.025344,0.009 0.048452,0.01851 0.068033,0.02953 0.021868,0.0124 0.042033,0.02591 0.061614,0.04107 L 7.4751937,12.737816 7.7550245,13.2487 c -0.076046,0.03716 -0.1458796,0.0552 -0.2092314,0.0552 -0.054142,0 -0.097249,-0.01125 -0.1283631,-0.03466 C 7.386316,13.24583 7.359588,13.21526 7.336562,13.1781 L 7.2261699,12.994523 c -0.019581,-0.03165 -0.03596,-0.0623 -0.047493,-0.08985 -0.011532,-0.02755 -0.019906,-0.05799 -0.025676,-0.09242 l 0,0.468524 -0.3452965,0 0,-1.449216 c 0.013819,-0.0014 0.028669,-0.0037 0.043641,-0.0064 0.012658,-0.0027 0.026801,-0.005 0.042358,-0.0064 0.015557,-0.0014 0.029952,-0.0026 0.044925,-0.0026 z m 1.5159651,0 c 0.027666,2e-6 0.053674,0.0028 0.079585,0.009 0.025914,0.0062 0.049736,0.01753 0.069317,0.03338 0.019581,0.01584 0.035398,0.03851 0.047493,0.06675 0.012095,0.02824 0.017973,0.06378 0.017973,0.107825 l 0,1.239985 c -0.047219,0.01791 -0.0902,0.02696 -0.1270793,0.02696 -0.052981,0 -0.093855,-0.008 -0.1232288,-0.02311 -0.029376,-0.01515 -0.05107,-0.03553 -0.065466,-0.06033 -0.014396,-0.0248 -0.022791,-0.05235 -0.025668,-0.08472 -0.00288,-0.03236 -0.00382,-0.06688 -0.00382,-0.10269 l 0,-1.197625 c 0.013819,-0.0014 0.027385,-0.0037 0.042358,-0.0064 0.012657,-0.0027 0.026801,-0.005 0.042358,-0.0064 0.015557,-0.0014 0.031236,-0.0026 0.046209,-0.0026 z m 0.9678562,0 c 0.02763,2e-6 0.05494,0.0028 0.08087,0.009 0.02593,0.0062 0.04845,0.01753 0.06803,0.03338 0.01958,0.01584 0.0354,0.03851 0.04749,0.06675 0.0121,0.02824 0.01797,0.06378 0.01797,0.107825 l 0,1.247686 -0.259293,0 c -0.0173,0 -0.0324,-0.0045 -0.04621,-0.01412 -0.01382,-0.0096 -0.02054,-0.02997 -0.02054,-0.06162 -0.01614,0.02475 -0.04188,0.04677 -0.07702,0.06675 -0.03514,0.01999 -0.07923,0.02953 -0.132214,0.02953 -0.03916,0 -0.0775,-0.0066 -0.115526,-0.02182 -0.03802,-0.01515 -0.07346,-0.04172 -0.103974,-0.07959 -0.03051,-0.03787 -0.054149,-0.0899 -0.073167,-0.155319 -0.019019,-0.06542 -0.02952,-0.147265 -0.02952,-0.246456 0,-0.09915 0.00909,-0.184007 0.026959,-0.252875 0.017858,-0.06886 0.041932,-0.124189 0.071885,-0.166872 0.02995,-0.04268 0.06481,-0.07313 0.103973,-0.09242 0.03916,-0.01929 0.0793,-0.02952 0.121945,-0.02953 0.02763,10e-7 0.05256,0.0034 0.07445,0.01027 0.02188,0.0069 0.04092,0.01543 0.05648,0.02439 0.01556,0.009 0.02872,0.018 0.03851,0.02695 0.0098,0.009 0.01581,0.01514 0.01926,0.01926 l 0,-0.50575 c 0.01385,-0.0014 0.0287,-0.0037 0.04364,-0.0064 0.01269,-0.0027 0.0261,-0.005 0.04107,-0.0064 0.01498,-0.0014 0.02995,-0.0026 0.04492,-0.0026 z m 4.4991166,0.0783 c 0.08061,3e-6 0.149059,0.01582 0.206665,0.04749 0.0576,0.03167 0.104336,0.07864 0.141198,0.139915 0.03686,0.06128 0.06415,0.135888 0.08087,0.223352 0.01672,0.08747 0.02567,0.186254 0.02568,0.297801 -10e-7,0.227259 -0.03737,0.402423 -0.111675,0.525005 -0.0743,0.122581 -0.191293,0.183558 -0.349147,0.183558 -0.15898,0 -0.274984,-0.05868 -0.350431,-0.17714 -0.07545,-0.118462 -0.114243,-0.295926 -0.114243,-0.531423 0,-0.108815 0.0098,-0.206506 0.02824,-0.29395 0.01842,-0.08744 0.0467,-0.16207 0.08472,-0.223351 0.03802,-0.06128 0.08701,-0.108142 0.146334,-0.1412 0.05933,-0.03305 0.129988,-0.05006 0.211798,-0.05006 z m 1.002514,0 c 0.07488,3e-6 0.141937,0.01473 0.198963,0.04364 0.05703,0.02892 0.104476,0.0708 0.142482,0.124512 0.038,0.05372 0.0657,0.119271 0.08472,0.196395 0.01902,0.07713 0.02952,0.162876 0.02953,0.259293 -2e-6,0.141853 -0.01735,0.264015 -0.05134,0.364551 -0.034,0.100537 -0.07878,0.181833 -0.133498,0.245173 -0.05472,0.06334 -0.117008,0.110284 -0.186126,0.139915 -0.06912,0.02963 -0.13767,0.04364 -0.207948,0.04364 -0.04029,0 -0.07279,-0.0034 -0.09756,-0.01027 -0.02477,-0.0069 -0.04535,-0.01702 -0.06033,-0.03081 -0.01498,-0.01378 -0.02562,-0.0301 -0.03081,-0.05006 -0.0052,-0.01996 -0.0077,-0.04436 -0.0077,-0.07188 0,-0.02068 0.0023,-0.04495 0.0051,-0.07317 0.0029,-0.02822 0.0054,-0.05249 0.0077,-0.07317 0.02303,0.0055 0.04151,0.0089 0.05648,0.01027 0.01498,0.0014 0.03305,0.0026 0.05263,0.0026 0.0265,0 0.05251,-0.004 0.07958,-0.01027 0.02707,-0.0062 0.05283,-0.01566 0.07702,-0.0308 0.02419,-0.01515 0.04729,-0.03614 0.06803,-0.06161 0.02074,-0.02547 0.03752,-0.05769 0.05134,-0.09627 -0.02535,0.01929 -0.05447,0.03351 -0.08729,0.04107 -0.03282,0.0076 -0.06206,0.01027 -0.08857,0.01027 -0.0553,0 -0.103583,-0.01245 -0.14505,-0.03722 -0.04147,-0.02477 -0.07632,-0.05691 -0.103974,-0.09756 -0.02765,-0.04064 -0.04907,-0.08751 -0.0629,-0.1412 -0.01383,-0.0537 -0.02054,-0.110279 -0.02054,-0.168155 0,-0.08952 0.01147,-0.166243 0.03337,-0.232337 0.0219,-0.06609 0.05197,-0.121497 0.09114,-0.165588 0.03916,-0.04409 0.08551,-0.07751 0.137348,-0.09884 0.05184,-0.02133 0.107088,-0.03209 0.168156,-0.03209 z m -1.006365,0.317057 c -0.02074,10e-7 -0.03882,0.0061 -0.05263,0.01926 -0.01382,0.01309 -0.02472,0.03449 -0.03338,0.06547 -0.0086,0.03098 -0.01453,0.07168 -0.01797,0.121944 -0.0035,0.05027 -0.0051,0.111837 -0.0051,0.184843 0,0.144627 0.0083,0.246976 0.02439,0.305504 0.01612,0.05853 0.04439,0.08729 0.08472,0.08729 0.01958,0 0.03552,-0.0061 0.04878,-0.01926 0.01326,-0.01309 0.02474,-0.03577 0.03337,-0.06675 0.0086,-0.03098 0.01521,-0.07167 0.01926,-0.121944 0.004,-0.05027 0.0051,-0.111836 0.0051,-0.184843 0,-0.07301 -0.0011,-0.134573 -0.0051,-0.184843 -0.004,-0.05027 -0.01062,-0.09097 -0.01926,-0.121944 -0.0086,-0.03098 -0.02012,-0.05237 -0.03337,-0.06547 -0.01326,-0.01309 -0.0292,-0.01926 -0.04878,-0.01926 z m 1.008933,0.0013 c -0.02303,10e-7 -0.04221,0.01701 -0.05776,0.05006 -0.01556,0.03306 -0.02311,0.08279 -0.02311,0.148902 0,0.06746 0.0085,0.11662 0.02696,0.147617 0.01844,0.031 0.0449,0.04621 0.0783,0.04621 0.02651,0 0.04986,-0.0034 0.0706,-0.01027 0.0023,-0.02063 0.004,-0.04154 0.0051,-0.0629 0.0012,-0.02135 0.0013,-0.04334 0.0013,-0.06675 -10e-7,-0.03308 -9.38e-4,-0.06469 -0.0038,-0.09499 -0.0029,-0.03031 -0.0086,-0.05746 -0.01669,-0.08087 -0.0081,-0.02341 -0.01813,-0.04271 -0.0308,-0.05648 -0.01267,-0.01376 -0.02932,-0.02054 -0.05006,-0.02054 z m -3.796973,0.04364 c 0.09447,2e-6 0.177461,0.01692 0.24774,0.05134 0.03108,0.01517 0.05685,0.03385 0.07702,0.0552 0.02016,0.02135 0.02952,0.04681 0.02953,0.07573 -2e-6,0.02476 -0.006,0.05413 -0.01926,0.08857 -0.01323,0.03445 -0.02919,0.06715 -0.04878,0.09884 -0.0346,-0.03169 -0.07111,-0.05705 -0.109107,-0.07702 -0.03801,-0.01996 -0.07636,-0.0308 -0.115527,-0.0308 -0.04953,10e-7 -0.07445,0.0182 -0.07445,0.05263 0,0.02203 0.0085,0.03835 0.02696,0.05006 0.01842,0.0117 0.04167,0.02126 0.06932,0.02953 0.02765,0.0083 0.0576,0.0179 0.08985,0.02824 0.03225,0.01034 0.0622,0.02555 0.08985,0.04621 0.02765,0.02066 0.05088,0.04891 0.06932,0.08472 0.01844,0.03581 0.02696,0.08337 0.02696,0.1412 0,0.110203 -0.03246,0.197724 -0.09756,0.263144 -0.06509,0.06542 -0.159262,0.09755 -0.283681,0.09755 -0.07144,0 -0.127127,-0.0061 -0.166872,-0.01926 -0.03975,-0.01309 -0.07068,-0.02601 -0.0937,-0.03979 -0.02995,-0.0179 -0.05139,-0.0377 -0.0629,-0.05905 -0.01151,-0.02135 -0.01669,-0.04334 -0.01669,-0.06675 0,-0.03581 0.0074,-0.07083 0.02182,-0.105257 0.0144,-0.03443 0.03036,-0.06837 0.04878,-0.101407 0.01382,0.01513 0.02964,0.02927 0.04749,0.04236 0.01786,0.01309 0.03702,0.02493 0.05776,0.03594 0.02074,0.01101 0.0423,0.01947 0.06418,0.02568 0.02189,0.0062 0.04344,0.009 0.06418,0.009 0.02995,0 0.05023,-0.005 0.0629,-0.01669 0.01267,-0.0117 0.01926,-0.02702 0.01926,-0.04492 -10e-7,-0.02068 -0.0092,-0.03766 -0.02824,-0.05006 -0.01902,-0.0124 -0.04295,-0.02247 -0.0706,-0.03209 -0.02765,-0.0096 -0.05774,-0.02097 -0.09114,-0.03337 -0.0334,-0.0124 -0.06349,-0.03 -0.09114,-0.05134 -0.02765,-0.02135 -0.0516,-0.0496 -0.0706,-0.08472 -0.019,-0.03512 -0.02824,-0.08086 -0.02824,-0.137348 0,-0.05506 0.0099,-0.102449 0.02952,-0.143766 0.01958,-0.04131 0.04548,-0.07583 0.0783,-0.10269 0.03282,-0.02686 0.07033,-0.04724 0.11296,-0.06033 0.04263,-0.01309 0.08753,-0.01926 0.134781,-0.01926 z m 0.851045,0 c 0.134792,2e-6 0.230632,0.03163 0.288817,0.09499 0.05818,0.06336 0.08728,0.16392 0.08729,0.301653 l 0,0.403059 c -10e-7,0.03442 0.0031,0.07232 0.0077,0.112959 0.0046,0.04064 0.0112,0.07624 0.01926,0.106541 -0.01614,0.0055 -0.03099,0.0094 -0.04364,0.01284 -0.01266,0.0035 -0.02511,0.0056 -0.03722,0.0077 -0.01211,0.0021 -0.02527,0.0045 -0.03851,0.0051 -0.01323,6.91e-4 -0.02751,0 -0.04364,0 -0.09331,0 -0.146761,-0.0316 -0.161737,-0.09499 -0.01958,0.02341 -0.04927,0.04489 -0.08729,0.06418 -0.03802,0.01929 -0.08618,0.02953 -0.143766,0.02953 -0.03572,0 -0.06986,-0.0057 -0.10269,-0.01669 -0.03284,-0.01101 -0.06194,-0.02853 -0.08729,-0.05263 -0.02535,-0.0241 -0.04535,-0.05574 -0.06033,-0.09499 -0.01498,-0.03926 -0.02182,-0.08728 -0.02182,-0.143766 -1e-6,-0.07986 0.01749,-0.143745 0.05263,-0.19126 0.03514,-0.04752 0.07696,-0.08303 0.12708,-0.107825 0.05012,-0.0248 0.10304,-0.04062 0.156603,-0.04749 0.05356,-0.0069 0.09931,-0.01027 0.137348,-0.01027 l 0,-0.02953 c -1e-6,-0.01929 -0.0032,-0.0345 -0.009,-0.04621 -0.0058,-0.01171 -0.01331,-0.02076 -0.02311,-0.02696 -0.0098,-0.0062 -0.02141,-0.01077 -0.03466,-0.01284 -0.01326,-0.0021 -0.02739,-0.0026 -0.04236,-0.0026 -0.04029,2e-6 -0.0802,0.0062 -0.119378,0.01926 -0.03918,0.01308 -0.08255,0.03404 -0.13093,0.06161 -0.0219,-0.03169 -0.03913,-0.0634 -0.05006,-0.0937 -0.01093,-0.03031 -0.01669,-0.0529 -0.01669,-0.06803 0,-0.02068 0.0065,-0.04047 0.01797,-0.05905 0.01152,-0.01858 0.03488,-0.03837 0.0706,-0.05905 0.03111,-0.01929 0.07281,-0.03391 0.125795,-0.04492 0.05298,-0.01101 0.107718,-0.01669 0.163021,-0.01669 z m 1.065412,0 c 0.03572,2e-6 0.07168,0.0085 0.109108,0.02439 0.03743,0.01585 0.07216,0.04172 0.10269,0.07958 0.03053,0.03787 0.05545,0.08872 0.07445,0.152752 0.019,0.06403 0.02824,0.143725 0.02824,0.238755 -10e-7,0.111591 -0.0099,0.203098 -0.02953,0.274696 -0.01958,0.0716 -0.04604,0.128713 -0.0783,0.170723 -0.03225,0.04201 -0.06808,0.07144 -0.107825,0.08729 -0.03975,0.01585 -0.07905,0.02311 -0.119377,0.02311 -0.03108,0 -0.05841,-0.004 -0.08087,-0.01155 -0.02247,-0.0076 -0.04092,-0.01662 -0.05648,-0.02696 -0.01556,-0.01033 -0.0286,-0.01928 -0.03722,-0.02824 -0.0086,-0.009 -0.01296,-0.01514 -0.01412,-0.01926 l 0,0.5096 -0.342729,0 0,-1.437664 c 0.01037,-0.0027 0.02341,-0.005 0.03722,-0.0077 0.01266,-0.0027 0.02622,-0.005 0.04236,-0.0064 0.01614,-0.0014 0.03445,-0.0026 0.05519,-0.0026 0.104838,2e-6 0.16964,0.03273 0.193828,0.09884 0.01958,-0.03169 0.04701,-0.05933 0.08215,-0.08344 0.03514,-0.0241 0.08245,-0.03594 0.141199,-0.03594 z m -5.0741827,0.02054 c 0.027666,10e-7 0.053674,0.0028 0.079585,0.009 0.025914,0.0062 0.049736,0.01755 0.069317,0.03337 0.019581,0.01582 0.035398,0.03851 0.047493,0.06675 0.012095,0.02824 0.017973,0.06378 0.017973,0.107825 l 0,0.731668 c 0,0.03031 -0.00151,0.0682 -0.00382,0.112959 -0.00231,0.04476 -0.00736,0.08485 -0.015405,0.120661 -0.012694,0.0551 -0.032556,0.101456 -0.059047,0.138632 -0.026491,0.03717 -0.055736,0.06712 -0.08857,0.08985 -0.032837,0.02274 -0.066721,0.03787 -0.1001228,0.04749 -0.0334,0.0096 -0.061816,0.0154 -0.086003,0.0154 -0.049534,0 -0.086063,-0.01194 -0.1091086,-0.03465 -0.023043,-0.02272 -0.03816,-0.05603 -0.046209,-0.100122 -0.00346,-0.01791 -0.00599,-0.03652 -0.0077,-0.05648 -0.00173,-0.01996 -0.00411,-0.04773 -0.00642,-0.08215 0.036876,-0.0041 0.066807,-0.01199 0.089854,-0.02439 0.023043,-0.0124 0.04124,-0.0282 0.053912,-0.04749 0.012672,-0.01929 0.021067,-0.04128 0.025676,-0.06675 0.00462,-0.02547 0.0077,-0.05442 0.0077,-0.08472 l 0,-0.962721 c 0.013819,-0.0014 0.027385,-0.0024 0.042358,-0.0051 0.012658,-0.0027 0.026801,-0.005 0.042358,-0.0064 0.015557,-0.0014 0.031236,-0.0026 0.046209,-0.0026 z m 4.9188637,0.274696 c -0.01385,1e-6 -0.02532,0.0018 -0.03337,0.0038 -0.008,0.0021 -0.0132,0.0038 -0.01669,0.0051 l 0,0.417179 c 0.0069,0.0055 0.01472,0.0095 0.02568,0.01155 0.01095,0.0021 0.02159,0.0026 0.03081,0.0026 0.03916,0 0.06647,-0.02201 0.08087,-0.06675 0.01439,-0.04474 0.02054,-0.102953 0.02054,-0.174573 0,-0.062 -0.0076,-0.111216 -0.02311,-0.146334 -0.01556,-0.03512 -0.04327,-0.05263 -0.08472,-0.05263 z m -3.6711766,0.009 c -0.03156,0.0045 -0.05287,0.02547 -0.06547,0.06161 -0.0144,0.04132 -0.02182,0.09782 -0.02182,0.169439 0,0.03304 0.0017,0.06418 0.0051,0.09242 0.0035,0.02824 0.0093,0.05181 0.01797,0.07317 0.0086,0.02135 0.01956,0.03895 0.03338,0.05134 0.01382,0.0124 0.03189,0.01797 0.05263,0.01797 0.01382,0 0.02402,-4.81e-4 0.03209,-0.0026 0.0081,-0.0021 0.01449,-0.0038 0.01797,-0.0051 l 0,-0.444136 c -0.0069,-0.0055 -0.016,-0.0095 -0.02696,-0.01155 -0.01095,-0.0021 -0.02159,-0.0026 -0.0308,-0.0026 -0.0049,0 -0.0096,-6.45e-4 -0.01412,0 z m 2.8149966,0.258011 c -0.02187,0.0027 -0.0433,0.0073 -0.0629,0.01284 -0.0196,0.0055 -0.03695,0.01279 -0.05134,0.02311 -0.01439,0.01032 -0.02474,0.02325 -0.03337,0.03979 -0.0086,0.01654 -0.01412,0.03804 -0.01412,0.06418 0,0.03169 0.0074,0.05595 0.02182,0.07317 0.0144,0.01721 0.03498,0.02696 0.06033,0.02696 0.02074,0 0.03908,-0.0057 0.0552,-0.01669 0.01612,-0.01101 0.02439,-0.028 0.02439,-0.05006 l 0,-0.17329 z m 3.667326,0.109108 c 0.04837,0 0.08756,0.01751 0.118094,0.05263 0.03053,0.03512 0.04621,0.0809 0.04621,0.137348 -1e-6,0.05649 -0.01485,0.103412 -0.04364,0.139915 -0.02879,0.0365 -0.06881,0.05391 -0.120662,0.05391 -0.0507,0 -0.09129,-0.01741 -0.120661,-0.05391 -0.02937,-0.0365 -0.04364,-0.08343 -0.04364,-0.139915 0,-0.05645 0.01638,-0.102232 0.04749,-0.137348 0.03111,-0.03512 0.06959,-0.05263 0.116809,-0.05263 z m -5.8610466,0.919078 c 0.04721,2e-6 0.08654,0.01749 0.119377,0.05263 0.03284,0.03514 0.05006,0.08326 0.05006,0.142483 0,0.05922 -0.01722,0.105493 -0.05006,0.139915 -0.03284,0.03442 -0.07216,0.05134 -0.119377,0.05134 -0.04725,10e-7 -0.08784,-0.01692 -0.120662,-0.05134 -0.03281,-0.03442 -0.04878,-0.08069 -0.04878,-0.139915 0,-0.05922 0.01596,-0.107344 0.04878,-0.142483 0.03282,-0.03514 0.07341,-0.05263 0.120662,-0.05263 z m -1.355512,0.01926 c 0.023065,10e-7 0.048538,0.0017 0.074451,0.0051 0.025914,0.0035 0.050262,0.0085 0.07445,0.01541 0.041485,0.0124 0.07787,0.0304 0.1078248,0.05519 0.029953,0.0248 0.044925,0.061 0.044925,0.107825 -7e-7,0.02064 -0.00799,0.04832 -0.021824,0.08344 -0.013833,0.03512 -0.03076,0.07191 -0.052628,0.109108 -0.01842,-0.0124 -0.043072,-0.02544 -0.071885,-0.03851 -0.028813,-0.01307 -0.060432,-0.01926 -0.094988,-0.01926 -0.029953,10e-7 -0.055008,0.0084 -0.075734,0.02696 -0.020728,0.01858 -0.030811,0.0486 -0.030804,0.08857 l 0,0.04878 0.2554418,0 0,0.308071 -0.2554418,0 0,0.690592 -0.3440127,0 0,-0.988394 c 0,-0.0179 7.148e-4,-0.0415 0.0013,-0.07317 5.633e-4,-0.03167 0.00151,-0.05773 0.00382,-0.07702 0.01498,-0.111548 0.054157,-0.196893 0.1180936,-0.255443 0.06393,-0.05855 0.1529454,-0.08729 0.2669951,-0.08729 z m 2.0653576,0 c 0.02307,10e-7 0.04854,0.0017 0.07445,0.0051 0.02591,0.0035 0.05026,0.0085 0.07445,0.01541 0.04148,0.0124 0.07787,0.0304 0.107825,0.05519 0.02995,0.0248 0.04492,0.061 0.04492,0.107825 0,0.02064 -0.0067,0.04832 -0.02054,0.08344 -0.01383,0.03512 -0.03204,0.07191 -0.05391,0.109108 -0.01842,-0.0124 -0.04179,-0.02544 -0.0706,-0.03851 -0.02881,-0.01307 -0.06043,-0.01926 -0.09499,-0.01926 -0.02995,10e-7 -0.05629,0.0084 -0.07702,0.02696 -0.02073,0.01858 -0.03081,0.0486 -0.03081,0.08857 l 0,0.04878 0.255442,0 0,0.308071 -0.255442,0 0,0.690592 -0.344012,0 0,-0.988394 c 0,-0.0179 7.14e-4,-0.0415 0.0013,-0.07317 5.62e-4,-0.03167 0.0015,-0.05773 0.0038,-0.07702 0.01498,-0.111548 0.05416,-0.196893 0.118095,-0.255443 0.06393,-0.05855 0.152944,-0.08729 0.266994,-0.08729 z m 2.117987,0.01669 c 0.02767,2e-6 0.05367,0.0028 0.07958,0.009 0.02591,0.0062 0.04845,0.01753 0.06803,0.03337 0.01958,0.01585 0.0354,0.03722 0.04749,0.06546 0.0121,0.02824 0.01797,0.06506 0.01797,0.109109 l 0,0.664919 c 0.0058,-0.03026 0.01556,-0.06024 0.02824,-0.08985 0.01267,-0.02961 0.02919,-0.05961 0.04878,-0.08857 l 0.09242,-0.142483 c 0.02187,-0.03303 0.04666,-0.06061 0.07317,-0.08472 0.02651,-0.0241 0.06305,-0.03722 0.109109,-0.03722 0.02651,0 0.05167,0.0052 0.07702,0.01412 0.02534,0.009 0.04845,0.01851 0.06803,0.02953 0.02187,0.0124 0.04203,0.02591 0.06161,0.04107 l -0.236188,0.396641 0.279831,0.510884 c -0.07605,0.03716 -0.145879,0.0552 -0.209231,0.0552 -0.05414,0 -0.09725,-0.01124 -0.128363,-0.03466 -0.03111,-0.02341 -0.05784,-0.05398 -0.08087,-0.09114 l -0.110391,-0.183559 c -0.01958,-0.03165 -0.03468,-0.06102 -0.04621,-0.08857 -0.01153,-0.02755 -0.02119,-0.05929 -0.02696,-0.0937 l 0,0.469809 -0.345296,0 0,-1.4505 c 0.01382,-0.0014 0.02867,-0.0037 0.04364,-0.0064 0.01266,-0.0027 0.0268,-0.005 0.04236,-0.0064 0.01556,-0.0014 0.03124,-0.0013 0.04621,-0.0013 z m 1.032037,0 c 0.02767,2e-6 0.05496,0.0028 0.08087,0.009 0.02591,0.0062 0.04845,0.01753 0.06803,0.03337 0.01958,0.01585 0.0354,0.03722 0.04749,0.06546 0.0121,0.02824 0.01797,0.06506 0.01797,0.109109 l 0,1.238701 c -0.04722,0.01791 -0.08892,0.02696 -0.125796,0.02696 -0.05298,0 -0.09385,-0.0066 -0.123228,-0.02182 -0.02937,-0.01515 -0.05235,-0.03554 -0.06675,-0.06033 -0.0144,-0.0248 -0.02279,-0.05364 -0.02568,-0.086 -0.0029,-0.03236 -0.0038,-0.06688 -0.0038,-0.10269 l 0,-1.197626 c 0.01382,-0.0014 0.02738,-0.0037 0.04236,-0.0064 0.01266,-0.0027 0.0268,-0.005 0.04236,-0.0064 0.01556,-0.0014 0.03124,-0.0013 0.04621,-0.0013 z m -4.5145206,0.439001 c 0.07028,10e-7 0.130171,0.01243 0.179708,0.03722 0.04953,0.02479 0.09013,0.05881 0.120661,0.100122 0.03054,0.04132 0.05165,0.08869 0.06547,0.143767 0.01382,0.05508 0.02182,0.113966 0.02182,0.174573 -10e-7,0.0069 -10e-7,0.01525 0,0.02696 -10e-7,0.0117 -6.9e-4,0.02354 -0.0013,0.03594 -5.84e-4,0.0124 -7.21e-4,0.02493 -0.0013,0.03594 -5.63e-4,0.01101 -0.0014,0.01888 -0.0026,0.02439 l -0.462106,0 c 0.0058,0.05232 0.02229,0.09699 0.04878,0.133498 0.02649,0.0365 0.06833,0.05519 0.127079,0.05519 0.04609,0 0.08571,-0.0092 0.11681,-0.02568 0.0311,-0.01652 0.0613,-0.03789 0.09242,-0.06546 0.01498,0.02757 0.02995,0.05918 0.04493,0.09499 0.01497,0.03581 0.0231,0.06746 0.02311,0.09499 -2e-6,0.02341 -0.005,0.04481 -0.01541,0.06547 -0.01037,0.02066 -0.02873,0.04104 -0.05519,0.06033 -0.02535,0.0179 -0.05948,0.03253 -0.10269,0.04493 -0.04321,0.0124 -0.09722,0.01926 -0.161737,0.01926 -0.04722,0 -0.09859,-0.0068 -0.152752,-0.02054 -0.05416,-0.01379 -0.104111,-0.04094 -0.150185,-0.08087 -0.04607,-0.03993 -0.083709,-0.09584 -0.1142427,-0.168155 -0.030537,-0.07231 -0.046209,-0.166627 -0.046209,-0.283682 0,-0.08679 0.012456,-0.162578 0.037223,-0.225919 0.024767,-0.06334 0.056529,-0.115286 0.096272,-0.156602 0.03975,-0.04131 0.08607,-0.07185 0.137348,-0.09114 0.05127,-0.01929 0.102213,-0.02952 0.154035,-0.02952 z m 2.0563726,0 c 0.134791,10e-7 0.231915,0.03291 0.2901,0.09627 0.05818,0.06336 0.08729,0.162636 0.08729,0.300369 l 0,0.403059 c 0,0.03442 0.0018,0.07232 0.0064,0.112959 0.0046,0.04064 0.0112,0.07624 0.01926,0.106542 -0.01614,0.0055 -0.03099,0.0094 -0.04364,0.01284 -0.01266,0.0035 -0.02383,0.0069 -0.03594,0.009 -0.01211,0.0021 -0.02527,0.0032 -0.03851,0.0038 -0.01323,6.89e-4 -0.02751,0.0013 -0.04364,0.0013 -0.09331,0 -0.148044,-0.0316 -0.163021,-0.09499 -0.01958,0.02341 -0.04798,0.04489 -0.086,0.06418 -0.03802,0.01929 -0.08618,0.02824 -0.143767,0.02824 -0.03572,0 -0.06986,-0.0057 -0.10269,-0.01669 -0.03284,-0.01101 -0.06194,-0.02852 -0.08729,-0.05263 -0.02535,-0.0241 -0.04535,-0.05573 -0.06033,-0.09499 -0.01498,-0.03926 -0.02311,-0.08728 -0.02311,-0.143766 0,-0.07986 0.01749,-0.142461 0.05263,-0.189977 0.03514,-0.04751 0.07825,-0.08431 0.128363,-0.109109 0.05012,-0.0248 0.101757,-0.04062 0.155319,-0.04749 0.05356,-0.0069 0.09931,-0.01027 0.137348,-0.01027 l 0,-0.02953 c 0,-0.01929 -0.0032,-0.0345 -0.009,-0.04621 -0.0058,-0.01171 -0.01331,-0.02076 -0.02311,-0.02695 -0.0098,-0.0062 -0.02141,-0.0095 -0.03465,-0.01155 -0.01326,-0.0021 -0.02739,-0.0038 -0.04236,-0.0038 -0.04029,10e-7 -0.08019,0.0075 -0.119377,0.02054 -0.03918,0.01308 -0.08256,0.03276 -0.13093,0.06033 -0.0219,-0.03169 -0.03784,-0.06212 -0.04878,-0.09242 -0.01093,-0.03031 -0.01669,-0.05419 -0.01669,-0.06932 0,-0.02068 0.0052,-0.03918 0.01669,-0.05776 0.01152,-0.01858 0.03616,-0.03837 0.07188,-0.05905 0.03111,-0.01929 0.07281,-0.0352 0.125796,-0.04621 0.05298,-0.01101 0.106434,-0.01668 0.161737,-0.01669 z m 0.834358,0 c 0.09447,10e-7 0.176177,0.0182 0.246457,0.05263 0.03108,0.01518 0.05685,0.03256 0.07702,0.05391 0.02016,0.02135 0.0308,0.04681 0.03081,0.07573 0,0.02476 -0.0073,0.05413 -0.02054,0.08857 -0.01323,0.03445 -0.02919,0.06843 -0.04878,0.100123 -0.0346,-0.03169 -0.0711,-0.05833 -0.109107,-0.0783 -0.03801,-0.01996 -0.07636,-0.02952 -0.115527,-0.02952 -0.04953,1e-6 -0.07445,0.01692 -0.07445,0.05134 0,0.02203 0.0098,0.03964 0.02824,0.05134 0.01842,0.01171 0.04167,0.02126 0.06932,0.02953 0.02765,0.0083 0.0576,0.0179 0.08985,0.02824 0.03225,0.01034 0.06221,0.02555 0.08985,0.04621 0.02765,0.02066 0.04959,0.04891 0.06803,0.08472 0.01844,0.03581 0.02824,0.08208 0.02824,0.139915 0,0.110205 -0.03246,0.197725 -0.09756,0.263144 -0.06509,0.06542 -0.160545,0.09884 -0.284965,0.09884 -0.07144,0 -0.127127,-0.0061 -0.166872,-0.01926 -0.03975,-0.01309 -0.07068,-0.02729 -0.0937,-0.04107 -0.02995,-0.01791 -0.0501,-0.0377 -0.06161,-0.05905 -0.01151,-0.02135 -0.01797,-0.04334 -0.01797,-0.06675 0,-0.03581 0.0074,-0.07083 0.02182,-0.105258 0.0144,-0.03442 0.03036,-0.06837 0.04878,-0.101406 0.01382,0.01513 0.02963,0.02927 0.04749,0.04236 0.01786,0.01309 0.0383,0.02493 0.05905,0.03594 0.02074,0.01101 0.04102,0.01947 0.0629,0.02568 0.02188,0.0062 0.04344,0.01027 0.06418,0.01027 0.02995,0 0.05151,-0.0063 0.06418,-0.01797 0.01267,-0.01171 0.01926,-0.02702 0.01926,-0.04493 -1e-6,-0.02068 -0.0092,-0.03638 -0.02824,-0.04878 -0.01902,-0.0124 -0.04295,-0.02375 -0.0706,-0.03338 -0.02765,-0.0096 -0.05774,-0.02097 -0.09114,-0.03337 -0.0334,-0.0124 -0.06477,-0.02871 -0.09242,-0.05006 -0.02765,-0.02135 -0.05031,-0.0496 -0.06932,-0.08472 -0.019,-0.03512 -0.02824,-0.08086 -0.02824,-0.137348 0,-0.05506 0.0087,-0.103733 0.02824,-0.14505 0.01958,-0.04131 0.04676,-0.07583 0.07958,-0.102691 0.03282,-0.02686 0.07033,-0.04596 0.11296,-0.05905 0.04262,-0.01309 0.08753,-0.02054 0.134781,-0.02054 z m -2.2668876,0.02182 c 0.02767,2e-6 0.05367,0.0028 0.07959,0.009 0.02591,0.0062 0.04845,0.01755 0.06803,0.03337 0.01958,0.01582 0.0354,0.03722 0.04749,0.06547 0.01209,0.02824 0.01797,0.06506 0.01797,0.109108 l 0,0.730385 c -10e-7,0.03031 -2.47e-4,0.0682 -0.0026,0.112959 -0.0023,0.04476 -0.0073,0.08485 -0.01541,0.120661 -0.01269,0.0551 -0.03256,0.101456 -0.05905,0.138632 -0.02649,0.03717 -0.05574,0.06712 -0.08857,0.08985 -0.03284,0.02274 -0.06672,0.03916 -0.100123,0.04878 -0.0334,0.0096 -0.06182,0.01412 -0.086,0.01412 -0.04953,-10e-7 -0.08606,-0.01066 -0.109108,-0.03337 -0.02304,-0.02272 -0.03816,-0.05732 -0.04621,-0.101407 -0.0035,-0.01791 -0.006,-0.03652 -0.0077,-0.05648 -0.0017,-0.01996 -0.0041,-0.04645 -0.0064,-0.08087 0.03688,-0.0041 0.06681,-0.01328 0.08985,-0.02568 0.02304,-0.0124 0.04124,-0.0282 0.05391,-0.04749 0.01267,-0.01929 0.02107,-0.04128 0.02567,-0.06675 0.0046,-0.02547 0.0064,-0.05313 0.0064,-0.08344 l 0,-0.962721 c 0.01382,-0.0014 0.02867,-0.0037 0.04364,-0.0064 0.01266,-0.0027 0.0268,-0.005 0.04236,-0.0064 0.01556,-0.0014 0.03124,-0.0013 0.04621,-0.0013 z m -0.627694,0.237462 c -0.05418,2e-6 -0.08087,0.04975 -0.08087,0.148902 l 0.165589,0 c -1e-6,-0.05645 -0.006,-0.09546 -0.01926,-0.116811 -0.01323,-0.02135 -0.03551,-0.03209 -0.06547,-0.03209 z m 2.1141356,0.302937 c -0.02187,0.0027 -0.04201,0.0073 -0.06161,0.01284 -0.0196,0.0055 -0.03695,0.01279 -0.05134,0.02311 -0.0144,0.01032 -0.02603,0.02454 -0.03466,0.04107 -0.0086,0.01654 -0.01284,0.03804 -0.01284,0.06418 -1e-6,0.03169 0.0074,0.05595 0.02182,0.07317 0.0144,0.01721 0.0337,0.02567 0.05905,0.02567 0.02074,0 0.03908,-0.0057 0.0552,-0.01669 0.01612,-0.01101 0.02439,-0.028 0.02439,-0.05006 l 0,-0.17329 z"
+ id="rect3812"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:0.75;color:#000000;fill:#b26609;fill-opacity:1;stroke:none;stroke-width:35;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 4.1836061,17.471233 13.4417839,0 0.74997,1.038421 -14.932688,0 0.7409341,-1.038421 z"
+ id="path4453"
+ sodipodi:nodetypes="ccccc"
+ style="opacity:0.75;fill:#b26609;fill-opacity:1;stroke:#b26609;stroke-width:0.53171611;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 3.2693308,21.313096 15.2703332,0 1e-6,-1.788391 -15.2612975,0 -0.00904,1.788391 z"
+ id="path4457"
+ sodipodi:nodetypes="ccccc"
+ style="opacity:0.75;fill:#b26609;fill-opacity:1;stroke:#b26609;stroke-width:0.53171611;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+</svg>
diff --git a/navit/xpm/pagan.svg b/navit/xpm/pagan.svg
new file mode 100644
index 000000000..1c6ee58fc
--- /dev/null
+++ b/navit/xpm/pagan.svg
@@ -0,0 +1,123 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ height="22"
+ id="svg2"
+ inkscape:version="0.48.1 r9760"
+ sodipodi:docname="pagan.svg"
+ version="1.0"
+ width="22">
+ <metadata
+ id="metadata5184">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs5182">
+ <inkscape:perspective
+ id="perspective5186"
+ inkscape:persp3d-origin="290 : 193.33333 : 1"
+ inkscape:vp_x="0 : 290 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="580 : 290 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective7095"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective7148"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4916"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ </defs>
+ <sodipodi:namedview
+ bordercolor="#666666"
+ borderopacity="1"
+ gridtolerance="10"
+ guidetolerance="10"
+ id="namedview5180"
+ inkscape:current-layer="svg2"
+ inkscape:cx="39.878496"
+ inkscape:cy="11.457263"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-height="725"
+ inkscape:window-maximized="1"
+ inkscape:window-width="1024"
+ inkscape:window-x="-3"
+ inkscape:window-y="-3"
+ inkscape:zoom="7.1783529"
+ objecttolerance="10"
+ pagecolor="#ffffff"
+ showgrid="false" />
+ <g
+ id="g1327"
+ transform="matrix(0.04166941,0,0,0.04166941,-0.5572309,-0.41749724)">
+ <path
+ d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 l 0,450.123 c 0,40.844 20.895,62.229 62.192,62.229 l 452.024,0 c 41.307,0 62.229,-20.315 62.229,-62.229 l 0,-450.123 c 0,-42.601 -20.922,-65.036 -63.521,-65.036 -0.004,0 -448.495,-0.143 -448.353,0 z"
+ id="path1329"
+ style="fill:#111111;fill-opacity:0;stroke:#eeeeee;stroke-width:3.40799999;stroke-opacity:0"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ id="g7136-6"
+ style="stroke:#ffffff;stroke-opacity:1"
+ transform="matrix(0.04062767,0,0,0.04062767,-0.76122002,-0.76598313)">
+ <path
+ d="m 540.30727,280.27933 c 0,134.66183 -110.43434,243.82681 -246.66201,243.82681 -136.22766,0 -246.661999,-109.16498 -246.661999,-243.82681 0,-134.66183 110.434339,-243.826815 246.661999,-243.826815 135.88357,0 246.17485,108.634665 246.66043,242.955495"
+ id="path7055-4"
+ sodipodi:cx="293.64526"
+ sodipodi:cy="280.27933"
+ sodipodi:end="6.2796118"
+ sodipodi:open="true"
+ sodipodi:rx="246.662"
+ sodipodi:ry="243.82681"
+ sodipodi:start="0"
+ sodipodi:type="arc"
+ style="fill:none;stroke:#5e8019;stroke-width:39.90797424;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ transform="matrix(0.99652895,0,0,1.0081164,-2.6260059,8.2338569)" />
+ <path
+ d="M 94.584251,233.83538 482.98557,232.7405 168.98224,452.81463 288.23788,88.214254 408.58758,456.09931 94.584251,233.83538 z"
+ id="path5966-6-9"
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:#5e8019;stroke-width:38.03951645;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
+ </g>
+ <g
+ id="g7136-6-9"
+ style="opacity:0.25;stroke:#ffffff;stroke-opacity:1"
+ transform="matrix(0.04062767,0,0,0.04062767,0.17175723,0.44366117)">
+ <path
+ d="M 94.584251,233.83538 482.98557,232.7405 168.98224,452.81463 288.23788,88.214254 408.58758,456.09931 94.584251,233.83538 z m 441.221579,56.95267 c 0,135.7548 -110.05102,245.8058 -245.80583,245.8058 -135.75481,0 -245.805826,-110.051 -245.805826,-245.8058 0,-135.7548 110.051016,-245.805815 245.805826,-245.805815 135.41191,0 245.32036,109.516385 245.80426,244.927415"
+ id="path5966-6-9-6"
+ style="fill:none;stroke:#ffffff;stroke-width:38.03951645;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0;stroke-dasharray:none;display:inline"
+ inkscape:connector-curvature="0" />
+ </g>
+</svg>
diff --git a/navit/xpm/pastafarian.svg b/navit/xpm/pastafarian.svg
new file mode 100644
index 000000000..eff678c09
--- /dev/null
+++ b/navit/xpm/pastafarian.svg
@@ -0,0 +1,130 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ height="22"
+ id="svg2"
+ inkscape:version="0.48.1 r9760"
+ sodipodi:docname="pastafarian.svg"
+ version="1.0"
+ width="22">
+ <metadata
+ id="metadata3409">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs3407">
+ <inkscape:perspective
+ id="perspective3411"
+ inkscape:persp3d-origin="290 : 193.33333 : 1"
+ inkscape:vp_x="0 : 290 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="580 : 290 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3698"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective5037"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ </defs>
+ <sodipodi:namedview
+ bordercolor="#666666"
+ borderopacity="1"
+ gridtolerance="10"
+ guidetolerance="10"
+ id="namedview3405"
+ inkscape:current-layer="svg2"
+ inkscape:cx="12.614075"
+ inkscape:cy="13.701268"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-height="725"
+ inkscape:window-maximized="1"
+ inkscape:window-width="1024"
+ inkscape:window-x="-3"
+ inkscape:window-y="-3"
+ inkscape:zoom="14.783444"
+ objecttolerance="10"
+ pagecolor="#ffffff"
+ showgrid="false" />
+ <g
+ id="g1327"
+ transform="matrix(0.04090707,0,0,0.04090707,-0.54114589,-1.0142223)">
+ <path
+ d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 l 0,450.123 c 0,40.844 20.895,62.229 62.192,62.229 l 452.024,0 c 41.307,0 62.229,-20.315 62.229,-62.229 l 0,-450.123 c 0,-42.601 -20.922,-65.036 -63.521,-65.036 -0.004,0 -448.495,-0.143 -448.353,0 z"
+ id="path1329"
+ style="fill:#111111;fill-opacity:0;stroke:#eeeeee;stroke-width:3.40799999;stroke-opacity:0"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ id="g2953-9"
+ transform="matrix(1.2021162,0,0,1.2021162,0.94984421,4.303766)">
+ <path
+ clip-rule="evenodd"
+ d="M 6.285,0.015 C 7.148,-0.095 7.654,0.432 7.842,0.773 8.203,1.436 7.951,2.17 7.621,2.529 6.762,3.466 4.999,2.956 4.988,1.511 4.982,0.84 5.316,0.451 5.686,0.214 5.836,0.119 6.031,0.046 6.285,0.015 z M 6.305,1.97 C 7.102,2.285 7.263,0.873 6.425,1.012 5.912,1.097 5.855,1.792 6.305,1.97 z"
+ id="path2955-2"
+ style="fill:#ffffff;fill-opacity:0.25;fill-rule:evenodd"
+ inkscape:connector-curvature="0" />
+ <path
+ clip-rule="evenodd"
+ d="m 11.313,0.015 c 0.741,-0.094 1.314,0.305 1.556,0.758 0.338,0.634 0.144,1.34 -0.199,1.736 C 11.822,3.491 10.035,2.92 10.016,1.512 10.011,1.127 10.179,0.776 10.276,0.634 10.461,0.36 10.832,0.076 11.313,0.015 z m 0.02,1.955 C 11.666,2.1 12.095,1.879 12.031,1.411 11.996,1.142 11.754,0.962 11.453,1.011 10.968,1.092 10.867,1.788 11.333,1.97 z"
+ id="path2957-0"
+ style="fill:#ffffff;fill-opacity:0.25;fill-rule:evenodd"
+ inkscape:connector-curvature="0" />
+ <path
+ clip-rule="evenodd"
+ d="m 16.063,5.063 c -0.424,0.229 -0.725,0.664 -1.078,1.018 -0.355,0.356 -0.75,0.667 -1.137,0.979 0.572,0.261 1.033,0.5 1.176,1.137 0.038,0.167 -0.008,0.402 0.061,0.599 0.109,0.31 0.627,0.329 1.059,0.299 0.182,-0.012 0.365,-0.085 0.518,-0.06 0.422,0.068 0.552,0.744 0.141,0.958 -0.219,0.113 -0.611,0.119 -0.898,0.12 C 14.911,10.116 14.192,9.699 14.069,8.836 14.052,8.716 14.082,8.577 14.049,8.437 13.975,8.119 13.482,7.964 13.091,7.938 12.369,7.89 12.012,8.271 11.515,8.457 c 0.193,0.262 0.424,0.536 0.499,0.978 0.033,0.195 -0.014,0.436 0.06,0.638 0.085,0.232 0.454,0.288 0.818,0.419 0.286,0.104 0.603,0.254 0.798,0.419 0.141,0.119 0.348,0.322 0.359,0.579 0.017,0.367 -0.291,0.595 -0.658,0.499 C 13.189,11.937 13.086,11.701 12.912,11.59 12.718,11.467 12.395,11.407 12.094,11.291 11.601,11.1 11.267,10.847 11.116,10.353 11.033,10.079 11.083,9.677 10.957,9.415 10.604,8.688 9.855,9.034 9.02,9.034 8.811,9.034 8.615,9.019 8.42,8.994 8.227,8.968 8.033,8.912 7.881,8.914 7.51,8.917 7.061,9.24 7.003,9.612 6.957,9.916 6.996,10.14 6.924,10.37 6.776,10.838 6.445,11.085 5.926,11.287 5.684,11.382 5.369,11.436 5.128,11.586 4.914,11.719 4.815,12.105 4.35,12.005 4.204,11.973 4.012,11.825 3.991,11.565 3.953,11.095 4.477,10.801 4.789,10.648 5.094,10.499 5.87,10.341 5.966,10.069 6.048,9.842 5.987,9.594 6.027,9.391 6.107,8.986 6.295,8.741 6.546,8.453 6.032,8.283 5.686,7.897 4.968,7.936 4.58,7.958 4.107,8.094 4.01,8.396 3.93,8.646 3.967,8.888 3.891,9.114 3.673,9.758 3.065,10.107 2.155,10.112 1.721,10.114 1.11,10.07 0.997,9.732 0.879,9.375 1.115,9.076 1.377,9.034 1.529,9.009 1.695,9.081 1.875,9.094 2.305,9.125 2.842,9.097 2.953,8.815 3.056,8.552 2.965,8.269 3.053,8.037 3.248,7.52 3.631,7.286 4.19,7.079 3.809,6.74 3.41,6.438 3.053,6.08 2.701,5.729 2.398,5.319 1.976,5.043 2.141,5.778 2.932,6.283 3.033,7.078 3.144,7.957 2.059,8.334 1.437,7.856 1.153,7.639 0.979,7.185 0.658,7.078 0.57,7.048 0.425,7.075 0.318,7.038 -0.127,6.883 -0.086,6.211 0.318,6.08 0.918,5.886 1.364,6.346 1.695,6.619 1.398,6.14 0.547,5.067 1.177,4.384 1.329,4.219 1.586,4.074 1.835,4.045 2.789,3.932 3.232,4.948 3.73,5.342 4.427,4.791 5.183,4.271 6.025,3.826 6.844,3.392 7.826,3.008 8.998,3.008 c 1.197,0 2.146,0.392 2.994,0.818 0.846,0.425 1.604,0.942 2.274,1.516 0.6,-0.407 0.941,-1.391 1.915,-1.296 0.377,0.036 0.844,0.376 0.898,0.817 0.083,0.671 -0.479,1.283 -0.719,1.716 -0.004,0.016 -0.02,0.02 -0.02,0.04 0.262,-0.231 0.779,-0.732 1.377,-0.539 0.38,0.124 0.451,0.761 0.039,0.938 -0.1,0.043 -0.257,0.027 -0.358,0.06 -0.511,0.161 -0.633,0.974 -1.397,0.997 -0.684,0.021 -1.107,-0.412 -0.979,-1.077 0.153,-0.767 0.83,-1.204 1.041,-1.935 z"
+ id="path2959-6"
+ sodipodi:nodetypes="cscssssssssscsssssssssssssssssssssscssssssssscscssssscsscssscsssssssssc"
+ style="fill:#ffffff;fill-opacity:0.25;fill-rule:evenodd"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ id="g2953"
+ style="fill:#ffffff"
+ transform="matrix(1.2021162,0,0,1.2021162,0.0390609,3.2600709)">
+ <path
+ clip-rule="evenodd"
+ d="M 6.285,0.015 C 7.148,-0.095 7.654,0.432 7.842,0.773 8.203,1.436 7.951,2.17 7.621,2.529 6.762,3.466 4.999,2.956 4.988,1.511 4.982,0.84 5.316,0.451 5.686,0.214 5.836,0.119 6.031,0.046 6.285,0.015 z M 6.305,1.97 C 7.102,2.285 7.263,0.873 6.425,1.012 5.912,1.097 5.855,1.792 6.305,1.97 z"
+ id="path2955"
+ style="fill:#5e8019;fill-rule:evenodd"
+ inkscape:connector-curvature="0" />
+ <path
+ clip-rule="evenodd"
+ d="m 11.313,0.015 c 0.741,-0.094 1.314,0.305 1.556,0.758 0.338,0.634 0.144,1.34 -0.199,1.736 C 11.822,3.491 10.035,2.92 10.016,1.512 10.011,1.127 10.179,0.776 10.276,0.634 10.461,0.36 10.832,0.076 11.313,0.015 z m 0.02,1.955 C 11.666,2.1 12.095,1.879 12.031,1.411 11.996,1.142 11.754,0.962 11.453,1.011 10.968,1.092 10.867,1.788 11.333,1.97 z"
+ id="path2957"
+ style="fill:#5e8019;fill-rule:evenodd"
+ inkscape:connector-curvature="0" />
+ <path
+ clip-rule="evenodd"
+ d="m 16.063,5.063 c -0.424,0.229 -0.725,0.664 -1.078,1.018 -0.355,0.356 -0.75,0.667 -1.137,0.979 0.572,0.261 1.033,0.5 1.176,1.137 0.038,0.167 -0.008,0.402 0.061,0.599 0.109,0.31 0.627,0.329 1.059,0.299 0.182,-0.012 0.365,-0.085 0.518,-0.06 0.422,0.068 0.552,0.744 0.141,0.958 -0.219,0.113 -0.611,0.119 -0.898,0.12 C 14.911,10.116 14.192,9.699 14.069,8.836 14.052,8.716 14.082,8.577 14.049,8.437 13.975,8.119 13.482,7.964 13.091,7.938 12.369,7.89 12.012,8.271 11.515,8.457 c 0.193,0.262 0.424,0.536 0.499,0.978 0.033,0.195 -0.014,0.436 0.06,0.638 0.085,0.232 0.454,0.288 0.818,0.419 0.286,0.104 0.603,0.254 0.798,0.419 0.141,0.119 0.348,0.322 0.359,0.579 0.017,0.367 -0.291,0.595 -0.658,0.499 C 13.189,11.937 13.086,11.701 12.912,11.59 12.718,11.467 12.395,11.407 12.094,11.291 11.601,11.1 11.267,10.847 11.116,10.353 11.033,10.079 11.083,9.677 10.957,9.415 10.604,8.688 9.855,9.034 9.02,9.034 8.811,9.034 8.615,9.019 8.42,8.994 8.227,8.968 8.033,8.912 7.881,8.914 7.51,8.917 7.061,9.24 7.003,9.612 6.957,9.916 6.996,10.14 6.924,10.37 6.776,10.838 6.445,11.085 5.926,11.287 5.684,11.382 5.369,11.436 5.128,11.586 4.914,11.719 4.815,12.105 4.35,12.005 4.204,11.973 4.012,11.825 3.991,11.565 3.953,11.095 4.477,10.801 4.789,10.648 5.094,10.499 5.87,10.341 5.966,10.069 6.048,9.842 5.987,9.594 6.027,9.391 6.107,8.986 6.295,8.741 6.546,8.453 6.032,8.283 5.686,7.897 4.968,7.936 4.58,7.958 4.107,8.094 4.01,8.396 3.93,8.646 3.967,8.888 3.891,9.114 3.673,9.758 3.065,10.107 2.155,10.112 1.721,10.114 1.11,10.07 0.997,9.732 0.879,9.375 1.115,9.076 1.377,9.034 1.529,9.009 1.695,9.081 1.875,9.094 2.305,9.125 2.842,9.097 2.953,8.815 3.056,8.552 2.965,8.269 3.053,8.037 3.248,7.52 3.631,7.286 4.19,7.079 3.809,6.74 3.41,6.438 3.053,6.08 2.701,5.729 2.398,5.319 1.976,5.043 2.141,5.778 2.932,6.283 3.033,7.078 3.144,7.957 2.059,8.334 1.437,7.856 1.153,7.639 0.979,7.185 0.658,7.078 0.57,7.048 0.425,7.075 0.318,7.038 -0.127,6.883 -0.086,6.211 0.318,6.08 0.918,5.886 1.364,6.346 1.695,6.619 1.398,6.14 0.547,5.067 1.177,4.384 1.329,4.219 1.586,4.074 1.835,4.045 2.789,3.932 3.232,4.948 3.73,5.342 4.427,4.791 5.183,4.271 6.025,3.826 6.844,3.392 7.826,3.008 8.998,3.008 c 1.197,0 2.146,0.392 2.994,0.818 0.846,0.425 1.604,0.942 2.274,1.516 0.6,-0.407 0.941,-1.391 1.915,-1.296 0.377,0.036 0.844,0.376 0.898,0.817 0.083,0.671 -0.479,1.283 -0.719,1.716 -0.004,0.016 -0.02,0.02 -0.02,0.04 0.262,-0.231 0.779,-0.732 1.377,-0.539 0.38,0.124 0.451,0.761 0.039,0.938 -0.1,0.043 -0.257,0.027 -0.358,0.06 -0.511,0.161 -0.633,0.974 -1.397,0.997 -0.684,0.021 -1.107,-0.412 -0.979,-1.077 0.153,-0.767 0.83,-1.204 1.041,-1.935 z"
+ id="path2959"
+ sodipodi:nodetypes="cscssssssssscsssssssssssssssssssssscssssssssscscssssscsscssscsssssssssc"
+ style="fill:#5e8019;fill-rule:evenodd"
+ inkscape:connector-curvature="0" />
+ </g>
+</svg>
diff --git a/navit/xpm/picnic.svg b/navit/xpm/picnic.svg
new file mode 100644
index 000000000..c927229c9
--- /dev/null
+++ b/navit/xpm/picnic.svg
@@ -0,0 +1,141 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ height="22"
+ id="svg2"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:version="0.48.1 r9760"
+ sodipodi:docname="picnic.svg"
+ sodipodi:version="0.32"
+ version="1.0"
+ width="22">
+ <metadata
+ id="metadata2975">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="http://web.resource.org/cc/PublicDomain" />
+ <dc:language>en</dc:language>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10.0"
+ guidetolerance="10.0"
+ id="base"
+ inkscape:current-layer="svg2"
+ inkscape:cx="7.5375917"
+ inkscape:cy="10.398785"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:window-height="725"
+ inkscape:window-width="1024"
+ inkscape:window-x="-3"
+ inkscape:window-y="-3"
+ inkscape:zoom="14.746834"
+ objecttolerance="10.0"
+ pagecolor="#ffffff"
+ showgrid="false"
+ inkscape:window-maximized="1" />
+ <defs
+ id="defs4">
+ <inkscape:perspective
+ id="perspective2441"
+ inkscape:persp3d-origin="290 : 193.33333 : 1"
+ inkscape:vp_x="0 : 290 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="580 : 290 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3452"
+ inkscape:persp3d-origin="30 : 20 : 1"
+ inkscape:vp_x="0 : 30 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="60 : 30 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <symbol
+ id="symbol-university"
+ viewBox="244.5 110 489 219.9">
+ <path
+ d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"
+ id="path4460" />
+ <path
+ d="M94,176l-21,39"
+ fill="none"
+ id="path4462"
+ stroke="#000000"
+ stroke-width="20" />
+ <path
+ d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"
+ id="path4464" />
+ <path
+ d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24"
+ id="path4466"
+ ill="none"
+ stroke="#000000"
+ stroke-width="20" />
+ </symbol>
+ <inkscape:perspective
+ id="perspective4471"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4668"
+ inkscape:persp3d-origin="6 : 4 : 1"
+ inkscape:vp_x="0 : 6 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="12 : 6 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ </defs>
+ <g
+ id="g1327"
+ transform="matrix(0.04411003,0,0,0.04411003,-1.7630903,-2.4407772)">
+ <path
+ d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 l 0,450.123 c 0,40.844 20.895,62.229 62.192,62.229 l 452.024,0 c 41.307,0 62.229,-20.315 62.229,-62.229 l 0,-450.123 c 0,-42.601 -20.922,-65.036 -63.521,-65.036 -0.004,0 -448.495,-0.143 -448.353,0 z"
+ id="path1329"
+ style="fill:#111111;fill-opacity:0;stroke:#eeeeee;stroke-width:3.40799999;stroke-opacity:0"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ id="layer3"
+ inkscape:label="Layout"
+ style="display:none;stroke:#757575;stroke-opacity:1"
+ transform="matrix(48.14969,0,0,48.14969,-536.27327,-33.306752)">
+ <rect
+ height="10"
+ id="rect4134"
+ style="fill:none;stroke:#757575;stroke-width:0.10000000000000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ width="10"
+ x="1"
+ y="1" />
+ <rect
+ height="8"
+ id="rect4136"
+ style="fill:none;stroke:#757575;stroke-width:0.10000000000000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ width="8"
+ x="2"
+ y="2" />
+ </g>
+ <path
+ d="m 7.5746037,10.107448 2.0986832,-5.1565636 2.1508751,0 2.098683,5.1565636 -6.3482413,0 z m 6.8408883,-5.1565636 3.497543,0 0,-1.9175996 -13.8628608,0 0,1.9175996 3.4722387,0 -2.098684,5.1565636 -5.1304682,0 0,1.916808 4.3531486,0 -2.4094536,6.012169 2.3580538,0 2.4355491,-6.012169 7.8767864,0 2.43555,6.012169 2.384148,0 -2.435548,-6.012169 4.379244,0 0,-1.916808 -5.156563,0 -2.098684,-5.1565636 z"
+ id="flowRoot3192"
+ style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#b26609;fill-opacity:1;stroke:none;font-family:NPSPICT3;-inkscape-font-specification:NPSPICT3"
+ inkscape:connector-curvature="0" />
+</svg>
diff --git a/navit/xpm/shelter.svg b/navit/xpm/shelter.svg
new file mode 100644
index 000000000..b0cbc7e31
--- /dev/null
+++ b/navit/xpm/shelter.svg
@@ -0,0 +1,222 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ height="22"
+ id="svg2"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:version="0.48.1 r9760"
+ sodipodi:docname="shelter.svg"
+ sodipodi:version="0.32"
+ version="1.0"
+ width="22">
+ <metadata
+ id="metadata2975">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="http://web.resource.org/cc/PublicDomain" />
+ <dc:language>en</dc:language>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10.0"
+ guidetolerance="10.0"
+ id="base"
+ inkscape:current-layer="svg2"
+ inkscape:cx="31.570821"
+ inkscape:cy="5.9279102"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:window-height="725"
+ inkscape:window-width="1024"
+ inkscape:window-x="-3"
+ inkscape:window-y="-3"
+ inkscape:zoom="7.3734169"
+ objecttolerance="10.0"
+ pagecolor="#ffffff"
+ showgrid="false"
+ inkscape:window-maximized="1" />
+ <defs
+ id="defs4">
+ <inkscape:perspective
+ id="perspective2441"
+ inkscape:persp3d-origin="290 : 193.33333 : 1"
+ inkscape:vp_x="0 : 290 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="580 : 290 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3452"
+ inkscape:persp3d-origin="30 : 20 : 1"
+ inkscape:vp_x="0 : 30 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="60 : 30 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <symbol
+ id="symbol-university"
+ viewBox="244.5 110 489 219.9">
+ <path
+ d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"
+ id="path4460" />
+ <path
+ d="M94,176l-21,39"
+ fill="none"
+ id="path4462"
+ stroke="#000000"
+ stroke-width="20" />
+ <path
+ d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"
+ id="path4464" />
+ <path
+ d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24"
+ id="path4466"
+ ill="none"
+ stroke="#000000"
+ stroke-width="20" />
+ </symbol>
+ <inkscape:perspective
+ id="perspective4471"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4668"
+ inkscape:persp3d-origin="6 : 4 : 1"
+ inkscape:vp_x="0 : 6 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="12 : 6 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ </defs>
+ <g
+ id="g1327"
+ transform="matrix(0.04177193,0,0,0.04177193,-1.4918456,-0.54206344)">
+ <path
+ d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 l 0,450.123 c 0,40.844 20.895,62.229 62.192,62.229 l 452.024,0 c 41.307,0 62.229,-20.315 62.229,-62.229 l 0,-450.123 c 0,-42.601 -20.922,-65.036 -63.521,-65.036 -0.004,0 -448.495,-0.143 -448.353,0 z"
+ id="path1329"
+ style="fill:#111111;fill-opacity:0;stroke:#eeeeee;stroke-width:3.40799999;stroke-opacity:0"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ id="layer3"
+ inkscape:label="Layout"
+ style="display:none;stroke:#757575;stroke-opacity:1"
+ transform="matrix(48.14969,0,0,48.14969,-536.27327,-33.306752)">
+ <rect
+ height="10"
+ id="rect4134"
+ style="fill:none;stroke:#757575;stroke-width:0.10000000000000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ width="10"
+ x="1"
+ y="1" />
+ <rect
+ height="8"
+ id="rect4136"
+ style="fill:none;stroke:#757575;stroke-width:0.10000000000000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ width="8"
+ x="2"
+ y="2" />
+ </g>
+ <path
+ d="M 4.134533,2.5487666 0.84069955,5.8425995"
+ id="path15803"
+ sodipodi:nodetypes="cc"
+ style="fill:none;stroke:#00c08f;stroke-width:0.80205715;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ inkscape:connector-curvature="0" />
+ <path
+ d="M 8.5929954,1.2962428 5.2991629,4.5900759"
+ id="path15805"
+ sodipodi:nodetypes="cc"
+ style="fill:none;stroke:#00c08f;stroke-width:0.80205715;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ inkscape:connector-curvature="0" />
+ <path
+ d="M 3.2963093,7.1482333 0.71140075,9.7331417"
+ id="path15807"
+ sodipodi:nodetypes="cc"
+ style="fill:none;stroke:#00c08f;stroke-width:0.80205715;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ inkscape:connector-curvature="0" />
+ <path
+ d="M 10.03139,3.8456992 6.7375585,7.1395323"
+ id="path15809"
+ sodipodi:nodetypes="cc"
+ style="fill:none;stroke:#00c08f;stroke-width:0.80205715;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ inkscape:connector-curvature="0" />
+ <path
+ d="M 17.587755,3.1315428 14.293922,6.425376"
+ id="path15813"
+ sodipodi:nodetypes="cc"
+ style="fill:none;stroke:#00c08f;stroke-width:0.80205715;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ inkscape:connector-curvature="0" />
+ <path
+ d="M 21.324199,2.8256192 18.886984,5.1742187"
+ id="path15815"
+ sodipodi:nodetypes="cc"
+ style="fill:none;stroke:#00c08f;stroke-width:0.80205715;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ inkscape:connector-curvature="0" />
+ <path
+ d="M 21.412815,6.0493695 18.886983,8.5161232"
+ id="path15819"
+ sodipodi:nodetypes="cc"
+ style="fill:none;stroke:#00c08f;stroke-width:0.80205715;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ inkscape:connector-curvature="0" />
+ <path
+ d="M 17.169693,7.2067332 16.032174,8.2556374"
+ id="path15821"
+ sodipodi:nodetypes="cc"
+ style="fill:none;stroke:#00c08f;stroke-width:0.80205715;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ inkscape:connector-curvature="0" />
+ <path
+ d="M 13.293951,4.4483272 11.654276,6.028925"
+ id="path15823"
+ sodipodi:nodetypes="cc"
+ style="fill:none;stroke:#00c08f;stroke-width:0.80205715;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ inkscape:connector-curvature="0" />
+ <path
+ d="M 13.986991,0.84295167 12.051931,2.8370888"
+ id="path15825"
+ sodipodi:nodetypes="cc"
+ style="fill:none;stroke:#00c08f;stroke-width:0.80205715;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ inkscape:connector-curvature="0" />
+ <g
+ id="g5417"
+ transform="matrix(0.03644518,0,0,0.03644518,0.31578565,2.7532808)">
+ <path
+ d="M 48.288912,272.40193 288.29972,144.39616 528.31052,272.40193 512.24025,288.7664 431.99984,256.40121 288.21392,239.09639 144.09958,256.1512 64.279091,288.40647 48.288912,272.40193 z"
+ id="path7057"
+ sodipodi:nodetypes="ccccccccc"
+ style="fill:#00c08f;fill-opacity:1;fill-rule:evenodd;stroke:#00c08f;stroke-width:21.45868111;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-mid:none;display:inline"
+ inkscape:connector-curvature="0" />
+ <rect
+ height="258.64166"
+ id="rect7061"
+ ry="0"
+ style="fill:#00c08f;fill-opacity:1;stroke:#00c08f;stroke-width:22.63140297;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ width="30.82872"
+ x="414.99585"
+ y="255.09157" />
+ <rect
+ height="258.64166"
+ id="rect2747"
+ ry="0"
+ style="fill:#00c08f;fill-opacity:1;stroke:#00c08f;stroke-width:22.63140297;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ width="30.82872"
+ x="128.99585"
+ y="255.09157" />
+ </g>
+</svg>
diff --git a/navit/xpm/shinto.svg b/navit/xpm/shinto.svg
new file mode 100644
index 000000000..2b1dc3b95
--- /dev/null
+++ b/navit/xpm/shinto.svg
@@ -0,0 +1,127 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ height="22"
+ id="svg2"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:version="0.48.1 r9760"
+ sodipodi:docname="shinto.svg"
+ sodipodi:version="0.32"
+ version="1.0"
+ width="22">
+ <metadata
+ id="metadata2975">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="http://web.resource.org/cc/PublicDomain" />
+ <dc:language>en</dc:language>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10.0"
+ guidetolerance="10.0"
+ id="base"
+ inkscape:current-layer="svg2"
+ inkscape:cx="-9.5708212"
+ inkscape:cy="17.078967"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:window-height="725"
+ inkscape:window-width="1024"
+ inkscape:window-x="0"
+ inkscape:window-y="20"
+ inkscape:zoom="7.3734169"
+ objecttolerance="10.0"
+ pagecolor="#ffffff"
+ showgrid="false"
+ inkscape:window-maximized="0" />
+ <defs
+ id="defs4">
+ <inkscape:perspective
+ id="perspective2441"
+ inkscape:persp3d-origin="290 : 193.33333 : 1"
+ inkscape:vp_x="0 : 290 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="580 : 290 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective2466"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3333"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3401"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3464"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3581"
+ inkscape:persp3d-origin="225 : 150 : 1"
+ inkscape:vp_x="0 : 225 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="450 : 225 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4312"
+ inkscape:persp3d-origin="225 : 150 : 1"
+ inkscape:vp_x="0 : 225 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="450 : 225 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ </defs>
+ <g
+ id="g1327"
+ transform="matrix(0.04245132,0,0,0.0324535,-0.51966729,2.0219977)">
+ <path
+ d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 l 0,450.123 c 0,40.844 20.895,62.229 62.192,62.229 l 452.024,0 c 41.307,0 62.229,-20.315 62.229,-62.229 l 0,-450.123 c 0,-42.601 -20.922,-65.036 -63.521,-65.036 -0.004,0 -448.495,-0.143 -448.353,0 z"
+ id="path1329"
+ style="fill:#111111;fill-opacity:0;stroke:#eeeeee;stroke-width:3.40799999;stroke-opacity:0"
+ inkscape:connector-curvature="0" />
+ </g>
+ <path
+ d="M 7.5394045,19.570539 C 7.430461,19.414918 7.3823982,18.301678 7.3991799,16.322626 7.4209809,13.751517 7.3886371,13.258157 7.1778333,12.946516 6.8537478,12.467403 6.8558771,12.461078 7.3890319,12.318992 7.8192225,12.204343 7.8471101,12.159765 7.8471101,11.586695 l 0,-0.610218 -1.4887545,-0.02688 C 5.5395404,10.934812 4.821999,10.886244 4.7638185,10.841661 4.624263,10.734721 4.5610582,9.6109678 4.6859108,9.4565265 c 0.059714,-0.073862 0.5384533,-0.098857 1.236999,-0.064586 0.95672,0.046942 1.197117,0.020748 1.4981211,-0.1632033 C 8.0304813,8.8562862 7.8034682,8.6323284 6.7315879,8.5485725 4.6714377,8.3875922 4.6800392,8.3899736 4.5722449,7.9507098 4.5182264,7.7305826 4.4069595,7.5504785 4.3249837,7.5504785 4.2430065,7.5504785 3.900989,7.4113798 3.5649449,7.2413707 3.0889279,7.000548 2.9168113,6.8194925 2.7858129,6.4217732 2.6933344,6.1410032 2.4176723,5.7002157 2.1732309,5.4422454 1.9287894,5.1842753 1.7695892,4.9227436 1.8194527,4.8610637 c 0.1380206,-0.1707261 0.795889,-0.1340382 1.3213359,0.073688 0.584053,0.2308943 1.8013133,0.5112673 2.4565298,0.5658152 0.2716034,0.022612 1.2840098,0.1311083 2.2497917,0.2411036 1.4484267,0.1649651 2.4913889,0.1899947 5.9550189,0.1429068 2.309478,-0.031396 4.508254,-0.1135789 4.886168,-0.1826257 0.377914,-0.069048 1.124745,-0.1783782 1.659624,-0.2429574 0.534878,-0.06458 1.404052,-0.2718008 1.931494,-0.4604917 1.281236,-0.4583589 1.672035,-0.1984136 0.989093,0.6579085 -0.167647,0.2102091 -0.304813,0.5055627 -0.304813,0.6563403 0,0.2694709 -1.188411,1.2377294 -1.51915,1.2377294 -0.08346,0 -0.209035,0.1690367 -0.279063,0.3756379 -0.140253,0.413779 -0.452172,0.5271541 -1.503768,0.5465799 -0.934456,0.017263 -1.584188,0.1393642 -1.584188,0.29771 0,0.077085 0.157968,0.25361 0.35104,0.3922746 0.322761,0.2318055 0.436549,0.2440224 1.412409,0.1516459 0.652312,-0.061749 1.131625,-0.057682 1.243667,0.01056 0.183743,0.1119026 0.113415,1.2277203 -0.08833,1.4013633 -0.05264,0.0453 -0.768554,0.09107 -1.59093,0.101694 l -1.495227,0.01932 0.04551,0.598698 c 0.04265,0.560911 0.07684,0.606436 0.541876,0.721351 0.801751,0.198119 0.869565,0.322907 0.404894,0.745079 l -0.413833,0.375986 0.0881,2.998199 c 0.0546,1.857986 0.03162,3.075365 -0.06043,3.201105 -0.18311,0.25014 -1.531305,0.287273 -1.789657,0.04929 -0.105156,-0.09686 -0.204346,-1.293546 -0.2685,-3.239307 -0.05596,-1.697131 -0.167471,-3.183259 -0.247811,-3.302505 -0.09702,-0.144011 -0.09005,-0.259642 0.02077,-0.34436 0.09176,-0.07015 0.1669,-0.497877 0.166977,-0.950504 l 1.4e-4,-0.822959 -3.472804,0.03807 c -1.910041,0.02094 -3.4965515,0.05623 -3.5255747,0.07842 -0.029025,0.02219 -0.090118,1.922375 -0.1357627,4.222638 -0.045645,2.300261 -0.1450541,4.274218 -0.22091,4.386573 -0.2059437,0.305037 -1.2837427,0.281745 -1.503729,-0.03249 z m 4.4304105,-10.5025462 0,-0.4669264 -1.137609,0 c -0.8996473,0 -1.1671803,0.040396 -1.2789833,0.1931285 -0.1061445,0.1449994 -0.04144,0.2604411 0.259624,0.4632374 0.3178893,0.2141272 0.5829733,0.2708751 1.2789843,0.2737996 l 0.877984,0.00369 0,-0.4669273 z m 3.968267,0.1491555 c 0.168923,-0.1105706 0.30713,-0.294424 0.30713,-0.408561 0,-0.180428 -0.149516,-0.2075209 -1.145196,-0.2075209 l -1.145195,0 0,0.4085615 0,0.4085604 0.838065,0 c 0.572327,0 0.93545,-0.063746 1.145196,-0.20104 z"
+ id="path1873"
+ sodipodi:nodetypes="cssscccsssssssssssssssssssssssssssscccscccssssscccsssccccssccccscccccc"
+ style="opacity:0.25;fill:#ffffff;fill-opacity:0"
+ inkscape:connector-curvature="0" />
+ <path
+ d="M 5.8413521,18.272399 C 5.7324086,18.116778 5.6843456,17.003538 5.7011275,15.024486 5.7229285,12.453377 5.6905846,11.960016 5.4797807,11.648375 5.1556953,11.169263 5.1578246,11.162937 5.6909795,11.020852 6.12117,10.906203 6.1490576,10.861625 6.1490576,10.288554 l 0,-0.610217 -1.4887544,-0.02688 C 3.8414874,9.6366763 3.1239463,9.5881057 3.065766,9.5435234 2.9262107,9.4365828 2.8630059,8.3128293 2.9878584,8.1583887 3.0475721,8.0845271 3.5263118,8.0595315 4.2248568,8.0938025 5.1815772,8.1407448 5.4219743,8.1145506 5.7229784,7.9305998 6.3324288,7.5581483 6.1054158,7.3341905 5.0335354,7.2504342 2.973385,7.0894539 2.9819866,7.0918355 2.8741926,6.6525714 2.8201742,6.4324444 2.7089068,6.2523401 2.6269308,6.2523401 2.5449542,6.2523401 2.2029369,6.1132415 1.8668923,5.9432325 1.3908755,5.7024078 1.2187588,5.5213522 1.0877604,5.1236329 0.99528177,4.8428628 0.71961977,4.4020755 0.47517827,4.144105 0.23073693,3.8861349 0.07153669,3.6246033 0.1214002,3.5629234 0.2594208,3.3921973 0.91728917,3.4288851 1.4427361,3.6366115 2.026789,3.8675057 3.2440495,4.1478789 3.8992659,4.2024266 4.1708692,4.2250376 5.1832757,4.333535 6.1490576,4.4435302 7.5974843,4.6084955 8.6404469,4.6335251 12.104076,4.5864371 14.413554,4.5550411 16.612331,4.4728581 16.990244,4.4038114 17.368159,4.3347634 18.114991,4.2254333 18.649869,4.160854 19.184747,4.096274 20.05392,3.8890532 20.581363,3.7003623 21.8626,3.2420034 22.253398,3.5019486 21.570457,4.3582706 21.40281,4.56848 21.265642,4.8638333 21.265642,5.014611 c 0,0.269471 -1.188411,1.2377291 -1.519149,1.2377291 -0.08346,0 -0.209036,0.1690368 -0.279064,0.3756381 -0.140252,0.413779 -0.452171,0.527154 -1.503768,0.5465803 -0.934456,0.017263 -1.584187,0.1393639 -1.584187,0.29771 0,0.077085 0.157968,0.2536096 0.351041,0.3922739 0.322759,0.2318055 0.436548,0.2440224 1.412407,0.1516465 0.652313,-0.061749 1.131627,-0.057681 1.243668,0.01056 0.183743,0.1119013 0.113415,1.2277196 -0.08833,1.4013629 -0.05264,0.045303 -0.768554,0.091067 -1.590929,0.1016941 l -1.495229,0.019322 0.04551,0.5986971 c 0.04264,0.560911 0.07684,0.606436 0.541876,0.721351 0.801753,0.198119 0.869566,0.322907 0.404894,0.74508 l -0.413833,0.375985 0.0881,2.9982 c 0.0546,1.857986 0.03162,3.075364 -0.06043,3.201104 -0.183112,0.25014 -1.531306,0.287273 -1.789658,0.04929 -0.105156,-0.09686 -0.204347,-1.293545 -0.268501,-3.239307 -0.05596,-1.69713 -0.16747,-3.183258 -0.247811,-3.302506 -0.09702,-0.14401 -0.09005,-0.25964 0.02077,-0.344358 0.09176,-0.07015 0.1669,-0.497878 0.166976,-0.950505 l 1.42e-4,-0.8229587 -3.472805,0.03807 c -1.9100406,0.02094 -3.4965507,0.056226 -3.5255742,0.078416 -0.029025,0.022185 -0.090119,1.9223747 -0.1357627,4.2226377 -0.045645,2.300261 -0.1450542,4.274219 -0.2209101,4.386574 -0.2059437,0.305037 -1.2837426,0.281744 -1.503729,-0.03249 z m 4.4304109,-10.5025464 0,-0.4669268 -1.1376093,0 c -0.8996479,0 -1.1671806,0.040398 -1.2789839,0.1931284 -0.106145,0.1449999 -0.041444,0.2604417 0.2596249,0.463238 0.3178876,0.214127 0.5829723,0.2708746 1.2789834,0.2737994 l 0.8779849,0.00369 0,-0.4669275 z m 3.968266,0.1491555 c 0.168923,-0.1105705 0.307131,-0.2944244 0.307131,-0.4085608 0,-0.1804283 -0.149516,-0.2075215 -1.145195,-0.2075215 l -1.145195,0 0,0.408562 0,0.4085604 0.838064,0 c 0.572328,0 0.935451,-0.063747 1.145195,-0.2010401 z"
+ id="path6923"
+ sodipodi:nodetypes="cssscccsssssssssssssssssssssssssssscccscccssssscccsssccccssccccscccccc"
+ style="fill:#5e8019"
+ inkscape:connector-curvature="0" />
+</svg>
diff --git a/navit/xpm/shop_apparel.svg b/navit/xpm/shop_apparel.svg
new file mode 100644
index 000000000..2bcb9e449
--- /dev/null
+++ b/navit/xpm/shop_apparel.svg
@@ -0,0 +1,439 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ height="22"
+ id="svg2"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:version="0.48.1 r9760"
+ sodipodi:docname="shop_apparel.svg"
+ sodipodi:version="0.32"
+ version="1.0"
+ width="22">
+ <metadata
+ id="metadata2975">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10.0"
+ guidetolerance="10.0"
+ id="base"
+ inkscape:current-layer="svg2"
+ inkscape:cx="32.552186"
+ inkscape:cy="9.5178891"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:window-height="725"
+ inkscape:window-width="1024"
+ inkscape:window-x="0"
+ inkscape:window-y="20"
+ inkscape:zoom="7.2407731"
+ objecttolerance="10.0"
+ pagecolor="#ffffff"
+ showgrid="false"
+ inkscape:window-maximized="0" />
+ <defs
+ id="defs4">
+ <inkscape:perspective
+ id="perspective2441"
+ inkscape:persp3d-origin="290 : 193.33333 : 1"
+ inkscape:vp_x="0 : 290 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="580 : 290 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective2466"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3333"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3401"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3464"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3581"
+ inkscape:persp3d-origin="225 : 150 : 1"
+ inkscape:vp_x="0 : 225 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="450 : 225 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4312"
+ inkscape:persp3d-origin="225 : 150 : 1"
+ inkscape:vp_x="0 : 225 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="450 : 225 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective8860"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective8887"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4904"
+ inkscape:persp3d-origin="16 : 10.666667 : 1"
+ inkscape:vp_x="0 : 16 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="32 : 16 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4668"
+ inkscape:persp3d-origin="6 : 4 : 1"
+ inkscape:vp_x="0 : 6 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="12 : 6 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4471"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <symbol
+ id="symbol-university"
+ viewBox="244.5 110 489 219.9">
+ <path
+ d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"
+ id="path4460" />
+ <path
+ d="M94,176l-21,39"
+ fill="none"
+ id="path4462"
+ stroke="#000000"
+ stroke-width="20" />
+ <path
+ d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"
+ id="path4464" />
+ <path
+ d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24"
+ id="path4466"
+ ill="none"
+ stroke="#000000"
+ stroke-width="20" />
+ </symbol>
+ <inkscape:perspective
+ id="perspective3452"
+ inkscape:persp3d-origin="30 : 20 : 1"
+ inkscape:vp_x="0 : 30 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="60 : 30 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective9479"
+ inkscape:persp3d-origin="290 : 193.33333 : 1"
+ inkscape:vp_x="0 : 290 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="580 : 290 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective9690"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective9819"
+ inkscape:persp3d-origin="290 : 193.33333 : 1"
+ inkscape:vp_x="0 : 290 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="580 : 290 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective9817"
+ inkscape:persp3d-origin="30 : 20 : 1"
+ inkscape:vp_x="0 : 30 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="60 : 30 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <symbol
+ id="symbol9807"
+ viewBox="244.5 110 489 219.9">
+ <path
+ d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"
+ id="path9809" />
+ <path
+ d="M94,176l-21,39"
+ fill="none"
+ id="path9811"
+ stroke="#000000"
+ stroke-width="20" />
+ <path
+ d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"
+ id="path9813" />
+ <path
+ d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24"
+ id="path9815"
+ ill="none"
+ stroke="#000000"
+ stroke-width="20" />
+ </symbol>
+ <inkscape:perspective
+ id="perspective9805"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective9803"
+ inkscape:persp3d-origin="6 : 4 : 1"
+ inkscape:vp_x="0 : 6 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="12 : 6 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective9801"
+ inkscape:persp3d-origin="16 : 10.666667 : 1"
+ inkscape:vp_x="0 : 16 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="32 : 16 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective9799"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective9797"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective9795"
+ inkscape:persp3d-origin="225 : 150 : 1"
+ inkscape:vp_x="0 : 225 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="450 : 225 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective9793"
+ inkscape:persp3d-origin="225 : 150 : 1"
+ inkscape:vp_x="0 : 225 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="450 : 225 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective9791"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective9789"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective9787"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective9785"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective9783"
+ inkscape:persp3d-origin="290 : 193.33333 : 1"
+ inkscape:vp_x="0 : 290 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="580 : 290 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <defs
+ id="defs48974" />
+ <sodipodi:namedview
+ bordercolor="#666666"
+ borderopacity="1.0"
+ id="namedview4258"
+ inkscape:cx="475.26707"
+ inkscape:cy="250.37448"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:window-height="739"
+ inkscape:window-width="1012"
+ inkscape:window-x="0"
+ inkscape:window-y="26"
+ inkscape:zoom="0.61399264"
+ pagecolor="#ffffff" />
+ <inkscape:perspective
+ id="perspective11483"
+ inkscape:persp3d-origin="100 : 66.666667 : 1"
+ inkscape:vp_x="0 : 100 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="200 : 100 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective12684"
+ inkscape:persp3d-origin="180 : 66.666667 : 1"
+ inkscape:vp_x="0 : 100 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="360 : 100 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ </defs>
+ <g
+ id="g1327"
+ transform="matrix(0.04514455,0,0,0.04514455,-2.3478156,-1.6568572)">
+ <path
+ d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 l 0,450.123 c 0,40.844 20.895,62.229 62.192,62.229 l 452.024,0 c 41.307,0 62.229,-20.315 62.229,-62.229 l 0,-450.123 c 0,-42.601 -20.922,-65.036 -63.521,-65.036 -0.004,0 -448.495,-0.143 -448.353,0 z"
+ id="path1329"
+ style="fill:#111111;fill-opacity:0;stroke:#eeeeee;stroke-width:3.40799999;stroke-opacity:0"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ id="layer3"
+ inkscape:label="Layout"
+ style="stroke:#757575;stroke-opacity:1;display:none"
+ transform="matrix(48.14969,0,0,48.14969,-1210.2219,-51.870914)">
+ <rect
+ height="10"
+ id="rect4134"
+ style="fill:none;stroke:#757575;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ width="10"
+ x="1"
+ y="1" />
+ <rect
+ height="8"
+ id="rect4136"
+ style="fill:none;stroke:#757575;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ width="8"
+ x="2"
+ y="2" />
+ </g>
+ <g
+ id="g9828"
+ inkscape:label="Layout"
+ style="stroke:#757575;stroke-opacity:1;display:none"
+ transform="matrix(48.14969,0,0,48.14969,-1870.5198,102.97115)">
+ <rect
+ height="10"
+ id="rect9830"
+ style="fill:none;stroke:#757575;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ width="10"
+ x="1"
+ y="1" />
+ <rect
+ height="8"
+ id="rect9832"
+ style="fill:none;stroke:#757575;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ width="8"
+ x="2"
+ y="2" />
+ </g>
+ <g
+ id="g3219"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-opacity:1"
+ transform="matrix(0.13028858,0,0,0.13028858,-8.0822756,-68.244127)">
+ <path
+ d="m 67.613793,570.41735 c 24.468075,-13.10042 45.356037,-11.77452 66.041377,-23.06206 11.09637,2.43104 19.357,1.4592 26.99311,-0.26207 23.42862,10.78637 44.02825,12.51579 66.04138,23.5862 -1.82964,11.55946 -5.85886,21.54778 -12.57932,29.6138 -8.15361,-4.36994 -15.86829,-6.10632 -23.32413,-6.28966 l -0.52414,78.62069 c -32.1215,5.98273 -59.34716,3.39775 -85.95862,-0.26207 l -0.26207,-78.09655 c -9.370679,-0.2722 -16.500436,3.19047 -23.848277,6.28966 -7.067215,-9.63539 -10.36885,-19.80873 -12.57931,-30.13794 z"
+ id="path2427"
+ sodipodi:nodetypes="ccccccccccc"
+ style="fill:#ad30c0;fill-opacity:1;fill-rule:evenodd;stroke:#ad30c0;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 71.282759,569.10701 c 2.214678,10.74851 6.083496,20.78686 13.627586,29.35172"
+ id="path3199"
+ sodipodi:nodetypes="cc"
+ style="fill:#ad30c0;fill-opacity:1;fill-rule:evenodd;stroke:#ad30c0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 105.35172,668.16908 c 28.12874,4.60443 56.25747,5.59295 84.38621,-0.26207"
+ id="path3203"
+ sodipodi:nodetypes="cc"
+ style="fill:#ad30c0;fill-opacity:1;fill-rule:evenodd;stroke:#ad30c0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 133.3931,547.61736 c -0.22816,2.3247 1.69237,12.73282 13.88965,13.36551 11.93593,0.61914 14.27527,-11.53603 13.88966,-13.10345"
+ id="path3205"
+ sodipodi:nodetypes="czc"
+ style="fill:#ad30c0;fill-opacity:1;fill-rule:evenodd;stroke:#ad30c0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 128.21194,550.41871 c -0.22816,2.3247 4.57424,15.11165 18.34482,15.46206 14.03248,0.35707 19.77872,-14.68086 19.39311,-16.24828"
+ id="path3207"
+ sodipodi:nodetypes="czc"
+ style="fill:#ad30c0;fill-opacity:1;fill-rule:evenodd;stroke:#ad30c0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 134.52279,552.33459 c 8.53814,2.23324 16.08174,1.75419 25.31809,-0.20185"
+ id="path3209"
+ sodipodi:nodetypes="cc"
+ style="fill:#ad30c0;fill-opacity:1;fill-rule:evenodd;stroke:#ad30c0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 104.16182,558.28077 c 2.57594,9.88539 6.83803,21.48891 -0.26207,35.37931"
+ id="path3213"
+ sodipodi:nodetypes="cc"
+ style="fill:#ad30c0;fill-opacity:1;fill-rule:evenodd;stroke:#ad30c0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 190.37521,558.48262 c -2.57594,9.88539 -6.83803,21.48891 0.26207,35.37931"
+ id="path3215"
+ sodipodi:nodetypes="cc"
+ style="fill:#ad30c0;fill-opacity:1;fill-rule:evenodd;stroke:#ad30c0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 223.28276,568.84494 c -2.21468,10.74851 -6.0835,20.78686 -13.62759,29.35172"
+ id="path3217"
+ sodipodi:nodetypes="cc"
+ style="fill:#ad30c0;fill-opacity:1;fill-rule:evenodd;stroke:#ad30c0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ inkscape:connector-curvature="0" />
+ </g>
+</svg>
diff --git a/navit/xpm/shop_computer.svg b/navit/xpm/shop_computer.svg
new file mode 100644
index 000000000..ef1000b79
--- /dev/null
+++ b/navit/xpm/shop_computer.svg
@@ -0,0 +1,267 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ height="22"
+ id="svg2"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:version="0.48.1 r9760"
+ sodipodi:docname="shop_computer.svg"
+ sodipodi:version="0.32"
+ version="1.0"
+ width="22">
+ <metadata
+ id="metadata2975">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="http://web.resource.org/cc/PublicDomain" />
+ <dc:language>en</dc:language>
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10.0"
+ guidetolerance="10.0"
+ id="base"
+ inkscape:current-layer="svg2"
+ inkscape:cx="54.319367"
+ inkscape:cy="1.3750313"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:window-height="725"
+ inkscape:window-maximized="1"
+ inkscape:window-width="1024"
+ inkscape:window-x="-3"
+ inkscape:window-y="-3"
+ inkscape:zoom="7.3734169"
+ objecttolerance="10.0"
+ pagecolor="#ffffff"
+ showgrid="false" />
+ <defs
+ id="defs4">
+ <inkscape:perspective
+ id="perspective2441"
+ inkscape:persp3d-origin="290 : 193.33333 : 1"
+ inkscape:vp_x="0 : 290 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="580 : 290 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3452"
+ inkscape:persp3d-origin="30 : 20 : 1"
+ inkscape:vp_x="0 : 30 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="60 : 30 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <symbol
+ id="symbol-university"
+ viewBox="244.5 110 489 219.9">
+ <path
+ d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"
+ id="path4460" />
+ <path
+ d="M94,176l-21,39"
+ fill="none"
+ id="path4462"
+ stroke="#000000"
+ stroke-width="20" />
+ <path
+ d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"
+ id="path4464" />
+ <path
+ d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24"
+ id="path4466"
+ ill="none"
+ stroke="#000000"
+ stroke-width="20" />
+ </symbol>
+ <inkscape:perspective
+ id="perspective4471"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4668"
+ inkscape:persp3d-origin="6 : 4 : 1"
+ inkscape:vp_x="0 : 6 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="12 : 6 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4725"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective6330"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective6376"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective6376-2"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective6407"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ </defs>
+ <g
+ id="g1327"
+ transform="matrix(0.04191547,0,0,0.04191547,-1.2206009,-1.2201752)">
+ <path
+ d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 l 0,450.123 c 0,40.844 20.895,62.229 62.192,62.229 l 452.024,0 c 41.307,0 62.229,-20.315 62.229,-62.229 l 0,-450.123 c 0,-42.601 -20.922,-65.036 -63.521,-65.036 -0.004,0 -448.495,-0.143 -448.353,0 z"
+ id="path1329"
+ style="fill:#111111;fill-opacity:0;stroke:#eeeeee;stroke-width:3.40799999;stroke-opacity:0"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ id="layer3"
+ inkscape:label="Layout"
+ style="display:none;stroke:#757575;stroke-opacity:1"
+ transform="matrix(48.14969,0,0,48.14969,-536.27327,-33.306752)">
+ <rect
+ height="10"
+ id="rect4134"
+ style="fill:none;stroke:#757575;stroke-width:0.10000000000000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ width="10"
+ x="1"
+ y="1" />
+ <rect
+ height="8"
+ id="rect4136"
+ style="fill:none;stroke:#757575;stroke-width:0.10000000000000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ width="8"
+ x="2"
+ y="2" />
+ </g>
+ <g
+ id="g3626"
+ transform="matrix(1.313665,0,0,1.313665,0.50349614,3.3902163)">
+ <path
+ d="m 2.4483515,8.2362225 11.1032965,0 c 0.30455,0 0.412539,0.2781433 0.549729,0.550351 l 1.4905,2.9574075 c 0.13719,0.272208 -0.245178,0.550352 -0.549728,0.550352 l -14.08429756,0 c -0.30454944,0 -0.68691783,-0.278144 -0.54972816,-0.550352 L 1.8986234,8.7865735 C 2.0358129,8.5143659 2.1438021,8.2362225 2.4483515,8.2362225 z"
+ id="rect4428"
+ sodipodi:nodetypes="ccssccssc"
+ style="fill:none;stroke:#ad30c0;stroke-width:1.03200889;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 1.4764801,9.2012489 13.0299889,0"
+ id="path4432"
+ sodipodi:nodetypes="cc"
+ style="fill:none;stroke:#ad30c0;stroke-width:0.25799972;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 1.0932552,9.8745606 13.7430548,0"
+ id="path4434"
+ sodipodi:nodetypes="cc"
+ style="fill:none;stroke:#ad30c0;stroke-width:0.25799972;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 0.79760876,10.637491 14.41115024,0"
+ id="path4436"
+ sodipodi:nodetypes="cc"
+ style="fill:none;stroke:#ad30c0;stroke-width:0.25799972;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ </g>
+ <rect
+ height="11.072239"
+ id="rect4426"
+ rx="0.67181033"
+ ry="0.67181033"
+ style="fill:none;stroke:#ad30c0;stroke-width:1.35571396;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ width="15.010219"
+ x="3.5077097"
+ y="2.1739063" />
+ <g
+ id="g3658"
+ transform="matrix(1.4821886,0,0,1.4821886,-1.3097401,2.5924595)">
+ <path
+ d="m 6.445849,0.54307086 0,4.60246824 1.679497,-1.453411 2.034775,-0.7105565 -3.714272,-2.43850074 z"
+ id="path3619"
+ sodipodi:nodetypes="ccccc"
+ style="fill:#ad30c0;fill-opacity:1;stroke:none"
+ inkscape:connector-curvature="0" />
+ <rect
+ height="1.1156085"
+ id="rect3649"
+ rx="0"
+ ry="0"
+ style="fill:#ad30c0;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ transform="matrix(-0.5,-0.8660254,0.8660254,-0.5,0,0)"
+ width="3.1568718"
+ x="-9.5682249"
+ y="4.6760492" />
+ </g>
+ <rect
+ height="11.072239"
+ id="rect4426-3"
+ rx="0.67181033"
+ ry="0.67181033"
+ style="opacity:0.1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1.35571396;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ width="15.010219"
+ x="3.5077097"
+ y="2.1739063" />
+ <g
+ id="g3626-4"
+ style="opacity:0.1;fill:#ffffff;fill-opacity:1"
+ transform="matrix(1.313665,0,0,1.313665,0.50349614,3.3902163)">
+ <path
+ d="m 2.4483515,8.2362225 11.1032965,0 c 0.30455,0 0.412539,0.2781433 0.549729,0.550351 l 1.4905,2.9574075 c 0.13719,0.272208 -0.245178,0.550352 -0.549728,0.550352 l -14.08429756,0 c -0.30454944,0 -0.68691783,-0.278144 -0.54972816,-0.550352 L 1.8986234,8.7865735 C 2.0358129,8.5143659 2.1438021,8.2362225 2.4483515,8.2362225 z"
+ id="rect4428-2"
+ sodipodi:nodetypes="ccssccssc"
+ style="fill:#ad30c0;fill-opacity:1;stroke:#ad30c0;stroke-width:1.03200889;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 1.4764801,9.2012489 13.0299889,0"
+ id="path4432-0"
+ sodipodi:nodetypes="cc"
+ style="fill:#ad30c0;fill-opacity:1;stroke:#ad30c0;stroke-width:0.25799972;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 1.0932552,9.8745606 13.7430548,0"
+ id="path4434-5"
+ sodipodi:nodetypes="cc"
+ style="fill:#ad30c0;fill-opacity:1;stroke:#ad30c0;stroke-width:0.25799972;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 0.79760876,10.637491 14.41115024,0"
+ id="path4436-9"
+ sodipodi:nodetypes="cc"
+ style="fill:#ad30c0;fill-opacity:1;stroke:#ad30c0;stroke-width:0.25799972;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ </g>
+</svg>
diff --git a/navit/xpm/shop_department.svg b/navit/xpm/shop_department.svg
new file mode 100644
index 000000000..fe069d126
--- /dev/null
+++ b/navit/xpm/shop_department.svg
@@ -0,0 +1,496 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ height="22"
+ id="svg2"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:version="0.48.1 r9760"
+ sodipodi:docname="shop_department.svg"
+ sodipodi:version="0.32"
+ version="1.0"
+ width="22">
+ <metadata
+ id="metadata2975">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="http://web.resource.org/cc/PublicDomain" />
+ <dc:language>en</dc:language>
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10.0"
+ guidetolerance="10.0"
+ id="base"
+ inkscape:current-layer="svg2"
+ inkscape:cx="31.570822"
+ inkscape:cy="-5.8544315"
+ inkscape:guide-bbox="true"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:window-height="725"
+ inkscape:window-maximized="0"
+ inkscape:window-width="1024"
+ inkscape:window-x="0"
+ inkscape:window-y="24"
+ inkscape:zoom="7.3734168"
+ objecttolerance="10.0"
+ pagecolor="#ffffff"
+ showgrid="false"
+ showguides="true" />
+ <defs
+ id="defs4">
+ <inkscape:perspective
+ id="perspective2441"
+ inkscape:persp3d-origin="290 : 193.33333 : 1"
+ inkscape:vp_x="0 : 290 : 1"
+ inkscape:vp_y="6.1230318e-14 : 1000 : 0"
+ inkscape:vp_z="580 : 290 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3452"
+ inkscape:persp3d-origin="30 : 20 : 1"
+ inkscape:vp_x="0 : 30 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="60 : 30 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <symbol
+ id="symbol-university"
+ viewBox="244.5 110 489 219.9">
+ <path
+ d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"
+ id="path4460" />
+ <path
+ d="M94,176l-21,39"
+ fill="none"
+ id="path4462"
+ stroke="#000000"
+ stroke-width="20" />
+ <path
+ d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"
+ id="path4464" />
+ <path
+ d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24"
+ id="path4466"
+ ill="none"
+ stroke="#000000"
+ stroke-width="20" />
+ </symbol>
+ <inkscape:perspective
+ id="perspective4471"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4668"
+ inkscape:persp3d-origin="6 : 4 : 1"
+ inkscape:vp_x="0 : 6 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="12 : 6 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3826"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3855"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3909"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3950"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3972"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3994"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4016"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4837"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4971"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective6216"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective6764"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective6817"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <radialGradient
+ cx="180.2453"
+ cy="198.41902"
+ fx="180.2453"
+ fy="198.41902"
+ gradientTransform="scale(0.79354273,1.2601716)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient874"
+ r="101.58017"
+ xlink:href="#linearGradient829" />
+ <linearGradient
+ id="linearGradient829">
+ <stop
+ id="stop830"
+ offset="0.0000000"
+ style="stop-color: rgb(255, 255, 255); stop-opacity: 0.341667;" />
+ <stop
+ id="stop831"
+ offset="1.0000000"
+ style="stop-color: rgb(255, 255, 255); stop-opacity: 0;" />
+ </linearGradient>
+ <radialGradient
+ cx="360.85146"
+ cy="167.47372"
+ fx="360.85146"
+ fy="167.47372"
+ gradientTransform="scale(1.007004,0.99304475)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient832"
+ r="46.394721"
+ xlink:href="#linearGradient829" />
+ <linearGradient
+ id="linearGradient6826">
+ <stop
+ id="stop6828"
+ offset="0.0000000"
+ style="stop-color: rgb(255, 255, 255); stop-opacity: 0.341667;" />
+ <stop
+ id="stop6830"
+ offset="1.0000000"
+ style="stop-color: rgb(255, 255, 255); stop-opacity: 0;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="scale(0.74491357,1.3424376)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient850"
+ spreadMethod="pad"
+ x1="465.29425"
+ x2="463.27056"
+ xlink:href="#linearGradient855"
+ y1="248.24467"
+ y2="405.7687" />
+ <linearGradient
+ id="linearGradient855">
+ <stop
+ id="stop856"
+ offset="0.0000000"
+ style="stop-color: rgb(255, 255, 255); stop-opacity: 0;" />
+ <stop
+ id="stop857"
+ offset="1.0000000"
+ style="stop-color: rgb(255, 166, 23); stop-opacity: 0.733333;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="scale(1.4586159,0.68558144)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient854"
+ x1="157.80581"
+ x2="155.40575"
+ xlink:href="#linearGradient855"
+ y1="120.96176"
+ y2="231.63491" />
+ <linearGradient
+ id="linearGradient6837">
+ <stop
+ id="stop6839"
+ offset="0.0000000"
+ style="stop-color: rgb(255, 255, 255); stop-opacity: 0;" />
+ <stop
+ id="stop6841"
+ offset="1.0000000"
+ style="stop-color: rgb(255, 166, 23); stop-opacity: 0.733333;" />
+ </linearGradient>
+ <inkscape:perspective
+ id="perspective6928"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective10781"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective10806"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective10878"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective10919"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipoutline2">
+ <path
+ d="m 55.8,12 0.76,0.16 c 8.84,-2.94 28.68,8.64 24.26,18.96 -1.12,1.62 -0.93,4.5 0.42,6.31 L 56.43,62.25 c -1.39,-1.39 -4.48,-1.36 -5.9,0 L 9.5,101.63 c -3.74,3.59 -0.8,6.64 0.78,8.25 l 7.36,7.36 c 1.61,1.6 5.86,3.76 8.88,0.56 L 65.24,76.99 c 1.35,-1.42 1.36,-4.47 0,-5.87 0,0 0.01,-0.02 0,-0.02 L 90.15,46.2 c 2.63,2.37 5.113827,2.574854 7.47,1.93 4.55057,-1.245432 7.08725,3.206643 9.81,6.46 l -1.23,1.21 c -1.82,1.84 -1.65,4.94 0.39,6.98 2.04,2.04 5.15,2.21 6.97,0.39 l 8.14,-8.13 c 1.82,-1.84 1.65,-4.94 -0.4,-6.97 -1.84,-1.85 -4.51,-2.09 -6.37,-0.77 -5.58,-6.26 -2.65,-7.2 -10.01,-15.35 L 91.13,17.86 C 81.2,8.12 68.3,8.13 55.8,12 z"
+ id="outline2"
+ inkscape:connector-curvature="0" />
+ </clipPath>
+ </defs>
+ <g
+ id="g1327"
+ transform="matrix(0.04034262,0,0,0.04034262,-0.81373403,-0.67768516)">
+ <path
+ d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 l 0,450.123 c 0,40.844 20.895,62.229 62.192,62.229 l 452.024,0 c 41.307,0 62.229,-20.315 62.229,-62.229 l 0,-450.123 c 0,-42.601 -20.922,-65.036 -63.521,-65.036 -0.004,0 -448.495,-0.143 -448.353,0 z"
+ id="path1329"
+ style="fill:#111111;fill-opacity:0;stroke:#eeeeee;stroke-width:3.40799999;stroke-opacity:0"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ id="layer3"
+ inkscape:label="Layout"
+ style="display:none;stroke:#757575;stroke-opacity:1"
+ transform="matrix(48.14969,0,0,48.14969,-536.27327,-33.306752)">
+ <rect
+ height="10"
+ id="rect4134"
+ style="fill:none;stroke:#757575;stroke-width:0.10000000000000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ width="10"
+ x="1"
+ y="1" />
+ <rect
+ height="8"
+ id="rect4136"
+ style="fill:none;stroke:#757575;stroke-width:0.10000000000000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ width="8"
+ x="2"
+ y="2" />
+ </g>
+ <g
+ id="g3338"
+ transform="matrix(0.05637187,-0.00983492,0.00983492,0.05637187,-8.2801049,-2.944267)" />
+ <g
+ id="g4238"
+ transform="matrix(0.07887181,0,0,0.07887181,4.4321426,-6.4602646)">
+ <path
+ d="m 209.74503,225.79765 c 0,0 -10.56174,35.79543 -41.59499,25.12539 -0.005,0.0224 3.7446,-31.18541 41.59499,-25.12539 z"
+ id="path6571"
+ inkscape:connector-curvature="0"
+ style="fill:#ad30c0" />
+ <path
+ d="m 157.72652,270.07711 c 5.36274,-5.30508 12.68607,-8.50543 20.81666,-8.50543 16.40541,0 29.75463,13.29154 29.75463,29.72577 0,0.60547 0,1.12444 -0.0288,1.75875 h -0.0576 c -0.51898,6.42953 -2.56606,14.41598 -7.40985,24.33419 0,0 -8.33244,15.94407 -15.02146,23.2674 l -0.60547,0.57664 c -3.22916,3.25801 -7.78462,5.30508 -12.71487,5.30508 -6.05474,0 -11.41748,-2.94086 -14.67549,-7.49631 h -0.0865 c -3.25802,4.55545 -8.62076,7.49631 -14.67547,7.49631 -4.98794,0 -9.48572,-2.01824 -12.74374,-5.30508 l -0.60546,-0.57664 c -6.63136,-7.32333 -15.02146,-23.2674 -15.02146,-23.2674 -4.84377,-9.91821 -6.89084,-17.96232 -7.35216,-24.33419 h -0.14415 c -0.0865,-0.60547 -0.0865,-1.12445 -0.0865,-1.75875 0,-16.43423 13.34921,-29.72577 29.81226,-29.72577 8.10178,0 15.42511,3.20035 20.84552,8.50543"
+ id="path6573"
+ inkscape:connector-curvature="0"
+ style="fill:#ad30c0" />
+ <path
+ d="m 113.68291,214.69051 c 0,0 6.27532,31.27326 33.50285,24.54444 0.003,0.0195 -0.82177,-26.83164 -33.50285,-24.54444 z"
+ id="path10957"
+ inkscape:connector-curvature="0"
+ style="fill:#ad30c0" />
+ <path
+ d="m 156.85947,263.78173 c 0,0 -0.30241,-32.11059 -3.62889,-40.48726 -3.32648,-8.37667 11.18908,0 11.18908,0 l -7.56019,40.48726 z"
+ id="path10959"
+ inkscape:connector-curvature="0"
+ style="fill:#ad30c0;fill-opacity:1;stroke:#ad30c0;stroke-width:1.3514632;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ <g
+ id="g4015"
+ transform="matrix(0.04034262,0,0,0.04034262,-0.73304873,-0.83905564)">
+ <path
+ d="M 56.491347,345.3433 171.48706,496.40865 296.26258,436.03365 184.37297,286.25628 56.491347,345.3433 z"
+ id="path3470"
+ inkscape:connector-curvature="0"
+ style="fill:#ad30c0;fill-opacity:1;fill-rule:evenodd;stroke:#ad30c0;stroke-width:5.49104214;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ d="M 42.478704,360.31161 155.50474,509.10418 152.24539,562.17255 38.177673,413.03907 42.478704,360.31161 z"
+ id="path3474"
+ inkscape:connector-curvature="0"
+ style="fill:#ad30c0;fill-opacity:1;fill-rule:evenodd;stroke:#ad30c0;stroke-width:5.49104214;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ d="m 293.27333,464.43786 -117.69458,58.1195 -0.20367,1.73897 117.59638,-58.07887 0.30188,-1.7796 z"
+ id="path3476"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc"
+ style="opacity:0.75;fill:#ad30c0;fill-opacity:1;fill-rule:evenodd;stroke:#ad30c0;stroke-width:9.04777431;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ d="m 290.98944,496.39729 -117.69457,58.1195 -0.20368,1.73898 117.59639,-58.07887 0.30187,-1.77961 z"
+ id="path3505"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc"
+ style="opacity:0.75;fill:#ad30c0;fill-opacity:1;fill-rule:evenodd;stroke:#ad30c0;stroke-width:9.04777431;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ <g
+ id="g3753"
+ transform="matrix(0.01866733,0,0,0.01866733,11.609469,0.09540403)">
+ <g
+ id="g3709"
+ style="fill:none;stroke:#ffffff;stroke-width:1.00000334;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ transform="matrix(31.921892,0,0,31.921892,35.399153,14.948442)">
+ <path
+ d="M 8,15 0.5,6 15.5,6 z"
+ id="path3700"
+ inkscape:connector-curvature="0"
+ style="stroke:#ad30c0;stroke-width:1.00000334;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ d="M 0.5,6 3,3 13,3 15.5,6 z"
+ id="path3702"
+ inkscape:connector-curvature="0"
+ style="stroke:#ad30c0;stroke-width:1.00000334;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ d="M 4.5,3 8,15 11.5,3"
+ id="path3706"
+ inkscape:connector-curvature="0"
+ style="stroke:#ad30c0;stroke-width:1.00000334;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ <path
+ d="M 290.77429,493.77682 51.360099,206.4798 l 478.828381,0 z"
+ id="path3700-3"
+ inkscape:connector-curvature="0"
+ style="opacity:0.1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:31.92199898;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ d="m 51.360099,206.4798 79.804731,-95.76568 319.21892,0 79.80473,95.76568 z"
+ id="path3702-2"
+ inkscape:connector-curvature="0"
+ style="opacity:0.1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:31.92199898;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ <g
+ id="g3219"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-opacity:1"
+ transform="matrix(0.07079204,0,0,0.07079204,-4.3588762,-38.132907)">
+ <path
+ d="m 67.613793,570.41735 c 24.468075,-13.10042 45.356037,-11.77452 66.041377,-23.06206 11.09637,2.43104 19.357,1.4592 26.99311,-0.26207 23.42862,10.78637 44.02825,12.51579 66.04138,23.5862 -1.82964,11.55946 -5.85886,21.54778 -12.57932,29.6138 -8.15361,-4.36994 -15.86829,-6.10632 -23.32413,-6.28966 l -0.52414,78.62069 c -32.1215,5.98273 -59.34716,3.39775 -85.95862,-0.26207 l -0.26207,-78.09655 c -9.370679,-0.2722 -16.500436,3.19047 -23.848277,6.28966 -7.067215,-9.63539 -10.36885,-19.80873 -12.57931,-30.13794 z"
+ id="path2427"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccc"
+ style="fill:#ad30c0;fill-opacity:1;fill-rule:evenodd;stroke:#ad30c0;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ d="m 71.282759,569.10701 c 2.214678,10.74851 6.083496,20.78686 13.627586,29.35172"
+ id="path3199"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc"
+ style="fill:#ad30c0;fill-opacity:1;fill-rule:evenodd;stroke:#ad30c0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ d="m 105.35172,668.16908 c 28.12874,4.60443 56.25747,5.59295 84.38621,-0.26207"
+ id="path3203"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc"
+ style="fill:#ad30c0;fill-opacity:1;fill-rule:evenodd;stroke:#ad30c0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ d="m 133.3931,547.61736 c -0.22816,2.3247 1.69237,12.73282 13.88965,13.36551 11.93593,0.61914 14.27527,-11.53603 13.88966,-13.10345"
+ id="path3205"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="czc"
+ style="fill:#ad30c0;fill-opacity:1;fill-rule:evenodd;stroke:#ad30c0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ d="m 128.21194,550.41871 c -0.22816,2.3247 4.57424,15.11165 18.34482,15.46206 14.03248,0.35707 19.77872,-14.68086 19.39311,-16.24828"
+ id="path3207"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="czc"
+ style="fill:#ad30c0;fill-opacity:1;fill-rule:evenodd;stroke:#ad30c0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ d="m 134.52279,552.33459 c 8.53814,2.23324 16.08174,1.75419 25.31809,-0.20185"
+ id="path3209"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc"
+ style="fill:#ad30c0;fill-opacity:1;fill-rule:evenodd;stroke:#ad30c0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ d="m 104.16182,558.28077 c 2.57594,9.88539 6.83803,21.48891 -0.26207,35.37931"
+ id="path3213"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc"
+ style="fill:#ad30c0;fill-opacity:1;fill-rule:evenodd;stroke:#ad30c0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ d="m 190.37521,558.48262 c -2.57594,9.88539 -6.83803,21.48891 0.26207,35.37931"
+ id="path3215"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc"
+ style="fill:#ad30c0;fill-opacity:1;fill-rule:evenodd;stroke:#ad30c0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ d="m 223.28276,568.84494 c -2.21468,10.74851 -6.0835,20.78686 -13.62759,29.35172"
+ id="path3217"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc"
+ style="fill:#ad30c0;fill-opacity:1;fill-rule:evenodd;stroke:#ad30c0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ </g>
+</svg>
diff --git a/navit/xpm/sikh.svg b/navit/xpm/sikh.svg
new file mode 100644
index 000000000..f80093f61
--- /dev/null
+++ b/navit/xpm/sikh.svg
@@ -0,0 +1,137 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ height="22"
+ id="svg2"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:version="0.48.1 r9760"
+ sodipodi:docname="sikh.svg"
+ sodipodi:version="0.32"
+ version="1.0"
+ width="22">
+ <metadata
+ id="metadata2975">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="http://web.resource.org/cc/PublicDomain" />
+ <dc:language>en</dc:language>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10.0"
+ guidetolerance="10.0"
+ id="base"
+ inkscape:current-layer="svg2"
+ inkscape:cx="6.7203054"
+ inkscape:cy="6.7914959"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:window-height="725"
+ inkscape:window-width="1024"
+ inkscape:window-x="0"
+ inkscape:window-y="20"
+ inkscape:zoom="14.746834"
+ objecttolerance="10.0"
+ pagecolor="#ffffff"
+ showgrid="false"
+ inkscape:window-maximized="0" />
+ <defs
+ id="defs4">
+ <inkscape:perspective
+ id="perspective2441"
+ inkscape:persp3d-origin="290 : 193.33333 : 1"
+ inkscape:vp_x="0 : 290 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="580 : 290 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective2466"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3333"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3401"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3464"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3581"
+ inkscape:persp3d-origin="225 : 150 : 1"
+ inkscape:vp_x="0 : 225 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="450 : 225 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4312"
+ inkscape:persp3d-origin="225 : 150 : 1"
+ inkscape:vp_x="0 : 225 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="450 : 225 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ </defs>
+ <g
+ id="g1327"
+ transform="matrix(0.0428488,0,0,0.0428488,-0.6103005,-1.0167421)">
+ <path
+ d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 l 0,450.123 c 0,40.844 20.895,62.229 62.192,62.229 l 452.024,0 c 41.307,0 62.229,-20.315 62.229,-62.229 l 0,-450.123 c 0,-42.601 -20.922,-65.036 -63.521,-65.036 -0.004,0 -448.495,-0.143 -448.353,0 z"
+ id="path1329"
+ style="fill:#111111;fill-opacity:0;stroke:#eeeeee;stroke-width:3.40799999;stroke-opacity:0"
+ inkscape:connector-curvature="0" />
+ </g>
+ <path
+ d="M 10.890585,0.4682366 C 10.400154,1.2327904 9.5346054,1.6805884 9.058799,2.4593668 9.0616735,2.880966 9.0582308,3.348632 8.8298256,3.7100161 8.3965234,4.016248 7.9003262,4.2586967 7.5553236,4.6733638 6.7716988,5.4090957 6.0719126,6.3400702 5.9991271,7.4472347 5.876274,8.4532105 5.9766463,9.5143665 6.5144302,10.388814 c 0.5503405,0.888482 1.2318733,1.747555 2.1855103,2.221701 0.3592178,0.26314 0.461622,0.757459 0.3227043,1.171647 -0.05888,0.200783 0.02909,0.426781 0.2640082,0.445098 0.5236109,0.217953 0.994557,0.600246 1.293279,1.089424 0.162122,0.296735 0.260147,0.747621 -0.01607,1.005608 -0.242178,0.17611 -0.498293,-0.107149 -0.7172034,-0.189025 C 9.1694156,15.69353 8.5525117,15.179135 7.9214305,14.677028 6.6238193,13.604138 5.1774155,12.188139 4.6761702,10.544398 4.1726094,9.1140151 4.0316466,7.2706258 4.7484775,5.8685243 5.0718283,5.1945417 5.6141187,4.6798876 6.1142831,4.1344871 6.2038248,4.0016665 6.024793,3.9085273 5.9147681,3.9845163 5.2963274,4.1718383 4.7950987,4.6123476 4.3298615,5.040508 3.1818567,6.1831775 2.545413,8.0190793 2.6502253,9.631184 c 0.056054,2.263091 1.3025376,4.481015 2.660205,6.250847 0.531649,0.750363 1.1174248,1.513222 1.351514,2.412645 -0.051554,0.1721 0.1457667,0.246105 0.2517366,0.117835 0.749979,-0.388249 1.2137938,-1.176231 1.9817575,-1.529167 0.3385906,-0.09456 0.6369681,0.116917 0.9091973,0.279856 0.1318216,0.05139 0.4563233,0.173625 0.2865513,0.356181 -0.3382047,0.208614 -0.7376688,0.3111 -1.055884,0.558197 -0.6048992,0.402816 -1.1571163,1.046039 -1.1575242,1.806521 0.03057,0.402544 0.4831015,0.72135 0.8623324,0.534271 0.4447902,-0.157708 0.6863947,-0.697765 0.5222199,-1.136833 0.010636,-0.447803 0.4885088,-0.660061 0.8409069,-0.819483 0.17894,-0.122469 0.530815,-0.188127 0.591849,0.09507 0.132612,0.454337 -0.01266,0.931638 -0.05758,1.383212 -0.06456,0.330346 -0.284397,0.602114 -0.39769,0.902504 -0.003,0.390298 0.323295,0.689915 0.609255,0.90652 0.286878,0.232068 0.18271,-0.153641 0.198176,-0.341452 0,-7.05934 0,-14.1186789 0,-21.17801877 -0.05222,0.0794496 -0.104443,0.15889763 -0.156665,0.23834645 z M 9.3065186,4.9352241 C 9.6814107,4.9656485 9.7753716,5.4247562 9.8390154,5.725337 10.193967,7.1096187 10.570907,8.3809846 10.239582,9.8084683 10.09616,10.349701 9.9945486,10.737719 9.7591088,11.246049 9.6797828,11.45558 9.4707096,11.594677 9.2476014,11.507159 8.7108919,11.277854 8.4717323,10.917837 8.0805843,10.499493 7.3041011,9.6370135 6.8944515,8.4771165 7.2161581,7.3307249 7.427679,6.3640586 7.9522454,5.7675962 8.7596471,5.2439047 8.9423149,5.1517343 9.0963464,4.9531942 9.3065186,4.9352241 z"
+ id="path7034"
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccc"
+ style="fill:#5e8019"
+ inkscape:connector-curvature="0" />
+ <path
+ d="M 12.675505,2.2290545 C 12.57154,2.385432 12.46903,2.5444694 12.326019,2.6655767 c -0.463806,0.5312684 -1.090315,0.9219695 -1.464893,1.5291665 0.02517,0.2730736 -0.0499,1.1598905 -0.289228,1.3162614 -0.373686,0.2788437 -0.822503,0.4650385 -1.1274601,0.8261787 -0.901004,0.8652296 -1.5811382,1.6768336 -1.6536957,2.9471934 -0.1236679,1.2609303 0.050381,2.1737813 0.8020761,3.2216943 0.4782729,0.677667 1.0389627,1.325707 1.7849207,1.695205 0.306961,0.160112 0.576514,0.644327 0.49276,1.016321 -0.0034,0.178067 -0.120974,0.410966 -0.02277,0.566407 0.28532,0.124045 0.585783,0.229098 0.818144,0.449912 0.475406,0.349346 0.963214,0.893564 0.850281,1.533185 -0.02205,0.285399 -0.336079,0.537699 -0.605239,0.35484 C 11.254896,17.843271 10.73242,17.331516 10.155457,16.922176 8.6987238,15.781752 7.2852414,14.43221 6.6632818,12.64399 6.1265825,11.204848 5.814228,9.5400174 6.4316304,8.0765766 6.7378262,7.3203624 7.2878034,6.7036267 7.8630478,6.1457024 7.9000303,6.1019827 8.0057332,5.9797327 7.8683866,6.0265295 7.3825985,6.1408952 6.9778653,6.4840207 6.5882789,6.7830787 5.3389212,7.8418625 4.6582197,9.4825968 4.7042705,11.113485 c -0.028073,2.245157 0.8825475,4.400876 2.2026963,6.171566 0.5950727,0.83909 1.2576005,1.670581 1.5519294,2.668677 0.015819,0.04894 -0.035584,0.224512 0.062939,0.132563 0.7141726,-0.359681 1.1825658,-1.053239 1.8491938,-1.470248 0.308589,-0.217271 0.706889,-0.124097 1.00159,0.07097 0.167623,0.15237 0.451369,0.168499 0.562391,0.372249 0.06155,0.29337 -0.327992,0.364031 -0.518202,0.460625 -0.79108,0.355616 -1.5823705,0.98613 -1.7326989,1.885346 -0.078866,0.380385 0.2652328,0.799366 0.6601389,0.670852 0.428938,-0.102956 0.718728,-0.606166 0.549001,-1.020337 -0.03868,-0.478407 0.424993,-0.770648 0.816804,-0.913215 0.212042,-0.146127 0.598867,-0.27649 0.748516,0.01875 0.188362,0.423809 0.03422,0.900771 0.008,1.343042 -0.05008,0.372785 -0.232901,0.70947 -0.424471,1.020337 -0.03669,0.342656 0.26887,0.601693 0.487406,0.819483 0.04678,0.03136 0.09615,0.05659 0.145954,0.07767 l 0,-21.1927491 z m -1.667087,4.1616897 c 0.414341,0.00804 0.552735,0.4816249 0.617291,0.8154662 0.460869,1.860143 0.816539,3.0873746 0.250398,4.9664436 -0.131054,0.435301 -0.198459,0.946498 -0.531592,1.272073 C 10.94822,13.63551 10.564133,13.280388 10.271956,13.051053 8.9345395,11.944295 8.1913948,10.44617 8.7548399,8.7527844 9.1124933,7.6433402 9.9014701,7.0340888 10.882551,6.4161856 c 0.04014,-0.015952 0.08285,-0.020937 0.125867,-0.02544 z"
+ id="path2439"
+ style="opacity:0.25;fill:#ffffff;fill-opacity:0"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 12.671973,2.2290545 c 0.103965,0.1563775 0.206475,0.3154149 0.349486,0.4365222 0.463806,0.5312684 1.090315,0.9219695 1.464892,1.5291665 -0.02517,0.2730736 0.0499,1.1598905 0.289229,1.3162614 0.373686,0.2788437 0.822502,0.4650385 1.12746,0.8261787 0.901004,0.8652296 1.581139,1.6768336 1.653695,2.9471934 0.123669,1.2609303 -0.05038,2.1737813 -0.802075,3.2216943 -0.478273,0.677667 -1.038963,1.325707 -1.78492,1.695205 -0.306964,0.160112 -0.576514,0.644327 -0.492761,1.016321 0.0034,0.178067 0.120974,0.410966 0.02277,0.566407 -0.28532,0.124045 -0.585784,0.229098 -0.818145,0.449912 -0.475406,0.349346 -0.963214,0.893564 -0.85028,1.533185 0.02205,0.285399 0.336078,0.537699 0.605239,0.35484 0.656021,-0.27867 1.178497,-0.790425 1.755461,-1.199765 1.456735,-1.140424 2.870218,-2.489966 3.492177,-4.278186 0.5367,-1.439142 0.849055,-3.1039726 0.231653,-4.5674134 -0.306196,-0.7562142 -0.856174,-1.3729499 -1.431419,-1.9308742 -0.03698,-0.04372 -0.142685,-0.1659697 -0.0054,-0.1191729 0.485789,0.1143657 0.890522,0.4574912 1.280108,0.7565492 1.249358,1.0587838 1.93006,2.6995181 1.884008,4.3304063 0.02807,2.245157 -0.882547,4.400876 -2.202695,6.171566 -0.595073,0.83909 -1.2576,1.670581 -1.55193,2.668677 -0.01582,0.04894 0.03559,0.224512 -0.06294,0.132563 -0.714173,-0.359681 -1.182566,-1.053239 -1.849193,-1.470248 -0.308589,-0.217271 -0.70689,-0.124097 -1.001591,0.07097 -0.167623,0.15237 -0.451369,0.168499 -0.56239,0.372249 -0.06155,0.29337 0.32799,0.364031 0.518202,0.460625 0.791078,0.355616 1.58237,0.98613 1.732699,1.885346 0.07886,0.380385 -0.265234,0.799366 -0.660139,0.670852 -0.42894,-0.102956 -0.718729,-0.606166 -0.549001,-1.020337 0.03869,-0.478407 -0.424994,-0.770648 -0.816805,-0.913215 -0.212043,-0.146127 -0.598867,-0.27649 -0.748515,0.01875 -0.188364,0.423809 -0.03422,0.900771 -0.008,1.343042 0.05008,0.372785 0.232903,0.70947 0.424472,1.020337 0.03669,0.342656 -0.26887,0.601693 -0.487406,0.819483 -0.04678,0.03136 -0.09616,0.05659 -0.145954,0.07767 l 0,-21.1927491 z m 1.667085,4.1616897 c -0.414339,0.00804 -0.552734,0.4816249 -0.61729,0.8154662 -0.460868,1.860143 -0.816538,3.0873746 -0.250397,4.9664436 0.131054,0.435301 0.198458,0.946498 0.531593,1.272073 0.396294,0.190783 0.78038,-0.164339 1.072558,-0.393674 1.337416,-1.106758 2.080561,-2.604883 1.517116,-4.2982686 -0.357654,-1.1094442 -1.14663,-1.7186956 -2.127711,-2.3365988 -0.04014,-0.015952 -0.08285,-0.020937 -0.125869,-0.02544 z"
+ id="path2441"
+ style="opacity:0.25;fill:#ffffff;fill-opacity:0"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 11.11456,0.4682366 c 0.490432,0.7645538 1.35598,1.2123518 1.831787,1.9911302 -0.0029,0.4215992 5.68e-4,0.8892652 0.228973,1.2506493 0.433302,0.3062319 0.9295,0.5486806 1.274502,0.9633477 0.783624,0.7357319 1.483411,1.6667064 1.556197,2.7738709 0.122853,1.0059758 0.02248,2.0671318 -0.515303,2.9415793 -0.55034,0.888482 -1.231875,1.747555 -2.18551,2.221701 -0.35922,0.26314 -0.461622,0.757459 -0.322706,1.171647 0.05888,0.200783 -0.02909,0.426781 -0.264007,0.445098 -0.523612,0.217953 -0.994557,0.600246 -1.293278,1.089424 -0.162124,0.296735 -0.26015,0.747621 0.01607,1.005608 0.242177,0.17611 0.498292,-0.107149 0.717204,-0.189025 0.677243,-0.439737 1.294148,-0.954132 1.925228,-1.456239 1.297612,-1.07289 2.744016,-2.488889 3.245261,-4.13263 0.503561,-1.4303829 0.644523,-3.2737722 -0.07231,-4.6758737 -0.32335,-0.6739826 -0.865641,-1.1886367 -1.365805,-1.7340372 -0.08954,-0.1328206 0.08949,-0.2259598 0.199515,-0.1499708 0.618442,0.187322 1.11967,0.6278313 1.584907,1.0559917 1.148005,1.1426695 1.784448,2.9785713 1.679636,4.590676 -0.05606,2.263091 -1.302537,4.481015 -2.660205,6.250847 -0.531648,0.750363 -1.117425,1.513222 -1.351513,2.412645 0.05155,0.1721 -0.145768,0.246105 -0.251738,0.117835 -0.749979,-0.388249 -1.213793,-1.176231 -1.981756,-1.529167 -0.338591,-0.09456 -0.63697,0.116917 -0.909199,0.279856 -0.131821,0.05139 -0.456323,0.173625 -0.286551,0.356181 0.338205,0.208614 0.73767,0.3111 1.055884,0.558197 0.604899,0.402816 1.157118,1.046039 1.157525,1.806521 -0.03057,0.402544 -0.483102,0.72135 -0.862333,0.534271 -0.444791,-0.157708 -0.686395,-0.697765 -0.522219,-1.136833 -0.01063,-0.447803 -0.488509,-0.660061 -0.840909,-0.819483 -0.17894,-0.122469 -0.530815,-0.188127 -0.591848,0.09507 -0.132611,0.454337 0.01266,0.931638 0.05758,1.383212 0.06456,0.330346 0.284398,0.602114 0.397691,0.902504 0.003,0.390298 -0.323297,0.689915 -0.609257,0.90652 -0.286876,0.232068 -0.18271,-0.153641 -0.198175,-0.341452 0,-7.05934 0,-14.1186789 0,-21.17801877 0.05222,0.0794496 0.104444,0.15889763 0.156665,0.23834645 z m 1.584067,4.4669875 c -0.374891,0.030424 -0.468853,0.4895321 -0.532497,0.7901129 -0.354952,1.3842817 -0.731891,2.6556476 -0.400567,4.0831313 0.143421,0.5412327 0.245034,0.9292507 0.480473,1.4375807 0.07934,0.209531 0.2884,0.348628 0.511509,0.26111 0.536708,-0.229305 0.775868,-0.589322 1.167016,-1.007666 C 14.701044,9.6370135 15.110695,8.4771165 14.788987,7.3307249 14.577467,6.3640586 14.0529,5.7675962 13.245499,5.2439047 13.062831,5.1517343 12.908799,4.9531942 12.698627,4.9352241 z"
+ id="path3778"
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccc"
+ style="fill:#5e8019"
+ inkscape:connector-curvature="0" />
+</svg>
diff --git a/navit/xpm/sport.svg b/navit/xpm/sport.svg
new file mode 100644
index 000000000..321bd4258
--- /dev/null
+++ b/navit/xpm/sport.svg
@@ -0,0 +1,97 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg:svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ height="22"
+ id="svg2"
+ inkscape:version="0.48.1 r9760"
+ sodipodi:docname="sport.svg"
+ version="1.0"
+ width="22">
+ <sodipodi:namedview
+ bordercolor="#666666"
+ borderopacity="1"
+ gridtolerance="10"
+ guidetolerance="10"
+ id="namedview12"
+ inkscape:current-layer="svg2"
+ inkscape:cx="21.683839"
+ inkscape:cy="2.2961172"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-height="725"
+ inkscape:window-maximized="1"
+ inkscape:window-width="1024"
+ inkscape:window-x="-3"
+ inkscape:window-y="-3"
+ inkscape:zoom="10.22135"
+ objecttolerance="10"
+ pagecolor="#ffffff"
+ showgrid="false" />
+ <svg:metadata
+ id="metadata2975">
+ <RDF>
+ <Work
+ about="">
+ <format>image/svg+xml</format>
+ <type
+ resource="http://purl.org/dc/dcmitype/StillImage" />
+ <license
+ resource="http://web.resource.org/cc/PublicDomain" />
+ <language>en</language>
+ </Work>
+ </RDF>
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </svg:metadata>
+ <svg:defs
+ id="defs4" />
+ <svg:g
+ id="g1327"
+ transform="matrix(0.04155328,0,0,0.04155328,-0.9783443,-0.88008389)">
+ <svg:path
+ d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,86.804 l 0,450.123 c 0,20.844 20.896,42.229 62.192,42.229 l 452.024,0 c 41.307,0 62.229,-20.313 62.229,-62.229 l 0,-450.123 c 0,-42.601 -20.922,-65.036 -63.521,-65.036 -0.004,0 -448.495,-0.143 -448.353,0 z"
+ id="path1329"
+ inkscape:connector-curvature="0"
+ style="fill:#111111;fill-opacity:0;stroke:#eeeeee;stroke-width:3.40799999;stroke-opacity:0" />
+ </svg:g>
+ <svg:path
+ d="M 15.975726,16.070371 12.27898,11.791048 c -0.04242,-0.06748 -0.499761,-0.807422 -0.499761,-1.367768 0,-0.5819119 0.484428,-1.666286 0.493819,-1.6872294 0.0082,-0.00711 0.01675,-0.013631 0.02472,-0.021154 l 3.11421,-2.9756716 c 0.331221,-0.3142259 0.345017,-0.8374648 0.03079,-1.168686 L 15.379558,4.50397 C 15.065335,4.1727531 14.542096,4.1589159 14.210875,4.4731417 L 11.286978,7.266935 C 11.230428,7.25239 11.172749,7.244618 11.114366,7.244618 l -1.1713033,0 L 7.6557201,4.0940481 C 7.3917742,3.7215261 6.8758073,3.6334331 6.5032819,3.897338 L 6.4284029,3.950401 C 6.0558362,4.2143064 5.9677847,4.7302735 6.2316896,5.1028402 l 2.3896456,3.2914348 0,3.916396 -1.8813243,5.257363 c -0.1538303,0.429827 0.069976,0.903035 0.4998027,1.056866 l 0.086431,0.03092 c 0.4298687,0.153831 0.9030357,-0.07001 1.0568664,-0.499803 l 1.830422,-5.115125 0.839085,0 3.602503,4.170245 c 0.298435,0.345474 0.820511,0.383579 1.165985,0.08514 l 0.06948,-0.06 c 0.345432,-0.298311 0.383536,-0.820469 0.08514,-1.165902 z"
+ id="path2044"
+ inkscape:connector-curvature="0"
+ style="fill:#39ac39" />
+ <svg:circle
+ cx="290.267"
+ cy="286.271"
+ id="circle2046"
+ r="245.23801"
+ sodipodi:cx="290.267"
+ sodipodi:cy="286.271"
+ sodipodi:rx="245.23801"
+ sodipodi:ry="245.23801"
+ style="fill:none;stroke:#39ac39;stroke-width:20"
+ transform="matrix(0.04155328,0,0,0.04155328,-0.9783443,-0.88008389)" />
+ <svg:circle
+ cx="285.427"
+ cy="143.92999"
+ id="circle2048"
+ r="35"
+ sodipodi:cx="285.427"
+ sodipodi:cy="143.92999"
+ sodipodi:rx="35"
+ sodipodi:ry="35"
+ style="fill:#39ac39"
+ transform="matrix(0.04155328,0,0,0.04155328,-0.9783443,-0.88008389)" />
+</svg:svg>
diff --git a/navit/xpm/taoist.svg b/navit/xpm/taoist.svg
new file mode 100644
index 000000000..170831fb3
--- /dev/null
+++ b/navit/xpm/taoist.svg
@@ -0,0 +1,200 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ height="22"
+ id="svg2"
+ inkscape:version="0.48.1 r9760"
+ sodipodi:docname="taoist.svg"
+ version="1.0"
+ width="22">
+ <metadata
+ id="metadata5184">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs5182">
+ <inkscape:perspective
+ id="perspective5186"
+ inkscape:persp3d-origin="290 : 193.33333 : 1"
+ inkscape:vp_x="0 : 290 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="580 : 290 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective5724"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective5783"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ </defs>
+ <sodipodi:namedview
+ bordercolor="#666666"
+ borderopacity="1"
+ gridtolerance="10"
+ guidetolerance="10"
+ id="namedview5180"
+ inkscape:current-layer="svg2"
+ inkscape:cx="5.5132755"
+ inkscape:cy="5.6525832"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-height="725"
+ inkscape:window-maximized="1"
+ inkscape:window-width="1024"
+ inkscape:window-x="-3"
+ inkscape:window-y="-3"
+ inkscape:zoom="14.356706"
+ objecttolerance="10"
+ pagecolor="#ffffff"
+ showgrid="false" />
+ <g
+ id="g1327"
+ transform="matrix(0.04108698,0,0,0.04108698,-0.41792318,-0.2085354)">
+ <path
+ d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 l 0,450.123 c 0,40.844 20.895,62.229 62.192,62.229 l 452.024,0 c 41.307,0 62.229,-20.315 62.229,-62.229 l 0,-450.123 c 0,-42.601 -20.922,-65.036 -63.521,-65.036 -0.004,0 -448.495,-0.143 -448.353,0 z"
+ id="path1329"
+ style="fill:#111111;fill-opacity:0;stroke:#eeeeee;stroke-width:3.40799999;stroke-opacity:0"
+ inkscape:connector-curvature="0" />
+ </g>
+ <path
+ d="M 16,11 A 7,7 0 1 1 2,11 7,7 0 1 1 16,11 z"
+ id="path2934"
+ sodipodi:cx="9"
+ sodipodi:cy="11"
+ sodipodi:rx="7"
+ sodipodi:ry="7"
+ sodipodi:type="arc"
+ style="fill:#ffffff;fill-opacity:0.25;stroke:none"
+ transform="matrix(1.5165499,0,0,1.5165499,-1.6097149,-4.3690752)" />
+ <g
+ id="g6335"
+ transform="matrix(0.04005981,0,0,0.04005981,-0.37704553,-0.13892201)">
+ <path
+ d="m 22,11 c 0,3.313708 -2.686292,6 -6,6 -3.313708,0 -6,-2.686292 -6,-6 0,0 0,0 0,0 l 6,0 z"
+ id="path4234"
+ sodipodi:cx="16"
+ sodipodi:cy="11"
+ sodipodi:end="3.1415927"
+ sodipodi:rx="6"
+ sodipodi:ry="6"
+ sodipodi:start="0"
+ sodipodi:type="arc"
+ style="fill:#ffffff;fill-opacity:0.25;stroke:none"
+ transform="matrix(0,-37.857143,37.857143,0,-113.81988,895.71428)" />
+ <path
+ d="m 16,14 c 0,1.656854 -1.343146,3 -3,3 -1.656854,0 -3,-1.343146 -3,-3 0,-1.656854 1.343146,-3 3,-3 1.656854,0 3,1.343146 3,3 z"
+ id="path4240"
+ sodipodi:cx="13"
+ sodipodi:cy="14"
+ sodipodi:rx="3"
+ sodipodi:ry="3"
+ sodipodi:type="arc"
+ style="fill:#ffffff;fill-opacity:0.25;stroke:none"
+ transform="matrix(37.857143,0,0,37.857143,-189.53417,-126.42858)" />
+ <!-- outer ring -->
+ <path
+ d="m 16,11 c 0,3.865993 -3.134007,7 -7,7 C 5.1340068,18 2,14.865993 2,11 2,7.1340068 5.1340068,4 9,4 c 3.865993,0 7,3.1340068 7,7 z"
+ id="path2934-8"
+ sodipodi:cx="9"
+ sodipodi:cy="11"
+ sodipodi:rx="7"
+ sodipodi:ry="7"
+ sodipodi:type="arc"
+ style="fill:#5e8019;fill-opacity:1;stroke:none"
+ transform="matrix(37.857143,0,0,37.857143,-57.018635,-136.67314)" />
+ <!-- rigth tail (black) -->
+ <path
+ d="m 22,11 c 0,3.313708 -2.686292,6 -6,6 -3.313708,0 -6,-2.686292 -6,-6 0,0 0,0 0,0 l 6,0 z"
+ id="path4234-9"
+ sodipodi:cx="16"
+ sodipodi:cy="11"
+ sodipodi:end="3.1415927"
+ sodipodi:rx="6"
+ sodipodi:ry="6"
+ sodipodi:start="0"
+ sodipodi:type="arc"
+ style="fill:#000000;fill-opacity:1;stroke:none"
+ transform="matrix(0,-37.857143,37.857143,0,-132.73292,885.46972)" />
+ <!-- left tail (white) -->
+ <path
+ d="m 22,11 c 0,3.313708 -2.686292,6 -6,6 -3.313708,0 -6,-2.686292 -6,-6 0,0 0,0 0,0 l 6,0 z"
+ id="path4238"
+ sodipodi:cx="16"
+ sodipodi:cy="11"
+ sodipodi:end="3.1415927"
+ sodipodi:rx="6"
+ sodipodi:ry="6"
+ sodipodi:start="0"
+ sodipodi:type="arc"
+ style="fill:#fefefe;fill-opacity:1;stroke:none"
+ transform="matrix(0,37.857143,-37.857143,0,700.12422,-325.95886)" />
+ <!-- upper (left) ring -->
+ <path
+ d="m 16,14 c 0,1.656854 -1.343146,3 -3,3 -1.656854,0 -3,-1.343146 -3,-3 0,-1.656854 1.343146,-3 3,-3 1.656854,0 3,1.343146 3,3 z"
+ id="path4232"
+ sodipodi:cx="13"
+ sodipodi:cy="14"
+ sodipodi:rx="3"
+ sodipodi:ry="3"
+ sodipodi:type="arc"
+ style="fill:#fefefe;fill-opacity:1;stroke:none"
+ transform="matrix(37.857143,0,0,37.857143,-208.44721,-363.816)" />
+ <!-- lower (right) ring (almost invisible) -->
+ <path
+ d="m 16,14 c 0,1.656854 -1.343146,3 -3,3 -1.656854,0 -3,-1.343146 -3,-3 0,-1.656854 1.343146,-3 3,-3 1.656854,0 3,1.343146 3,3 z"
+ id="path4240-2"
+ sodipodi:cx="13"
+ sodipodi:cy="14"
+ sodipodi:rx="3"
+ sodipodi:ry="3"
+ sodipodi:type="arc"
+ style="fill:#000000;fill-opacity:1;stroke:none"
+ transform="matrix(37.857143,0,0,37.857143,-208.44721,-136.67314)" />
+ <!-- upper (left) dot -->
+ <path
+ d="M 11,7.5 C 11,8.3284271 10.328427,9 9.5,9 8.6715729,9 8,8.3284271 8,7.5 8,6.6715729 8.6715729,6 9.5,6 10.328427,6 11,6.6715729 11,7.5 z"
+ id="path4236"
+ sodipodi:cx="9.5"
+ sodipodi:cy="7.5"
+ sodipodi:rx="1.5"
+ sodipodi:ry="1.5"
+ sodipodi:type="arc"
+ style="fill:#000000;fill-opacity:1;stroke:none"
+ transform="matrix(25.238096,0,0,25.238096,43.933725,-23.101709)" />
+ <!-- lower (right) dot -->
+ <path
+ d="M 11,7.5 C 11,8.3284271 10.328427,9 9.5,9 8.6715729,9 8,8.3284271 8,7.5 8,6.6715729 8.6715729,6 9.5,6 10.328427,6 11,6.6715729 11,7.5 z"
+ id="path4242"
+ sodipodi:cx="9.5"
+ sodipodi:cy="7.5"
+ sodipodi:rx="1.5"
+ sodipodi:ry="1.5"
+ sodipodi:type="arc"
+ style="fill:#fefefe;fill-opacity:1;stroke:none"
+ transform="matrix(25.238096,0,0,25.238096,43.933725,204.04114)" />
+ </g>
+</svg>
diff --git a/navit/xpm/theater.svg b/navit/xpm/theater.svg
new file mode 100644
index 000000000..0a008eb80
--- /dev/null
+++ b/navit/xpm/theater.svg
@@ -0,0 +1,164 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ height="22"
+ id="svg2"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:version="0.48.1 r9760"
+ sodipodi:docname="theater.svg"
+ sodipodi:version="0.32"
+ version="1.0"
+ width="22">
+ <metadata
+ id="metadata2975">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="http://web.resource.org/cc/PublicDomain" />
+ <dc:language>en</dc:language>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10.0"
+ guidetolerance="10.0"
+ id="base"
+ inkscape:current-layer="svg2"
+ inkscape:cx="52.689911"
+ inkscape:cy="2.5786943"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:window-height="725"
+ inkscape:window-width="1024"
+ inkscape:window-x="-3"
+ inkscape:window-y="-3"
+ inkscape:zoom="7.3734169"
+ objecttolerance="10.0"
+ pagecolor="#ffffff"
+ showgrid="false"
+ inkscape:window-maximized="1" />
+ <defs
+ id="defs4">
+ <inkscape:perspective
+ id="perspective2441"
+ inkscape:persp3d-origin="290 : 193.33333 : 1"
+ inkscape:vp_x="0 : 290 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="580 : 290 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3452"
+ inkscape:persp3d-origin="30 : 20 : 1"
+ inkscape:vp_x="0 : 30 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="60 : 30 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <symbol
+ id="symbol-university"
+ viewBox="244.5 110 489 219.9">
+ <path
+ d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"
+ id="path4460" />
+ <path
+ d="M94,176l-21,39"
+ fill="none"
+ id="path4462"
+ stroke="#000000"
+ stroke-width="20" />
+ <path
+ d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"
+ id="path4464" />
+ <path
+ d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24"
+ id="path4466"
+ ill="none"
+ stroke="#000000"
+ stroke-width="20" />
+ </symbol>
+ <inkscape:perspective
+ id="perspective4471"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4668"
+ inkscape:persp3d-origin="6 : 4 : 1"
+ inkscape:vp_x="0 : 6 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="12 : 6 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective2543"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ </defs>
+ <g
+ id="g1327"
+ transform="matrix(0.04001453,0,0,0.04340084,-0.66152396,-1.7799405)">
+ <path
+ d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 l 0,450.123 c 0,40.844 20.895,62.229 62.192,62.229 l 452.024,0 c 41.307,0 62.229,-20.315 62.229,-62.229 l 0,-450.123 c 0,-42.601 -20.922,-65.036 -63.521,-65.036 -0.004,0 -448.495,-0.143 -448.353,0 z"
+ id="path1329"
+ style="fill:#111111;fill-opacity:0;stroke:#eeeeee;stroke-width:3.40799999;stroke-opacity:0"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ id="layer3"
+ inkscape:label="Layout"
+ style="display:none;stroke:#757575;stroke-opacity:1"
+ transform="matrix(48.14969,0,0,48.14969,-536.27327,-33.306752)">
+ <rect
+ height="10"
+ id="rect4134"
+ style="fill:none;stroke:#757575;stroke-width:0.10000000000000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ width="10"
+ x="1"
+ y="1" />
+ <rect
+ height="8"
+ id="rect4136"
+ style="fill:none;stroke:#757575;stroke-width:0.10000000000000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ width="8"
+ x="2"
+ y="2" />
+ </g>
+ <path
+ d="M 9.9460778,3.9042124 C 9.5592769,3.905126 9.1286804,4.2407834 8.8544313,4.521318 7.681875,5.4978177 6.8238577,6.1973645 4.8642325,6.7700238 4.1197122,7.0139469 2.6036553,6.7170579 1.1166217,6.6032018 0.16719534,6.442693 0.98090647,8.2817281 1.1078685,9.0295797 1.9521055,11.89728 2.9235186,14.79982 4.6391508,17.203855 c 0.9784198,1.181055 2.3316163,2.210514 3.8488976,2.191742 1.253813,-0.113394 2.2886576,-1.205371 2.5821876,-2.506398 0.02536,-0.08782 0.04878,-0.176741 0.07003,-0.265829 0.03364,-0.136402 0.06611,-0.272514 0.09629,-0.409597 -0.185045,-0.31293 -0.324781,-0.658168 -0.406398,-1.01992 -0.02536,-0.08782 -0.04753,-0.176741 -0.06878,-0.265829 C 10.079381,12.163046 10.121403,9.253209 10.417504,6.4309548 10.503732,5.9780041 10.608424,5.5295919 10.721363,5.0841726 10.64288,4.8011874 10.565101,4.5176707 10.490025,4.2337876 10.339485,3.9940318 10.148687,3.9037342 9.9460778,3.9042124 z"
+ id="path3327"
+ style="fill:none;stroke:#b26609;stroke-width:0.83346599;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 11.896786,2.5601429 c -0.310451,0.086512 -0.266183,0.5253748 -0.368884,0.7812149 -0.458001,1.5880136 -0.918103,3.2038992 -0.93659,4.8825943 -0.140862,2.5219179 -0.05067,5.1270659 0.759026,7.5124119 0.477874,1.076019 1.622758,1.853016 2.733492,1.548868 1.566122,-0.350283 2.814506,-1.628284 3.627568,-3.074678 1.524313,-2.583231 2.384732,-5.5293918 3.164899,-8.4550247 0.01492,-0.155582 0.07349,-0.3949685 -0.01376,-0.5072472 -0.751833,0.056543 -1.508907,0.1642586 -2.264572,0.235992 -0.823493,0.084956 -1.666052,0.00145 -2.437135,-0.3255063 C 14.784854,4.6643985 13.57266,3.7743055 12.469494,2.7703656 12.300857,2.6480039 12.103331,2.5519249 11.896786,2.5601429 z m 2.460894,3.9630386 c 0.652453,-0.022689 0.950525,0.9888013 0.506434,1.4512158 -0.598185,0.6993649 -1.53715,1.1690611 -2.42088,0.9209107 C 11.900501,8.6837118 11.593559,7.8351571 12.006826,7.3383035 12.657741,6.7251013 13.592583,6.8288068 14.35768,6.5231815 z m 2.639709,0.6293122 c 0.684928,-0.022099 1.18403,0.6801464 1.272961,1.360345 0.178879,0.4682255 0.49533,0.9945926 0.271349,1.5108903 -0.164378,0.388881 -0.63024,0.460474 -0.966601,0.317369 -0.804655,-0.202752 -1.340921,-1.0664849 -1.356742,-1.9435428 -0.07315,-0.5031036 0.144779,-1.1482929 0.660239,-1.2314988 0.03912,-0.00825 0.07879,-0.012711 0.118794,-0.013563 z m -2.657216,4.5814993 c 0.845323,0.01497 1.618024,0.57396 2.113267,1.287106 0.314718,0.585635 0.164772,1.525019 -0.473922,1.764516 -0.438664,0.104864 -0.728902,-0.350966 -1.077891,-0.546579 -0.558804,-0.388173 -1.272656,-0.393217 -1.883184,-0.161397 -0.300389,0.10208 -0.707482,0.02793 -0.821548,-0.330931 -0.195213,-0.499235 0.0829,-1.077055 0.485176,-1.342714 0.474164,-0.396632 1.053018,-0.667894 1.658102,-0.670001 z"
+ id="path3331"
+ style="fill:#b26609;fill-opacity:1;fill-rule:evenodd;stroke:#b26609;stroke-width:0.83346599;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 10.760788,14.928448 c -0.681997,-2.764977 -0.638815,-5.6758546 -0.342716,-8.4981087 0.251245,-1.319716 0.651359,-2.597605 0.993444,-3.8911183 0.437934,-0.6974708 1.216855,-0.1405774 1.634757,0.2869039 1.172557,0.9764997 2.031181,1.676681 3.990806,2.2493402 0.74452,0.2439231 2.260034,-0.053507 3.747068,-0.1673632 0.949426,-0.1605088 0.136595,1.6786939 0.0097,2.4265458 -0.844237,2.8677013 -1.816763,5.7694353 -3.532395,8.1734703 -0.97842,1.181055 -2.330993,2.211358 -3.848274,2.192586 -1.253813,-0.113394 -2.28895,-1.205794 -2.582481,-2.506821 -0.02535,-0.08782 -0.0486,-0.176346 -0.06984,-0.265435 z"
+ id="path3354"
+ sodipodi:nodetypes="ccccccccccc"
+ style="fill:none;stroke:#b26609;stroke-width:0.83346599;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 6.7860769,16.417025 c -0.6237257,-0.09397 -1.2195249,-0.495146 -1.519471,-1.104628 0.3321506,-0.400267 0.8064781,0.0052 1.1942744,0.04345 0.9044813,0.124031 1.7497781,-0.521023 2.1903764,-1.340141 0.2856236,-0.296911 0.32284,-1.106657 0.8195904,-0.987923 0.3582626,0.215057 0.2907523,0.709889 0.2032366,1.069386 -0.056647,0.479337 -0.271422,0.910296 -0.5553218,1.275736 -0.2236508,0.324898 -0.4457361,0.696673 -0.8325546,0.804274 -0.4946649,0.09982 -0.9868957,0.353397 -1.5001304,0.239834 z M 4.5761692,11.172338 C 4.0993761,10.867081 3.5246622,10.679378 3.18668,10.172655 3.1112968,9.5961533 3.7818259,9.2202362 4.2278499,9.4453903 4.7530934,9.6236323 5.2497933,9.9498603 5.5821889,10.433054 5.802817,10.867819 5.4198651,11.554328 4.9433813,11.330393 4.8170215,11.288972 4.6992716,11.223094 4.5761692,11.172338 z M 7.6171651,10.105021 C 7.28369,9.6300103 7.2805637,8.8031598 7.798799,8.4772511 8.1391647,8.233371 8.6276111,8.0657521 8.9893782,8.3535975 9.1792744,8.7780456 8.8448319,9.1670647 8.6939222,9.5342903 8.6027432,9.9052063 8.3785232,10.321725 7.9877692,10.35867 7.8304385,10.36287 7.6907474,10.249558 7.6171651,10.105021 z"
+ id="path3360"
+ style="fill:#b26609;fill-opacity:1"
+ inkscape:connector-curvature="0" />
+</svg>
diff --git a/navit/xpm/townhall.svg b/navit/xpm/townhall.svg
new file mode 100644
index 000000000..fb89bb8c7
--- /dev/null
+++ b/navit/xpm/townhall.svg
@@ -0,0 +1,187 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ height="22"
+ id="svg2"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:version="0.48.1 r9760"
+ sodipodi:docname="townhall.svg"
+ sodipodi:version="0.32"
+ version="1.0"
+ width="22">
+ <metadata
+ id="metadata2975">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="http://web.resource.org/cc/PublicDomain" />
+ <dc:language>en</dc:language>
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10.0"
+ guidetolerance="10.0"
+ id="base"
+ inkscape:current-layer="svg2"
+ inkscape:cx="4.7854106"
+ inkscape:cy="9.4014824"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:window-height="725"
+ inkscape:window-maximized="1"
+ inkscape:window-width="1024"
+ inkscape:window-x="-3"
+ inkscape:window-y="-3"
+ inkscape:zoom="14.746834"
+ objecttolerance="10.0"
+ pagecolor="#ffffff"
+ showgrid="false" />
+ <defs
+ id="defs4">
+ <inkscape:perspective
+ id="perspective2441"
+ inkscape:persp3d-origin="290 : 193.33333 : 1"
+ inkscape:vp_x="0 : 290 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="580 : 290 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3452"
+ inkscape:persp3d-origin="30 : 20 : 1"
+ inkscape:vp_x="0 : 30 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="60 : 30 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <symbol
+ id="symbol-university"
+ viewBox="244.5 110 489 219.9">
+ <path
+ d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"
+ id="path4460" />
+ <path
+ d="M94,176l-21,39"
+ fill="none"
+ id="path4462"
+ stroke="#000000"
+ stroke-width="20" />
+ <path
+ d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"
+ id="path4464" />
+ <path
+ d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24"
+ id="path4466"
+ ill="none"
+ stroke="#000000"
+ stroke-width="20" />
+ </symbol>
+ <inkscape:perspective
+ id="perspective4471"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4668"
+ inkscape:persp3d-origin="6 : 4 : 1"
+ inkscape:vp_x="0 : 6 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="12 : 6 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4904"
+ inkscape:persp3d-origin="16 : 10.666667 : 1"
+ inkscape:vp_x="0 : 16 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="32 : 16 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ </defs>
+ <g
+ id="g1327"
+ transform="matrix(0.03753316,0,0,0.04113046,0.34381936,-0.88619548)">
+ <path
+ d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 l 0,450.123 c 0,40.844 20.895,62.229 62.192,62.229 l 452.024,0 c 41.307,0 62.229,-20.315 62.229,-62.229 l 0,-450.123 c 0,-42.601 -20.922,-65.036 -63.521,-65.036 -0.004,0 -448.495,-0.143 -448.353,0 z"
+ id="path1329"
+ style="fill:#111111;fill-opacity:0;stroke:#eeeeee;stroke-width:3.40799999;stroke-opacity:0"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ id="layer3"
+ inkscape:label="Layout"
+ style="display:none;stroke:#757575;stroke-opacity:1"
+ transform="matrix(48.14969,0,0,48.14969,-536.27327,-33.306752)">
+ <rect
+ height="10"
+ id="rect4134"
+ style="fill:none;stroke:#757575;stroke-width:0.10000000000000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ width="10"
+ x="1"
+ y="1" />
+ <rect
+ height="8"
+ id="rect4136"
+ style="fill:none;stroke:#757575;stroke-width:0.10000000000000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ width="8"
+ x="2"
+ y="2" />
+ </g>
+ <g
+ id="g4372"
+ transform="matrix(0.03753316,0,0,0.04113046,-5.9051569,1.2533823)" />
+ <path
+ d="m 11.113735,0.9236104 -9.4605858,7.893241 1.8921047,0 0,12.6624656 5.6763646,0 3.9139875,0 5.546611,0 0,-12.6624656 1.892118,0 -9.4606,-7.893241 0,0 0,0 z"
+ id="path645"
+ sodipodi:nodetypes="cccccccccccc"
+ style="font-size:12px;opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.04877619;stroke-opacity:1"
+ inkscape:connector-curvature="0" />
+ <g
+ id="g7376"
+ transform="matrix(0.03753316,0,0,0.04113046,0.34381936,-0.88619548)">
+ <path
+ d="M 286.94406,34.001595 34.884618,225.90902 l 50.411556,0 0,317.86099 151.236006,0 104.28079,0 147.77899,0 0,-317.86099 50.4119,0 -252.0598,-191.907425 0,0 0,0 z"
+ id="path3198"
+ sodipodi:nodetypes="cccccccccccc"
+ style="font-size:12px;fill:none;stroke:#734a08;stroke-width:20;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ </g>
+ <path
+ d="m 6.3526986,13.644828 9.6557514,0 1.728676,1.635907 -13.1316057,0 z"
+ id="path7610"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc"
+ style="opacity:0.5;fill:#734a08;fill-opacity:1;stroke:#734a08;stroke-width:0.39290667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ d="m 4.6261736,20.307962 13.1088004,0 0.0022,-4.122357 -13.1316075,0 z"
+ id="path7612"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc"
+ style="opacity:0.5;fill:#734a08;fill-opacity:1;stroke:#734a08;stroke-width:0.39290667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ d="m 8.1999776,5.7756541 c -0.3588919,1.48e-5 -0.6701389,0.1414798 -0.9359828,0.4254433 -0.2658196,0.283991 -0.39995,0.6297496 -0.3999627,1.0372587 1.27e-5,0.4079807 0.1341431,0.7545791 0.3999627,1.0385442 0.2658439,0.2839894 0.5770909,0.4254548 0.9359828,0.4254436 0.013233,0 0.026789,-9.084e-4 0.039879,-0.00129 0.013239,4.117e-4 0.026495,0.00129 0.039879,0.00129 C 8.6386274,8.7023551 8.9510483,8.5608897 9.2168913,8.2769003 9.4827121,7.9929352 9.6144961,7.6463368 9.6145088,7.2383561 9.6144968,6.830847 9.4827121,6.4850884 9.2168921,6.2010974 8.9510492,5.9171339 8.6386283,5.7756689 8.2797357,5.7756541 c -0.013381,4e-7 -0.026645,-3.702e-4 -0.039879,0 -0.013087,-3.29e-4 -0.02665,0 -0.039879,0 z M 7.1842368,9.0301018 c -0.081177,2.4e-6 -0.1546855,0.00887 -0.2205074,0.028278 -0.04326,-0.00447 -0.086753,-0.00613 -0.130193,-0.00515 C 6.5357168,9.0610975 6.2426827,9.2031996 6.0370836,9.4394473 5.8314849,9.6756954 5.7158485,10.00319 5.7227896,10.32956 l 0.024632,2.90998 c -1.8e-6,0.0013 -1.8e-6,0.0027 0,0.0038 0.1209012,-0.09511 0.247207,-0.181797 0.383542,-0.254492 1.4879813,-0.04789 2.9779915,-0.05184 4.4687914,-0.04756 l -0.02228,-2.634889 C 10.578422,9.9917168 10.465744,9.6782744 10.269235,9.4487643 10.072726,9.219253 9.7944443,9.0761154 9.5077772,9.0570956 9.4444181,9.0395129 9.3750966,9.0301049 9.2978261,9.0301049 z"
+ id="path8791-2"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccscccsccccccccsccccccsccc"
+ style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#734a08;fill-opacity:1;stroke:#734a08;stroke-width:0.05457044;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;font-family:NPSPICT3;-inkscape-font-specification:NPSPICT3" />
+ <path
+ d="m 14.127575,5.7756541 c 0.358893,1.48e-5 0.67014,0.1414798 0.935984,0.4254433 0.265819,0.283991 0.39995,0.6297496 0.399963,1.0372587 -1.3e-5,0.4079807 -0.134144,0.7545791 -0.399963,1.0385442 -0.265844,0.2839894 -0.577091,0.4254548 -0.935984,0.4254436 -0.01322,0 -0.0268,-9.084e-4 -0.03988,-0.00129 -0.01323,4.117e-4 -0.02649,0.00129 -0.03988,0.00129 C 13.688924,8.7023551 13.376504,8.5608897 13.11066,8.2769003 12.84484,7.9929352 12.713057,7.6463368 12.713043,7.2383561 12.713055,6.830847 12.84484,6.4850884 13.11066,6.2010974 c 0.265844,-0.2839635 0.578264,-0.4254285 0.937155,-0.4254433 0.01338,4e-7 0.02665,-3.702e-4 0.03988,0 0.01309,-3.29e-4 0.02666,0 0.03988,0 z m 1.01574,3.2544477 c 0.08118,2.4e-6 0.154686,0.00887 0.220509,0.028278 0.04324,-0.00447 0.08675,-0.00613 0.130192,-0.00515 0.29782,0.00787 0.590854,0.14997 0.796454,0.3862177 0.205598,0.2362488 0.321233,0.5637435 0.314294,0.8901135 l -0.02463,2.90998 c 10e-7,0.0013 10e-7,0.0027 0,0.0038 -0.120901,-0.09511 -0.247207,-0.181796 -0.383542,-0.254492 -1.487981,-0.04789 -2.977991,-0.05184 -4.468791,-0.04755 l 0.02229,-2.63492 c -9.51e-4,-0.3147152 0.111727,-0.6281582 0.308235,-0.8576691 0.196511,-0.2295115 0.474791,-0.372649 0.76146,-0.3916688 0.06335,-0.017581 0.13268,-0.026991 0.209951,-0.026991 z"
+ id="path21180"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccscccsccccccccsccccccsccc"
+ style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#734a08;fill-opacity:1;stroke:#734a08;stroke-width:0.05457044;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;font-family:NPSPICT3;-inkscape-font-specification:NPSPICT3" />
+</svg>
diff --git a/navit/xpm/worship.svg b/navit/xpm/worship.svg
new file mode 100644
index 000000000..c361a9adf
--- /dev/null
+++ b/navit/xpm/worship.svg
@@ -0,0 +1,199 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ height="22"
+ id="svg2"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:version="0.48.1 r9760"
+ sodipodi:docname="worship.svg"
+ sodipodi:version="0.32"
+ version="1.0"
+ width="22">
+ <metadata
+ id="metadata2975">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="http://web.resource.org/cc/PublicDomain" />
+ <dc:language>en</dc:language>
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10.0"
+ guidetolerance="10.0"
+ id="base"
+ inkscape:current-layer="svg2"
+ inkscape:cx="5.2760917"
+ inkscape:cy="9.9545993"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:window-height="725"
+ inkscape:window-maximized="1"
+ inkscape:window-width="1024"
+ inkscape:window-x="-3"
+ inkscape:window-y="-3"
+ inkscape:zoom="14.481547"
+ objecttolerance="10.0"
+ pagecolor="#ffffff"
+ showgrid="false" />
+ <defs
+ id="defs4">
+ <inkscape:perspective
+ id="perspective2441"
+ inkscape:persp3d-origin="290 : 193.33333 : 1"
+ inkscape:vp_x="0 : 290 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="580 : 290 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3452"
+ inkscape:persp3d-origin="30 : 20 : 1"
+ inkscape:vp_x="0 : 30 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="60 : 30 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <symbol
+ id="symbol-university"
+ viewBox="244.5 110 489 219.9">
+ <path
+ d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"
+ id="path4460" />
+ <path
+ d="M94,176l-21,39"
+ fill="none"
+ id="path4462"
+ stroke="#000000"
+ stroke-width="20" />
+ <path
+ d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"
+ id="path4464" />
+ <path
+ d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24"
+ id="path4466"
+ ill="none"
+ stroke="#000000"
+ stroke-width="20" />
+ </symbol>
+ <inkscape:perspective
+ id="perspective4471"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4668"
+ inkscape:persp3d-origin="6 : 4 : 1"
+ inkscape:vp_x="0 : 6 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="12 : 6 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective2893"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3898"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4011"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_x="0 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ </defs>
+ <g
+ id="g1327"
+ transform="matrix(0.04384042,0,0,0.04384042,-0.89769414,-1.72591)">
+ <path
+ d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 l 0,450.123 c 0,40.844 20.895,62.229 62.192,62.229 l 452.024,0 c 41.307,0 62.229,-20.315 62.229,-62.229 l 0,-450.123 c 0,-42.601 -20.922,-65.036 -63.521,-65.036 -0.004,0 -448.495,-0.143 -448.353,0 z"
+ id="path1329"
+ style="fill:#111111;fill-opacity:0;stroke:#eeeeee;stroke-width:3.40799999;stroke-opacity:0"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ id="layer3"
+ inkscape:label="Layout"
+ style="display:none;stroke:#757575;stroke-opacity:1"
+ transform="matrix(48.14969,0,0,48.14969,-536.27327,-33.306752)">
+ <rect
+ height="10"
+ id="rect4134"
+ style="fill:none;stroke:#757575;stroke-width:0.10000000000000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ width="10"
+ x="1"
+ y="1" />
+ <rect
+ height="8"
+ id="rect4136"
+ style="fill:none;stroke:#757575;stroke-width:0.10000000000000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ width="8"
+ x="2"
+ y="2" />
+ </g>
+ <path
+ d="m 13.834479,8.2786211 1.429328,5.6020929"
+ id="path4817"
+ sodipodi:nodetypes="cc"
+ style="fill:#d53b3b;fill-opacity:1;stroke:#5e8019;stroke-width:5.65503454;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ <path
+ d="M 13.444766,7.2733188 7.9519419,8.0568238 4.7331953,4.2243025"
+ id="path5329"
+ sodipodi:nodetypes="ccc"
+ style="fill:none;stroke:#5e8019;stroke-width:2.48455691;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ <path
+ d="M 17.479645,20.02395 9.88316,20.10612"
+ id="path5331"
+ sodipodi:nodetypes="cc"
+ style="fill:none;stroke:#5e8019;stroke-width:3.14761353;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ <path
+ d="M 16.461331,14.627912 9.9243731,19.473379"
+ id="path5333"
+ sodipodi:nodetypes="cc"
+ style="fill:none;stroke:#5e8019;stroke-width:3.43722439;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 11.49254,1.8440237 c -0.718819,0.032613 -1.001823,1.0693311 -0.407266,1.4647264 0.541531,0.4466602 1.437955,-0.094683 1.290867,-0.7859506 C 12.311217,2.1084739 11.911058,1.7972478 11.49254,1.8440237 z"
+ id="path5339"
+ style="fill:#5e8019;fill-opacity:1;stroke:#5e8019;stroke-width:3.43722439;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ <path
+ d="M 15.831646,14.14354 9.9243731,19.473379"
+ id="path4057"
+ sodipodi:nodetypes="cc"
+ style="fill:none;stroke:#5e8019;stroke-width:3.43722439;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ <path
+ d="M 13.444766,7.7117229 7.9519419,8.0568238 4.7331953,4.2243025"
+ id="path4059"
+ sodipodi:nodetypes="ccc"
+ style="fill:none;stroke:#5e8019;stroke-width:2.48455691;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+</svg>