Opened 12 years ago
Closed 12 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
Note:
See TracTickets
for help on using tickets.
It will work with -dsco option, e.g.
ogr2ogr -f GML test.gml OCI:name/passwd@database_instance:table -dsco FORMAT=GML3