mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-22 07:11:55 +00:00
Edited pubs.htm so logbook link for 2019 points the right way.
This commit is contained in:
parent
83f9c493c9
commit
2e11012ddc
@ -8,8 +8,8 @@
|
|||||||
<meta http-equiv="content-language" content="en" />
|
<meta http-equiv="content-language" content="en" />
|
||||||
|
|
||||||
<script src="/javascript/openlayers/OpenLayers.js"></script>
|
<script src="/javascript/openlayers/OpenLayers.js"></script>
|
||||||
<script src="/javascript/openstreetmap/OpenStreetMap.js"></script>
|
<!-- <script src="/javascript/openstreetmap/OpenStreetMap.js"></script> -->
|
||||||
<script src="util.js"></script>
|
<!-- <script src="util.js"></script> -->
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
//<![CDATA[
|
//<![CDATA[
|
||||||
@ -51,15 +51,15 @@ function drawmap() {
|
|||||||
|
|
||||||
//checkForPermalink();
|
//checkForPermalink();
|
||||||
|
|
||||||
icons = new Array();
|
//icons = new Array();
|
||||||
icons[0] = new Array('http://openlayers.org/api/img/marker.png','21','25','0.5','1');
|
//icons[0] = new Array('http://openlayers.org/api/img/marker.png','21','25','0.5','1');
|
||||||
|
|
||||||
// Display layers
|
// Display layers
|
||||||
|
|
||||||
layer_markers = new OpenLayers.Layer.Markers("Marker", { projection: new OpenLayers.Projection("EPSG:4326"),visibility: true, displayInLayerSwitcher: false });
|
//layer_markers = new OpenLayers.Layer.Markers("Marker", { projection: new OpenLayers.Projection("EPSG:4326"),visibility: true, displayInLayerSwitcher: false });
|
||||||
//layer_vectors = new OpenLayers.Layer.Vector("Zeichnungen", { displayInLayerSwitcher: true } );
|
//layer_vectors = new OpenLayers.Layer.Vector("Zeichnungen", { displayInLayerSwitcher: true } );
|
||||||
//map.addLayer(layer_vectors);
|
//map.addLayer(layer_vectors);
|
||||||
map.addLayer(layer_markers)
|
//map.addLayer(layer_markers)
|
||||||
//layers = new Array();
|
//layers = new Array();
|
||||||
//layer_layerMapnik = new OpenLayers.Layer.OSM.Mapnik("Mapnik");
|
//layer_layerMapnik = new OpenLayers.Layer.OSM.Mapnik("Mapnik");
|
||||||
//map.addLayer(layer_layerMapnik);
|
//map.addLayer(layer_layerMapnik);
|
||||||
@ -68,15 +68,15 @@ map.addLayer(layer_markers)
|
|||||||
//map.addLayer(layer_layerCyclemap);
|
//map.addLayer(layer_layerCyclemap);
|
||||||
//layers.push(new Array(layer_layerCyclemap,'layer_layerCyclemap'));
|
//layers.push(new Array(layer_layerCyclemap,'layer_layerCyclemap'));
|
||||||
|
|
||||||
layerMapnik = new OpenLayers.Layer.OSM.Mapnik("Mapnik");
|
var layerMapnik = new OpenLayers.Layer.OSM();
|
||||||
map.addLayer(layerMapnik);
|
map.addLayer(layerMapnik);
|
||||||
|
|
||||||
layerCycleMap = new OpenLayers.Layer.OSM.CycleMap("CycleMap");
|
//layerCycleMap = new OpenLayers.Layer.OSM("CycleMap");
|
||||||
map.addLayer(layerCycleMap);
|
//map.addLayer(layerCycleMap);
|
||||||
|
|
||||||
layers = new Array();
|
//layers = new Array();
|
||||||
layers.push(new Array(layerMapnik,'layerMapnik'));
|
//layers.push(new Array(layerMapnik,'layerMapnik'));
|
||||||
layers.push(new Array(layerCycleMap,'layerCycleMap'));
|
//layers.push(new Array(layerCycleMap,'layerCycleMap'));
|
||||||
|
|
||||||
//this isn't right yet - GPX points are not appearing
|
//this isn't right yet - GPX points are not appearing
|
||||||
map.addLayer(
|
map.addLayer(
|
||||||
@ -135,7 +135,7 @@ var layerGPX = new OpenLayers.Layer.Vector("Entrances", {
|
|||||||
|
|
||||||
|
|
||||||
map.addLayer(layerGPX);
|
map.addLayer(layerGPX);
|
||||||
layers.push(new Array(layerGPX,'layerGPX'));
|
//layers.push(new Array(layerGPX,'layerGPX'));
|
||||||
|
|
||||||
// fit map to bounds of window and add start, finish pins (finish not working)
|
// fit map to bounds of window and add start, finish pins (finish not working)
|
||||||
layerGPX.events.register("loadend", layerGPX, function() {
|
layerGPX.events.register("loadend", layerGPX, function() {
|
||||||
@ -153,9 +153,9 @@ layerGPX.events.register("loadend", layerGPX, function() {
|
|||||||
// Markers layer must be last up if you want the hover over dialouge to work
|
// Markers layer must be last up if you want the hover over dialouge to work
|
||||||
layerMarkers = new OpenLayers.Layer.Markers("Marker", { projection: new OpenLayers.Projection("EPSG:4326"), visibility: true, displayInLayerSwitcher: false });
|
layerMarkers = new OpenLayers.Layer.Markers("Marker", { projection: new OpenLayers.Projection("EPSG:4326"), visibility: true, displayInLayerSwitcher: false });
|
||||||
map.addLayer(layerMarkers);
|
map.addLayer(layerMarkers);
|
||||||
layers.push(new Array(layerMarkers,'layerMarkers'));
|
//layers.push(new Array(layerMarkers,'layerMarkers'));
|
||||||
|
|
||||||
setLayer(1);
|
//setLayer(1);
|
||||||
|
|
||||||
// Jump to the right location
|
// Jump to the right location
|
||||||
jumpTo(lon,lat,zoom);
|
jumpTo(lon,lat,zoom);
|
||||||
|
2
pubs.htm
2
pubs.htm
@ -113,7 +113,7 @@ or the reference has not been looked up:</p>
|
|||||||
<a href="years/2016/logbook.html">2016</a> <b>|</b>
|
<a href="years/2016/logbook.html">2016</a> <b>|</b>
|
||||||
<a href="years/2017/logbook.html">2017</a> (graphics&nbsb;incomplete)<b>|</b>
|
<a href="years/2017/logbook.html">2017</a> (graphics&nbsb;incomplete)<b>|</b>
|
||||||
<a href="years/2018/logbook.html">2018 (missing, hopefully in Austria...)</a> <b>|</b>
|
<a href="years/2018/logbook.html">2018 (missing, hopefully in Austria...)</a> <b>|</b>
|
||||||
<a href="years/2016/logbook.html">2019</a>
|
<a href="years/2019/logbook.html">2019</a>
|
||||||
</p>
|
</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h4>Accounts following CUCC <a id="pubs1976" href="years/1976/" name="pubs1976">Austria 1976</a></h4>
|
<h4>Accounts following CUCC <a id="pubs1976" href="years/1976/" name="pubs1976">Austria 1976</a></h4>
|
||||||
|
Loading…
Reference in New Issue
Block a user