Log of /branches/WIP-pyshapelib-bramz/Extensions/ogr
Directory Listing
Revision
2734 -
Directory Listing
Modified
Thu Mar 1 12:42:59 2007 UTC
(18 years ago)
by
bramz
made a copy
Revision
2721 -
Directory Listing
Modified
Sat Jan 13 15:11:42 2007 UTC
(18 years, 1 month ago)
by
dpinte
Original Path:
trunk/thuban/Extensions/ogr
2007-01-13 Didrik Pinte <dpinte@itae.be>
bboxdump, gns2shp, importAPR, mouseposition, ogr, profiling, svgexport
extensions migrated to wxPython 2.6
* Extensions/bboxdump/bboxdump.py:
updated wx statements
* Extensions/gns2shp/gns2shp.py:
updated wx statements
* Extensions/importAPR/importAPR.py:
updated wx statements
* Extensions/mouseposition/mouseposition.py:
updated wx statements
* Extensions/ogr/
ogrdialog.py, ogrstart.py:
updated wx statements
* Extensions/profiling/profiling.py:
updated wx statements
* Extensions/svgexport/
maplegend.py,svgsaver.py:
updated wx statements
Revision
2713 -
Directory Listing
Modified
Thu Oct 26 16:37:42 2006 UTC
(18 years, 4 months ago)
by
bernhard
Original Path:
trunk/thuban/Extensions/ogr
Moved ogr Extension to Extension menu.
Adding encoding information and made sure Autor's names
with an umlaut are actually written with an umlaut.
Revision
2702 -
Directory Listing
Modified
Sun Sep 24 09:26:21 2006 UTC
(18 years, 5 months ago)
by
bernhard
Original Path:
trunk/thuban/Extensions/ogr
* Extensions/ogr/test/test_OGRShapestore.py: fixed skip_if_no_ogr()
and added it to TestOGRTable.setUp() so that all tests get skipped
if ogr cannot be imported. Added (c) year 2006.
Revision
2609 -
Directory Listing
Modified
Thu Apr 28 09:39:58 2005 UTC
(19 years, 10 months ago)
by
jan
Original Path:
trunk/thuban/Extensions/ogr
(open_with_ogr): Added forgotten _ for i18n.
Adapted call OpenFileShapestore regarding new parameter.
(OpenFileShapestore): Use OGRFileShapeStore instead of
OGRShapeStore. Fix return value (None instead of null).
Add new parameter "mainwindow" to avoid accessing global
context.
Revision
2608 -
Directory Listing
Modified
Thu Apr 28 09:39:08 2005 UTC
(19 years, 10 months ago)
by
jan
Original Path:
trunk/thuban/Extensions/ogr
(OGRFileShapeStore): New. This
class ist to be used for any file-based shape stores
accessed through OGR.
Revision
2577 -
Directory Listing
Modified
Fri Mar 4 15:07:59 2005 UTC
(20 years ago)
by
nhueffme
Original Path:
trunk/thuban/Extensions/ogr
Latest changes on OGR extension.
Added another menu item to open OGR datasource, handling of geometry collections
possible.
Revision
2549 -
Directory Listing
Modified
Wed Jan 26 09:17:01 2005 UTC
(20 years, 1 month ago)
by
nhueffme
Original Path:
trunk/thuban/Extensions/ogr
Ogr extension works now for shapefiles, GML files and DGN files. Files can be viewed and tables can be shown. For unknown shapetypes the identify mode does not work yet.
Revision
2436 -
Directory Listing
Modified
Wed Dec 8 15:43:10 2004 UTC
(20 years, 2 months ago)
by
bernhard
Original Path:
trunk/thuban/Extensions/ogr
* Extensions/ogr/__init__.py: Added empty __init__.py to heal
global tests until a real one is commited.
Revision
2435 -
Directory Listing
Added
Tue Dec 7 16:44:51 2004 UTC
(20 years, 3 months ago)
by
nhueffme
Original Path:
trunk/thuban/Extensions/ogr
Adding a new extension to read shapefiles with ogr. It is planned to add other
vector formats.