@@ -46,13 +46,13 @@ function addUnselectedPathsLayer(map: Map, paths: Path[]) {
4646 const styleArray = [
4747 new Style ( {
4848 stroke : new Stroke ( {
49- color : 'rgba(39,93,173,1 )' ,
49+ color : 'rgba(39,93,173,0.8 )' ,
5050 width : 6 ,
5151 } ) ,
5252 } ) ,
5353 new Style ( {
5454 stroke : new Stroke ( {
55- color : 'rgba(201,217,241,0.8 )' ,
55+ color : 'rgba(201,217,241,0.7 )' ,
5656 width : 4 ,
5757 } ) ,
5858 } ) ,
@@ -121,9 +121,8 @@ function createBezierLineString(start: number[], end: number[]): LineString {
121121function addAccessNetworkLayer ( map : Map , selectedPath : Path , queryPoints : QueryPoint [ ] ) {
122122 const style = new Style ( {
123123 stroke : new Stroke ( {
124- // color: 'rgba(170,170,170,1)',
125- color : '#275DAD' ,
126- width : 4 ,
124+ color : 'rgba(143,183,241,0.9)' ,
125+ width : 5 ,
127126 lineDash : [ 1 , 10 ] ,
128127 lineCap : 'round' ,
129128 lineJoin : 'round' ,
@@ -147,14 +146,14 @@ function addSelectedPathsLayer(map: Map, selectedPath: Path) {
147146 const styleArray = [
148147 new Style ( {
149148 stroke : new Stroke ( {
150- color : 'rgba(255,255,255,1 )' ,
151- width : 9 ,
149+ color : 'rgba(255,255,255,0.9 )' ,
150+ width : 10 ,
152151 } ) ,
153152 } ) ,
154153 new Style ( {
155154 stroke : new Stroke ( {
156- color : 'rgb(49,104,187 )' ,
157- width : 7 ,
155+ color : 'rgba(39,100,200,0.85 )' ,
156+ width : 8 ,
158157 } ) ,
159158 } ) ,
160159 ]
0 commit comments