Hi @dmerrick, thanks for the question!
Usually the kml_tessellate tag can be accessed from the Format Attributes (writer feature type parameters) in both the FeatureWriter and normal KML Writer. It seems you can turn it on in the FeatureWriter, but it doesn't do anything. Investigating that!
What you can do now:
Put down an AttributeCreator before your FeatureWriter, and create a new attribute "kml_tessellate". Set the value to '0' for off. That's been working for me so far. Another option would be to use the regular KML Writer, where kml_tessellate can be properly exposed in the writer's Format Attributes and then given a value of '0'.
Hope this helps!
Nathan
Hi @dmerrick, thanks for the question!
Usually the kml_tessellate tag can be accessed from the Format Attributes (writer feature type parameters) in both the FeatureWriter and normal KML Writer. It seems you can turn it on in the FeatureWriter, but it doesn't do anything. Investigating that!
What you can do now:
Put down an AttributeCreator before your FeatureWriter, and create a new attribute "kml_tessellate". Set the value to '0' for off. That's been working for me so far. Another option would be to use the regular KML Writer, where kml_tessellate can be properly exposed in the writer's Format Attributes and then given a value of '0'.
Hope this helps!
Nathan
Thanks @NathanAtSafe I thought I had something else wrong when I would turn on KML_Tessellate in featurewriter and nothing would happen.
I realized that by using the KMLPropertySetter parameters and turning off "Follow Terrain:" the polygons no longer tessellated since the default for Google Earth is to not tessellate.
Follow Terrain = Tessellate