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

4 lines
247 B
Text

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