remove possibility to create carte with parcelle agricole

This commit is contained in:
clemkeirua 2019-08-29 16:01:35 +02:00
parent 1a7b219478
commit c2916e9d05
2 changed files with 0 additions and 12 deletions

View file

@ -47,14 +47,6 @@ class Champs::CarteController < ApplicationController
end
end
if @champ.parcelles_agricoles?
parcelles_agricoles = ApiCartoService.generate_rpg(coordinates)
geo_areas += parcelles_agricoles.map do |parcelle_agricole|
parcelle_agricole[:source] = GeoArea.sources.fetch(:parcelle_agricole)
parcelle_agricole
end
end
selection_utilisateur = ApiCartoService.generate_selection_utilisateur(coordinates)
selection_utilisateur[:source] = GeoArea.sources.fetch(:selection_utilisateur)
geo_areas << selection_utilisateur

View file

@ -144,10 +144,6 @@ const TypeDeChamp = sortableElement(
label="Cadastres"
handler={updateHandlers.cadastres}
/>
<TypeDeChampCarteOption
label="Parcelles Agricoles"
handler={updateHandlers.parcelles_agricoles}
/>
</TypeDeChampCarteOptions>
<TypeDeChampRepetitionOptions
isVisible={isRepetition}