[OpenLayers-Commits] r12460 - addins/timedpointtrack/trunk/examples
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Tue Jan 31 04:39:02 EST 2012
Author: ahocevar
Date: 2012-01-31 01:39:00 -0800 (Tue, 31 Jan 2012)
New Revision: 12460
Modified:
addins/timedpointtrack/trunk/examples/time-select-control-geojson.html
Log:
fixing typo
Modified: addins/timedpointtrack/trunk/examples/time-select-control-geojson.html
===================================================================
--- addins/timedpointtrack/trunk/examples/time-select-control-geojson.html 2012-01-30 23:16:32 UTC (rev 12459)
+++ addins/timedpointtrack/trunk/examples/time-select-control-geojson.html 2012-01-31 09:39:00 UTC (rev 12460)
@@ -92,7 +92,7 @@
<h1>Select time in time-aware layers</h1>
<p style="font-size:.9em;">This demo uses OpenLayers.Control.TimeSliderBar with OpenLayers.Layer.TimedPointTrack. The track is created from GeoJSON, and the vertices can be tracked based on their temporal attribute.</a></p>
<form onsubmit="return false;">
- Load GeoRSS URL: <input type="text" id="url" size="50" value="json/track1.json" /><input type="submit" onclick="addUrl(); return false;" value="Load JSON" onsubmit="addUrl(); return false;" />
+ Load GeoJSON URL: <input type="text" id="url" size="50" value="json/track1.json" /><input type="submit" onclick="addUrl(); return false;" value="Load JSON" onsubmit="addUrl(); return false;" />
</form> <form onsubmit="return false;">
Selected time: <input type="text" id="date" value="1995-12-12T09:20:00Z" > <input type="submit" onSubmit="setTime(); return false;" onClick="setTime(); return false;">
</form>
More information about the Commits
mailing list