Can you post your KML file?
Attached is a zip of my file, but this is the text of it:
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.0">
<Document>
<Folder>
<name>Area Features</name>
<description>Airport_Backgrounds_Flatten_ExcludeAutoGen</description>
<Placemark>
<description>Airport_Backgrounds_Flatten_ExcludeAutoGen</description>
<name>test 1</name>
<Polygon>
<outerBoundaryIs>
<LinearRing>
<coordinates>
-46.95061800,-23.17292100,757.27
-46.94799000,-23.17157200,757.27
-46.93662000,-23.19042300,757.27
-46.93924700,-23.19177200,757.27
-46.95061800,-23.17292100,757.27
</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
</Folder>
</Document>
</kml>
For now I am just creating the shapefile, not running it through shp2vec.
FSX_KML appears to build successfully. the .dbf and .xml created seem correct.
Here is what my shapefile output is showing:
Geometry: 3D Polygon
Feature Count: 1
Extent: (-46.950618, -23.191772) - (0.000000, 0.000000)
Layer SRS WKT:
(unknown)
Guid: String (38.0)
Uuid: String (38.0)
OGRFeature(FLXTEST SDJD):0
Guid (String) = {18580A63-FC8F-4A02-A622-8A1E073E627B}
Uuid (String) = {00000000-0000-0000-0000-000000000001}
POLYGON ((-46.950617999999999 -23.172920999999999 757.26999999999998,
0 0 0,
0 0 0,
0 0 0,
0 0 0,
0 0 0,
0 0 0,
0 0 0,
0 0 0,
0 0 0,
0 0 0,
0 0 0,
0 0 0,
0 0 0,
-46.947989999999997 -23.171572 757.26999999999998,
0 0 0,
0 0 0,
0 0 0,
0 0 0,
0 0 0,
0 0 0,
0 0 0,
0 0 0,
0 0 0,
0 0 0,
0 0 0,
0 0 0,
0 0 0,
-46.936619999999998 -23.190422999999999 757.26999999999998,
0 0 0,
0 0 0,
0 0 0,
0 0 0,
0 0 0,
0 0 0,
0 0 0,
0 0 0,
0 0 0,
0 0 0,
0 0 0,
0 0 0,
0 0 0,
-46.939247000000002 -23.191772 0,
0 0 0,
-46.950617999999999 -23.172920999999999 757.26999999999998))
attached is zip with the kml file.
scott s.
.