Opened 13 years ago

Closed 13 years ago

#4249 closed defect (invalid)

Cannot generate gml 3 format from oracle spatial database

Reported by: hdam99 Owned by: warmerdam
Priority: normal Milestone:
Component: default Version: 1.8.1
Severity: normal Keywords: gml
Cc:

Description

I used ogr 1.8.x and issue the following command:

ogr2ogr -f GML test.gml OCI:name/passwd@database_instance:table -lco FORMAT=GML3

It still create gml 2 file

Change History (1)

comment:1 by hdam99, 13 years ago

Resolution: invalid
Status: newclosed

It will work with -dsco option, e.g.

ogr2ogr -f GML test.gml OCI:name/passwd@database_instance:table -dsco FORMAT=GML3

Note: See TracTickets for help on using tickets.