Changes between Version 3 and Version 4 of UsersWikiWishList
- Timestamp:
- 04/15/09 07:54:27 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified UsersWikiWishList
v3 v4 19 19 * '''More Validation Feedback''' 20 20 * The isValid() function can tell me if a geometry is not valid, but it cannot tell me '''why'''. 21 * Perhaps an isValidLocation() or isValidReason() to show where and why the geometry is not correct. The JTS workbench has some of this functionality, so hopefully it is hiding in GEOS somewhere.21 * Perhaps an isValidLocation() or ~~isValidReason()~~ ('''DONE in PostGIS 1.4, GEOS 3.1.0 -- but would be nice if gave all invalid locations -- just gives first ''') to show where and why the geometry is not correct. The JTS workbench has some of this functionality, so hopefully it is hiding in GEOS somewhere. 22 22 * Also, by combining snapToGrid, buffer(0.0) and some other evil stuff, it should be possible to write a cleanGeometry() function that "mostly" works, and "mostly" is better than nothing at all. 23 23