1 |
|
2005-04-28 Jan-Oliver Wagner <[email protected]> |
2 |
|
|
3 |
|
Introduce OGRFileShapeStore in ogr extension. |
4 |
|
This allows at least that loaded shapefile shape stores |
5 |
|
can be saved correctly in the thuban session file |
6 |
|
and reloaded again (reload is via core shapefile |
7 |
|
routine, not OGR). For other types, .thuban files |
8 |
|
can not be reloaded for the time being. |
9 |
|
|
10 |
|
* Extensions/ogr/ogrshapes.py (OGRFileShapeStore): New. This |
11 |
|
class ist to be used for any file-based shape stores |
12 |
|
accessed through OGR. |
13 |
|
|
14 |
|
* Extensions/ogr/ogrstart.py (open_with_ogr): Added |
15 |
|
forgotten _ for i18n. Adapted call OpenFileShapestore |
16 |
|
regarding new parameter. |
17 |
|
(OpenFileShapestore): Use OGRFileShapeStore instead of |
18 |
|
OGRShapeStore. Fix return value (None instead of null). |
19 |
|
Add new parameter "mainwindow" to avoid accessing global |
20 |
|
context. |
21 |
|
|
22 |
2005-04-27 Jan-Oliver Wagner <[email protected]> |
2005-04-27 Jan-Oliver Wagner <[email protected]> |
23 |
|
|
24 |
Introduce FileShapeStore as generalization for |
Introduce FileShapeStore as generalization for |