-
-
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
a649cbd
commit 03df134
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule qwc2
updated
31 files
+76 −0 | components/widgets/ComboBox.jsx | |
+1 −1 | components/widgets/LayerCatalogWidget.jsx | |
+59 −0 | components/widgets/style/ComboBox.css | |
+2 −1 | plugins/Cyclomedia.jsx | |
+1 −1 | plugins/HeightProfile.jsx | |
+1 −1 | plugins/LayerCatalog.jsx | |
+23 −0 | plugins/Redlining.jsx | |
+6 −2 | plugins/map/RedliningSupport.jsx | |
+13 −0 | plugins/style/Redlining.css | |
+1 −3 | translations/ca-ES.json | |
+1 −3 | translations/cs-CZ.json | |
+1 −3 | translations/de-CH.json | |
+1 −3 | translations/de-DE.json | |
+1 −3 | translations/en-US.json | |
+1 −3 | translations/es-ES.json | |
+1 −3 | translations/fi-FI.json | |
+1 −3 | translations/fr-FR.json | |
+1 −3 | translations/hu-HU.json | |
+1 −3 | translations/it-IT.json | |
+1 −3 | translations/no-NO.json | |
+1 −3 | translations/pl-PL.json | |
+1 −3 | translations/pt-BR.json | |
+1 −3 | translations/pt-PT.json | |
+1 −3 | translations/ro-RO.json | |
+1 −3 | translations/ru-RU.json | |
+1 −3 | translations/sv-SE.json | |
+1 −3 | translations/tr-TR.json | |
+1 −1 | translations/tsconfig.json | |
+46 −5 | utils/FeatureStyles.js | |
+65 −0 | utils/img/arrowhead.svg | |
+64 −0 | utils/img/measurehead.svg |