diff --git a/public/static/libs/mapbox/style/floodOneMap.json b/public/static/libs/mapbox/style/floodOneMap.json index cee3681..3e020e1 100644 --- a/public/static/libs/mapbox/style/floodOneMap.json +++ b/public/static/libs/mapbox/style/floodOneMap.json @@ -152,7 +152,7 @@ { "name": "size", "params": [ - 3 + 2 ] }, { @@ -162,36 +162,18 @@ ] }, { - "name": "texture", - "params": [ - "02" - ] - }, - { "name": "color", "params": [ - "#1b76ff" + " #1b76ff" ] }, { "name": "animate", "params": [ { - "interval": 3, + "interval": 1, "duration": 2, - "trailLength": 3 - } - ] - }, - { - "name": "style", - "params": [ - { - "opacity": 0.6, - "lineTexture": true, - "iconStep": 50, - "borderWidth": 0.4, - "borderColor": "#fff" + "trailLength": 0.8 } ] } @@ -212,7 +194,7 @@ { "name": "size", "params": [ - 3 + 2 ] }, { @@ -222,12 +204,6 @@ ] }, { - "name": "texture", - "params": [ - "02" - ] - }, - { "name": "color", "params": [ "#ff4c61" @@ -237,21 +213,9 @@ "name": "animate", "params": [ { - "interval": 3, + "interval": 1, "duration": 2, - "trailLength": 3 - } - ] - }, - { - "name": "style", - "params": [ - { - "opacity": 0.6, - "lineTexture": true, - "iconStep": 50, - "borderWidth": 0.4, - "borderColor": "#fff" + "trailLength": 0.8 } ] }