From b9b6add4ac6cf5de863d6d81be7160baa81e20d3 Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Thu, 25 Oct 2007 16:43:25 +0300 Subject: [PATCH] Add library and townhall --- src/poi.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/poi.c b/src/poi.c index b73a897..f20c80e 100644 --- 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" }, -- 2.39.5