From ea346a785dc1b3f7c156f6fc33da634e1f1a627b Mon Sep 17 00:00:00 2001 From: Chris Schlaeger Date: Tue, 12 Aug 2014 21:56:44 +0200 Subject: Adding jquery, flot and openlayers to be included with the GEM. --- misc/openlayers/examples/kml-pointtrack.html | 40 ++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 misc/openlayers/examples/kml-pointtrack.html (limited to 'misc/openlayers/examples/kml-pointtrack.html') diff --git a/misc/openlayers/examples/kml-pointtrack.html b/misc/openlayers/examples/kml-pointtrack.html new file mode 100644 index 0000000..a3bad5a --- /dev/null +++ b/misc/openlayers/examples/kml-pointtrack.html @@ -0,0 +1,40 @@ + + + + + + + OpenLayers KML Track in a PointTrack Layer Example + + + + + + + + +

Parsing gx:Track in KML

+

+ Demonstrates populating a PointTrack layer with gx:Track elements from KML. +

+
+
+

+ If a KML document contains <gx:Track> + elements and the extractTracks property is set true on the + parser, features will be created that represent track points. + These track points can easily be visualized as track lines with + a PointTrack layer, preserving the KML's original + styles. +

+

+ View the kml-pointtrack.js + source to see how this is done. +

+
+ + -- cgit v1.2.3