mapcomplete/assets/layers/pedestrian_path/pedestrian_path.json
2022-04-03 03:17:10 +02:00

36 lines
No EOL
781 B
JSON

{
"id": "pedestrian_path",
"name": {
"en": "Pedestrian paths",
"nl": "Pad voor voetgangers"
},
"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"
},
"mapRendering": [
{
"icon": "./assets/svg/bug.svg",
"location": [
"point"
]
},
{
"color": "#b33",
"width": 4,
"dashArray": "12 6"
}
]
}