]> err.no Git - mapper/commitdiff
Add library and townhall
authorKaj-Michael Lang <milang@angel.tal.org>
Thu, 25 Oct 2007 13:43:25 +0000 (16:43 +0300)
committerKaj-Michael Lang <milang@angel.tal.org>
Thu, 25 Oct 2007 13:43:25 +0000 (16:43 +0300)
src/poi.c

index b73a897bad07d9e3c0c6b37f0d7b5ba5afa414cf..f20c80ed470cb5a42b46231e57a04f4f7e86425d 100644 (file)
--- a/src/poi.c
+++ b/src/poi.c
@@ -34,6 +34,7 @@ struct _poi_categories {
        const gchar *name, *desc, *icon, *color;
 };
 
+/* The default POI categories */
 static struct _poi_categories default_poi_categories[] = {
        { NODE_AMENITY_PARKING, "Parking", "Parking place for vehicles."  , "vehicle/parking", "#2020ff" },
        { NODE_AMENITY_FUEL, "Fuel", "Stations for purchasing fuel for vehicles."  , "vehicle/fuel_station", "#4040f0" },
@@ -68,6 +69,8 @@ static struct _poi_categories default_poi_categories[] = {
        { NODE_TOURISM_THEME_PARK, "Theme Park", "Place to have fun and ride for example rollercoasters." , "recreation/theme_park", "#8eef1b" },
        { NODE_AMENITY_COLLEGE, "College Campus/Building", "" , "education/college", "#813fdc" },
        { NODE_AMENITY_SCHOOL, "School", "" , "education/school", "#813fdc" },
+       { NODE_AMENITY_LIBRARY, "Library", "Place to read and borrow books and magazines" , "shopping/rental/library", "#803090" },
+       { NODE_AMENITY_TOWNHALL, "Townhall", "" , "", "#408090" },
        { NODE_AMENITY_WC, "WC/Toilets", "" , "public/toilets", "#e1d62c" },
        { NODE_AMENITY_TELEPHONE, "Telephone", "Public telephone" , "public/telephone", "#208060" },
        { NODE_TOURISM_ATTRACTION, "Attraction", "Something interesting" , "generic", "#004000" },