]> err.no Git - mapper/commitdiff
Add the new categories
authorKaj-Michael Lang <milang@angel.tal.org>
Sun, 22 Jul 2007 15:07:39 +0000 (18:07 +0300)
committerKaj-Michael Lang <milang@angel.tal.org>
Sun, 22 Jul 2007 15:07:39 +0000 (18:07 +0300)
src/poi.c

index a82aba6ea839f32a363f4dd28e87ba2bfba8f4d8..ff1fd904599e7ab1c2ed495a828edad136db57b1 100644 (file)
--- a/src/poi.c
+++ b/src/poi.c
@@ -70,10 +70,11 @@ static struct _poi_categories default_poi_categories[] = {
        {NODE_AMENITY_PARKING, "Parking", "Parking place for vehicles." },
        {NODE_AMENITY_FUEL, "Fuel", "Stations for purchasing fuel for vehicles." },
        {NODE_AMENITY_HOSPITAL, "Hospital", "" },
-       {NODE_AMENITY_PHARMACY, "Pharmacy", ""},
+       {NODE_AMENITY_PHARMACY, "Pharmacy", "Place to get drugs." },
        {NODE_AMENITY_POLICE, "Police", "Police station"},
        {NODE_AMENITY_HOTEL, "Hotel", "Places to stay temporarily or for the night."},
-       {NODE_AMENITY_HOSTEL, "Hostel", "Places to stay temporarily or for the night."},
+       {NODE_AMENITY_HOSTEL, "Hostel", "Places to stay temporarily or for the night. Cheap."},
+       {NODE_AMENITY_MOTEL, "Motel", "Places to stay temporarily or for the night. Cheap."},
        {NODE_AMENITY_ATM, "ATM", "Automatic Teller Machine/Cashpoint."},
        {NODE_AMENITY_BANK, "Bank", "Place to take care of your money."},
        {NODE_AMENITY_POST, "Post office", "Place to handle mail."},
@@ -86,12 +87,17 @@ static struct _poi_categories default_poi_categories[] = {
        {NODE_AMENITY_AIRPORT, "Airport", "Transportation by air."},
        {NODE_AMENITY_FOOD, "Restaurant, Fast food", "Places to eat or drink."},
        {NODE_AMENITY_PUB, "Pub, Disco, Club", "Place to drink and party."},
+       {NODE_AMENITY_CAFE, "Cafe", "Place to drink coffe or tee and eat."},
        {NODE_AMENITY_CINEMA, "Cinema", "Place to see movies"},
        {NODE_AMENITY_THEATRE, "Theatre", "Place to see people performing"},
        {NODE_AMENITY_SHOP, "Shopping", "Places to shop or acquire services."},
        {NODE_AMENITY_POW, "Place of Worchip", ""},
+       {NODE_AMENITY_THEME_PARK, "Theme Park", "Place to have fun and ride for example rollercoasters."},
        {NODE_AMENITY_COLLEGE, "College Campus/Building", ""},
        {NODE_AMENITY_SCHOOL, "School", ""},
+       {NODE_AMENITY_WC, "WC/Toilets", ""},
+       {NODE_AMENITY_TELEPHONE, "Telephone", "Public telephone"},
+       {NODE_AMENITY_ATTRACTION, "Attraction", "Something interesting"},
        {NODE_AMENITY_GENERIC, "Other", "Miscellaneous category for everything else."},
        {NODE_POI_END, NULL, NULL }
 };