From 1c3734400635f458cbdae4beb92e4577588a8c79 Mon Sep 17 00:00:00 2001 From: sleske Date: Thu, 19 Apr 2012 19:19:32 +0000 Subject: [PATCH] Add:xpm:New SVG files from sjjb.co.uk, adapted for Navit.|From #877; thanks themroc! git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5023 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- navit/COPYING | 3 +- navit/contrib/sjjb_import.pl | 243 ++++++++++++++++++ navit/navit/navit_shipped.xml | 199 +++++++++++---- navit/navit/xpm/bahai.svg | 124 +++++++++ navit/navit/xpm/biergarten.svg | 136 ++++++++++ navit/navit/xpm/buddhist.svg | 124 +++++++++ navit/navit/xpm/bus_stop.svg | 157 ++++++++++++ navit/navit/xpm/car_dealer.svg | 148 +++++++++++ navit/navit/xpm/car_rent.svg | 115 +++++++++ navit/navit/xpm/casino.svg | 109 ++++++++ navit/navit/xpm/castle.svg | 425 ++++++++++++++++++++++++++++++ navit/navit/xpm/dam.svg | 417 ++++++++++++++++++++++++++++++ navit/navit/xpm/daymark.svg | 143 +++++++++++ navit/navit/xpm/drinking_water.svg | 199 +++++++++++++++ navit/navit/xpm/emergency.svg | 445 ++++++++++++++++++++++++++++++++ navit/navit/xpm/hindu.svg | 127 +++++++++ navit/navit/xpm/islamic.svg | 146 +++++++++++ navit/navit/xpm/jain.svg | 146 +++++++++++ navit/navit/xpm/jewish.svg | 127 +++++++++ navit/navit/xpm/library.svg | 134 ++++++++++ navit/navit/xpm/memorial.svg | 417 ++++++++++++++++++++++++++++++ navit/navit/xpm/pagan.svg | 123 +++++++++ navit/navit/xpm/pastafarian.svg | 130 ++++++++++ navit/navit/xpm/picnic.svg | 141 ++++++++++ navit/navit/xpm/shelter.svg | 222 ++++++++++++++++ navit/navit/xpm/shinto.svg | 127 +++++++++ navit/navit/xpm/shop_apparel.svg | 439 +++++++++++++++++++++++++++++++ navit/navit/xpm/shop_computer.svg | 267 +++++++++++++++++++ navit/navit/xpm/shop_department.svg | 496 ++++++++++++++++++++++++++++++++++++ navit/navit/xpm/sikh.svg | 137 ++++++++++ navit/navit/xpm/sport.svg | 97 +++++++ navit/navit/xpm/taoist.svg | 200 +++++++++++++++ navit/navit/xpm/theater.svg | 164 ++++++++++++ navit/navit/xpm/townhall.svg | 187 ++++++++++++++ navit/navit/xpm/worship.svg | 199 +++++++++++++++ 35 files changed, 6962 insertions(+), 51 deletions(-) create mode 100644 navit/contrib/sjjb_import.pl create mode 100644 navit/navit/xpm/bahai.svg create mode 100644 navit/navit/xpm/biergarten.svg create mode 100644 navit/navit/xpm/buddhist.svg create mode 100644 navit/navit/xpm/bus_stop.svg create mode 100644 navit/navit/xpm/car_dealer.svg create mode 100644 navit/navit/xpm/car_rent.svg create mode 100644 navit/navit/xpm/casino.svg create mode 100644 navit/navit/xpm/castle.svg create mode 100644 navit/navit/xpm/dam.svg create mode 100644 navit/navit/xpm/daymark.svg create mode 100644 navit/navit/xpm/drinking_water.svg create mode 100644 navit/navit/xpm/emergency.svg create mode 100644 navit/navit/xpm/hindu.svg create mode 100644 navit/navit/xpm/islamic.svg create mode 100644 navit/navit/xpm/jain.svg create mode 100644 navit/navit/xpm/jewish.svg create mode 100644 navit/navit/xpm/library.svg create mode 100644 navit/navit/xpm/memorial.svg create mode 100644 navit/navit/xpm/pagan.svg create mode 100644 navit/navit/xpm/pastafarian.svg create mode 100644 navit/navit/xpm/picnic.svg create mode 100644 navit/navit/xpm/shelter.svg create mode 100644 navit/navit/xpm/shinto.svg create mode 100644 navit/navit/xpm/shop_apparel.svg create mode 100644 navit/navit/xpm/shop_computer.svg create mode 100644 navit/navit/xpm/shop_department.svg create mode 100644 navit/navit/xpm/sikh.svg create mode 100644 navit/navit/xpm/sport.svg create mode 100644 navit/navit/xpm/taoist.svg create mode 100644 navit/navit/xpm/theater.svg create mode 100644 navit/navit/xpm/townhall.svg create mode 100644 navit/navit/xpm/worship.svg diff --git a/navit/COPYING b/navit/COPYING index 20d23ef..c2e9d62 100644 --- a/navit/COPYING +++ b/navit/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/navit/contrib/sjjb_import.pl b/navit/contrib/sjjb_import.pl new file mode 100644 index 0000000..538c205 --- /dev/null +++ b/navit/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= ; + 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 ') { $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/navit_shipped.xml b/navit/navit/navit_shipped.xml index 9e41340..5764360 100644 --- a/navit/navit/navit_shipped.xml +++ b/navit/navit/navit_shipped.xml @@ -1812,7 +1812,7 @@ Waypoint - + @@ -1848,7 +1848,7 @@ Waypoint - + @@ -1860,7 +1860,7 @@ Waypoint - + @@ -1887,7 +1887,7 @@ Waypoint - + @@ -1907,6 +1907,39 @@ Waypoint + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1992,7 +2025,7 @@ Waypoint - + @@ -2007,10 +2040,10 @@ Waypoint - + - + @@ -2133,7 +2166,7 @@ Waypoint - + @@ -2142,7 +2175,7 @@ Waypoint - + @@ -2166,7 +2199,7 @@ Waypoint - + @@ -2212,7 +2245,7 @@ Waypoint - + @@ -2221,19 +2254,19 @@ Waypoint - + - + - + - + @@ -2255,7 +2288,7 @@ Waypoint - + @@ -3181,7 +3214,7 @@ Waypoint - + @@ -3223,7 +3256,7 @@ Waypoint --> - + @@ -3235,7 +3268,7 @@ Waypoint - + @@ -3262,7 +3295,7 @@ Waypoint - + @@ -3282,6 +3315,39 @@ Waypoint + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -3367,7 +3433,7 @@ Waypoint - + @@ -3382,10 +3448,10 @@ Waypoint - + - + @@ -3508,7 +3574,7 @@ Waypoint - + @@ -3517,7 +3583,7 @@ Waypoint - + @@ -3544,7 +3610,7 @@ Waypoint - + @@ -3587,25 +3653,25 @@ Waypoint - + - + - + - + - + @@ -3624,7 +3690,7 @@ Waypoint - + @@ -4450,7 +4516,7 @@ Waypoint - @@ -4512,7 +4578,7 @@ Waypoint - + @@ -4551,7 +4617,7 @@ Waypoint - + @@ -4566,11 +4632,44 @@ Waypoint - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -4653,7 +4752,7 @@ Waypoint - + @@ -4738,7 +4837,7 @@ Waypoint - + @@ -4807,7 +4906,7 @@ Waypoint - + @@ -4837,28 +4936,28 @@ Waypoint - + - + - + - + - + - + - + - + @@ -4885,7 +4984,7 @@ Waypoint - + @@ -4900,7 +4999,7 @@ Waypoint - + @@ -4923,7 +5022,7 @@ Waypoint - diff --git a/navit/navit/xpm/bahai.svg b/navit/navit/xpm/bahai.svg new file mode 100644 index 0000000..57abf2d --- /dev/null +++ b/navit/navit/xpm/bahai.svg @@ -0,0 +1,124 @@ + + + + + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + diff --git a/navit/navit/xpm/biergarten.svg b/navit/navit/xpm/biergarten.svg new file mode 100644 index 0000000..1bfabe4 --- /dev/null +++ b/navit/navit/xpm/biergarten.svg @@ -0,0 +1,136 @@ + + + + + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + + + diff --git a/navit/navit/xpm/buddhist.svg b/navit/navit/xpm/buddhist.svg new file mode 100644 index 0000000..eaae0d3 --- /dev/null +++ b/navit/navit/xpm/buddhist.svg @@ -0,0 +1,124 @@ + + + + + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + diff --git a/navit/navit/xpm/bus_stop.svg b/navit/navit/xpm/bus_stop.svg new file mode 100644 index 0000000..b8dfaff --- /dev/null +++ b/navit/navit/xpm/bus_stop.svg @@ -0,0 +1,157 @@ + + + + + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/navit/navit/xpm/car_dealer.svg b/navit/navit/xpm/car_dealer.svg new file mode 100644 index 0000000..a3afb35 --- /dev/null +++ b/navit/navit/xpm/car_dealer.svg @@ -0,0 +1,148 @@ + + + + + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/navit/navit/xpm/car_rent.svg b/navit/navit/xpm/car_rent.svg new file mode 100644 index 0000000..eeb05a9 --- /dev/null +++ b/navit/navit/xpm/car_rent.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + + + diff --git a/navit/navit/xpm/casino.svg b/navit/navit/xpm/casino.svg new file mode 100644 index 0000000..df5dcf8 --- /dev/null +++ b/navit/navit/xpm/casino.svg @@ -0,0 +1,109 @@ + + + + + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + diff --git a/navit/navit/xpm/castle.svg b/navit/navit/xpm/castle.svg new file mode 100644 index 0000000..b12a4cb --- /dev/null +++ b/navit/navit/xpm/castle.svg @@ -0,0 +1,425 @@ + + + + + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + style="overflow:visible"> + + + + + + + + + + + + + diff --git a/navit/navit/xpm/dam.svg b/navit/navit/xpm/dam.svg new file mode 100644 index 0000000..55b0d85 --- /dev/null +++ b/navit/navit/xpm/dam.svg @@ -0,0 +1,417 @@ + + + + + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/navit/navit/xpm/daymark.svg b/navit/navit/xpm/daymark.svg new file mode 100644 index 0000000..38ec717 --- /dev/null +++ b/navit/navit/xpm/daymark.svg @@ -0,0 +1,143 @@ + + + + + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + + + + + diff --git a/navit/navit/xpm/drinking_water.svg b/navit/navit/xpm/drinking_water.svg new file mode 100644 index 0000000..1a6ca6d --- /dev/null +++ b/navit/navit/xpm/drinking_water.svg @@ -0,0 +1,199 @@ + + + + + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/navit/navit/xpm/emergency.svg b/navit/navit/xpm/emergency.svg new file mode 100644 index 0000000..1d635cf --- /dev/null +++ b/navit/navit/xpm/emergency.svg @@ -0,0 +1,445 @@ + + + + + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + style="overflow:visible"> + + + + + + + + + + + + + + diff --git a/navit/navit/xpm/hindu.svg b/navit/navit/xpm/hindu.svg new file mode 100644 index 0000000..b35787c --- /dev/null +++ b/navit/navit/xpm/hindu.svg @@ -0,0 +1,127 @@ + + + + + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + diff --git a/navit/navit/xpm/islamic.svg b/navit/navit/xpm/islamic.svg new file mode 100644 index 0000000..7780aac --- /dev/null +++ b/navit/navit/xpm/islamic.svg @@ -0,0 +1,146 @@ + + + + + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/navit/navit/xpm/jain.svg b/navit/navit/xpm/jain.svg new file mode 100644 index 0000000..7da1f7a --- /dev/null +++ b/navit/navit/xpm/jain.svg @@ -0,0 +1,146 @@ + + + + + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/navit/navit/xpm/jewish.svg b/navit/navit/xpm/jewish.svg new file mode 100644 index 0000000..795cb68 --- /dev/null +++ b/navit/navit/xpm/jewish.svg @@ -0,0 +1,127 @@ + + + + + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + diff --git a/navit/navit/xpm/library.svg b/navit/navit/xpm/library.svg new file mode 100644 index 0000000..5b57157 --- /dev/null +++ b/navit/navit/xpm/library.svg @@ -0,0 +1,134 @@ + + + + + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + + diff --git a/navit/navit/xpm/memorial.svg b/navit/navit/xpm/memorial.svg new file mode 100644 index 0000000..a464643 --- /dev/null +++ b/navit/navit/xpm/memorial.svg @@ -0,0 +1,417 @@ + + + + + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + style="overflow:visible"> + + + + + + + + + + + + + + diff --git a/navit/navit/xpm/pagan.svg b/navit/navit/xpm/pagan.svg new file mode 100644 index 0000000..1c6ee58 --- /dev/null +++ b/navit/navit/xpm/pagan.svg @@ -0,0 +1,123 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/navit/navit/xpm/pastafarian.svg b/navit/navit/xpm/pastafarian.svg new file mode 100644 index 0000000..eff678c --- /dev/null +++ b/navit/navit/xpm/pastafarian.svg @@ -0,0 +1,130 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/navit/navit/xpm/picnic.svg b/navit/navit/xpm/picnic.svg new file mode 100644 index 0000000..c927229 --- /dev/null +++ b/navit/navit/xpm/picnic.svg @@ -0,0 +1,141 @@ + + + + + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + + + + diff --git a/navit/navit/xpm/shelter.svg b/navit/navit/xpm/shelter.svg new file mode 100644 index 0000000..b0cbc7e --- /dev/null +++ b/navit/navit/xpm/shelter.svg @@ -0,0 +1,222 @@ + + + + + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/navit/navit/xpm/shinto.svg b/navit/navit/xpm/shinto.svg new file mode 100644 index 0000000..2b1dc3b --- /dev/null +++ b/navit/navit/xpm/shinto.svg @@ -0,0 +1,127 @@ + + + + + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + diff --git a/navit/navit/xpm/shop_apparel.svg b/navit/navit/xpm/shop_apparel.svg new file mode 100644 index 0000000..2bcb9e4 --- /dev/null +++ b/navit/navit/xpm/shop_apparel.svg @@ -0,0 +1,439 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/navit/navit/xpm/shop_computer.svg b/navit/navit/xpm/shop_computer.svg new file mode 100644 index 0000000..ef1000b --- /dev/null +++ b/navit/navit/xpm/shop_computer.svg @@ -0,0 +1,267 @@ + + + + + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/navit/navit/xpm/shop_department.svg b/navit/navit/xpm/shop_department.svg new file mode 100644 index 0000000..fe069d1 --- /dev/null +++ b/navit/navit/xpm/shop_department.svg @@ -0,0 +1,496 @@ + + + + + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/navit/navit/xpm/sikh.svg b/navit/navit/xpm/sikh.svg new file mode 100644 index 0000000..f80093f --- /dev/null +++ b/navit/navit/xpm/sikh.svg @@ -0,0 +1,137 @@ + + + + + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + + + diff --git a/navit/navit/xpm/sport.svg b/navit/navit/xpm/sport.svg new file mode 100644 index 0000000..321bd42 --- /dev/null +++ b/navit/navit/xpm/sport.svg @@ -0,0 +1,97 @@ + + + + + + + + + image/svg+xml + + + en + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/navit/navit/xpm/taoist.svg b/navit/navit/xpm/taoist.svg new file mode 100644 index 0000000..170831f --- /dev/null +++ b/navit/navit/xpm/taoist.svg @@ -0,0 +1,200 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/navit/navit/xpm/theater.svg b/navit/navit/xpm/theater.svg new file mode 100644 index 0000000..0a008eb --- /dev/null +++ b/navit/navit/xpm/theater.svg @@ -0,0 +1,164 @@ + + + + + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/navit/navit/xpm/townhall.svg b/navit/navit/xpm/townhall.svg new file mode 100644 index 0000000..fb89bb8 --- /dev/null +++ b/navit/navit/xpm/townhall.svg @@ -0,0 +1,187 @@ + + + + + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/navit/navit/xpm/worship.svg b/navit/navit/xpm/worship.svg new file mode 100644 index 0000000..c361a9a --- /dev/null +++ b/navit/navit/xpm/worship.svg @@ -0,0 +1,199 @@ + + + + + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.7.4