forked from MapComplete/MapComplete
doctors feature
This commit is contained in:
parent
536840ba1c
commit
2bb48439b5
5 changed files with 90 additions and 0 deletions
20
assets/themes/doctors/doctors.json
Normal file
20
assets/themes/doctors/doctors.json
Normal 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"
|
||||
]
|
||||
}
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue