mapcomplete/assets/layers/pedestrian_path/pedestrian_path.json

40 lines
1.1 KiB
JSON

{
"id": "pedestrian_path",
"name": {
"en": "Pedestrian paths",
"nl": "Pad voor voetgangers",
"de": "Fußgängerwege",
"fr": "Sentiers piétons",
"ca": "Camins per a vianants"
},
"minzoom": 18,
"source": {
"osmTags": {
"or": [
"highway=footway",
"highway=path",
"highway=corridor",
"highway=steps"
]
}
},
"description": {
"en": "Pedestrian footpaths, especially used for indoor navigation and snapping entrances to this layer",
"nl": "Pad voor voetgangers, in het bijzonder gebruikt voor navigatie binnen gebouwen en om aan toegangen vast te klikken in deze laag",
"de": "Fußgängerwege, insbesondere für die Navigation in Gebäuden und die Aufnahme von Eingängen in diese Ebene",
"fr": "Sentiers piétonniers, particulièrement utilisés pour la navigation intérieure et les entrées d'accrochage à cette couche"
},
"mapRendering": [
{
"icon": "./assets/svg/bug.svg",
"location": [
"point"
]
},
{
"color": "#b33",
"width": 4,
"dashArray": "12 6"
}
]
}