{ "shop", "general_store",NODE_AMENITY_SHOP },
{ "shop", "food", NODE_AMENITY_SHOP },
{ "shop", "drinks", NODE_AMENITY_SHOP },
+ { "shop", "sex", NODE_AMENITY_SHOP_ADULT },
{ "shop", "pharmacy", NODE_AMENITY_PHARMACY },
/* Sport */
NODE_AMENITY_POW=310,
NODE_AMENITY_LIBRARY=311,
NODE_AMENITY_NIGHTCLUB=312,
+ NODE_AMENITY_SHOP_ADULT=313,
NODE_AMENITY_COLLEGE=320,
NODE_AMENITY_SCHOOL=321,
NODE_AMENITY_TOWNHALL=325,
{ NODE_AMENITY_CINEMA, "Cinema", "Place to see movies" , "recreation/cinema", "#9090a0" },
{ NODE_AMENITY_THEATRE, "Theatre", "Place to see people performing" , "recreation/theater", "#9595a5" },
{ NODE_AMENITY_SHOP, "Shopping", "Places to shop or acquire services." , "shopping", "#61ef1b" },
+ { NODE_AMENITY_SHOP_ADULT, "Adult shop", "Shops providing adult items, such as sex toys,pornography and fetish clothing" , "", "#ff0000" },
{ NODE_AMENITY_POW, "Place of Worchip", "" , "religion/church", "#7c5b0b" },
{ 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" },