demarches-normaliennes/app/views/shared/champs/carte/_show.html.haml
2023-06-12 10:33:56 +02:00

4 lines
220 B
Text

- if champ.geometry?
= react_component("MapReader", { featureCollection: champ.to_feature_collection, options: champ.render_options } )
.geo-areas
= render Dossiers::GeoAreasComponent.new(champ:, editing: false)