added POI ruins
authorchristeck <christeck@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Thu, 28 Aug 2008 18:27:29 +0000 (18:27 +0000)
committerchristeck <christeck@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Thu, 28 Aug 2008 18:27:29 +0000 (18:27 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk/navit@1334 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/item_def.h
navit/navit.xml
navit/osm2navit.c
navit/xpm/Makefile.am
navit/xpm/ruins.xpm [new file with mode: 0644]

index 102a573..e7a02a3 100644 (file)
@@ -272,6 +272,7 @@ ITEM(poi_fountain)
 ITEM(poi_potable_water)
 ITEM(poi_toilets)
 ITEM(poi_viewpoint)
+ITEM(poi_ruins)
 /* Line */
 ITEM2(0x80000000,line)
 ITEM2(0x80000001,line_unspecified)
index d635101..257e362 100644 (file)
@@ -1434,6 +1434,9 @@ It's always the top left corner of the icon, so you need to consider the icon's
                        <item type="poi_castle" order="12-">
                                <icon src="castle.xpm" />
                        </item>
+                       <item type="poi_ruins" order="12-">
+                               <icon src="ruins.xpm" />
+                       </item>
                        <item type="poi_hunting_stand" order="13-">
                                <icon src="hunting_stand.xpm" />
                        </item>
index 750c032..015d4c6 100644 (file)
@@ -144,6 +144,7 @@ static char *attrmap={
        "n      amenity=biergarten              poi_biergarten\n"
        "n      historic=boundary_stone         poi_boundary_stone\n"
        "n      historic=castle         poi_castle\n"
+       "n      historic=ruins          poi_ruins\n"
        "n      Annehmlichkeit=Hochsitz         poi_hunting_stand\n"
        "n      amenity=hunting_stand           poi_hunting_stand\n"
        "n      historic=memorial               poi_memorial\n"
index e8247dc..66472ce 100644 (file)
@@ -13,6 +13,7 @@ xpm_DATA += cafe.xpm
 xpm_DATA += camping.xpm
 xpm_DATA += car_dealer.xpm
 xpm_DATA += castle.xpm
+xpm_DATA += ruins.xpm
 xpm_DATA += cemetery.xpm
 xpm_DATA += church.xpm
 xpm_DATA += cinema.xpm
diff --git a/navit/xpm/ruins.xpm b/navit/xpm/ruins.xpm
new file mode 100644 (file)
index 0000000..61b8f80
--- /dev/null
@@ -0,0 +1,22 @@
+/* XPM */
+static char *dummy[]={
+"16 16 3 1",
+". c None",
+"# c #000000",
+"a c #010101",
+"...........#.#.#",
+"...........#####",
+"..##.......#####",
+".###........###.",
+".###.#a##a#.###.",
+".##############.",
+".##############.",
+".##.########.##.",
+".#...######...#.",
+".#...######...#.",
+".######..######.",
+".#####a..a#####.",
+".#####....#####.",
+".#####....#####.",
+".#####....#####.",
+"................"};