-
Notifications
You must be signed in to change notification settings - Fork 409
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
Integrate vector querying for vector layers #1104
Comments
Maybe I created this story that seems to be duplicated. #1121 Should I close it and port the discussion and proposal here? |
I would say yes. Il 11/ott/2016 12:40, "Lorenzo Natali" notifications@github.com ha
|
Porting the duplicated US details here : We should so integrate the current query panel and the feature grid to create an advanced search tool for the layers that covers the functinalities available in the old QueryPanel + FeatureManager + FeatureGrid available in MapStore (1). Estimated tasks and decisions:
Advanced features:
|
Let's put pagination into account... |
We are missing the export of features as well as the ability to zoom to a single row on the map. |
The following is designed for desktop users (mobile will have a separate user story), it has:
|
+1 on infinite loading, although I would expect something that allows me to jump to end and when I reach the end to jump to front. Not sure this is feasible according to all WFS versions and paging. The same applies for the # of pages you are showing there. |
Real pagination can be done only if the server supports it:
It the server doesn't, the pagination will be "fake", loading a reasonable amount of results and browsing them without server interaction. ("reasonable" to be defined) |
- Improves the style of the contained components (spatial filter details) - Allows drawing for query form.
…as search property
Partial work for #1104, enabled search tool if layer has search property
* Add search options from the catalog When adding a WMS layer from the catalog, MapStore will try to get a describeLayer for it, to find out if the layer can be searched via WFS. If possible, the search object is added to the layer. * DescribeLayers is implemented to avoid ogc-schemas lib (old functionality has been mantained for backward compatibility, as describeLayer with require-ensure pattern. * Add tests for the JavaScript WMS API.
- Removed useless properties and code - Add the option to display icon for zoom to feature
Currently there is no support for querying vector layers in the MapStore product although we have widgets for doing all the bits.
Likewise MapStore 1 we need to be able to to query vector layers via WFS when available.
TASKS:
The text was updated successfully, but these errors were encountered: