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

47 lines
972 B
JSON

{
"alternateRoute": {
"width": 13,
"indicatorWidth": 13,
"indicatorInterval": 68.5,
"fillColor": "#95b8ff",
"strokeColor": "#dbe7ff"
},
"routeLine": {
"width": 17,
"indicatorWidth": 17,
"indicatorInterval": 68.5,
"fillColor": "#00a2ff",
"strokeColor": "#006199",
"congestion": {
"noDataFillColor": "#00a2ff",
"noDataStrokeColor": "#006199"
},
"turnPoint": {
"width" : 15
}
},
"trackPoint": {
"fillColor": "#176fe60a",
"strokeColor": "#176fe660",
"outlineWidth": 1
},
"routeSelection": {
"candidates": [
{
"id": "default",
"unselected": {
"congestion": {
"noDataFillColor": "#0082cc",
"noDataStrokeColor": "#004e7a"
}
},
"selected": {
"congestion": {
"noDataFillColor": "#00a2ff",
"noDataStrokeColor": "#006199"
}
}
}
]
}
}