{ "type": "overpass", "query": { "15": [ "(", "node[leisure];", "way[leisure];", "relation[leisure];", ")" ] }, "feature": { "description": [ "{% if tags.leisure == 'pitch' and tags.sport %}", " {% set pitchName = tagTransList('leisure=pitch sport', tags.sport) %}", "{% endif %}", "", "{% if pitchName and pitchName != tags.sport %}", " {{ pitchName }} ", "{% else %}", " {{ tagTrans('leisure', tags.leisure) }}", " {% if tags.leisure == 'pitch' and tags.sport %}", " - {{ tagTransList('sport', tags.sport) }}", " {% endif %}", "{% endif %}" ] } }