More work on searchable mappings
This commit is contained in:
parent
dd992a1e0d
commit
f9ce1e4db4
9 changed files with 398 additions and 227 deletions
|
@ -105,6 +105,13 @@
|
|||
"question": {
|
||||
"en": "What kind of shop is this?",
|
||||
"nl": "Wat voor soort winkel is dit?"
|
||||
},
|
||||
"render": {
|
||||
"en":"This is a {shop}"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "shop",
|
||||
"addExtraTags": ["fixme=freeform shop key used, to be reviewed"]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -1,22 +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"
|
||||
]
|
||||
"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"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue