소스 검색

map: less obstrusive client color

Nils Schneider 9 년 전
부모
커밋
139e3c1a32
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/map/clientlayer.js

+ 1 - 1
lib/map/clientlayer.js

@@ -56,7 +56,7 @@ define(["leaflet"],
             }
           })
 
-          ctx.fillStyle = "#294D66"
+          ctx.fillStyle = "rgba(153, 118, 16, 0.5)"
           ctx.fill()
         }
     })