1 |
bernhard |
2481 |
Todo file for Thuban svgexport Extension |
2 |
|
|
|
3 |
|
|
For 1.0.0: |
4 |
|
|
|
5 |
|
|
* Support holes and islands in a "polygon". |
6 |
|
|
* Add basic documentation |
7 |
|
|
|
8 |
|
|
For 1.0.x: |
9 |
|
|
|
10 |
|
|
Better support for variable Point sizes: |
11 |
|
|
* a real test for variable point sizes |
12 |
|
|
* save point size in an svg attribute value |
13 |
|
|
* Create a better legend for variable point symbols |
14 |
|
|
|
15 |
|
|
* add a progress bar or something so that the user is informed |
16 |
|
|
during exports of huge files. A simple interator return of |
17 |
|
|
draw_shape_layer_incrementally() might not be enough, because the user |
18 |
|
|
might stop this operation when doing something. |
19 |
|
|
|
20 |
|
|
For later: |
21 |
|
|
|
22 |
|
|
* use styles for the geographic objects in one class in each layer |
23 |
|
|
after making sure that Skencil can do this, too. |
24 |
|
|
|