Add:core:Added new item type poi_image which displays an image on top of the map
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Mon, 31 Mar 2008 16:33:10 +0000 (16:33 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Mon, 31 Mar 2008 16:33:10 +0000 (16:33 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@973 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/src/item_def.h
navit/src/navit.xml

index b46823b..2c1dbb1 100644 (file)
@@ -232,6 +232,7 @@ ITEM(nav_roundabout_l7)
 ITEM(nav_roundabout_l8)
 ITEM(poi_peak)
 ITEM(poi_rail_station)
+ITEM(poi_image)
 /* Line */
 ITEM2(0x80000000,line)
 ITEM2(0x80000001,line_unspecified)
index 79ccee1..0f1b80d 100644 (file)
@@ -1034,6 +1034,9 @@ Change to your home coordinates.
                                <polygon color="#a0a0a0" />
                                <label label_size="5" /> 
                        </item>
+                       <item type="poi_image" order="0-">
+                               <image />
+                       </item>
                        <item type="rg_segment" order="0-">
                                <polyline color="#FF089C" width="1" />
                        </item>