bh: thuban ChangeLog,1.624.2.16,1.624.2.17
cvs@intevation.de
cvs at intevation.de
Thu Dec 16 20:17:54 CET 2004
Author: bh
Update of /thubanrepository/thuban
In directory doto:/tmp/cvs-serv29760
Modified Files:
Tag: thuban-1-0-branch
ChangeLog
Log Message:
Add support for PostGIS tables with LINESTRING geomentries.
Fixes RT#2299
* Thuban/Model/postgisdb.py (shapetype_map): Add LINESTRING
* test/postgissupport.py
(PostgreSQLServer.get_default_static_data_db): Rename the "roads"
table to "roads-multi" because it now uses MULTILINESTRING
geometries and introduce a new "roads" table that uses LINESTRING
(coords_to_multilinestring): Make the doc string more precise
(coords_to_linestring): New. Create a LINESTRING WKT
representatin
(wkt_converter): Add coords_to_linestring
(upload_shapefile): Rephrase the doc-string a bit.
* test/test_postgis_db.py (TestPostGISShapestoreArc)
(LineStringTests)
(TestPostGISShapestoreLineString)
(TestPostGISShapestoreMultiLineString): Split
TestPostGISShapestoreArc into a base class LineStringTests and two
derived classes TestPostGISShapestoreLineString for LINESTRING
geometries and TestPostGISShapestoreMultiLineString for
MULTILINESTRING geometries. Most test methods are in the base
class with the exception of tests that explicitly check the raw
format.
Index: ChangeLog
===================================================================
RCS file: /thubanrepository/thuban/ChangeLog,v
retrieving revision 1.624.2.16
retrieving revision 1.624.2.17
diff -u -d -r1.624.2.16 -r1.624.2.17
--- ChangeLog 16 Dec 2004 10:56:17 -0000 1.624.2.16
+++ ChangeLog 16 Dec 2004 19:17:51 -0000 1.624.2.17
@@ -1,5 +1,33 @@
2004-12-16 Bernhard Herzog <bh at intevation.de>
+ Add support for PostGIS tables with LINESTRING geomentries.
+ Fixes RT#2299
+
+ * Thuban/Model/postgisdb.py (shapetype_map): Add LINESTRING
+
+ * test/postgissupport.py
+ (PostgreSQLServer.get_default_static_data_db): Rename the "roads"
+ table to "roads-multi" because it now uses MULTILINESTRING
+ geometries and introduce a new "roads" table that uses LINESTRING
+ (coords_to_multilinestring): Make the doc string more precise
+ (coords_to_linestring): New. Create a LINESTRING WKT
+ representatin
+ (wkt_converter): Add coords_to_linestring
+ (upload_shapefile): Rephrase the doc-string a bit.
+
+ * test/test_postgis_db.py (TestPostGISShapestoreArc)
+ (LineStringTests)
+ (TestPostGISShapestoreLineString)
+ (TestPostGISShapestoreMultiLineString): Split
+ TestPostGISShapestoreArc into a base class LineStringTests and two
+ derived classes TestPostGISShapestoreLineString for LINESTRING
+ geometries and TestPostGISShapestoreMultiLineString for
+ MULTILINESTRING geometries. Most test methods are in the base
+ class with the exception of tests that explicitly check the raw
+ format.
+
+2004-12-16 Bernhard Herzog <bh at intevation.de>
+
Fix for RT#2237
* Thuban/UI/projdialog.py (ProjFrame._show_proj_panel): If the
More information about the Thuban-devel
mailing list
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)