[OpenLayers-Commits] r10928 - addins/timedpointtrack/trunk/examples

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Mon Nov 29 06:26:50 EST 2010


Author: ahocevar
Date: 2010-11-29 03:26:50 -0800 (Mon, 29 Nov 2010)
New Revision: 10928

Modified:
   addins/timedpointtrack/trunk/examples/time-select-control.html
   addins/timedpointtrack/trunk/examples/timed-point-track-markers.html
Log:
fixed image paths


Modified: addins/timedpointtrack/trunk/examples/time-select-control.html
===================================================================
--- addins/timedpointtrack/trunk/examples/time-select-control.html	2010-11-29 11:24:19 UTC (rev 10927)
+++ addins/timedpointtrack/trunk/examples/time-select-control.html	2010-11-29 11:26:50 UTC (rev 10928)
@@ -46,11 +46,11 @@
                         cursor: "pointer",
                         pointRadius: 10,
                         graphicOpacity: 1,
-                        externalGraphic: "../../../../img/marker.png",
+                        externalGraphic: "http://openlayers.org/dev/img/marker.png",
                         graphicYOffset: -19
                     }, OpenLayers.Feature.Vector.style["default"]),
                     "select": {
-                        externalGraphic: "../../../../img/marker-gold.png",
+                        externalGraphic: "http://openlayers.org/dev/img/marker-gold.png",
                         strokeColor: "yellow",
                         strokeWidth: 2
                     }

Modified: addins/timedpointtrack/trunk/examples/timed-point-track-markers.html
===================================================================
--- addins/timedpointtrack/trunk/examples/timed-point-track-markers.html	2010-11-29 11:24:19 UTC (rev 10927)
+++ addins/timedpointtrack/trunk/examples/timed-point-track-markers.html	2010-11-29 11:26:50 UTC (rev 10928)
@@ -35,11 +35,11 @@
                         cursor: "pointer",
                         pointRadius: 10,
                         graphicOpacity: 1,
-                        externalGraphic: "../../../../img/marker.png",
+                        externalGraphic: "http://openlayers.org/dev/img/marker.png",
                         graphicYOffset: -19
                     }, OpenLayers.Feature.Vector.style["default"]),
                     "select": {
-                        externalGraphic: "../../../../img/marker-gold.png",
+                        externalGraphic: "http://openlayers.org/dev/img/marker-gold.png",
                         strokeColor: "yellow",
                         strokeWidth: 2
                     }



More information about the Commits mailing list