From e30f267181d990947e67909de4809fa941698c85 Mon Sep 17 00:00:00 2001 From: Chris Schlaeger Date: Sat, 17 Oct 2015 21:36:38 +0200 Subject: Upgrading openlayers to 3.x --- misc/openlayers/examples/point-track-markers.html | 72 ----------------------- 1 file changed, 72 deletions(-) delete mode 100644 misc/openlayers/examples/point-track-markers.html (limited to 'misc/openlayers/examples/point-track-markers.html') diff --git a/misc/openlayers/examples/point-track-markers.html b/misc/openlayers/examples/point-track-markers.html deleted file mode 100644 index 0cb2c5d..0000000 --- a/misc/openlayers/examples/point-track-markers.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - OpenLayers: Point Track Markers - - - - - - -

GeoRSS PointTrack in OpenLayers

-
- GeoRSS, PointTrack -
-

This demo uses OpenLayers.Layer.GeoRSS and OpenLayers.Layer.PointTrack.

-

The track is created by connecting the points of the GeoRSS feed.

-
- GeoRSS URL: -
-

The above input box allows the input of a URL to a GeoRSS feed. This feed can be local to the HTML page -- for example, entering 'xml/track1.xml' will work by default.

-

The example shows a track, displayed as a line connecting the points of the feed. It also shows markers at positions that have a title tag in the rss item. If clicked, a popup will show title and description.

-
- - -- cgit v1.2.3