{ "type": "overpass", "name": { "en": "Developable Areas" }, "query": { "13": [ "(", "nwr[landuse~\"^(brownfield|greenfield)$\"];", ")" ] }, "feature": { "pre": [ "{% set key = 'landuse' %}", "{% set value = tags.landuse %}" ], "style": { "color": "{{ const[value] }}" }, "markerSymbol": "{{ markerPointer({fillColor:const[value]})|raw }}", "listMarkerSymbol": "{{ markerCircle({fillColor:const[value]})|raw }}", "description": "{{ tagTrans(key, value) }}" }, "info": [ "", "{% for value, color in const %}", " ", " ", " ", " ", "{% endfor %}", "
{{ markerCircle({fillColor: color})|raw }}{{ tagTrans('landuse', value) }}
" ], "const": { "brownfield": "#c3701f", "greenfield": "#009800" } }