-
Notifications
You must be signed in to change notification settings - Fork 413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend the GeoProcessing tool to work with client side Vector layers as WPS inputs #9685
Closed
10 tasks
Comments
MV88
added a commit
to MV88/MapStore2
that referenced
this issue
Nov 10, 2023
… Geo_Processing tool * refactored the way the counter for each tool is handled * add possibility to configure a wpsUrl to be used as default source in the plugin otherwise the url from the layer will be used
12 tasks
12 tasks
MV88
added a commit
that referenced
this issue
Dec 6, 2023
…ool (#9691) * Fix #9685 Add possibility tyo use vector layers inside Geo_Processing tool * refactored the way the counter for each tool is handled * add possibility to configure a wpsUrl to be used as default source in the plugin otherwise the url from the layer will be used * refactor: moved some utilities in dedicated utils file * improved feedback in case wpsUrl is missing * improve feedback also for buffer tool * better handling misconfigured layer in buffer tool * Fixed review points * better clean up of highlighted features * fixed layer used in intersection process * fiz zoom to feature when selected * fix test
MV88
added a commit
to MV88/MapStore2
that referenced
this issue
Dec 12, 2023
16 tasks
tdipisa
pushed a commit
that referenced
this issue
Dec 18, 2023
* Fix #9685 measurements issues and added some enhancements to it * adding some extra tests * Fixed problems related to measurements and missing ids * refactor and optimization * final fixes for vector layers for the click on map action * fix geodesic circle * Fix tests
MV88
added a commit
to MV88/MapStore2
that referenced
this issue
Dec 19, 2023
…GeoProcessing tool (geosolutions-it#9691) * Fix geosolutions-it#9685 Add possibility tyo use vector layers inside Geo_Processing tool * refactored the way the counter for each tool is handled * add possibility to configure a wpsUrl to be used as default source in the plugin otherwise the url from the layer will be used * refactor: moved some utilities in dedicated utils file * improved feedback in case wpsUrl is missing * improve feedback also for buffer tool * better handling misconfigured layer in buffer tool * Fixed review points * better clean up of highlighted features * fixed layer used in intersection process * fiz zoom to feature when selected * fix test
MV88
added a commit
to MV88/MapStore2
that referenced
this issue
Dec 19, 2023
…nts to it (geosolutions-it#9809) * Fix geosolutions-it#9685 measurements issues and added some enhancements to it * adding some extra tests * Fixed problems related to measurements and missing ids * refactor and optimization * final fixes for vector layers for the click on map action * fix geodesic circle * Fix tests # Conflicts: # web/client/epics/widgets.js # web/client/reducers/config.js # web/client/utils/LayersUtils.js
@ElenaGallo take care of this #9691 (comment) for the related documentation. |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
It is requested a new additional feature based on the recently developed GeoProcessing tool for supported Intersection and Buffer processes.
The existing tool functionalities are expecting to be used only for WMS and/or WFS layers in TOC as inputs for aforementioned processes.
As part of this work it is requested to extend the current tool to also support vector layers defined or imported on the client side.
Possible use case scenarios to supports are:
In all cases the UX should be the same and well consistent.
Acceptance criteria
Other useful information
The text was updated successfully, but these errors were encountered: