LayerToKml no clamped to ground

المشرف العام

Administrator
طاقم الإدارة
How do I change the kmz new file to be clamped to ground?I have this code in the picture:


That works just fine but when I "fetch" it to the Google plug-in it's not "clamped to ground".I need somehow to reset the "Z value".

So, I choose to go with "LayerToKml" function.

LayerToKml convert = new LayerToKml(shape, KMZTempFile);convert.ignore_zvalue = "true";var tempLoc = convert.out_kmz_file;But I probably did something wrong because the new kmz file is not created in the destination.

So what is the right way to do this in c#?

Thank you.



أكثر...
 
أعلى