+
{speedLimitsTags ? (
} />
+
);
}
diff --git a/front/src/reducers/map.ts b/front/src/reducers/map.ts
index a9758983fd6..c0a07cdf273 100644
--- a/front/src/reducers/map.ts
+++ b/front/src/reducers/map.ts
@@ -58,7 +58,6 @@ export interface MapState {
all: boolean;
stops: boolean;
lights: boolean;
- tivs: boolean;
};
layersSettings: {
bufferstops: boolean;
@@ -67,6 +66,7 @@ export interface MapState {
operationalpoints: boolean;
routes: boolean;
signalingtype: boolean;
+ sncf_lpv: boolean;
speedlimittag: unknown;
speedlimits: boolean;
switches: boolean;
@@ -97,7 +97,6 @@ export const initialState: MapState = {
all: false,
stops: true,
lights: false,
- tivs: false,
},
layersSettings: {
bufferstops: false,
@@ -106,6 +105,7 @@ export const initialState: MapState = {
operationalpoints: false,
routes: false,
signalingtype: true,
+ sncf_lpv: false,
speedlimittag: undefined,
speedlimits: false,
switches: false,
diff --git a/front/yarn.lock b/front/yarn.lock
index f568d28b1e2..9b37da47e2b 100644
--- a/front/yarn.lock
+++ b/front/yarn.lock
@@ -2394,7 +2394,6 @@
dependencies:
"@babel/types" "^7.3.0"
-<<<<<<< HEAD
"@types/d3-array@*":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@types/d3-array/-/d3-array-3.0.3.tgz#87d990bf504d14ad6b16766979d04e943c046dac"
@@ -2605,10 +2604,7 @@
"@types/d3-transition" "*"
"@types/d3-zoom" "*"
-"@types/eslint@^7.28.2":
-=======
"@types/eslint@^7.29.0":
->>>>>>> 6965a725 (front: avoid reducer file & folder with same name (osrdsimulation))
version "7.29.0"
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.29.0.tgz#e56ddc8e542815272720bb0b4ccc2aff9c3e1c78"
integrity sha512-VNcvioYDH8/FxaeTKkM4/TiTwt6pBV9E3OfGmvaw8tPl0rrHCJ4Ll15HRT+pMiFAf/MLQvAzC+6RzUMEL9Ceng==