doctors feature

This commit is contained in:
AlexanderRebai 2022-07-05 15:04:14 +00:00
parent 536840ba1c
commit 2bb48439b5
5 changed files with 90 additions and 0 deletions

View file

@ -0,0 +1,20 @@
{
"id": "doctors",
"title": {
"en": "Doctors"
},
"description": {
"en": "On this map, publicly accessible doctors offices are shown and can be easily added"
},
"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"
]
}

View file

@ -151,6 +151,10 @@
"if": "theme=cyclofix",
"then": "./assets/themes/cyclofix/logo.svg"
},
{
"if": "theme=doctors",
"then": "./assets/layers/doctors/doctors.svg"
},
{
"if": "theme=drinking_water",
"then": "./assets/themes/drinking_water/logo.svg"