Merge all healtcare layers into a map theme

This commit is contained in:
Pieter Vander Vennet 2022-07-07 23:27:36 +02:00
parent 9292ec1807
commit d8d0fa685b
11 changed files with 52 additions and 154 deletions

View file

@ -0,0 +1,22 @@
{
"id": "healthcare",
"title": {
"en": "Healthcare"
},
"description": {
"en": "On this map, various healthcare related items are shown"
},
"maintainer": "MapComplete",
"icon": "./assets/layers/doctors/doctors.svg",
"version": "0",
"startLat": 50.8465573,
"defaultBackgroundId": "CartoDB.Voyager",
"startLon": 4.351697,
"startZoom": 16,
"widenFactor": 2,
"layers": [
"doctors",
"hospital",
"pharmacy"
]
}