Hi!
I am trying to make an extrusion bridge, but I am getting error-message trying to compile the file.
This is what the KML file looks like:
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.2">
<Document>
<name>sandesundbru.kml</name>
<StyleMap id="msn_ylw-pushpin_copy17">
<Pair>
<key>normal</key>
<styleUrl>#sn_ylw-pushpin_copy14</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#sh_ylw-pushpin_copy17</styleUrl>
</Pair>
</StyleMap>
<Style id="sn_ylw-pushpin_copy14">
<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>
</Style>
<Style id="sh_ylw-pushpin_copy17">
<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>
</Style>
<Placemark>
<name>sandesundbru</name>
<styleUrl>#msn_ylw-pushpin_copy17</styleUrl>
<LineString>
<tessellate>1</tessellate>
<coordinates>
11.09659568582059,59.26455938189508,0 11.09615991067774,59.26799911057483,30 11.09567646201829,59.27144561901739,30 11.09535484973884,59.27208441797858,30 11.09478278877301,59.27265945083975,30 11.0939910876085,59.27312404640018,30 11.09213936426539,59.27412905802191,30 11.08756291479133,59.27627589096787,0 </coordinates>
</LineString>
<description>ExtrusionBridge</description></Placemark>
</Document>
</kml>
Error-message attached.
What am I doing wrong?????
I am trying to make an extrusion bridge, but I am getting error-message trying to compile the file.
This is what the KML file looks like:
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.2">
<Document>
<name>sandesundbru.kml</name>
<StyleMap id="msn_ylw-pushpin_copy17">
<Pair>
<key>normal</key>
<styleUrl>#sn_ylw-pushpin_copy14</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#sh_ylw-pushpin_copy17</styleUrl>
</Pair>
</StyleMap>
<Style id="sn_ylw-pushpin_copy14">
<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>
</Style>
<Style id="sh_ylw-pushpin_copy17">
<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>
</Style>
<Placemark>
<name>sandesundbru</name>
<styleUrl>#msn_ylw-pushpin_copy17</styleUrl>
<LineString>
<tessellate>1</tessellate>
<coordinates>
11.09659568582059,59.26455938189508,0 11.09615991067774,59.26799911057483,30 11.09567646201829,59.27144561901739,30 11.09535484973884,59.27208441797858,30 11.09478278877301,59.27265945083975,30 11.0939910876085,59.27312404640018,30 11.09213936426539,59.27412905802191,30 11.08756291479133,59.27627589096787,0 </coordinates>
</LineString>
<description>ExtrusionBridge</description></Placemark>
</Document>
</kml>
Error-message attached.
What am I doing wrong?????
Last edited:

