Fix optimalization, some cleanup
This commit is contained in:
parent
8c9e2a36b3
commit
d40d77d86f
13 changed files with 8 additions and 20 deletions
|
@ -268,7 +268,6 @@ export default class SpecialVisualizations {
|
|||
new ShowDataMultiLayer(
|
||||
{
|
||||
leafletMap: minimap["leafletMap"],
|
||||
popup: undefined,
|
||||
zoomToFeatures: true,
|
||||
layers: state.filteredLayers,
|
||||
features: new StaticFeatureSource(featuresToShow, true)
|
||||
|
@ -314,7 +313,6 @@ export default class SpecialVisualizations {
|
|||
new ShowDataLayer(
|
||||
{
|
||||
leafletMap: minimap["leafletMap"],
|
||||
popup: undefined,
|
||||
zoomToFeatures: true,
|
||||
layerToShow: new LayerConfig(left_right_style_json, "all_known_layers", true),
|
||||
features: new StaticFeatureSource([copy], false),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue