{"type":"FeatureCollection","features":[ {% for dado in dados%} { "type": "Feature", "id" : "{{ dado.id }}", "geometry" : {{ dado.geometry | raw }}, "properties" : { "Nome da localidade": "{{ dado.nome }}", "Acessar" : "Clique aqui", "_label": "{{ dado._label }}" } }{% if not loop.last %},{% endif %} {% endfor %} ]}