Commit 975d57f3 authored by 董国亮's avatar 董国亮

高德路况渲染调整

parent 18e056b2
......@@ -291,6 +291,7 @@ export function addOrUpdateRoadVector(map) {
"line-join": "round",
"line-cap": "round",
},
//0:未知;1:畅通;2:缓行;3:拥堵
paint: {
"line-width": 3,
"line-color": [
......@@ -299,9 +300,11 @@ export function addOrUpdateRoadVector(map) {
"1",
"green",
"2",
"yellow",
"3",
// "yellow",
// "3",
"orange",
"3",
"red",
"4",
"red",
"green",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment