-
-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4b49aa7
commit 3fdf532
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
Submodule qwc2
updated
26 files
+12 −15 | components/NumericInputWindow.jsx | |
+3 −2 | doc/plugins.md | |
+1 −0 | package.json | |
+42 −9 | plugins/Print.jsx | |
+1 −1 | plugins/map/RedliningPickSupport.jsx | |
+35 −38 | plugins/map/RedliningSupport.jsx | |
+1 −0 | translations/ca-ES.json | |
+1 −0 | translations/cs-CZ.json | |
+2 −1 | translations/de-CH.json | |
+2 −1 | translations/de-DE.json | |
+1 −0 | translations/en-US.json | |
+1 −0 | translations/es-ES.json | |
+1 −0 | translations/fi-FI.json | |
+3 −2 | translations/fr-FR.json | |
+1 −0 | translations/hu-HU.json | |
+1 −0 | translations/it-IT.json | |
+1 −0 | translations/no-NO.json | |
+1 −0 | translations/pl-PL.json | |
+1 −0 | translations/pt-BR.json | |
+1 −0 | translations/pt-PT.json | |
+1 −0 | translations/ro-RO.json | |
+1 −0 | translations/ru-RU.json | |
+1 −0 | translations/sv-SE.json | |
+1 −0 | translations/tr-TR.json | |
+1 −0 | translations/tsconfig.json | |
+1 −1 | utils/ThemeUtils.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3700,6 +3700,13 @@ geojson-bounding-box@^0.2.0: | |
resolved "https://registry.yarnpkg.com/geojson-bounding-box/-/geojson-bounding-box-0.2.0.tgz#724b2e1be12671a07bea729da758d038d7d876ca" | ||
integrity sha512-VmBZ1DC8q+0dNlphppacim000KUQU9Yw+Q8A8m8zuQ3D6zNdp3RGFZPI8zdTLaPXK6dCfJWuDYwle3t/iYWUYw== | ||
|
||
geojson-polygon-self-intersections@^1.2.1: | ||
version "1.2.1" | ||
resolved "https://registry.yarnpkg.com/geojson-polygon-self-intersections/-/geojson-polygon-self-intersections-1.2.1.tgz#7018edabe58e9262f20821a7334953708c78bbb7" | ||
integrity sha512-/QM1b5u2d172qQVO//9CGRa49jEmclKEsYOQmWP9ooEjj63tBM51m2805xsbxkzlEELQ2REgTf700gUhhlegxA== | ||
dependencies: | ||
rbush "^2.0.1" | ||
|
||
geotiff@^2.0.7: | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/geotiff/-/geotiff-2.1.0.tgz#8e06fd1aa950fba8910ac63dc65cb77b766f4b58" | ||
|
@@ -5660,6 +5667,11 @@ quick-lru@^6.1.1: | |
resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-6.1.1.tgz#f8e5bf9010376c126c80c1a62827a526c0e60adf" | ||
integrity sha512-S27GBT+F0NTRiehtbrgaSE1idUAJ5bX8dPAQTdylEyNlrdcH5X4Lz7Edz3DYzecbsCluD5zO8ZNEe04z3D3u6Q== | ||
|
||
quickselect@^1.0.1: | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/quickselect/-/quickselect-1.1.1.tgz#852e412ce418f237ad5b660d70cffac647ae94c2" | ||
integrity sha512-qN0Gqdw4c4KGPsBOQafj6yj/PA6c/L63f6CaZ/DCF/xF4Esu3jVmKLUDYxghFx8Kb/O7y9tI7x2RjTSXwdK1iQ== | ||
|
||
quickselect@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/quickselect/-/quickselect-2.0.0.tgz#f19680a486a5eefb581303e023e98faaf25dd018" | ||
|
@@ -5692,6 +5704,13 @@ [email protected]: | |
iconv-lite "0.4.24" | ||
unpipe "1.0.0" | ||
|
||
rbush@^2.0.1: | ||
version "2.0.2" | ||
resolved "https://registry.yarnpkg.com/rbush/-/rbush-2.0.2.tgz#bb6005c2731b7ba1d5a9a035772927d16a614605" | ||
integrity sha512-XBOuALcTm+O/H8G90b6pzu6nX6v2zCKiFG4BJho8a+bY6AER6t8uQUZdi5bomQc0AprCWhEGa7ncAbbRap0bRA== | ||
dependencies: | ||
quickselect "^1.0.1" | ||
|
||
rbush@^3.0.1: | ||
version "3.0.1" | ||
resolved "https://registry.yarnpkg.com/rbush/-/rbush-3.0.1.tgz#5fafa8a79b3b9afdfe5008403a720cc1de882ecf" | ||
|