summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan FitiƩ <jfitie@gmail.com>2017-07-13 09:38:41 +0200
committerGitHub <noreply@github.com>2017-07-13 09:38:41 +0200
commitb90a5c27447845546db43fd4cc39340b6c412b5c (patch)
tree40856f0f04e271dce67054d2d0034ff46713cd43
parent56d62186e1b4bee201d9739811c80df14d76e25f (diff)
downloadnavit-b90a5c27447845546db43fd4cc39340b6c412b5c.tar.gz
[POI] Improve tower icon (#280)
* [POI] Improve tower icon * Delete tower.xpm
-rw-r--r--navit/xpm/tower.svg85
-rw-r--r--navit/xpm/tower.xpm35
2 files changed, 85 insertions, 35 deletions
diff --git a/navit/xpm/tower.svg b/navit/xpm/tower.svg
new file mode 100644
index 000000000..3a717e919
--- /dev/null
+++ b/navit/xpm/tower.svg
@@ -0,0 +1,85 @@
+<?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"
+ width="12.5"
+ height="20"
+ viewBox="0 0 12.5 20"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="tower.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="64"
+ inkscape:cx="11.756724"
+ inkscape:cy="13.45678"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer2"
+ showgrid="false"
+ inkscape:window-width="1920"
+ inkscape:window-height="1054"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ units="px" />
+ <metadata
+ id="metadata7">
+ <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>
+ <g
+ inkscape:groupmode="layer"
+ id="layer2"
+ inkscape:label="Layer 2"
+ style="display:inline">
+ <rect
+ style="display:inline;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="rect3335-6"
+ width="3.125"
+ height="15.75"
+ x="4.703125"
+ y="3.8125" />
+ <ellipse
+ style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none"
+ id="path4137-3"
+ cx="6.28125"
+ cy="3.015625"
+ rx="2.84375"
+ ry="2.75" />
+ <rect
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="rect3335"
+ width="2"
+ height="15"
+ x="5.25"
+ y="4" />
+ <circle
+ style="fill:#000000;fill-opacity:1;stroke:none"
+ id="path4137"
+ cx="6.25"
+ cy="3"
+ r="2" />
+ </g>
+</svg>
diff --git a/navit/xpm/tower.xpm b/navit/xpm/tower.xpm
deleted file mode 100644
index 2561c1ad1..000000000
--- a/navit/xpm/tower.xpm
+++ /dev/null
@@ -1,35 +0,0 @@
-/* XPM */
-static char *tower[] = {
-/* columns rows colors chars-per-pixel */
-"10 16 13 1",
-" c black",
-". c #131313",
-"X c #141414",
-"o c #1B1B1B",
-"O c #1E1E1E",
-"+ c #252525",
-"@ c #262626",
-"# c #363636",
-"$ c #404040",
-"% c #797979",
-"& c #AEAEAE",
-"* c #D7D7D7",
-"= c #FFFFFF",
-/* pixels */
-"==========",
-"====%%====",
-"===& &===",
-"===&oo&===",
-"===* *===",
-"==== ====",
-"==== ====",
-"====##====",
-"====$#====",
-"====o@====",
-"====OO====",
-"====.X====",
-"====@@====",
-"====..====",
-"==== ====",
-"==== ===="
-};