GoogleEarth.fsp - Frink Server Pages highlighter

[Try GoogleEarth.fsp]

<%@ contentType="application/vnd.google-earth.kml+xml" %>
<%
   use ../GoogleEarth.frink
   p = new GooglePoint[name, eval[lat] degrees, eval[long] degrees]
   print[p.renderFullKML[]]
%>

[Try GoogleEarth.fsp]


Alan Eliasen, eliasen@mindspring.com

Back to Frink Server Pages documentation.