-
Notifications
You must be signed in to change notification settings - Fork 43
Proposal #1: SpatialSelectorField Form Widget for MapStore
Create a full customizable and pluggable Form widget for GeoSpatial selection with GeoCoder
- Overview
- Motivation
- Proposal
- Feedback
- Backwards Compatibility
- Voting
Alessio Fabiani (afabiani)
TBD, tentatively 1.5 or 1.6
Choose one of: Under Discussion, In Progress, Completed, Rejected, Deferred
Developing MapStore for several customers, we identified a commonly used and required form widget very useful on a wide variety of projects.
Waht we propose to implement basically, is a pluggable and configurable form widget providing a set of selectors allowing the MapStore user to create a "Region Of Interest" on the map.
The widget will be fully pluggable and will allow a user to draw a ROI on the map using different methods selectable through a combo-box:
- Square Bounding Box selection
- Custom Polygon
- A Circle
- A Buffer
- A GeoCoder
The DataAccessManager interface is going to be deprecated in favor or the ResourceAccessManager one, which would look as follows:
This section should contain feedback provided by PSC members who may have a problem with the proposal.
The new code will look for implementations of the old DataAccessManager interface, which won't be removed, but deprecated, and adapt it to the new interface via a wrapper. So the existing authorization code, as well as any other implementation of DataAccessManager, will keep on working unaltered.
Alessio Fabiani: +1