You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
afabiani edited this page Dec 10, 2013
·
13 revisions
Overview
Create a full customizable and pluggable Form widget for GeoSpatial selection with GeoCoder
Overview
Motivation
Proposal
Feedback
Backwards Compatibility
Voting
Proposed By
Alessio Fabiani (afabiani)
Assigned to Release
TBD, tentatively 1.5 or 1.6
State
Choose one of: Under Discussion, In Progress, Completed, Rejected, Deferred
Motivation
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
Proposal
The ResourecAccessManager
The DataAccessManager interface is going to be deprecated in favor or the ResourceAccessManager one, which would look as follows:
Feedback
This section should contain feedback provided by PSC members who may have a problem with the proposal.
Backwards Compatibility
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.