How do I a) add a .kml layer to my cesium map and b) embed that map onto my website?
I'll admit that I am pretty rubbish at coding, by which I mean that I know next to nothing. Is it possible to do these two things without writing a line of code? To give an idea of my inexperience, I couldn't understand this (https://stackoverflow.com/questions/26910237/display-of-kml-in-cesium), and just copy and pasted the code to sandbox.
Also, I think the cesium for google earth developers link is broken.
I am using the latest version of chrome and cesium. The websites are wordpress and google sites
Thanks in advance!
var viewer = new Cesium.Viewer('cesiumContainer');var options = { camera : viewer.scene.camera, canvas : viewer.scene.canvas};
viewer.dataSources.add(Cesium.KmlDataSource.load('../../../../Apps/SampleData/kml/facilities/facilities.kml', options));--
You received this message because you are subscribed to a topic in the Google Groups "cesium-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/cesium-dev/lY-7IDU4tkk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to cesium-dev+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.