forked from MapComplete/MapComplete
53 lines
987 B
JSON
53 lines
987 B
JSON
|
{
|
||
|
"id": "hotel",
|
||
|
"name": {
|
||
|
"en": "Hotels",
|
||
|
"nl": "Hotels"
|
||
|
},
|
||
|
"description": {
|
||
|
"en": "Layer showing all hotels",
|
||
|
"nl": "Laag die alle hotels toont"
|
||
|
},
|
||
|
"source": {
|
||
|
"osmTags": "tourism=hotel"
|
||
|
},
|
||
|
"mapRendering": [
|
||
|
{
|
||
|
"location": [
|
||
|
"point",
|
||
|
"centroid"
|
||
|
],
|
||
|
"icon": "pin:white"
|
||
|
}
|
||
|
],
|
||
|
"tagRenderings": [
|
||
|
"images",
|
||
|
"reviews",
|
||
|
{
|
||
|
"id": "name",
|
||
|
"freeform": {
|
||
|
"key": "name",
|
||
|
"placeholder": {
|
||
|
"en": "Name of the hotel",
|
||
|
"nl": "Naam van het hotel"
|
||
|
}
|
||
|
},
|
||
|
"question": {
|
||
|
"en": "What is the name of this hotel?",
|
||
|
"nl": "Wat is de naam van dit hotel?"
|
||
|
},
|
||
|
"render": {
|
||
|
"en": "This hotel is called {name}",
|
||
|
"nl": "Dit hotel heet {name}"
|
||
|
}
|
||
|
},
|
||
|
"phone",
|
||
|
"email",
|
||
|
"website",
|
||
|
"wheelchair-access"
|
||
|
],
|
||
|
"allowMove": {
|
||
|
"enableImproveAccuracy": true,
|
||
|
"enableRelocation": true
|
||
|
}
|
||
|
}
|