Skip to content

Commit

Permalink
線路の表示を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
sugama-satsuki committed Jul 16, 2024
1 parent 65fec5f commit f6773a5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions layers/道路中心線色橋1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ paint:
- 都道府県道
- rgba(255,255,255,1)
- 市区町村道等
- rgba(100,100,100,0.5)
- rgba(100,100,100,1)
- 高速自動車国道等
- rgba(62,204,128,1)
- その他
- rgba(100,100,100,0.5)
- rgba(100,100,100,1)
- 不明
- rgba(100,100,100,0.5)
- rgba(100,100,100,0.5)
- rgba(100,100,100,1)
- rgba(100,100,100,1)
- - case
- - '=='
- - get
Expand Down Expand Up @@ -113,16 +113,16 @@ paint:
- 国道
- rgba(255,255,255,1)
- 都道府県道
- rgba(235,159,55,0.5)
- rgba(255,255,255,1)
- 市区町村道等
- rgba(100,100,100,0.5)
- rgba(100,100,100,1)
- 高速自動車国道等
- rgba(62,204,128,1)
- その他
- rgba(100,100,100,0.5)
- rgba(100,100,100,1)
- 不明
- rgba(100,100,100,0.5)
- rgba(100,100,100,0.5)
- rgba(100,100,100,1)
- rgba(100,100,100,1)
- - case
# 高速道路
- - '=='
Expand All @@ -136,7 +136,7 @@ paint:
- 国道
- rgba(255,255,255,1)
- 都道府県道
- rgba(235,159,55,1)
- rgba(255,255,255,1)
- 高速自動車国道等
- rgba(62,204,128,1)
- - match
Expand Down
4 changes: 2 additions & 2 deletions layers/鉄道中心線旗竿0.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: 鉄道中心線旗竿0
minzoom: 14
minzoom: 8
maxzoom: 17
type: line
source: v
Expand Down Expand Up @@ -51,7 +51,7 @@ paint:
- - zoom
- 0
- 5
- 14
- 8
- - '*'
- - ^
- 2
Expand Down
2 changes: 1 addition & 1 deletion layers/鉄道中心線橋0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ paint:
- vt_rtcode
- 地下鉄
- rgba(0,155,191,1)
- rgb(100,100,100)
- rgb(153,153,153)
line-width:
- let
- width
Expand Down

0 comments on commit f6773a5

Please sign in to comment.