jaycrossler / geoq-django

Collect geospatial features and manage feature collection among groups of users.
Other
12 stars 0 forks source link

Supervisor should be able to use complex polygons to build the AOIs associated with Jobs and change their priority #36

Closed jaycrossler closed 10 years ago

jaycrossler commented 10 years ago

When creating/editing a job, the supervisor should be able to assign the "extents" of AOIs that are created inside a job. The supervisor currently enters a box, and AOIs are created inside that entire box, even if a big chunk of the area is empty water.

Supervisor should have the ability to use multiple polygons to add and remove AOIs from the map. In addition, they should be able to use Polygons to assign the priority of AOIs within an area.

So, a supervisor should be able to:

Best way to do this might be able to call the service that returns all AOIs within a bounding box, then in client use JavaScript to do a spatial transform and remove the unwanted sections, or possibly build a service to do it.