From 8cb554aaf36faf0b9dbdd580ac112a9a344437d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Sun, 25 Jun 2017 22:20:33 +0200 Subject: [PATCH] Category shop: show malls from zoom 14 --- shop.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/shop.json b/shop.json index 56f7b2b..ffcf35b 100644 --- a/shop.json +++ b/shop.json @@ -1,7 +1,10 @@ { "type": "category", - "query": "(node[shop];way[shop];relation[shop];);", - "minZoom": 16, + "query": { + "14": "(node[shop~'^(mall|department_store)$'];way[shop~'^(mall|department_store)$'];relation[shop~'^(mall|department_store)$'];);", + "16": "(node[shop];way[shop];relation[shop];);" + }, + "minZoom": 14, "feature": { "pre": "{% set current = const.default %}{% for v in const.shops %}{% if tags.shop in v.types %}{% set current = v %}{% endif %}{% endfor %}", "body": "{{ tagTrans('shop', tags.shop) }}",