mapcomplete/assets/layers/pedestrian_path/pedestrian_path.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

40 lines
1.1 KiB
JSON
Raw Normal View History

{
"id": "pedestrian_path",
"name": {
2022-04-03 03:17:10 +02:00
"en": "Pedestrian paths",
2022-04-09 17:35:21 +02:00
"nl": "Pad voor voetgangers",
2022-07-27 10:13:31 +02:00
"de": "Fußgängerwege",
2023-01-10 19:34:07 +01:00
"fr": "Sentiers piétons",
"ca": "Camins per a vianants"
},
"minzoom": 18,
"source": {
"osmTags": {
"or": [
"highway=footway",
"highway=path",
"highway=corridor",
"highway=steps"
]
}
},
"description": {
2022-04-03 03:17:10 +02:00
"en": "Pedestrian footpaths, especially used for indoor navigation and snapping entrances to this layer",
2022-05-06 12:17:21 +02:00
"nl": "Pad voor voetgangers, in het bijzonder gebruikt voor navigatie binnen gebouwen en om aan toegangen vast te klikken in deze laag",
2022-07-27 10:13:31 +02:00
"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"
}
]
2021-12-09 13:16:40 +01:00
}