Opened 13 years ago

Closed 13 years ago

Last modified 11 years ago

#4171 closed defect (fixed)

LIBKML driver doesn't map properly all types of SimpleType to OGR type

Reported by: Even Rouault Owned by: Even Rouault
Priority: normal Milestone:
Component: default Version: unspecified
Severity: normal Keywords: libkml
Cc:

Description

Currently, when parsing the <SimpleType> elements of a <Schema>, only just a few of all the possible types listed in http://code.google.com/apis/kml/documentation/kmlreference.html#simplefield are recognized. The ones which are not recognized (double, [u]short, uint) are just not mapped to fields and thus ignored. The mapping of bool to OFTBinary is suspicious too.

Change History (2)

comment:1 by Even Rouault, 13 years ago

Resolution: fixed
Status: newclosed

Fixed in trunk (r22758) and in branches/1.8 (r22759).

comment:2 by Even Rouault, 11 years ago

Milestone: 1.8.2

Milestone 1.8.2 deleted

Note: See TracTickets for help on using tickets.