demarches-normaliennes/app/views/shared/champs/carte/_show.html.haml
2020-07-30 17:22:28 +02:00

4 lines
272 B
Text

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