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' })); 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' }));