Browse Source

shop: write 'tag:shop' for shop=yes

aboriginal_lands
parent
commit
80d36e08d1
  1. 8
      shop.json

8
shop.json

@ -31,7 +31,13 @@
" {% set current = const.shops[shop0] %}",
"{% endif %}"
],
"description": "{{ tagTransList('shop', tags.shop) }}",
"description": [
"{% if tags.shop == 'yes' %}",
" {{ keyTrans('shop') }}",
"{% else %}",
" {{ tagTransList('shop', tags.shop) }}",
"{% endif %}"
],
"markerSign": [
"{% set c = current.sign %}",
"{% if c|slice(0, 4) == 'fas:' %}",

Loading…
Cancel
Save