Move cave_date and entrance_data out of confusing 'noinfo' to top level

This commit is contained in:
expoonserver
2019-04-01 23:04:30 +01:00
parent b3e26480f8
commit b50e4d02da
921 changed files with 1 additions and 1 deletions

View File

@@ -124,7 +124,7 @@ var gpxStyles = new OpenLayers.StyleMap({
var layerGPX = new OpenLayers.Layer.Vector("Entrances", {
strategies: [new OpenLayers.Strategy.Fixed()],
protocol: new OpenLayers.Protocol.HTTP({
url: "ents.gpx",
url: "http://expo.survex.com/handbook/essentials.gpx",
format: new OpenLayers.Format.GPX({extractWaypoints: true, extractRoutes: true, extractAttributes: true})
}),
//style: {strokeColor: "red", strokeWidth: 3, strokeOpacity: 0.8},