Clipping updates the id to be unique, use sliced community index

This commit is contained in:
Pieter Vander Vennet 2023-01-26 02:17:53 +01:00
parent de08dba5c7
commit 1d11cbcf3b
2 changed files with 34 additions and 3 deletions

View file

@ -11,7 +11,8 @@
}
},
"source": {
"geoJson": "https://raw.githubusercontent.com/osmlab/osm-community-index/main/dist/completeFeatureCollection.json",
"geoJson": "https://raw.githubusercontent.com/pietervdvn/MapComplete-data/main/community_index/tile_{z}_{x}_{y}.geojson",
"geoJsonZoomLevel": 6,
"osmTags": "resources~*",
"isOsmCache": false
},
@ -142,4 +143,4 @@
"en": "A layer showing the OpenStreetMap Communities",
"de": "Eine Ebene aller OpenStreetMap-Communities"
}
}
}