Require non-negative polygon coordinates in the API
Closes #760 (closed)
This adds an API-only constraint that requires all polygons to only have positive or zero coordinates. A database constraint is possible but will take more time to implement. A data migration that crops everything to fit the image is also doable later.
Edited by Erwan Rouchet