Changes between Initial Version and Version 1 of Ticket #30649
- Timestamp:
- Jul 18, 2019, 10:12:05 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30649 – Description
initial v1 1 1 PostGIS provides function ST_MakeValid, that can be used in Django as a PostGISOperator. 2 2 3 There is however no wway how to use ST_MakeValid to simply repair GEOS Geometry.3 There is however no way how to use ST_MakeValid to simply repair GEOS Geometry. 4 4 5 5 Note that there is also now comparable function in the GEOS library itself (not counting something simple like buffer(0)).