File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export const editorInitialState: EditorState = {
22
22
// Definition of entities (json schema)
23
23
editorSchema : [ ] ,
24
24
// ID of selected layers on which we are working
25
- editorLayers : new Set ( [ 'track_sections' ] ) ,
25
+ editorLayers : new Set ( [ 'operational_points' , ' track_sections'] ) ,
26
26
// Editor issue management
27
27
issues : {
28
28
total : 0 ,
Original file line number Diff line number Diff line change @@ -83,15 +83,15 @@ export const mapInitialState: MapState = {
83
83
electrifications : false ,
84
84
neutral_sections : false ,
85
85
detectors : false ,
86
- operational_points : false ,
86
+ operational_points : true ,
87
87
routes : false ,
88
88
signals : false ,
89
89
sncf_psl : false ,
90
90
speed_limits : false ,
91
91
speedlimittag : null ,
92
92
switches : false ,
93
93
tvds : false ,
94
- platforms : true ,
94
+ platforms : false ,
95
95
} ,
96
96
mapSearchMarker : undefined ,
97
97
lineSearchCode : undefined ,
You can’t perform that action at this time.
0 commit comments