FarmOS Map Improvements
Ag-specific FarmOS map improvements, including effective listing / editing of fields, changing fields names, streaming field boundaries on the fly, and GeoJSON / KML export/import
FarmOS Mapping library, current maintainer is Morgan, (source here --> https://github.com/farmOS/farmOS-map) is used by SurveyStack as well as core FarmOS itself. It has many useful ag-specific functions, and this project is to contribute more specifically around several projects with common needs. Full discussion about the features mostly occurred here: https://github.com/farmOS/farmOS-map/issues/161. More details in github: https://github.com/farmOS/farmOS-map/issues/170
- Streaming feature (push button, stream edge of polygon)
- 16 hours - Assuming kind of complex UX to only capture points when user is happy with accuracy
- Import KML / GeoJSON (maybe other formats if possible)
- Base 4 hours if data is in EPSG:4326 or EPSG:3857 and simple string attributes like "name"
- Add 8 hours if we need to support arbitrary coordinate reference systems
- Add 8+ hours to support complex attributes or transformations thereof
- Export KML / GeoJSON
- Base 4 hours if data is in EPSG:4326 or EPSG:3857 and simple string attributes like "name"
- Add 8 hours if we need to support arbitrary coordinate reference systems
- List areas / rename areas / remove areas feature
- 8 hours - Total guess here, since I can imagine versions of this that are really easy or really complex