Ticket #2660 (closed defect: invalid)
KML Driver Description problems
| Reported by: | condit | Owned by: | condit |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | OGR_SF | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: | bclay@… |
Description
I am using OGR to create both a shapefile and a KML file. The data in the shapefile looks good and the values in the KML are the same as in the shapefile but they are shifted up by 2 places. There are 2 extra attributes in the KML file (Name and Description). My “Longitude” value appears in the “Description” field.
I tried to use CSLSetNameValue( ogrOptions, "DescriptionField?", "None"); to eliminate the Description field but it did not work.
Is there any way to eliminate the Name and Description fields since I don’t have any values to set for them?
Change History
Note: See
TracTickets for help on using
tickets.
