From 9513a34a41a57ecec566e74d83c7409dbc63fcbb Mon Sep 17 00:00:00 2001 From: Jeroen Van Goey Date: Fri, 25 Jun 2021 20:31:07 +0200 Subject: [PATCH 1/2] Remove Roosendaal from belgium.js --- sources/belgium.js | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/sources/belgium.js b/sources/belgium.js index 6d69241..2e0e973 100644 --- a/sources/belgium.js +++ b/sources/belgium.js @@ -23,16 +23,6 @@ module.exports = [ }, license: '', }, - { - id:'roosendaal_be', - short: 'Roosendaal', - long: 'Gemeente Roosendaal', - download: 'https://opendata.arcgis.com/datasets/f97b4a30ac914a73aa7552a96f0ae82d_0.zip', - info:'https://opendata.roosendaal.nl/datasets/gbi-boom-public', - crosswalk: { - }, - license: '', - }, { id:'gent_be', short: 'Gent', @@ -44,4 +34,4 @@ module.exports = [ }, license: 'https://overheid.vlaanderen.be/sites/default/files/documenten/ict-egov/licenties/hergebruik/modellicentie_gratis_hergebruik_v1_0.html', }, -].map(s => ({...s, country: 'Belgium' })); \ No newline at end of file +].map(s => ({...s, country: 'Belgium' })); From 570344e47873dfe29787cdeab8b8c88457111f74 Mon Sep 17 00:00:00 2001 From: Jeroen Van Goey Date: Fri, 25 Jun 2021 20:32:57 +0200 Subject: [PATCH 2/2] Add Roosendaal to netherlands.js --- sources/netherlands.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/sources/netherlands.js b/sources/netherlands.js index 5bd54da..36f7084 100644 --- a/sources/netherlands.js +++ b/sources/netherlands.js @@ -400,4 +400,14 @@ module.exports = [ }, license: '', }, -].map(x => ({ ...x, country: 'Netherlands' })); \ No newline at end of file + { + id:'roosendaal_be', + short: 'Roosendaal', + long: 'Gemeente Roosendaal', + download: 'https://opendata.arcgis.com/datasets/f97b4a30ac914a73aa7552a96f0ae82d_0.zip', + info:'https://opendata.roosendaal.nl/datasets/gbi-boom-public', + crosswalk: { + }, + license: '', + }, +].map(x => ({ ...x, country: 'Netherlands' }));