MerginMaps / work-packages

Mergin Maps Work Packages: manage field surveys for multiple teams
MIT License
7 stars 4 forks source link

Filtering based on geometry column #32

Closed wonder-sk closed 3 years ago

wonder-sk commented 3 years ago

It would be useful to define work packages by some polygons, and features would appear in work packages only if they were contained in the defined polygon. So instead of method: filter-column users would use some other method.

wonder-sk commented 3 years ago

Proposed syntax e.g.:

file: survey.gpkg

tables:
  - name: farms
    method: filter-geometry

work-packages:
  - name: TeamA
    value: POLYGON(...)
    mergin-project: My Company/Survey Team A
  - name: TeamB
    value: POLYGON(...)
    mergin-project: My Company/Survey Team B