Skip to content

Commit

Permalink
remove facade + reorder admin layers
Browse files Browse the repository at this point in the history
  • Loading branch information
thoomasbro committed Feb 1, 2024
1 parent 89e8173 commit 2f93a21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
5 changes: 2 additions & 3 deletions frontend/src/domain/entities/administrativeLayers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ export const administrativeLayers = [
[Layers.FAO],
[Layers.AEM],
[Layers.DEPARTMENTS],
[Layers.FACADES],
[Layers.LOW_WATER_LINE],
[Layers.TRANSVERSAL_SEA_LIMIT_AREAS],
[Layers.SALTWATER_LIMIT_AREAS],
[Layers.STRAIGHT_BASELINE],
[Layers.TERRITORIAL_SEAS],
[Layers.TRANSVERSAL_SEA_LIMIT_AREAS]
[Layers.TERRITORIAL_SEAS]
]
6 changes: 0 additions & 6 deletions frontend/src/domain/entities/layers/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ enum MonitorEnvLayers {
DEPARTMENTS = 'DEPARTMENTS',
DRAW = 'DRAW',
EEZ = 'EEZ',
FACADES = 'FACADES',
FAO = 'FAO',
INTEREST_POINT = 'INTEREST_POINT',
LOW_WATER_LINE = 'LOW_WATER_LINE',
Expand Down Expand Up @@ -135,11 +134,6 @@ export const Layers: Record<MonitorEnvLayers, Layer> = {
name: 'Laisses des basses eaux',
type: LayerType.ADMINISTRATIVE
},
[MonitorEnvLayers.FACADES]: {
code: 'facade_areas_subdivided',
name: 'Facades',
type: LayerType.ADMINISTRATIVE
},
[MonitorEnvLayers.DEPARTMENTS]: {
code: 'departments_areas',
name: 'Départements',
Expand Down

0 comments on commit 2f93a21

Please sign in to comment.