{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."},
{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 }
};