From a3b4e62a4ec861ea34c25b7948f6eba7295d4aa6 Mon Sep 17 00:00:00 2001 From: Florian Schmidt Date: Thu, 26 Aug 2021 22:49:11 +0200 Subject: [PATCH] Update germany.js Update metadata for Bonn dataset on ArcGIS Hub. Note: This is still an old version of the data (01/2020). New version is in GeoJSON format and may require more effort to integrate. --- sources/germany.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/sources/germany.js b/sources/germany.js index 4639f6c..4354ebd 100644 --- a/sources/germany.js +++ b/sources/germany.js @@ -58,14 +58,15 @@ module.exports = [ short: 'Bonn', long: '', download: 'https://opendata.arcgis.com/datasets/f8f130c1dd4e4ea9b5fe1f2385673cab_0.zip', - info:'http://opendata.gis.ms.gov/datasets/esri-de-content::baumkataster-bonn', + info:'https://hub.arcgis.com/datasets/esri-de-content::baumkataster-bonn', format: 'zip', crosswalk: { ref: 'baum_id', scientific: 'lateinisch', common: 'deutscher_', - // alter_ ? - } + age: 'alter_' + }, + license: 'CC0-1.0' }, { id: 'koeln', @@ -333,4 +334,4 @@ module.exports = [ srs: 'EPSG:3044', license: 'https://www.govdata.de/dl-de/by-2-0', }, -].map(s => {s.country = 'Germany'; return s; }); \ No newline at end of file +].map(s => {s.country = 'Germany'; return s; });