qwc2 2026.9.8 → 2026.9.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/actions/display.js +1 -1
- package/actions/editing.js +1 -1
- package/actions/layerinfo.js +1 -1
- package/actions/layers.js +1 -1
- package/actions/localConfig.js +1 -1
- package/actions/locale.js +1 -1
- package/actions/locate.js +1 -1
- package/actions/logging.js +1 -1
- package/actions/map.js +1 -1
- package/actions/measurement.js +1 -1
- package/actions/processNotifications.js +1 -1
- package/actions/redlining.js +1 -1
- package/actions/redliningPick.js +1 -1
- package/actions/search.js +1 -1
- package/actions/task.js +1 -1
- package/actions/theme.js +1 -1
- package/actions/windows.js +1 -1
- package/components/AppMenu.js +1 -1
- package/components/AttributeForm.js +1 -1
- package/components/AttributeTableWidget.js +1 -1
- package/components/AutoEditForm.js +1 -1
- package/components/CoordinateDisplayer.js +1 -1
- package/components/EditComboField.js +1 -1
- package/components/EditUploadField.js +1 -1
- package/components/ExportSelection.js +1 -1
- package/components/FeatureAttributesWindow.js +1 -1
- package/components/FullscreenSwitcher.js +1 -1
- package/components/Icon.js +1 -1
- package/components/IdentifyTool.js +1 -1
- package/components/IdentifyViewer.js +47 -17
- package/components/ImportLayer.js +1 -1
- package/components/LayerInfoWindow.js +1 -1
- package/components/LinkFeatureForm.js +1 -1
- package/components/LocationRecorder.js +1 -1
- package/components/MapButton.js +1 -1
- package/components/MapSelection.js +1 -1
- package/components/MeasureSwitcher.js +1 -1
- package/components/MessageBar.js +1 -1
- package/components/NumericInputWindow.js +1 -1
- package/components/OverviewMapButton.js +1 -1
- package/components/PickFeature.js +1 -1
- package/components/PluginsContainer.js +1 -1
- package/components/ProcessNotifications.js +1 -1
- package/components/QtDesignerForm.js +1 -1
- package/components/ResizeableWindow.js +1 -1
- package/components/SearchBox.js +1 -1
- package/components/ServiceInfoWindow.js +1 -1
- package/components/SideBar.js +1 -1
- package/components/StandardApp.js +1 -1
- package/components/TaskBar.js +1 -1
- package/components/ThemeLayersListWindow.js +1 -1
- package/components/ThemeList.js +1 -1
- package/components/Toolbar.js +1 -1
- package/components/ViewSwitcher.js +1 -1
- package/components/WindowManager.js +1 -1
- package/components/map/OlLayer.js +1 -1
- package/components/map/OlMap.js +1 -1
- package/components/map/layers/BingLayer.js +1 -1
- package/components/map/layers/GoogleLayer.js +1 -1
- package/components/map/layers/GraticuleLayer.js +1 -1
- package/components/map/layers/ImageLayer.js +1 -1
- package/components/map/layers/OSMLayer.js +1 -1
- package/components/map/layers/OverlayLayer.js +1 -1
- package/components/map/layers/VectorLayer.js +1 -1
- package/components/map/layers/WFSLayer.js +1 -1
- package/components/map/layers/WMSLayer.js +1 -1
- package/components/map/layers/WMTSLayer.js +1 -1
- package/components/map/layers/index.js +1 -1
- package/components/map3d/ColorLayer3D.js +1 -1
- package/components/map3d/EditDataset3D.js +1 -1
- package/components/map3d/HeightProfile3D.js +1 -1
- package/components/map3d/ImportObjects3D.js +1 -1
- package/components/map3d/Map3D.js +1 -1
- package/components/map3d/MapControls3D.js +1 -1
- package/components/map3d/SearchField3D.js +1 -1
- package/components/map3d/drawtool/CreateTool3D.js +1 -1
- package/components/map3d/drawtool/EditTool3D.js +1 -1
- package/components/map3d/drawtool/NumericInput3D.js +1 -1
- package/components/map3d/layers/GeoTIFFLayer3D.js +1 -1
- package/components/map3d/layers/Layer3D.js +1 -1
- package/components/map3d/layers/MVTLayer3D.js +1 -1
- package/components/map3d/layers/VectorLayer3D.js +1 -1
- package/components/map3d/layers/WFSLayer3D.js +1 -1
- package/components/map3d/layers/WMSLayer3D.js +1 -1
- package/components/map3d/layers/WMTSLayer3D.js +1 -1
- package/components/map3d/layers/index.js +1 -1
- package/components/map3d/utils/MiscUtils3D.js +1 -1
- package/components/map3d/utils/OrbitControls3D.js +1 -1
- package/components/map3d/utils/Tiles3DStyle.js +1 -1
- package/components/share/ShareLink.js +1 -1
- package/components/share/ShareQRCode.js +1 -1
- package/components/share/ShareSocials.js +1 -1
- package/components/timeline/FixedTimeline.js +1 -1
- package/components/timeline/InfiniteTimeline.js +1 -1
- package/components/timeline/TimelineFeaturesSlider.js +1 -1
- package/components/widgets/AccordeonWidget.js +1 -1
- package/components/widgets/ButtonBar.js +1 -1
- package/components/widgets/ColorButton.js +1 -1
- package/components/widgets/ComboBox.js +1 -1
- package/components/widgets/CopyButton.js +1 -1
- package/components/widgets/DateTimeInput.js +1 -1
- package/components/widgets/EditableSelect.js +1 -1
- package/components/widgets/FeaturesTable.js +1 -1
- package/components/widgets/FileSelector.js +1 -1
- package/components/widgets/Input.js +1 -1
- package/components/widgets/InputContainer.js +1 -1
- package/components/widgets/ListInput.js +1 -1
- package/components/widgets/ModalDialog.js +1 -1
- package/components/widgets/NavBar.js +1 -1
- package/components/widgets/NumberInput.js +1 -1
- package/components/widgets/PopupMenu.js +1 -1
- package/components/widgets/Primitives.js +1 -1
- package/components/widgets/SearchWidget.js +1 -1
- package/components/widgets/SuggestionInput.js +1 -1
- package/components/widgets/TextInput.js +1 -1
- package/components/widgets/ToggleSwitch.js +1 -1
- package/components/widgets/VectorLayerPicker.js +1 -1
- package/extra/components/Oereb2Document.js +1 -1
- package/extra/components/OerebDocument.js +1 -1
- package/extra/plugins/PlotInfoTool.js +1 -1
- package/icons/snap_intersection.svg +79 -0
- package/icons/snap_perpendicular.svg +40 -0
- package/libs/openlayers.js +3 -1
- package/package.json +1 -1
- package/plugins/API.js +1 -1
- package/plugins/AttributeTable.js +1 -1
- package/plugins/Authentication.js +1 -1
- package/plugins/BackgroundSwitcher.js +1 -1
- package/plugins/BottomBar.js +1 -1
- package/plugins/Cyclomedia.js +1 -1
- package/plugins/Editing.js +3 -3
- package/plugins/FeatureForm.js +1 -1
- package/plugins/FeatureSearch.js +13 -3
- package/plugins/FeatureSelection.js +1 -1
- package/plugins/HeightProfile.js +1 -1
- package/plugins/Help.js +1 -1
- package/plugins/HomeButton.js +1 -1
- package/plugins/Identify.js +1 -1
- package/plugins/LayerCatalog.js +1 -1
- package/plugins/LayerTree.js +1 -1
- package/plugins/LocateButton.js +1 -1
- package/plugins/Map.js +1 -1
- package/plugins/MapCompare.js +1 -1
- package/plugins/MapCopyright.js +1 -1
- package/plugins/MapExport.js +1 -1
- package/plugins/MapFilter.js +1 -1
- package/plugins/MapInfoTooltip.js +1 -1
- package/plugins/MapLegend.js +1 -1
- package/plugins/MapTip.js +1 -1
- package/plugins/Measure.js +3 -3
- package/plugins/NewsPopup.js +1 -1
- package/plugins/ObjectList.js +1 -1
- package/plugins/ObliqueView.js +1 -1
- package/plugins/OverviewMap.js +1 -1
- package/plugins/Panoramax.js +3 -1
- package/plugins/Print.js +1 -1
- package/plugins/Redlining.js +3 -3
- package/plugins/Reports.js +1 -1
- package/plugins/Routing.js +1 -1
- package/plugins/ScratchDrawing.js +1 -1
- package/plugins/SensorThingsTool.js +1 -1
- package/plugins/Settings.js +1 -1
- package/plugins/Share.js +1 -1
- package/plugins/StartupMarker.js +1 -1
- package/plugins/TaskButton.js +1 -1
- package/plugins/ThemeBrowser.js +1 -1
- package/plugins/ThemeSwitcher.js +1 -1
- package/plugins/TimeManager.js +1 -1
- package/plugins/TopBar.js +1 -1
- package/plugins/ValueTool.js +1 -1
- package/plugins/View3D.js +1 -1
- package/plugins/ZoomButtons.js +1 -1
- package/plugins/map/DrawInteraction.js +88 -0
- package/plugins/map/EditingSupport.js +3 -2
- package/plugins/map/LocateSupport.js +1 -1
- package/plugins/map/MeasurementSupport.js +3 -2
- package/plugins/map/RedliningPickSupport.js +1 -1
- package/plugins/map/RedliningSupport.js +32 -24
- package/plugins/map/SnapInteraction.js +206 -23
- package/plugins/map/SnappingSupport.js +47 -36
- package/plugins/map3d/BackgroundSwitcher3D.js +1 -1
- package/plugins/map3d/BottomBar3D.js +1 -1
- package/plugins/map3d/Compare3D.js +1 -1
- package/plugins/map3d/Draw3D.js +1 -1
- package/plugins/map3d/ExportObjects3D.js +1 -1
- package/plugins/map3d/HideObjects3D.js +1 -1
- package/plugins/map3d/Identify3D.js +1 -1
- package/plugins/map3d/LayerTree3D.js +1 -1
- package/plugins/map3d/MapCopyright3D.js +1 -1
- package/plugins/map3d/MapExport3D.js +1 -1
- package/plugins/map3d/MapLight3D.js +1 -1
- package/plugins/map3d/Measure3D.js +1 -1
- package/plugins/map3d/MeasureObjects3D.js +1 -1
- package/plugins/map3d/OverviewMap3D.js +1 -1
- package/plugins/map3d/Settings3D.js +1 -1
- package/plugins/map3d/SunExposure3D.js +1 -1
- package/plugins/map3d/TopBar3D.js +1 -1
- package/plugins/map3d/Viewshed3D.js +1 -1
- package/plugins/redlining/RedliningBufferSupport.js +1 -1
- package/plugins/redlining/RedliningFeatureLabelSupport.js +1 -1
- package/reducers/display.js +1 -1
- package/reducers/editing.js +1 -1
- package/reducers/index.js +1 -1
- package/reducers/layerinfo.js +1 -1
- package/reducers/layers.js +1 -1
- package/reducers/localConfig.js +1 -1
- package/reducers/locale.js +1 -1
- package/reducers/locate.js +1 -1
- package/reducers/map.js +2 -2
- package/reducers/measurement.js +1 -1
- package/reducers/processNotifications.js +1 -1
- package/reducers/redlining.js +1 -1
- package/reducers/redliningPick.js +1 -1
- package/reducers/search.js +1 -1
- package/reducers/task.js +1 -1
- package/reducers/theme.js +1 -1
- package/reducers/windows.js +1 -1
- package/scripts/gen-plugin-docs.js +1 -1
- package/scripts/themesConfig.js +1 -1
- package/scripts/themesConfig.py +1 -1
- package/scripts/updateTranslations.js +1 -1
- package/selectors/searchproviders.js +1 -1
- package/static/translations/bg-BG.json +7 -1
- package/static/translations/ca-ES.json +7 -1
- package/static/translations/cs-CZ.json +7 -1
- package/static/translations/de-CH.json +7 -1
- package/static/translations/de-DE.json +7 -1
- package/static/translations/en-US.json +7 -1
- package/static/translations/es-ES.json +7 -1
- package/static/translations/fi-FI.json +7 -1
- package/static/translations/fr-FR.json +13 -7
- package/static/translations/hu-HU.json +7 -1
- package/static/translations/it-IT.json +15 -9
- package/static/translations/ja-JP.json +7 -1
- package/static/translations/nl-NL.json +7 -1
- package/static/translations/no-NO.json +7 -1
- package/static/translations/pl-PL.json +7 -1
- package/static/translations/pt-BR.json +7 -1
- package/static/translations/pt-PT.json +7 -1
- package/static/translations/ro-RO.json +7 -1
- package/static/translations/ru-RU.json +7 -1
- package/static/translations/sv-SE.json +7 -1
- package/static/translations/tr-TR.json +7 -1
- package/static/translations/tsconfig.json +6 -0
- package/static/translations/uk-UA.json +7 -1
- package/stores/StandardStore.js +1 -1
- package/utils/ConfigUtils.js +1 -1
- package/utils/CoordinatesUtils.js +1 -1
- package/utils/DxfUtils.js +1 -1
- package/utils/EditingInterface.js +1 -1
- package/utils/EditingUtils.js +1 -1
- package/utils/ElevationInterface.js +1 -1
- package/utils/FeatureSnapIndex.js +1 -1
- package/utils/FeatureStyles.js +1 -1
- package/utils/FileImportUtils.js +1 -1
- package/utils/IdentifyExporters.js +1 -1
- package/utils/IdentifyUtils.js +2 -1
- package/utils/ImageEditor.js +1 -1
- package/utils/LayerUtils.js +1 -1
- package/utils/LocaleUtils.js +1 -1
- package/utils/MapUtils.js +1 -1
- package/utils/MeasureUtils.js +1 -1
- package/utils/MiscUtils.js +1 -1
- package/utils/PermaLinkUtils.js +1 -1
- package/utils/ResourceRegistry.js +1 -1
- package/utils/RoutingInterface.js +1 -1
- package/utils/SearchProviders.js +1 -1
- package/utils/ServiceLayerUtils.js +1 -1
- package/utils/ThemeUtils.js +1 -1
- package/utils/VectorLayerUtils.js +1 -1
package/actions/display.js
CHANGED
package/actions/editing.js
CHANGED
package/actions/layerinfo.js
CHANGED
package/actions/layers.js
CHANGED
package/actions/localConfig.js
CHANGED
package/actions/locale.js
CHANGED
package/actions/locate.js
CHANGED
package/actions/logging.js
CHANGED
package/actions/map.js
CHANGED
package/actions/measurement.js
CHANGED
package/actions/redlining.js
CHANGED
package/actions/redliningPick.js
CHANGED
package/actions/search.js
CHANGED
package/actions/task.js
CHANGED
package/actions/theme.js
CHANGED
|
@@ -12,7 +12,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
|
|
|
12
12
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
13
13
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
14
14
|
/**
|
|
15
|
-
* Copyright
|
|
15
|
+
* Copyright Sourcepole AG
|
|
16
16
|
* All rights reserved.
|
|
17
17
|
*
|
|
18
18
|
* This source code is licensed under the BSD-style license found in the
|
package/actions/windows.js
CHANGED
|
@@ -11,7 +11,7 @@ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length)
|
|
|
11
11
|
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
|
12
12
|
function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
|
|
13
13
|
/**
|
|
14
|
-
* Copyright
|
|
14
|
+
* Copyright Sourcepole AG
|
|
15
15
|
* All rights reserved.
|
|
16
16
|
*
|
|
17
17
|
* This source code is licensed under the BSD-style license found in the
|
package/components/AppMenu.js
CHANGED
|
@@ -19,7 +19,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
|
|
|
19
19
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
20
20
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
21
21
|
/**
|
|
22
|
-
* Copyright
|
|
22
|
+
* Copyright Sourcepole AG
|
|
23
23
|
* All rights reserved.
|
|
24
24
|
*
|
|
25
25
|
* This source code is licensed under the BSD-style license found in the
|
|
@@ -26,7 +26,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
|
|
|
26
26
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
27
27
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
28
28
|
/**
|
|
29
|
-
* Copyright
|
|
29
|
+
* Copyright Sourcepole AG
|
|
30
30
|
* All rights reserved.
|
|
31
31
|
*
|
|
32
32
|
* This source code is licensed under the BSD-style license found in the
|
|
@@ -26,7 +26,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
|
|
|
26
26
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
27
27
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
28
28
|
/**
|
|
29
|
-
* Copyright
|
|
29
|
+
* Copyright Sourcepole AG
|
|
30
30
|
* All rights reserved.
|
|
31
31
|
*
|
|
32
32
|
* This source code is licensed under the BSD-style license found in the
|
|
@@ -23,7 +23,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
|
|
|
23
23
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
24
24
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
25
25
|
/**
|
|
26
|
-
* Copyright
|
|
26
|
+
* Copyright Sourcepole AG
|
|
27
27
|
* All rights reserved.
|
|
28
28
|
*
|
|
29
29
|
* This source code is licensed under the BSD-style license found in the
|
|
@@ -13,7 +13,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
|
|
|
13
13
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
14
14
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
15
15
|
/**
|
|
16
|
-
* Copyright
|
|
16
|
+
* Copyright Sourcepole AG
|
|
17
17
|
* All rights reserved.
|
|
18
18
|
*
|
|
19
19
|
* This source code is licensed under the BSD-style license found in the
|
|
@@ -19,7 +19,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
|
|
|
19
19
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
20
20
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
21
21
|
/**
|
|
22
|
-
* Copyright
|
|
22
|
+
* Copyright Sourcepole AG
|
|
23
23
|
* All rights reserved.
|
|
24
24
|
*
|
|
25
25
|
* This source code is licensed under the BSD-style license found in the
|
|
@@ -14,7 +14,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
|
|
|
14
14
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
15
15
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
16
16
|
/**
|
|
17
|
-
* Copyright
|
|
17
|
+
* Copyright Sourcepole AG
|
|
18
18
|
* All rights reserved.
|
|
19
19
|
*
|
|
20
20
|
* This source code is licensed under the BSD-style license found in the
|
|
@@ -15,7 +15,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
|
|
|
15
15
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
16
16
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
17
17
|
/**
|
|
18
|
-
* Copyright
|
|
18
|
+
* Copyright Sourcepole AG
|
|
19
19
|
* All rights reserved.
|
|
20
20
|
*
|
|
21
21
|
* This source code is licensed under the BSD-style license found in the
|
|
@@ -25,7 +25,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
|
|
|
25
25
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
26
26
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
27
27
|
/**
|
|
28
|
-
* Copyright
|
|
28
|
+
* Copyright Sourcepole AG
|
|
29
29
|
* All rights reserved.
|
|
30
30
|
*
|
|
31
31
|
* This source code is licensed under the BSD-style license found in the
|
|
@@ -13,7 +13,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
|
|
|
13
13
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
14
14
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
15
15
|
/**
|
|
16
|
-
* Copyright
|
|
16
|
+
* Copyright Sourcepole AG
|
|
17
17
|
* All rights reserved.
|
|
18
18
|
*
|
|
19
19
|
* This source code is licensed under the BSD-style license found in the
|
package/components/Icon.js
CHANGED
|
@@ -13,7 +13,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
|
|
|
13
13
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
14
14
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
15
15
|
/**
|
|
16
|
-
* Copyright
|
|
16
|
+
* Copyright Sourcepole AG
|
|
17
17
|
* All rights reserved.
|
|
18
18
|
*
|
|
19
19
|
* This source code is licensed under the BSD-style license found in the
|
|
@@ -25,7 +25,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
|
|
|
25
25
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
26
26
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
27
27
|
/**
|
|
28
|
-
* Copyright
|
|
28
|
+
* Copyright Sourcepole AG
|
|
29
29
|
* All rights reserved.
|
|
30
30
|
*
|
|
31
31
|
* This source code is licensed under the BSD-style license found in the
|
|
@@ -26,7 +26,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
|
|
|
26
26
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
27
27
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
28
28
|
/**
|
|
29
|
-
* Copyright
|
|
29
|
+
* Copyright Sourcepole AG
|
|
30
30
|
* All rights reserved.
|
|
31
31
|
*
|
|
32
32
|
* This source code is licensed under the BSD-style license found in the
|
|
@@ -44,6 +44,7 @@ import { v4 as uuidv4 } from 'uuid';
|
|
|
44
44
|
import { setActiveLayerInfo } from '../actions/layerinfo';
|
|
45
45
|
import { LayerRole, addLayerFeatures, removeLayer, changeLayerProperty } from '../actions/layers';
|
|
46
46
|
import { zoomToExtent } from '../actions/map';
|
|
47
|
+
import { setCurrentTask } from '../actions/task';
|
|
47
48
|
import { openExternalUrl } from '../actions/windows';
|
|
48
49
|
import ConfigUtils from '../utils/ConfigUtils';
|
|
49
50
|
import { defaultHighlightStyle } from '../utils/FeatureStyles';
|
|
@@ -369,6 +370,7 @@ var IdentifyViewer = /*#__PURE__*/function (_React$Component) {
|
|
|
369
370
|
}
|
|
370
371
|
});
|
|
371
372
|
_defineProperty(_this, "renderResultAttributes", function (layerid, feature, resultClass) {
|
|
373
|
+
var _this$props$editConfi;
|
|
372
374
|
if (!feature) {
|
|
373
375
|
return null;
|
|
374
376
|
}
|
|
@@ -491,7 +493,21 @@ var IdentifyViewer = /*#__PURE__*/function (_React$Component) {
|
|
|
491
493
|
icon: "zoom",
|
|
492
494
|
onClick: function onClick() {
|
|
493
495
|
return _this.zoomTo(_defineProperty({}, layerid, [feature]));
|
|
494
|
-
}
|
|
496
|
+
},
|
|
497
|
+
title: LocaleUtils.tr("identify.zoomtofeature")
|
|
498
|
+
});
|
|
499
|
+
}
|
|
500
|
+
var editButton = null;
|
|
501
|
+
if (ConfigUtils.havePlugin("Editing") && (_this$props$editConfi = _this.props.editConfigs[feature.wms_name]) !== null && _this$props$editConfi !== void 0 && _this$props$editConfi[feature.layername]) {
|
|
502
|
+
editButton = /*#__PURE__*/React.createElement(Icon, {
|
|
503
|
+
icon: "editing",
|
|
504
|
+
onClick: function onClick() {
|
|
505
|
+
return _this.props.setCurrentTask("Editing", null, null, {
|
|
506
|
+
layer: "".concat(feature.wms_name, "#").concat(feature.layername),
|
|
507
|
+
feature: feature.id
|
|
508
|
+
});
|
|
509
|
+
},
|
|
510
|
+
title: LocaleUtils.tr("identify.editform")
|
|
495
511
|
});
|
|
496
512
|
}
|
|
497
513
|
var key = layerid + "$" + feature.id;
|
|
@@ -524,16 +540,18 @@ var IdentifyViewer = /*#__PURE__*/function (_React$Component) {
|
|
|
524
540
|
return _this.toggleSelectedResult(key);
|
|
525
541
|
},
|
|
526
542
|
title: LocaleUtils.tr("identify.selectforcompare")
|
|
527
|
-
}) : null, /*#__PURE__*/React.createElement("span", null, [_this.props.showLayerTitles ? feature.layertitle : "", feature.displayname].filter(Boolean).join(": ")), zoomToFeatureButton, /*#__PURE__*/React.createElement(Icon, {
|
|
543
|
+
}) : null, /*#__PURE__*/React.createElement("span", null, [_this.props.showLayerTitles ? feature.layertitle : "", feature.displayname].filter(Boolean).join(": ")), zoomToFeatureButton, editButton, /*#__PURE__*/React.createElement(Icon, {
|
|
528
544
|
icon: "info-sign",
|
|
529
545
|
onClick: function onClick() {
|
|
530
546
|
return _this.showLayerInfo(layerid, feature.layerinfo);
|
|
531
|
-
}
|
|
547
|
+
},
|
|
548
|
+
title: LocaleUtils.tr("identify.layerinfo")
|
|
532
549
|
}), /*#__PURE__*/React.createElement(Icon, {
|
|
533
550
|
icon: "trash",
|
|
534
551
|
onClick: function onClick() {
|
|
535
552
|
return _this.removeResult(layerid, feature);
|
|
536
|
-
}
|
|
553
|
+
},
|
|
554
|
+
title: LocaleUtils.tr("identify.removeresult")
|
|
537
555
|
})), _this.props.collapsible && !expanded ? null : /*#__PURE__*/React.createElement("div", {
|
|
538
556
|
className: "identify-result-container"
|
|
539
557
|
}, resultbox, extraattribs));
|
|
@@ -1091,6 +1109,14 @@ var IdentifyViewer = /*#__PURE__*/function (_React$Component) {
|
|
|
1091
1109
|
key: "componentDidMount",
|
|
1092
1110
|
value: function componentDidMount() {
|
|
1093
1111
|
this.onResultsUpdated({});
|
|
1112
|
+
if (this.props.highlightAllResults && this.props.showHighlight) {
|
|
1113
|
+
var results = this.state.selectedLayer !== '' ? _defineProperty({}, this.state.selectedLayer, this.props.identifyResults[this.state.selectedLayer]) : this.props.identifyResults;
|
|
1114
|
+
var layer = {
|
|
1115
|
+
id: this.selectionLayerId,
|
|
1116
|
+
role: LayerRole.SELECTION
|
|
1117
|
+
};
|
|
1118
|
+
this.props.addLayerFeatures(layer, Object.values(results).flat(), true);
|
|
1119
|
+
}
|
|
1094
1120
|
}
|
|
1095
1121
|
}, {
|
|
1096
1122
|
key: "componentDidUpdate",
|
|
@@ -1149,10 +1175,10 @@ var IdentifyViewer = /*#__PURE__*/function (_React$Component) {
|
|
|
1149
1175
|
var _this2 = this;
|
|
1150
1176
|
var body = null;
|
|
1151
1177
|
var results = this.state.selectedLayer !== '' ? _defineProperty({}, this.state.selectedLayer, this.props.identifyResults[this.state.selectedLayer]) : this.props.identifyResults;
|
|
1152
|
-
var flatResults = Object.entries(results).map(function (
|
|
1153
|
-
var
|
|
1154
|
-
layerid =
|
|
1155
|
-
features =
|
|
1178
|
+
var flatResults = Object.entries(results).map(function (_ref17) {
|
|
1179
|
+
var _ref18 = _slicedToArray(_ref17, 2),
|
|
1180
|
+
layerid = _ref18[0],
|
|
1181
|
+
features = _ref18[1];
|
|
1156
1182
|
return features.map(function (feature) {
|
|
1157
1183
|
return [layerid, feature];
|
|
1158
1184
|
});
|
|
@@ -1180,10 +1206,10 @@ var IdentifyViewer = /*#__PURE__*/function (_React$Component) {
|
|
|
1180
1206
|
} else if (this.props.resultDisplayMode === 'flat') {
|
|
1181
1207
|
body = /*#__PURE__*/React.createElement("div", {
|
|
1182
1208
|
className: "identify-flat-results-list"
|
|
1183
|
-
}, Object.entries(results).map(function (
|
|
1184
|
-
var
|
|
1185
|
-
layerid =
|
|
1186
|
-
features =
|
|
1209
|
+
}, Object.entries(results).map(function (_ref19) {
|
|
1210
|
+
var _ref20 = _slicedToArray(_ref19, 2),
|
|
1211
|
+
layerid = _ref20[0],
|
|
1212
|
+
features = _ref20[1];
|
|
1187
1213
|
return features.map(function (feature) {
|
|
1188
1214
|
return _this2.renderResultAttributes(layerid, feature, 'identify-result-frame');
|
|
1189
1215
|
});
|
|
@@ -1197,10 +1223,10 @@ var IdentifyViewer = /*#__PURE__*/function (_React$Component) {
|
|
|
1197
1223
|
body = /*#__PURE__*/React.createElement("div", {
|
|
1198
1224
|
className: "identify-compare-results",
|
|
1199
1225
|
style: _style
|
|
1200
|
-
}, pageResults.map(function (
|
|
1201
|
-
var
|
|
1202
|
-
layerid =
|
|
1203
|
-
feature =
|
|
1226
|
+
}, pageResults.map(function (_ref21) {
|
|
1227
|
+
var _ref22 = _slicedToArray(_ref21, 2),
|
|
1228
|
+
layerid = _ref22[0],
|
|
1229
|
+
feature = _ref22[1];
|
|
1204
1230
|
return _this2.renderResultAttributes(layerid, feature, 'identify-result-frame');
|
|
1205
1231
|
}));
|
|
1206
1232
|
} else if (this.state.currentPage < flatResults.length) {
|
|
@@ -1225,6 +1251,7 @@ _defineProperty(IdentifyViewer, "propTypes", {
|
|
|
1225
1251
|
addLayerFeatures: PropTypes.func,
|
|
1226
1252
|
changeLayerProperty: PropTypes.func,
|
|
1227
1253
|
collapsible: PropTypes.bool,
|
|
1254
|
+
editConfigs: PropTypes.object,
|
|
1228
1255
|
enableAggregatedReports: PropTypes.bool,
|
|
1229
1256
|
enableCompare: PropTypes.bool,
|
|
1230
1257
|
enableExport: PropTypes.oneOfType([PropTypes.bool, PropTypes.array]),
|
|
@@ -1243,6 +1270,7 @@ _defineProperty(IdentifyViewer, "propTypes", {
|
|
|
1243
1270
|
resultMultiDisplay: PropTypes.bool,
|
|
1244
1271
|
resultsChanged: PropTypes.func,
|
|
1245
1272
|
setActiveLayerInfo: PropTypes.func,
|
|
1273
|
+
setCurrentTask: PropTypes.func,
|
|
1246
1274
|
showHighlight: PropTypes.bool,
|
|
1247
1275
|
showLayerSelector: PropTypes.bool,
|
|
1248
1276
|
showLayerTitles: PropTypes.bool,
|
|
@@ -1264,6 +1292,7 @@ _defineProperty(IdentifyViewer, "defaultProps", {
|
|
|
1264
1292
|
});
|
|
1265
1293
|
var selector = function selector(state) {
|
|
1266
1294
|
return {
|
|
1295
|
+
editConfigs: state.layers.editConfigs,
|
|
1267
1296
|
theme: state.theme.current,
|
|
1268
1297
|
layers: state.layers.flat,
|
|
1269
1298
|
map: state.map
|
|
@@ -1274,6 +1303,7 @@ export default connect(selector, {
|
|
|
1274
1303
|
changeLayerProperty: changeLayerProperty,
|
|
1275
1304
|
removeLayer: removeLayer,
|
|
1276
1305
|
setActiveLayerInfo: setActiveLayerInfo,
|
|
1306
|
+
setCurrentTask: setCurrentTask,
|
|
1277
1307
|
openExternalUrl: openExternalUrl,
|
|
1278
1308
|
zoomToExtent: zoomToExtent
|
|
1279
1309
|
})(IdentifyViewer);
|
|
@@ -20,7 +20,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
|
|
|
20
20
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
21
21
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
22
22
|
/**
|
|
23
|
-
* Copyright
|
|
23
|
+
* Copyright Sourcepole AG
|
|
24
24
|
* All rights reserved.
|
|
25
25
|
*
|
|
26
26
|
* This source code is licensed under the BSD-style license found in the
|
|
@@ -13,7 +13,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
|
|
|
13
13
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
14
14
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
15
15
|
/**
|
|
16
|
-
* Copyright
|
|
16
|
+
* Copyright Sourcepole AG
|
|
17
17
|
* All rights reserved.
|
|
18
18
|
*
|
|
19
19
|
* This source code is licensed under the BSD-style license found in the
|
|
@@ -15,7 +15,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
|
|
|
15
15
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
16
16
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
17
17
|
/**
|
|
18
|
-
* Copyright
|
|
18
|
+
* Copyright Sourcepole AG
|
|
19
19
|
* All rights reserved.
|
|
20
20
|
*
|
|
21
21
|
* This source code is licensed under the BSD-style license found in the
|
|
@@ -13,7 +13,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
|
|
|
13
13
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
14
14
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
15
15
|
/**
|
|
16
|
-
* Copyright
|
|
16
|
+
* Copyright Sourcepole AG
|
|
17
17
|
* All rights reserved.
|
|
18
18
|
*
|
|
19
19
|
* This source code is licensed under the BSD-style license found in the
|
package/components/MapButton.js
CHANGED
|
@@ -13,7 +13,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
|
|
|
13
13
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
14
14
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
15
15
|
/**
|
|
16
|
-
* Copyright
|
|
16
|
+
* Copyright Sourcepole AG
|
|
17
17
|
* All rights reserved.
|
|
18
18
|
*
|
|
19
19
|
* This source code is licensed under the BSD-style license found in the
|
|
@@ -15,7 +15,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
|
|
|
15
15
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
16
16
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
17
17
|
/**
|
|
18
|
-
* Copyright
|
|
18
|
+
* Copyright Sourcepole AG
|
|
19
19
|
* All rights reserved.
|
|
20
20
|
*
|
|
21
21
|
* This source code is licensed under the BSD-style license found in the
|
|
@@ -13,7 +13,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
|
|
|
13
13
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
14
14
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
15
15
|
/**
|
|
16
|
-
* Copyright
|
|
16
|
+
* Copyright Sourcepole AG
|
|
17
17
|
* All rights reserved.
|
|
18
18
|
*
|
|
19
19
|
* This source code is licensed under the BSD-style license found in the
|
package/components/MessageBar.js
CHANGED
|
@@ -15,7 +15,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
|
|
|
15
15
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
16
16
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
17
17
|
/**
|
|
18
|
-
* Copyright
|
|
18
|
+
* Copyright Sourcepole AG
|
|
19
19
|
* All rights reserved.
|
|
20
20
|
*
|
|
21
21
|
* This source code is licensed under the BSD-style license found in the
|
|
@@ -21,7 +21,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
|
|
|
21
21
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
22
22
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
23
23
|
/**
|
|
24
|
-
* Copyright
|
|
24
|
+
* Copyright Sourcepole AG
|
|
25
25
|
* All rights reserved.
|
|
26
26
|
*
|
|
27
27
|
* This source code is licensed under the BSD-style license found in the
|
|
@@ -15,7 +15,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
|
|
|
15
15
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
16
16
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
17
17
|
/**
|
|
18
|
-
* Copyright
|
|
18
|
+
* Copyright Sourcepole AG
|
|
19
19
|
* All rights reserved.
|
|
20
20
|
*
|
|
21
21
|
* This source code is licensed under the BSD-style license found in the
|
|
@@ -25,7 +25,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
|
|
|
25
25
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
26
26
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
27
27
|
/**
|
|
28
|
-
* Copyright
|
|
28
|
+
* Copyright Sourcepole AG
|
|
29
29
|
* All rights reserved.
|
|
30
30
|
*
|
|
31
31
|
* This source code is licensed under the BSD-style license found in the
|
|
@@ -23,7 +23,7 @@ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol"
|
|
|
23
23
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
24
24
|
/**
|
|
25
25
|
* Copyright 2016 GeoSolutions Sas
|
|
26
|
-
* Copyright
|
|
26
|
+
* Copyright Sourcepole AG
|
|
27
27
|
* All rights reserved.
|
|
28
28
|
*
|
|
29
29
|
* This source code is licensed under the BSD-style license found in the
|
|
@@ -13,7 +13,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
|
|
|
13
13
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
14
14
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
15
15
|
/**
|
|
16
|
-
* Copyright
|
|
16
|
+
* Copyright Sourcepole AG
|
|
17
17
|
* All rights reserved.
|
|
18
18
|
*
|
|
19
19
|
* This source code is licensed under the BSD-style license found in the
|
|
@@ -22,7 +22,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
|
|
|
22
22
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
23
23
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
24
24
|
/**
|
|
25
|
-
* Copyright
|
|
25
|
+
* Copyright Sourcepole AG
|
|
26
26
|
* All rights reserved.
|
|
27
27
|
*
|
|
28
28
|
* This source code is licensed under the BSD-style license found in the
|
|
@@ -15,7 +15,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
|
|
|
15
15
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
16
16
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
17
17
|
/**
|
|
18
|
-
* Copyright
|
|
18
|
+
* Copyright Sourcepole AG
|
|
19
19
|
* All rights reserved.
|
|
20
20
|
*
|
|
21
21
|
* This source code is licensed under the BSD-style license found in the
|
package/components/SearchBox.js
CHANGED
|
@@ -25,7 +25,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
|
|
|
25
25
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
26
26
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
27
27
|
/**
|
|
28
|
-
* Copyright
|
|
28
|
+
* Copyright Sourcepole AG
|
|
29
29
|
* All rights reserved.
|
|
30
30
|
*
|
|
31
31
|
* This source code is licensed under the BSD-style license found in the
|
|
@@ -13,7 +13,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
|
|
|
13
13
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
14
14
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
15
15
|
/**
|
|
16
|
-
* Copyright
|
|
16
|
+
* Copyright Sourcepole AG
|
|
17
17
|
* All rights reserved.
|
|
18
18
|
*
|
|
19
19
|
* This source code is licensed under the BSD-style license found in the
|