• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

Extrusion bridge error

Messages
29
Country
norway
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?????
 
Last edited:
Sounds like Meshman is right.

I really need to fix these issues with international settings (ie ',' instead of '.').

In the Windows Control Panel regional settings if you change your decimal separator from ',' to '.' it should work.

Can you let me know if that was the problem?
 
Back
Top