11 lines
449 B
Text
11 lines
449 B
Text
<%= render_flash(timeout: 5000, fixed: true) %>
|
|
|
|
<%= render_to_element("#{@selector} + .geo-areas",
|
|
partial: 'shared/champs/carte/geo_areas',
|
|
locals: { champ: @champ, error: @error }) %>
|
|
|
|
<% if feature_enabled?(:new_map_editor) %>
|
|
<%= fire_event('map:update', { featureCollection: @champ.to_feature_collection }.to_json) %>
|
|
<% else %>
|
|
<%= fire_event('carte:update', { selector: @selector, data: @champ.to_render_data }.to_json) %>
|
|
<% end %>
|