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 f6773a5 commit ef7d2dd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions layers/道路中心線色橋2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ paint:
- - get
- vt_motorway
- 1
- rgba(49,154,172,1)
- rgba(62,204,128,1)
- - match
- - get
- vt_rdctg
Expand All @@ -51,7 +51,7 @@ paint:
- 市区町村道等
- rgba(100,100,100,1)
- 高速自動車国道等
- rgba(49,154,172,1)
- rgba(62,204,128,1)
- その他
- rgba(100,100,100,1)
- 不明
Expand All @@ -62,7 +62,7 @@ paint:
- - get
- vt_motorway
- 1
- rgba(49,154,172,1)
- rgba(62,204,128,1)
- - match
- - get
- vt_rdctg
Expand All @@ -71,7 +71,7 @@ paint:
- 都道府県道
- rgba(255,255,255,1)
- 高速自動車国道等
- rgba(49,154,172,1)
- rgba(62,204,128,1)
- - case
- - '=='
- - get
Expand Down Expand Up @@ -103,7 +103,7 @@ paint:
- - get
- vt_motorway
- 1
- rgba(49,154,172,1)
- rgba(62,204,128,1)
- - match
- - get
- vt_rdctg
Expand All @@ -114,7 +114,7 @@ paint:
- 市区町村道等
- rgba(100,100,100,1)
- 高速自動車国道等
- rgba(49,154,172,1)
- rgba(62,204,128,1)
- その他
- rgba(100,100,100,1)
- 不明
Expand All @@ -125,7 +125,7 @@ paint:
- - get
- vt_motorway
- 1
- rgba(49,154,172,1)
- rgba(62,204,128,1)
- - match
- - get
- vt_rdctg
Expand All @@ -134,7 +134,7 @@ paint:
- 都道府県道
- rgba(255,255,255,1)
- 高速自動車国道等
- rgba(49,154,172,1)
- rgba(62,204,128,1)
- - match
- - get
- vt_code
Expand Down

0 comments on commit ef7d2dd

Please sign in to comment.