demarches-normaliennes/app/views/shared/champs/carte/_show.html.haml
2020-04-15 18:07:09 +02:00

4 lines
214 B
Text

- if champ.geometry?
= react_component("MapReader", { featureCollection: champ.to_feature_collection } )
.geo-areas
= render partial: 'shared/champs/carte/geo_areas', locals: { champ: champ, error: false }