Browse Source

Leisure: update 'leisure=pitch sport=*' translation for multi-values

leisure-restruct
parent
commit
8512e6855c
  1. 2
      leisure.json

2
leisure.json

@ -29,7 +29,7 @@
"feature": {
"description": [
"{% if tags.leisure == 'pitch' and tags.sport %}",
" {% set pitchName = tagTrans('leisure', 'pitch sport=' ~ tags.sport) %}",
" {% set pitchName = tagTransList('leisure=pitch sport', tags.sport) %}",
"{% endif %}",
"",
"{% if pitchName and pitchName != tags.sport %}",

Loading…
Cancel
Save