Hi All,
we have tried to use the service but we are not able to display the results on the Cesium viewer. Any suggestion?
Moreover we would like to convert a simple KML including the sketch of some buildings (a very simple one) but the result is not rendered by the viewer. My question is, is the Z coordinate in the CZML used for rendering?
I report hereafter the KML we are trying to convert.
Thank you in advance for your reply.
<?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>poligoni.kml</name>
<StyleMap id="m_ylw-pushpin">
<Pair>
<key>normal</key>
<styleUrl>#s_ylw-pushpin</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#s_ylw-pushpin_hl</styleUrl>
</Pair>
</StyleMap>
<Style id="s_ylw-pushpin_hl">
<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>
<Style id="s_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>
</Style>
<Folder>
<name>I miei luoghi</name>
<open>1</open>
<Style>
<ListStyle>
<listItemType>check</listItemType>
<ItemIcon>
<state>open</state>
<href>:/mysavedplaces_open.png</href>
</ItemIcon>
<ItemIcon>
<state>closed</state>
<href>:/mysavedplaces_closed.png</href>
</ItemIcon>
<bgColor>00ffffff</bgColor>
<maxSnippetLines>2</maxSnippetLines>
</ListStyle>
</Style>
<Placemark>
<name>Poligono senza titolo</name>
<styleUrl>#m_ylw-pushpin</styleUrl>
<Polygon>
<extrude>1</extrude>
<tessellate>1</tessellate>
<altitudeMode>relativeToGround</altitudeMode>
<outerBoundaryIs>
<LinearRing>
<coordinates>
14.26738574970526,40.85318092193987,9.999999999999998 14.26746013120212,40.85289323283426,9.999999999999998 14.26785686208141,40.85292825143067,9.999999999999998 14.26779782657067,40.85320360093553,9.999999999999998 14.26738574970526,40.85318092193987,9.999999999999998
</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
<Placemark>
<name>Poligono senza titolo</name>
<styleUrl>#m_ylw-pushpin</styleUrl>
<Polygon>
<extrude>1</extrude>
<tessellate>1</tessellate>
<altitudeMode>relativeToGround</altitudeMode>
<outerBoundaryIs>
<LinearRing>
<coordinates>
14.26807219156825,40.85324958074902,13 14.26816257612257,40.8529632084893,13 14.26892687268447,40.85305501410747,13 14.26884889418346,40.85335268813706,13 14.26845302716489,40.85345581875907,13 14.26804226566581,40.85335209474857,13 14.26807219156825,40.85324958074902,13
</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
<Placemark>
<name>Poligono senza titolo</name>
<styleUrl>#m_ylw-pushpin</styleUrl>
<Polygon>
<extrude>1</extrude>
<tessellate>1</tessellate>
<altitudeMode>relativeToGround</altitudeMode>
<outerBoundaryIs>
<LinearRing>
<coordinates>
14.26927662628471,40.85310328752461,15 14.26973314463903,40.85310985864372,15 14.26971409826657,40.85351732209372,15 14.26918030098396,40.85337032935772,15 14.26927662628471,40.85310328752461,15
</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
</Folder>
</Document>
</kml>