AQ has bug. Not importing KML file polygons correctly. The import is successful. But is displayed incorrect. Borders are too thin and almost invisible. Must zoom in too far to see. And color is not correct.
Offer Your ideas?
Thanks you
Here is sample of KML file...
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom">
<Document>
<name>Test.kml</name>
<StyleMap id="msn_ylw-pushpin">
<Pair>
<key>normal</key>
<styleUrl>#sn_ylw-pushpin</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#sh_ylw-pushpin</styleUrl>
</Pair>
</StyleMap>
<Style id="sh_ylw-pushpin">
<IconStyle>
<scale>1.3</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
<BalloonStyle>
</BalloonStyle>
<LineStyle>
<color>ffff00ff</color>
<width>4</width>
</LineStyle>
<PolyStyle>
<color>00ffffff</color>
</PolyStyle>
</Style>
<Style id="sn_ylw-pushpin">
<IconStyle>
<scale>1.1</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
<BalloonStyle>
</BalloonStyle>
<LineStyle>
<color>ffff00ff</color>
<width>4</width>
</LineStyle>
<PolyStyle>
<color>00ffffff</color>
</PolyStyle>
</Style>
<Folder>
<name>Temporary Places</name>
<open>1</open>
<Placemark>
<name>Untitled Polygon</name>
<styleUrl>#msn_ylw-pushpin</styleUrl>
<Polygon>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>
-86.0061660216454,38.29808251717118,0 -85.58716900921911,37.49252070301364,0 -85.25322339432266,37.04951715896762,0 -84.03361459588464,37.78492595439324,0 -84.70243172413959,38.55973892194613,0 -86.0061660216454,38.29808251717118,0
</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
</Folder>
</Document>
</kml>