diff --git a/data/presets/amenity/cafe/teahouse.json b/data/presets/amenity/cafe/teahouse.json new file mode 100644 index 00000000..5eec4c69 --- /dev/null +++ b/data/presets/amenity/cafe/teahouse.json @@ -0,0 +1,30 @@ +{ + "icon": "maki-cafe", + "geometry": [ + "point", + "area" + ], + "tags": { + "amenity": "cafe", + "cuisine": "tea" + }, + "reference": { + "key": "amenity", + "value": "cafe" + }, + "terms": [ + "teahouse", + "tea house", + "tearoom", + "tea room", + "tea", + "tea drink", + "black tea", + "green tea", + "yellow tea", + "white tea", + "oolong tea", + "hot drinks" + ], + "name": "Teahouse" +}