From 90ffbc7bd86d7d3f4c792e1d2095ad3438a90074 Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Fri, 4 Jan 2008 14:25:05 +0200 Subject: [PATCH] Nightclub --- src/poi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/poi.c b/src/poi.c index 60861b1..2c0b893 100644 --- a/src/poi.c +++ b/src/poi.c @@ -63,7 +63,8 @@ static struct _poi_categories default_poi_categories[] = { { NODE_TOURISM_CARAVAN_SITE, "Caravan site", "" , "accommodation/camping/caravan", "#90ff80" }, { NODE_TOURISM_PICNIC_SITE, "Picnic", "Place to have a Picnic" , "recreation/picnic", "#a5f8e5" }, { NODE_AMENITY_FOOD, "Restaurant, Fast food", "Places to eat or drink." , "food/fastfood", "#e5960d" }, - { NODE_AMENITY_PUB, "Pub, Disco, Club", "Place to drink and party." , "food/pub", "#f5960d" }, + { NODE_AMENITY_PUB, "Pub", "Place to drink." , "food/pub", "#f5960d" }, + { NODE_AMENITY_NIGHTCLUB, "Disco, Club", "Place to drink, party and dance." , "food/bar", "#f59c1d" }, { NODE_AMENITY_CAFE, "Cafe", "Place to drink coffe or tee and eat." , "food/cafe", "#ff960d" }, { NODE_AMENITY_CINEMA, "Cinema", "Place to see movies" , "recreation/cinema", "#9090a0" }, { NODE_AMENITY_THEATRE, "Theatre", "Place to see people performing" , "recreation/theater", "#9595a5" }, -- 2.39.5