This file is indexed.

/usr/share/doc/libgeos-dev/TODO is in libgeos-dev 3.4.2-4ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
GEOS TODO:

- Port Triangulation API from JTS-1.11

- Feed PrecisionModel to OverlayResultValidator to set _TOLERANCE

- Test unit tests for snapround package

- DoubleBits misregards BYTE_ENDIAN, must check it.

- BUILD CORRECTNESS:
	- include <geos/config.h> from all .cpp files

- WKB tester in doc/examples.cpp should do point-by-point comparison.

- Implement Safe's idea of a compile-time enabled 2d-only
  inlineable CoordinateSequence

- WKB extension with LINEARRING ?

- Check how to disable GEOS_VERSION define on command line
  (or make GEOS_VERSION define in version.h optional)
  not a major problems, just makes the compiler issue some warninigs.

- Check GeometryEditor behaviour (modify passed geom or create a new one ?)
  [not documented]

- Add distinct binary predicates test support in XMLTester