From 1309cd2daf695343291f63800f243cfd17fb95b7 Mon Sep 17 00:00:00 2001 From: K-Sakanoshita Date: Wed, 27 Mar 2024 21:20:03 +0900 Subject: [PATCH] add craft --- data/overpass-custom.jsonc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/data/overpass-custom.jsonc b/data/overpass-custom.jsonc index a33b653..076dd9f 100644 --- a/data/overpass-custom.jsonc +++ b/data/overpass-custom.jsonc @@ -5,13 +5,15 @@ "nwr[\"amenity\"]", "nwr[\"shop\"]", "nwr[\"railway\"=\"station\"]", - "nwr[\"leisure\"]" + "nwr[\"leisure\"]", + "nwr[\"craft\"]" ], "tags": [ "amenity", "shop", "railway", - "leisure" + "leisure", + "craft" ], "expression": { "stroke": "#c0c0c0",