Is it possible to use http POST from the file description.ftl. I tryed to us this code snippet in my description.ftl. From an external html File it works. Within Google earth it seems to do nothing.
<form action="http://gisgeometer.dyndns.org:8080/geometergis/wms/Kml" method="post">
<input type="hidden" name="layers" value="geometer:geosi_pkt_gz_hull_view1">
<input type="hidden" name="styles" value="poly_red">
<input type="submit" value="Test" ></form>
thanks in advance
Hartmuth