From: Kaj-Michael Lang Date: Thu, 25 Oct 2007 13:43:25 +0000 (+0300) Subject: Add library and townhall X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9b6add4ac6cf5de863d6d81be7160baa81e20d3;p=mapper Add library and townhall --- 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" },