tmap/assets/theme_navi_day.json
2022-06-10 21:38:30 +09:00

53 lines
1.1 KiB
JSON

{
"alternateRoute": {
"width": 13,
"indicatorWidth": 13,
"indicatorInterval": 68.5,
"fillColor": "#4b78a7",
"strokeColor": "#2e4c68"
},
"routeLine": {
"width": 17,
"indicatorWidth": 17,
"indicatorInterval": 68.5,
"fillColor": "#3673ee",
"strokeColor": "#254ea1",
"congestion": {
"noDataFillColor": "#3673ee",
"noDataStrokeColor": "#254ea1"
},
"turnPoint": {
"width" : 15
}
},
"trackPoint": {
"fillColor": "#176fe60a",
"strokeColor": "#176fe660",
"outlineWidth": 1
},
"routeSelection": {
"candidates": [
{
"id": "default",
"unselected": {
"width": 7,
"indicatorWidth": 7,
"indicatorInterval": 44,
"congestion": {
"noDataFillColor": "#2b5cb2",
"noDataStrokeColor": "#1d3e80"
}
},
"selected": {
"width": 11.5,
"indicatorWidth": 11.5,
"indicatorInterval": 44,
"congestion": {
"noDataFillColor": "#3673ee",
"noDataStrokeColor": "#254ea1"
}
}
}
]
}
}