]> Pileus Git - grits/blob - TODO
Split gis-object.{c,h} -> gis-{object,marker,callback}.{c,h}
[grits] / TODO
1 Miscellaneous
2 -------------
3 - Use VertexArrays/VertexBufferObjects/DisplayLists/etc
4 - Mouse control
5 - Plugins can time/location references too a tree-view
6 - Consolidate data code (GisData, GisWms, [GisSlippy])
7
8 GisObject:
9   - Improvie GisMarker
10   - Move GisTile/render_tile to GisObject
11   - Move to subdirctory?
12
13 Roam:
14   - Find a better way to fix great circle errors
15   - Improve garbage collection (use timeout?)
16   - Refactor height functions
17   - Fix texture rendering at edges w/ linear filtering
18
19 Data:
20   - Move to subdirectory?
21   - Create consistent way for caching data.
22   - Provide set of cachers (http, http/wms, http/slippy, etc)
23   - How to integrate these with GisObject?
24
25
26 Improve plugins
27 ---------------
28 env:
29         - Config panel
30   - Add atmosphere, sun, etc
31
32 elev:
33         - Config panel
34         - Runtime option to draw heights
35
36 sat:
37         - Config panel
38
39 map:
40         - Config panel
41   - Use local rendering instead of pixmaps
42
43 gps:
44   - Create/test it
45   - Config: follow position, draw trace, leave marker
46
47
48 vim: ft=txt ts=2 sw=2 sts=2 spell!