Skip to content

Require non-negative polygon coordinates in the API

Erwan Rouchet requested to merge positive-polygons into master

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

Merge request reports

Loading