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.
Files changed (270) hide show
  1. package/actions/display.js +1 -1
  2. package/actions/editing.js +1 -1
  3. package/actions/layerinfo.js +1 -1
  4. package/actions/layers.js +1 -1
  5. package/actions/localConfig.js +1 -1
  6. package/actions/locale.js +1 -1
  7. package/actions/locate.js +1 -1
  8. package/actions/logging.js +1 -1
  9. package/actions/map.js +1 -1
  10. package/actions/measurement.js +1 -1
  11. package/actions/processNotifications.js +1 -1
  12. package/actions/redlining.js +1 -1
  13. package/actions/redliningPick.js +1 -1
  14. package/actions/search.js +1 -1
  15. package/actions/task.js +1 -1
  16. package/actions/theme.js +1 -1
  17. package/actions/windows.js +1 -1
  18. package/components/AppMenu.js +1 -1
  19. package/components/AttributeForm.js +1 -1
  20. package/components/AttributeTableWidget.js +1 -1
  21. package/components/AutoEditForm.js +1 -1
  22. package/components/CoordinateDisplayer.js +1 -1
  23. package/components/EditComboField.js +1 -1
  24. package/components/EditUploadField.js +1 -1
  25. package/components/ExportSelection.js +1 -1
  26. package/components/FeatureAttributesWindow.js +1 -1
  27. package/components/FullscreenSwitcher.js +1 -1
  28. package/components/Icon.js +1 -1
  29. package/components/IdentifyTool.js +1 -1
  30. package/components/IdentifyViewer.js +47 -17
  31. package/components/ImportLayer.js +1 -1
  32. package/components/LayerInfoWindow.js +1 -1
  33. package/components/LinkFeatureForm.js +1 -1
  34. package/components/LocationRecorder.js +1 -1
  35. package/components/MapButton.js +1 -1
  36. package/components/MapSelection.js +1 -1
  37. package/components/MeasureSwitcher.js +1 -1
  38. package/components/MessageBar.js +1 -1
  39. package/components/NumericInputWindow.js +1 -1
  40. package/components/OverviewMapButton.js +1 -1
  41. package/components/PickFeature.js +1 -1
  42. package/components/PluginsContainer.js +1 -1
  43. package/components/ProcessNotifications.js +1 -1
  44. package/components/QtDesignerForm.js +1 -1
  45. package/components/ResizeableWindow.js +1 -1
  46. package/components/SearchBox.js +1 -1
  47. package/components/ServiceInfoWindow.js +1 -1
  48. package/components/SideBar.js +1 -1
  49. package/components/StandardApp.js +1 -1
  50. package/components/TaskBar.js +1 -1
  51. package/components/ThemeLayersListWindow.js +1 -1
  52. package/components/ThemeList.js +1 -1
  53. package/components/Toolbar.js +1 -1
  54. package/components/ViewSwitcher.js +1 -1
  55. package/components/WindowManager.js +1 -1
  56. package/components/map/OlLayer.js +1 -1
  57. package/components/map/OlMap.js +1 -1
  58. package/components/map/layers/BingLayer.js +1 -1
  59. package/components/map/layers/GoogleLayer.js +1 -1
  60. package/components/map/layers/GraticuleLayer.js +1 -1
  61. package/components/map/layers/ImageLayer.js +1 -1
  62. package/components/map/layers/OSMLayer.js +1 -1
  63. package/components/map/layers/OverlayLayer.js +1 -1
  64. package/components/map/layers/VectorLayer.js +1 -1
  65. package/components/map/layers/WFSLayer.js +1 -1
  66. package/components/map/layers/WMSLayer.js +1 -1
  67. package/components/map/layers/WMTSLayer.js +1 -1
  68. package/components/map/layers/index.js +1 -1
  69. package/components/map3d/ColorLayer3D.js +1 -1
  70. package/components/map3d/EditDataset3D.js +1 -1
  71. package/components/map3d/HeightProfile3D.js +1 -1
  72. package/components/map3d/ImportObjects3D.js +1 -1
  73. package/components/map3d/Map3D.js +1 -1
  74. package/components/map3d/MapControls3D.js +1 -1
  75. package/components/map3d/SearchField3D.js +1 -1
  76. package/components/map3d/drawtool/CreateTool3D.js +1 -1
  77. package/components/map3d/drawtool/EditTool3D.js +1 -1
  78. package/components/map3d/drawtool/NumericInput3D.js +1 -1
  79. package/components/map3d/layers/GeoTIFFLayer3D.js +1 -1
  80. package/components/map3d/layers/Layer3D.js +1 -1
  81. package/components/map3d/layers/MVTLayer3D.js +1 -1
  82. package/components/map3d/layers/VectorLayer3D.js +1 -1
  83. package/components/map3d/layers/WFSLayer3D.js +1 -1
  84. package/components/map3d/layers/WMSLayer3D.js +1 -1
  85. package/components/map3d/layers/WMTSLayer3D.js +1 -1
  86. package/components/map3d/layers/index.js +1 -1
  87. package/components/map3d/utils/MiscUtils3D.js +1 -1
  88. package/components/map3d/utils/OrbitControls3D.js +1 -1
  89. package/components/map3d/utils/Tiles3DStyle.js +1 -1
  90. package/components/share/ShareLink.js +1 -1
  91. package/components/share/ShareQRCode.js +1 -1
  92. package/components/share/ShareSocials.js +1 -1
  93. package/components/timeline/FixedTimeline.js +1 -1
  94. package/components/timeline/InfiniteTimeline.js +1 -1
  95. package/components/timeline/TimelineFeaturesSlider.js +1 -1
  96. package/components/widgets/AccordeonWidget.js +1 -1
  97. package/components/widgets/ButtonBar.js +1 -1
  98. package/components/widgets/ColorButton.js +1 -1
  99. package/components/widgets/ComboBox.js +1 -1
  100. package/components/widgets/CopyButton.js +1 -1
  101. package/components/widgets/DateTimeInput.js +1 -1
  102. package/components/widgets/EditableSelect.js +1 -1
  103. package/components/widgets/FeaturesTable.js +1 -1
  104. package/components/widgets/FileSelector.js +1 -1
  105. package/components/widgets/Input.js +1 -1
  106. package/components/widgets/InputContainer.js +1 -1
  107. package/components/widgets/ListInput.js +1 -1
  108. package/components/widgets/ModalDialog.js +1 -1
  109. package/components/widgets/NavBar.js +1 -1
  110. package/components/widgets/NumberInput.js +1 -1
  111. package/components/widgets/PopupMenu.js +1 -1
  112. package/components/widgets/Primitives.js +1 -1
  113. package/components/widgets/SearchWidget.js +1 -1
  114. package/components/widgets/SuggestionInput.js +1 -1
  115. package/components/widgets/TextInput.js +1 -1
  116. package/components/widgets/ToggleSwitch.js +1 -1
  117. package/components/widgets/VectorLayerPicker.js +1 -1
  118. package/extra/components/Oereb2Document.js +1 -1
  119. package/extra/components/OerebDocument.js +1 -1
  120. package/extra/plugins/PlotInfoTool.js +1 -1
  121. package/icons/snap_intersection.svg +79 -0
  122. package/icons/snap_perpendicular.svg +40 -0
  123. package/libs/openlayers.js +3 -1
  124. package/package.json +1 -1
  125. package/plugins/API.js +1 -1
  126. package/plugins/AttributeTable.js +1 -1
  127. package/plugins/Authentication.js +1 -1
  128. package/plugins/BackgroundSwitcher.js +1 -1
  129. package/plugins/BottomBar.js +1 -1
  130. package/plugins/Cyclomedia.js +1 -1
  131. package/plugins/Editing.js +3 -3
  132. package/plugins/FeatureForm.js +1 -1
  133. package/plugins/FeatureSearch.js +13 -3
  134. package/plugins/FeatureSelection.js +1 -1
  135. package/plugins/HeightProfile.js +1 -1
  136. package/plugins/Help.js +1 -1
  137. package/plugins/HomeButton.js +1 -1
  138. package/plugins/Identify.js +1 -1
  139. package/plugins/LayerCatalog.js +1 -1
  140. package/plugins/LayerTree.js +1 -1
  141. package/plugins/LocateButton.js +1 -1
  142. package/plugins/Map.js +1 -1
  143. package/plugins/MapCompare.js +1 -1
  144. package/plugins/MapCopyright.js +1 -1
  145. package/plugins/MapExport.js +1 -1
  146. package/plugins/MapFilter.js +1 -1
  147. package/plugins/MapInfoTooltip.js +1 -1
  148. package/plugins/MapLegend.js +1 -1
  149. package/plugins/MapTip.js +1 -1
  150. package/plugins/Measure.js +3 -3
  151. package/plugins/NewsPopup.js +1 -1
  152. package/plugins/ObjectList.js +1 -1
  153. package/plugins/ObliqueView.js +1 -1
  154. package/plugins/OverviewMap.js +1 -1
  155. package/plugins/Panoramax.js +3 -1
  156. package/plugins/Print.js +1 -1
  157. package/plugins/Redlining.js +3 -3
  158. package/plugins/Reports.js +1 -1
  159. package/plugins/Routing.js +1 -1
  160. package/plugins/ScratchDrawing.js +1 -1
  161. package/plugins/SensorThingsTool.js +1 -1
  162. package/plugins/Settings.js +1 -1
  163. package/plugins/Share.js +1 -1
  164. package/plugins/StartupMarker.js +1 -1
  165. package/plugins/TaskButton.js +1 -1
  166. package/plugins/ThemeBrowser.js +1 -1
  167. package/plugins/ThemeSwitcher.js +1 -1
  168. package/plugins/TimeManager.js +1 -1
  169. package/plugins/TopBar.js +1 -1
  170. package/plugins/ValueTool.js +1 -1
  171. package/plugins/View3D.js +1 -1
  172. package/plugins/ZoomButtons.js +1 -1
  173. package/plugins/map/DrawInteraction.js +88 -0
  174. package/plugins/map/EditingSupport.js +3 -2
  175. package/plugins/map/LocateSupport.js +1 -1
  176. package/plugins/map/MeasurementSupport.js +3 -2
  177. package/plugins/map/RedliningPickSupport.js +1 -1
  178. package/plugins/map/RedliningSupport.js +32 -24
  179. package/plugins/map/SnapInteraction.js +206 -23
  180. package/plugins/map/SnappingSupport.js +47 -36
  181. package/plugins/map3d/BackgroundSwitcher3D.js +1 -1
  182. package/plugins/map3d/BottomBar3D.js +1 -1
  183. package/plugins/map3d/Compare3D.js +1 -1
  184. package/plugins/map3d/Draw3D.js +1 -1
  185. package/plugins/map3d/ExportObjects3D.js +1 -1
  186. package/plugins/map3d/HideObjects3D.js +1 -1
  187. package/plugins/map3d/Identify3D.js +1 -1
  188. package/plugins/map3d/LayerTree3D.js +1 -1
  189. package/plugins/map3d/MapCopyright3D.js +1 -1
  190. package/plugins/map3d/MapExport3D.js +1 -1
  191. package/plugins/map3d/MapLight3D.js +1 -1
  192. package/plugins/map3d/Measure3D.js +1 -1
  193. package/plugins/map3d/MeasureObjects3D.js +1 -1
  194. package/plugins/map3d/OverviewMap3D.js +1 -1
  195. package/plugins/map3d/Settings3D.js +1 -1
  196. package/plugins/map3d/SunExposure3D.js +1 -1
  197. package/plugins/map3d/TopBar3D.js +1 -1
  198. package/plugins/map3d/Viewshed3D.js +1 -1
  199. package/plugins/redlining/RedliningBufferSupport.js +1 -1
  200. package/plugins/redlining/RedliningFeatureLabelSupport.js +1 -1
  201. package/reducers/display.js +1 -1
  202. package/reducers/editing.js +1 -1
  203. package/reducers/index.js +1 -1
  204. package/reducers/layerinfo.js +1 -1
  205. package/reducers/layers.js +1 -1
  206. package/reducers/localConfig.js +1 -1
  207. package/reducers/locale.js +1 -1
  208. package/reducers/locate.js +1 -1
  209. package/reducers/map.js +2 -2
  210. package/reducers/measurement.js +1 -1
  211. package/reducers/processNotifications.js +1 -1
  212. package/reducers/redlining.js +1 -1
  213. package/reducers/redliningPick.js +1 -1
  214. package/reducers/search.js +1 -1
  215. package/reducers/task.js +1 -1
  216. package/reducers/theme.js +1 -1
  217. package/reducers/windows.js +1 -1
  218. package/scripts/gen-plugin-docs.js +1 -1
  219. package/scripts/themesConfig.js +1 -1
  220. package/scripts/themesConfig.py +1 -1
  221. package/scripts/updateTranslations.js +1 -1
  222. package/selectors/searchproviders.js +1 -1
  223. package/static/translations/bg-BG.json +7 -1
  224. package/static/translations/ca-ES.json +7 -1
  225. package/static/translations/cs-CZ.json +7 -1
  226. package/static/translations/de-CH.json +7 -1
  227. package/static/translations/de-DE.json +7 -1
  228. package/static/translations/en-US.json +7 -1
  229. package/static/translations/es-ES.json +7 -1
  230. package/static/translations/fi-FI.json +7 -1
  231. package/static/translations/fr-FR.json +13 -7
  232. package/static/translations/hu-HU.json +7 -1
  233. package/static/translations/it-IT.json +15 -9
  234. package/static/translations/ja-JP.json +7 -1
  235. package/static/translations/nl-NL.json +7 -1
  236. package/static/translations/no-NO.json +7 -1
  237. package/static/translations/pl-PL.json +7 -1
  238. package/static/translations/pt-BR.json +7 -1
  239. package/static/translations/pt-PT.json +7 -1
  240. package/static/translations/ro-RO.json +7 -1
  241. package/static/translations/ru-RU.json +7 -1
  242. package/static/translations/sv-SE.json +7 -1
  243. package/static/translations/tr-TR.json +7 -1
  244. package/static/translations/tsconfig.json +6 -0
  245. package/static/translations/uk-UA.json +7 -1
  246. package/stores/StandardStore.js +1 -1
  247. package/utils/ConfigUtils.js +1 -1
  248. package/utils/CoordinatesUtils.js +1 -1
  249. package/utils/DxfUtils.js +1 -1
  250. package/utils/EditingInterface.js +1 -1
  251. package/utils/EditingUtils.js +1 -1
  252. package/utils/ElevationInterface.js +1 -1
  253. package/utils/FeatureSnapIndex.js +1 -1
  254. package/utils/FeatureStyles.js +1 -1
  255. package/utils/FileImportUtils.js +1 -1
  256. package/utils/IdentifyExporters.js +1 -1
  257. package/utils/IdentifyUtils.js +2 -1
  258. package/utils/ImageEditor.js +1 -1
  259. package/utils/LayerUtils.js +1 -1
  260. package/utils/LocaleUtils.js +1 -1
  261. package/utils/MapUtils.js +1 -1
  262. package/utils/MeasureUtils.js +1 -1
  263. package/utils/MiscUtils.js +1 -1
  264. package/utils/PermaLinkUtils.js +1 -1
  265. package/utils/ResourceRegistry.js +1 -1
  266. package/utils/RoutingInterface.js +1 -1
  267. package/utils/SearchProviders.js +1 -1
  268. package/utils/ServiceLayerUtils.js +1 -1
  269. package/utils/ThemeUtils.js +1 -1
  270. package/utils/VectorLayerUtils.js +1 -1
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2016-2024 Sourcepole AG
2
+ * Copyright Sourcepole AG
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2017-2024 Sourcepole AG
2
+ * Copyright Sourcepole AG
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2018-2024 Sourcepole AG
2
+ * Copyright Sourcepole AG
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
package/actions/layers.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2016-2024 Sourcepole AG
2
+ * Copyright Sourcepole AG
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2016-2024 Sourcepole AG
2
+ * Copyright Sourcepole AG
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
package/actions/locale.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Copyright 2015 GeoSolutions Sas
3
- * Copyright 2016-2024 Sourcepole AG
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
package/actions/locate.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Copyright 2015 GeoSolutions Sas
3
- * Copyright 2016-2024 Sourcepole AG
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
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2020-2024 Sourcepole AG
2
+ * Copyright Sourcepole AG
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
package/actions/map.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Copyright 2015 GeoSolutions Sas
3
- * Copyright 2016-2024 Sourcepole AG
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
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Copyright 2015 GeoSolutions Sas
3
- * Copyright 2016-2024 Sourcepole AG
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
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2024 Sourcepole AG
2
+ * Copyright Sourcepole AG
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2017-2024 Sourcepole AG
2
+ * Copyright Sourcepole AG
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2018-2024 Sourcepole AG
2
+ * Copyright Sourcepole AG
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
package/actions/search.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2025 Sourcepole AG
2
+ * Copyright Sourcepole AG
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
package/actions/task.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2016-2024 Sourcepole AG
2
+ * Copyright Sourcepole AG
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
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 2016-2024 Sourcepole AG
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
@@ -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 2020-2024 Sourcepole AG
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
@@ -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 2016-2024 Sourcepole AG
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 2017-2024 Sourcepole AG
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 2024 Sourcepole AG
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 2020-2024 Sourcepole AG
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 2016-2024 Sourcepole AG
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 2024 Sourcepole AG
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 2024 Sourcepole AG
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 2025 Sourcepole AG
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 2025 Sourcepole AG
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 2016-2024 Sourcepole AG
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
@@ -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 2018-2024 Sourcepole AG
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 2017-2024 Sourcepole AG
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 2016-2024 Sourcepole AG
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 (_ref16) {
1153
- var _ref17 = _slicedToArray(_ref16, 2),
1154
- layerid = _ref17[0],
1155
- features = _ref17[1];
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 (_ref18) {
1184
- var _ref19 = _slicedToArray(_ref18, 2),
1185
- layerid = _ref19[0],
1186
- features = _ref19[1];
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 (_ref20) {
1201
- var _ref21 = _slicedToArray(_ref20, 2),
1202
- layerid = _ref21[0],
1203
- feature = _ref21[1];
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 2017-2024 Sourcepole AG
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 2016-2024 Sourcepole AG
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 2017-2024 Sourcepole AG
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 2015 Sourcepole AG
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
@@ -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 2025 Sourcepole AG
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 2024 Sourcepole AG
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 2025 Sourcepole AG
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 2025 Sourcepole AG
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 2024 Sourcepole AG
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 2024 Sourcepole AG
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 2024 Sourcepole AG
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 2016-2024 Sourcepole AG
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 2024 Sourcepole AG
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 2016-2024 Sourcepole AG
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 2017-2024 Sourcepole AG
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 2019-2024 Sourcepole AG
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 2020-2024 Sourcepole AG
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