Set a simplified geometry for areas
- Dominant language
- Python
- Stars
- 26
- Forks
- 28
- Avg merge
- 4h
- Merged PRs (30d)
- 9
Description
Simplified area geometries would be useful to show the actual area shapes in the area advanced search page. As for now the area advanced search page has no map filter because we cannot use points (as for WP, routes or outings) and because the actual geometries are often too big. See https://github.com/c2corg/v6_api/issues/419
A simplified geometry would probably be relevant for detail view pages as well.
It would make sense that areas have both a "full" geometry (moved to ``geom_detail``? only used for geo-associations? also in the editing form map!?) and a simplified geometry (``geom``? used for advanced search and detail view pages?).
* [ ] ~~Setting this while running the migration script would be relevant.~~ (too late now)
* [ ] The simplified geometry should be updated whenever the full geometry is modified.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.