forked from MapComplete/MapComplete
Fix optimalization, some cleanup
This commit is contained in:
parent
8c9e2a36b3
commit
d40d77d86f
13 changed files with 8 additions and 20 deletions
|
@ -81,7 +81,6 @@ export default class SplitRoadWizard extends Toggle {
|
|||
features: new StaticFeatureSource([roadElement], false),
|
||||
layers: state.filteredLayers,
|
||||
leafletMap: miniMap.leafletMap,
|
||||
popup: undefined,
|
||||
zoomToFeatures: true,
|
||||
state
|
||||
})
|
||||
|
@ -90,7 +89,6 @@ export default class SplitRoadWizard extends Toggle {
|
|||
features: new StaticFeatureSource(splitPoints, true),
|
||||
leafletMap: miniMap.leafletMap,
|
||||
zoomToFeatures: false,
|
||||
popup: undefined,
|
||||
layerToShow: SplitRoadWizard.splitLayerStyling,
|
||||
state
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue