mapcomplete/assets/layers/left_right_style/left_right_style.json

20 lines
484 B
JSON
Raw Normal View History

2021-10-22 18:53:07 +02:00
{
2021-10-26 01:39:29 +02:00
"id": "left_right_style",
"description": "Special meta-style which will show one single line, either on the left or on the right depending on the id. This is used in the small popups with left_right roads",
"source": {
"osmTags": {
"or": [
"id=left",
"id=right"
]
}
},
"mapRendering": [
{
"location": [
"point"
]
},
{}
]
2021-10-22 18:53:07 +02:00
}