Fix optimalization, some cleanup
This commit is contained in:
parent
8c9e2a36b3
commit
d40d77d86f
13 changed files with 8 additions and 20 deletions
|
@ -237,7 +237,6 @@ ${Utils.special_visualizations_importRequirementDocs}
|
|||
// SHow all relevant data - including (eventually) the way of which the geometry will be replaced
|
||||
new ShowDataMultiLayer({
|
||||
leafletMap: confirmationMap.leafletMap,
|
||||
popup: undefined,
|
||||
zoomToFeatures: true,
|
||||
features: new StaticFeatureSource([feature], false),
|
||||
state: state,
|
||||
|
@ -248,7 +247,6 @@ ${Utils.special_visualizations_importRequirementDocs}
|
|||
action.getPreview().then(changePreview => {
|
||||
new ShowDataLayer({
|
||||
leafletMap: confirmationMap.leafletMap,
|
||||
popup: undefined,
|
||||
zoomToFeatures: false,
|
||||
features: changePreview,
|
||||
state,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue