{"type":"FeatureCollection","features":[ {% for index, dado in dados%} { "type": "Feature", "id" : "{{ index+1 }}", "geometry" : {{ dado.geometry | raw }}, "properties" : { "Código do registro": "{{ dado.id }}", "_tipo":"{{ dado._tipo }}", "_ind_tipo":"{{ dado._ind_tipo }}", "_ind_tipo_pesca":"{{ dado._ind_tipo_pesca }}", "_label": "{{ dado._label }}", "Acessar" : "Clique aqui" } }{% if not loop.last %},{% endif %} {% endfor %} ]}