File: TODO

package info (click to toggle)
mapnik 3.1.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 20,208 kB
  • sloc: cpp: 144,467; python: 30,152; sh: 797; makefile: 166; xml: 140; lisp: 13
file content (23 lines) | stat: -rw-r--r-- 964 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
- Automated tests
  - Test subqueries      [x]
  - Test Data input      [x]
  - Test RGB input       [x]
  - Test RGBA input      [x]
  - Test Grayscale input [x]
- Support for all band types:
  - PT_1BB    data[x] rgb[ ] grayscale[x]
  - PT_2BUI   data[x] rgb[ ] grayscale[x]
  - PT_4BUI   data[x] rgb[ ] grayscale[x]
  - PT_8BSI   data[x] rgb[x] grayscale[x]
  - PT_8BUI   data[x] rgb[x] grayscale[x]
  - PT_16BSI  data[x] rgb[ ] grayscale[x]
  - PT_16BUI  data[x] rgb[ ] grayscale[x]
  - PT_32BSI  data[x] rgb[ ] grayscale[x]
  - PT_32BUI  data[x] rgb[ ] grayscale[x]
  - PT_32BF   data[x] rgb[ ] grayscale[ ]
  - PT_64BF   data[x] rgb[ ] grayscale[ ]
- Have pgraster and postgis plugins share the same connection pool
- Make overviews enabled by default if table is not a subquery ?
- Make clipping enabled automatically when needed ?
- Allow more flexible band layout specification, see
  http://github.com/mapnik/mapnik/wiki/RFC:-Raster-color-interpretation