Mercurial > dive4elements > gnv-client
diff gnv-artifacts/doc/conf/queries.properties @ 799:feeaf5aec552
ISSUE213: Wrong Geometrytype used for the generation of an Layer with Multipolygon-Geometries
gnv-artifacts/trunk@881 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Tue, 06 Apr 2010 11:56:53 +0000 |
parents | cee3a0c22bb1 |
children | 8065295ae255 |
line wrap: on
line diff
--- a/gnv-artifacts/doc/conf/queries.properties Tue Apr 06 11:05:00 2010 +0000 +++ b/gnv-artifacts/doc/conf/queries.properties Tue Apr 06 11:56:53 2010 +0000 @@ -1360,7 +1360,7 @@ ############################################# ############################################# -######### Layer Contis und Nauthis ########## +# Layer Contis, Nauthis and Marinefeatures # ############################################# ############################################# @@ -1395,3 +1395,9 @@ WHERE COLUMN_NAME NOT LIKE 'SHAPE' AND \ OWNER = '?' AND \ TABLE_NAME = '?' + +geometry_type = select geometry_type \ + from sde.geometry_columns \ + where f_table_schema = '?' and \ + f_table_name = '?' and \ + f_geometry_column='SHAPE' \ No newline at end of file