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",