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