-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
高速道路の色とズームを調整、高速道路の橋を削除、全ての道路のトンネルのケーシングを削除、トンネルの色を変更
- Loading branch information
Showing
15 changed files
with
62 additions
and
269 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
- interpolate | ||
- - linear | ||
- - zoom | ||
- 6 # zl 6 | ||
- 2 # 2 から始めて | ||
- 8 # zl 8 | ||
- 2 # width: 2 | ||
- 14 | ||
- 3 | ||
- 16 # zl 16 で building の表示が始まり、太さコントロールが必要になる | ||
- 10 | ||
- 18 | ||
- 20 | ||
- 19 | ||
- 68 | ||
- 20 # 最大zl, つまり20で | ||
- 160 # はみ出さない太さ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
'#9C9DA2' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
'#D8D8D8' |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
id: oc-road | ||
type: line | ||
source: oceanus | ||
source-layer: oc-road | ||
minzoom: 5 | ||
maxzoom: 6 | ||
filter: | ||
- all | ||
- - '==' | ||
- - get | ||
- class | ||
- highway | ||
- - '==' | ||
- - has | ||
- jflag | ||
- true | ||
layout: | ||
line-cap: round | ||
paint: | ||
line-color: '#00A54E' | ||
line-width: 2 |
Oops, something went wrong.