Add changes introduced by last commit
[geos.git] / TODO
blob01abb456f0ad603543f0793e9194e53b6ddb4c67
1 GEOS TODO:
3 - Feed PrecisionModel to OverlayResultValidator to set _TOLERANCE
5 - Test unit tests for snapround package
7 - DoubleBits misregards BYTE_ENDIAN, must check it.
9 - BUILD CORRECTNESS:
10         - include <geos/config.h> from all .cpp files
12 - WKB tester in doc/examples.cpp should do point-by-point comparison.
14 - Implement Safe's idea of a compile-time enabled 2d-only
15   inlineable CoordinateSequence
17 - WKB extension with LINEARRING ?
19 - Check how to disable GEOS_VERSION define on command line
20   (or make GEOS_VERSION define in version.h optional)
21   not a major problems, just makes the compiler issue some warninigs.
23 - Check GeometryEditor behaviour (modify passed geom or create a new one ?)
24   [not documented]
26 - Add distinct binary predicates test support in XMLTester