Opened 13 years ago

Closed 13 years ago

#3808 closed enhancement (fixed)

gml:Circle in NAS

Reported by: frankjaeger Owned by: warmerdam
Priority: normal Milestone: 1.8.0
Component: OGR_SF Version: 1.7.0
Severity: minor Keywords: circle nas gml
Cc:

Description

Converting NAS (ALKIS) with ogr2ogr into PostGIS.

Input: <gml:Circle>

SQL: INSERT INTO ... ("wkb_geometry" , ...) VALUES (GeomFromEWKT('SRID=25832;POLYGON EMPTY'::TEXT) ...)

Output ogr: ERROR 1: INSERT command for new feature failed.

Response PostGIS: ... Check-Constraint "enforce_geotype_wkb_geometry".

Change History (3)

comment:1 by warmerdam, 13 years ago

Component: defaultOGR_SF
Keywords: gml added

Frank,

I need a valid GML with a sample circle in it.

comment:2 by frankjaeger, 13 years ago

I send a GML-File via Mail to warmerdam (at) pobox.com

I can't publish the file here because I'm not the owner.

comment:3 by Even Rouault, 13 years ago

Milestone: 1.8.0
Resolution: fixed
Status: newclosed

r21072 /trunk/gdal/ogr/ (gml2ogrgeometry.cpp ogrgeometry.cpp ogrgeometryfactory.cpp): Add support for parsing gml:Arc and gml:Circle

r21073 /trunk/autotest/ogr/ogr_gml_geom.py: Test parsing of gml:Arc and gml:Circle

Note: See TracTickets for help on using tickets.