From 9de519f5f2ceb3ef2fed11944af6eeec734197bc Mon Sep 17 00:00:00 2001 From: Mathew Attlee Date: Fri, 25 Oct 2024 11:10:38 +0100 Subject: [PATCH] Community Sauna Baths --- data/brands/leisure/sauna.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 data/brands/leisure/sauna.json diff --git a/data/brands/leisure/sauna.json b/data/brands/leisure/sauna.json new file mode 100644 index 00000000000..c5f29f1b0b7 --- /dev/null +++ b/data/brands/leisure/sauna.json @@ -0,0 +1,22 @@ +{ + "properties": { + "path": "brands/leisure/sauna" + }, + "items": [ + { + "displayName": "Community Sauna Baths", + "locationSet": { + "include": ["gb-lon.geojson"] + }, + "tags": { + "brand": "Community Sauna Baths", + "brand:wikidata": "Q130641242", + "leisure": "sauna", + "name": "Community Sauna Baths", + "operator": "Community Sauna Baths", + "operator:wikidata": "Q130641242", + "reservation": "required" + } + } + ] +}