-
Notifications
You must be signed in to change notification settings - Fork 2
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
15c118e
commit 8b602a0
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule qwc2
updated
29 files
+5 −4 | actions/theme.js | |
+4 −2 | components/IdentifyViewer.jsx | |
+6 −1 | components/PrintFrame.jsx | |
+1 −1 | components/Search.jsx | |
+1 −0 | components/map/layers/MVTLayer.js | |
+2 −2 | components/style/PrintFrame.css | |
+4 −1 | doc/plugins.md | |
+2 −1 | package.json | |
+6 −2 | plugins/Cyclomedia.jsx | |
+13 −2 | plugins/FeatureForm.jsx | |
+48 −8 | plugins/FeatureSearch.jsx | |
+14 −3 | plugins/Identify.jsx | |
+6 −3 | plugins/MapExport.jsx | |
+2 −2 | plugins/MapInfoTooltip.jsx | |
+23 −25 | plugins/MapTip.jsx | |
+2 −1 | plugins/Print.jsx | |
+3 −2 | plugins/RasterExport.jsx | |
+6 −2 | plugins/ThemeSwitcher.jsx | |
+0 −1 | plugins/map/RedliningSupport.jsx | |
+6 −0 | plugins/style/FeatureSearch.css | |
+1 −1 | scripts/themesConfig.js | |
+1 −1 | scripts/themesConfig.py | |
+6 −2 | utils/FeatureStyles.js | |
+2 −2 | utils/LayerUtils.js | |
+5 −5 | utils/ThemeUtils.js | |
+119 −23 | utils/VectorLayerUtils.js | |
+1 −0 | utils/img/README.markers | |
+3 −64 | utils/img/arrowhead.svg | |
+3 −63 | utils/img/measurehead.svg |