remove underscores in 1999_MS_01 and 02

This commit is contained in:
Wookey
2019-03-27 02:09:10 +00:00
parent b6c5198af9
commit 12ccf35b33
5 changed files with 13 additions and 13 deletions

View File

@@ -80,7 +80,7 @@ layers.push(new Array(layerCycleMap,'layerCycleMap'));
//this isn't right yet - GPX points are not appearing
map.addLayer(
new OpenLayers.Layer.Markers("Entrances","ents.gpx",
new OpenLayers.Layer.Markers("Entrances","foobar.gpx",
{format: OpenLayers.Format.GPX({extractWaypoints: true}),
styleMap: new OpenLayers.StyleMap(
{pointRadius: "5", label: "${wpt}", strokeColor: "#FF0000", strokeWidth: 3, strokeOpacity: 0.8}