1 |
bernhard |
2490 |
TODO file for Thuban svgexport Extension |
2 |
bernhard |
2481 |
|
3 |
bernhard |
2490 |
For 1.0.1: |
4 |
bernhard |
2481 |
|
5 |
bernhard |
2490 |
* Enable label export. |
6 |
|
|
* Enable Raster file export. |
7 |
|
|
|
8 |
|
|
For 1.0.x, x>1: |
9 |
|
|
|
10 |
bernhard |
2482 |
* find out why the memory shapes in class Testobjectexport |
11 |
|
|
return points with negative values with projected_points |
12 |
bernhard |
2481 |
|
13 |
|
|
Better support for variable Point sizes: |
14 |
|
|
* a real test for variable point sizes |
15 |
|
|
* save point size in an svg attribute value |
16 |
|
|
* Create a better legend for variable point symbols |
17 |
|
|
|
18 |
|
|
* add a progress bar or something so that the user is informed |
19 |
|
|
during exports of huge files. A simple interator return of |
20 |
|
|
draw_shape_layer_incrementally() might not be enough, because the user |
21 |
|
|
might stop this operation when doing something. |
22 |
|
|
|
23 |
|
|
For later: |
24 |
|
|
|
25 |
|
|
* use styles for the geographic objects in one class in each layer |
26 |
|
|
after making sure that Skencil can do this, too. |
27 |
|
|
|
28 |
bernhard |
2489 |
* add a method to trigger the application down the pipe that new |
29 |
|
|
files have just been written. First idea: Add a "save as" variant |
30 |
|
|
which also asks for a command line to run after each "save". |
31 |
|
|
The command line can be used to run something like |
32 |
|
|
"skencil-remote --updated-thubanmapsvgfile %s" |