-
Notifications
You must be signed in to change notification settings - Fork 22
/
TODO.TXT
39 lines (28 loc) · 1.5 KB
/
TODO.TXT
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
29
30
31
32
33
34
35
36
37
38
39
MITAB Library - ToDo, Open Questions:
-------------------------------------
- API Documentation
- MIF output: bounds are missing in Coordsys NonEarth
- ??? Produce a Warning when bounds not set on first SetFeature()
- Support MetaData in .TAB header
- TABView support:
- Complete and tested only for cases in which 2 tables
are linked with a many-to-1 relation through an integer field.
- The merge operation involves 3 features in memory and cloning the
geometry... this could perhaps be optimized but would require changes
at the lower-level in the lib.
- What is the proper behavior when no record in RelTable for a feature
from MainTable? For now we leave fields unset
- "Table Type DBF" are supported for reading, but no charset conversion
is done... however, when the same datasets are exported to MIF by MapInfo
it apparently converts the DBF file's charset (e.g. CodePage863) to
the dataset charset (e.g. WindowsLatin1)
- Will we ever want to support Table Type ACCESS?
- When regions with multiple rings are read from MIF, the inside/outside
ring relationship is not reconstructed. This may cause display problems
when MIF files containing regions are converted to TAB: it has been
reported that some regions may not be filled properly when viewed in
MapInfo Versions 5.0 and up when the inside/outside ring relationship
is not properly written.
------------
$Id: TODO.TXT,v 1.3 2007-03-20 15:10:32 dmorissette Exp $
------------