qwc2 2026.9.2 → 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 +6 -2
- 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 +2 -2
- package/components/AttributeForm.js +1 -1
- package/components/AttributeTableWidget.js +247 -250
- 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 +67 -34
- package/components/IdentifyViewer.js +208 -191
- 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 +10 -7
- package/components/PluginsContainer.js +1 -1
- package/components/ProcessNotifications.js +1 -1
- package/components/QtDesignerForm.js +1 -1
- package/components/ResizeableWindow.js +1 -2
- 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 +2 -2
- 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/style/MapControls3D.css +0 -4
- 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/style/ResizeableWindow.css +11 -11
- 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 +3 -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 +98 -37
- package/components/widgets/FileSelector.js +1 -1
- package/components/widgets/Input.js +1 -1
- package/components/widgets/InputContainer.js +1 -1
- package/components/widgets/LayerCatalogWidget.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 +18 -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/components/widgets/style/FeaturesTable.css +25 -8
- package/components/widgets/style/MenuButton.css +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/icons/star.svg +7 -0
- package/libs/openlayers.js +3 -1
- package/package.json +2 -2
- package/plugins/API.js +1 -1
- package/plugins/AttributeTable.js +4 -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 +22 -4
- package/plugins/FeatureSelection.js +6 -2
- package/plugins/HeightProfile.js +1 -1
- package/plugins/Help.js +1 -1
- package/plugins/HomeButton.js +1 -1
- package/plugins/Identify.js +4 -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 +17 -13
- package/plugins/Redlining.js +49 -11
- package/plugins/Reports.js +6 -3
- 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 +2 -2
- 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 +38 -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 +10 -3
- package/reducers/measurement.js +1 -1
- package/reducers/processNotifications.js +1 -1
- package/reducers/redlining.js +2 -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 +13 -6
- package/static/translations/ca-ES.json +13 -6
- package/static/translations/cs-CZ.json +13 -6
- package/static/translations/de-CH.json +14 -7
- package/static/translations/de-DE.json +13 -6
- package/static/translations/en-US.json +13 -6
- package/static/translations/es-ES.json +13 -6
- package/static/translations/fi-FI.json +13 -6
- package/static/translations/fr-FR.json +16 -9
- package/static/translations/hu-HU.json +13 -6
- package/static/translations/it-IT.json +17 -10
- package/static/translations/ja-JP.json +13 -6
- package/static/translations/nl-NL.json +13 -6
- package/static/translations/no-NO.json +13 -6
- package/static/translations/pl-PL.json +13 -6
- package/static/translations/pt-BR.json +13 -6
- package/static/translations/pt-PT.json +13 -6
- package/static/translations/ro-RO.json +13 -6
- package/static/translations/ru-RU.json +13 -6
- package/static/translations/sv-SE.json +13 -6
- package/static/translations/tr-TR.json +13 -6
- package/static/translations/tsconfig.json +12 -5
- package/static/translations/uk-UA.json +13 -6
- package/stores/StandardStore.js +1 -1
- package/utils/ConfigUtils.js +1 -1
- package/utils/CoordinatesUtils.js +1 -1
- package/utils/DxfImportUtils.js +959 -0
- package/utils/DxfUtils.js +1 -61
- 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 +48 -11
- package/utils/FileImportUtils.js +52 -69
- package/utils/IdentifyExporters.js +1 -1
- package/utils/IdentifyUtils.js +7 -5
- 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 +16 -10
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Copyright 2015 GeoSolutions Sas
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Sourcepole AG
|
|
4
4
|
* All rights reserved.
|
|
5
5
|
*
|
|
6
6
|
* This source code is licensed under the BSD-style license found in the
|
|
@@ -74,11 +74,15 @@ export function panTo(pos, crs) {
|
|
|
74
74
|
}
|
|
75
75
|
export function zoomToExtent(extent, crs) {
|
|
76
76
|
var zoomOffset = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 0;
|
|
77
|
+
var minZoom = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : undefined;
|
|
78
|
+
var maxZoom = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : undefined;
|
|
77
79
|
return {
|
|
78
80
|
type: ZOOM_TO_EXTENT,
|
|
79
81
|
extent: extent,
|
|
80
82
|
crs: crs,
|
|
81
|
-
zoomOffset: zoomOffset
|
|
83
|
+
zoomOffset: zoomOffset,
|
|
84
|
+
minZoom: minZoom,
|
|
85
|
+
maxZoom: maxZoom
|
|
82
86
|
};
|
|
83
87
|
}
|
|
84
88
|
export function zoomToPoint(pos, zoom, crs) {
|
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
|
|
@@ -358,7 +358,7 @@ var AppMenu = /*#__PURE__*/function (_React$Component) {
|
|
|
358
358
|
curEntry: null
|
|
359
359
|
});
|
|
360
360
|
},
|
|
361
|
-
placeholder: LocaleUtils.tr("
|
|
361
|
+
placeholder: LocaleUtils.tr("common.filter"),
|
|
362
362
|
ref: this.setFilterField,
|
|
363
363
|
role: "input",
|
|
364
364
|
type: "text",
|
|
@@ -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
|