mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-08 14:54:28 +00:00
Move cave_date and entrance_data out of confusing 'noinfo' to top level
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user