More
This commit is contained in:
parent
cd34ee693f
commit
05a1f316e1
58 changed files with 3113 additions and 1277 deletions
|
|
@ -47,6 +47,11 @@ const DATA_SOURCE_DEFS: DataSourceDef[] = [
|
|||
url: 'https://download.geofabrik.de/europe/great-britain-latest.osm.pbf',
|
||||
license: 'Open Data Commons Open Database License (ODbL)',
|
||||
},
|
||||
{
|
||||
id: 'geolytix-retail-points',
|
||||
url: 'https://geolytix.com/blog/supermarket-retail-points/',
|
||||
license: 'GEOLYTIX Open Data License',
|
||||
},
|
||||
{
|
||||
id: 'os-open-greenspace',
|
||||
url: 'https://osdatahub.os.uk/downloads/open/OpenGreenspace',
|
||||
|
|
@ -106,6 +111,11 @@ const DS_KEYS: Record<string, [string, string, string]> = {
|
|||
],
|
||||
crime: ['learnPage.dsCrimeName', 'learnPage.dsCrimeOrigin', 'learnPage.dsCrimeUse'],
|
||||
'osm-pois': ['learnPage.dsOsmName', 'learnPage.dsOsmOrigin', 'learnPage.dsOsmUse'],
|
||||
'geolytix-retail-points': [
|
||||
'learnPage.dsGeolytixRetailName',
|
||||
'learnPage.dsGeolytixRetailOrigin',
|
||||
'learnPage.dsGeolytixRetailUse',
|
||||
],
|
||||
'os-open-greenspace': [
|
||||
'learnPage.dsGreenspaceName',
|
||||
'learnPage.dsGreenspaceOrigin',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue