mapcomplete/assets/layers/pedestrian_path/pedestrian_path.json
2022-05-06 12:17:21 +02:00

38 lines
No EOL
933 B
JSON

{
"id": "pedestrian_path",
"name": {
"en": "Pedestrian paths",
"nl": "Pad voor voetgangers",
"de": "Fußgängerwege"
},
"minzoom": 18,
"source": {
"osmTags": {
"or": [
"highway=footway",
"highway=path",
"highway=corridor",
"highway=steps"
]
}
},
"title": {},
"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"
},
"mapRendering": [
{
"icon": "./assets/svg/bug.svg",
"location": [
"point"
]
},
{
"color": "#b33",
"width": 4,
"dashArray": "12 6"
}
]
}