From bf7636af28fe4b6a4b5fb9e16d2b0aeb4bec7167 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Fri, 27 Dec 2019 23:42:41 +0100 Subject: Regenerate index.html --- index.html | 470 +++++++++++++++++++++++++++++++------------------------------ 1 file changed, 237 insertions(+), 233 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index b1f0ad1..f6b5680 100644 --- a/index.html +++ b/index.html @@ -102,7 +102,7 @@ var vectorLayerJSON = new ol.layer.Vector({ source: new ol.source.Vector({ format: new ol.format.GeoJSON(), url: 'files.geojson' - //url: "https://gist.githubusercontent.com/rouault/7c2f687e58b7e1e6a30c48f39d3d879e/raw/644a388afcf556e642cdcb8c38d7321abc5f2091/files.geojson" + //url: "https://gist.githubusercontent.com/rouault/7c2f687e58b7e1e6a30c48f39d3d879e/raw/c68c647812ba23bf58e7986a158e65671326f4c3/files.geojson" }), style: new ol.style.Style({ stroke : new ol.style.Stroke( @@ -171,9 +171,13 @@ map.on('singleclick', function(evt) { var props = feature.getProperties(); count ++; //content_innerHTML += '

' + props.name + '

'; - details_innerHTML += '

' + props.name + ' (' + props.source; + details_innerHTML += '

' + props.name + ': ' + if( props.area_of_use ) { + details_innerHTML += props.area_of_use + ', '; + } + details_innerHTML += props.source; details_innerHTML += ', ' + props.description; - details_innerHTML += ')

'; + details_innerHTML += '

'; }); details.innerHTML = details_innerHTML; /* @@ -196,73 +200,73 @@ map.on('singleclick', function(evt) {
  • README.DATUMGRID

  • Austria Bundesamt für Eich- und Vermessungswessen


    Geoscience Australia


    Australian Intergovernmental Committee on Surveying and Mapping


    IGN Belgium


    Natural Resources Canada


    Ministère de l'Énergie et des Ressources naturelles du Québec


    Swisstopo Federal Office of Topography


    Beschreibung der Transformation


    Staatsbetrieb Geobasisinformation und Vermessung Sachsen GeoSN


    LGL Baden-Württemberg


    LVGL Saarland


    Danish Agency for Data Supply and Efficiency


    Institut Cartogràfic i Geològic de Catalunya (ICGC)


    IGN France


    National Land Survey of Iceland


    Land Information New Zealand


    DG Territorio


    Lantmäteriet


    Ordnance Survey


    US National Geospatial Intelligence Agency (NGA)


    US National Oceanographic and Atmospheric Administration (NOAA)


    US Geological Survey (USGS)

    Total size of content: 481 MB -- cgit v1.2.3