Skip to content

Commit 55d04a9

Browse files
authored
Merge pull request #1 from u5t/change-color
change color
2 parents f5dc602 + a898a07 commit 55d04a9

12 files changed

+191
-189
lines changed

layers/background.yml

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
11
id: background
22
type: background
33
paint:
4-
background-color:
5-
stops:
6-
- - 1
7-
- '#f2f5d6'
8-
- - 5
9-
- '#dae2c1'
10-
- - 8
11-
- '#EDE6DD'
12-
- - 10
13-
- '#e6e5e3'
14-
- - 16
15-
- '#f5f5f5'
4+
background-color: '#b8cced'

layers/building.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ id: building
22
type: fill
33
source: geolonia
44
source-layer: building
5-
minzoom: 16
5+
minzoom: 14
66
paint:
7-
fill-color: 'rgba(221, 221, 221, 0.5)'
8-
fill-outline-color: '#ccc'
7+
fill-color: '#004793'
8+
# fill-outline-color: '#ccc'
99
fill-antialias: true

layers/highway-minor.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ filter:
1717
- service
1818
- track
1919
layout:
20-
line-cap: round
21-
line-join: round
20+
line-cap: square
21+
line-join: square
2222
paint:
2323
line-color: '#ffffff'
2424
line-opacity: 1
@@ -28,6 +28,6 @@ paint:
2828
- - 13.5
2929
- 0
3030
- - 14
31-
- 2.5
31+
- 5
3232
- - 20
3333
- 11.5

layers/highway-primary.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ filter:
1515
- class
1616
- primary
1717
layout:
18-
line-cap: round
18+
line-cap: square
1919
line-join: round
2020
paint:
2121
line-color: '#ffffff'
@@ -26,5 +26,5 @@ paint:
2626
- 0
2727
- - 9
2828
- 0.5
29-
- - 20
30-
- 18
29+
- - 14
30+
- 14

layers/highway-secondary-tertiary.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ filter:
1313
- secondary
1414
- tertiary
1515
layout:
16-
line-cap: round
16+
line-cap: square
1717
line-join: round
1818
visibility: visible
1919
paint:
@@ -31,5 +31,5 @@ paint:
3131
- 0
3232
- - 8
3333
- 0.5
34-
- - 20
35-
- 13
34+
- - 14
35+
- 8

layers/landcover-grass-park-small.yml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
id: landcover-grass-park-small
2+
type: fill
3+
source: geolonia
4+
source-layer: landcover
5+
filter:
6+
- all
7+
- - '=='
8+
- $type
9+
- Polygon
10+
- - '=='
11+
- class
12+
- grass
13+
- - '=='
14+
- subclass
15+
- park
16+
- - '!='
17+
- disputed
18+
- japan_northern_territories
19+
layout:
20+
visibility: visible
21+
paint:
22+
fill-color: '#daeca9'
23+
fill-opacity: 1

layers/landcover-grass.yml

+13-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,19 @@ type: fill
33
source: geolonia
44
source-layer: landcover
55
filter:
6-
- '=='
7-
- class
8-
- grass
6+
- all
7+
- - '=='
8+
- $type
9+
- Polygon
10+
- - '=='
11+
- class
12+
- grass
13+
- - '!=='
14+
- subclass
15+
- park
16+
- - '!='
17+
- disputed
18+
- japan_northern_territories
919
layout:
1020
visibility: visible
1121
paint:

layers/oc-ocean.yml

+1-26
Original file line numberDiff line numberDiff line change
@@ -19,29 +19,4 @@ paint:
1919
- 1
2020
- - 10
2121
- 0
22-
fill-color:
23-
- match
24-
- ['get', 'depth']
25-
- 200
26-
- "#5bc2f8"
27-
- 1000
28-
- "#52baf7"
29-
- 2000
30-
- "#4ab2f7"
31-
- 3000
32-
- "#40a8f6"
33-
- 4000
34-
- "#36a0f5"
35-
- 5000
36-
- "#319bf6"
37-
- 6000
38-
- "#2a94f5"
39-
- 7000
40-
- "#238df4"
41-
- 8000
42-
- "#1c88f4"
43-
- 9000
44-
- "#147ff3"
45-
- 10000
46-
- "#0e7af2"
47-
- "#0673f2"
22+
fill-color:'#fff'

layers/poi-r10-r24.yml

+17-17
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,20 @@ layout:
2525
- Noto Sans Regular
2626
text-anchor: top
2727
icon-anchor: bottom
28-
icon-image:
29-
- coalesce
30-
- - image
31-
- - concat
32-
- - get
33-
- class
34-
- '-JP'
35-
- - image
36-
- - concat
37-
- - get
38-
- class
39-
- ''
40-
- - image
41-
- circle
28+
# icon-image:
29+
# - coalesce
30+
# - - image
31+
# - - concat
32+
# - - get
33+
# - class
34+
# - '-JP'
35+
# - - image
36+
# - - concat
37+
# - - get
38+
# - class
39+
# - ''
40+
# - - image
41+
# - circle
4242
text-field: '{name}'
4343
text-offset:
4444
- 0
@@ -47,7 +47,7 @@ layout:
4747
text-max-width: 9
4848
visibility: visible
4949
paint:
50-
text-halo-blur: 0.5
51-
text-color: '#666'
52-
text-halo-width: 1
50+
text-halo-blur: 1
51+
text-color: '#000'
52+
text-halo-width: 2
5353
text-halo-color: '#ffffff'

layers/water-river-lake-ja.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ filter:
1111
layout:
1212
visibility: visible
1313
paint:
14-
fill-color: '#65cbf9'
14+
fill-color: '#fff'

layers/water.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ source-layer: water
55
layout:
66
visibility: visible
77
paint:
8-
fill-color: '#65cbf9'
8+
fill-color: '#fff'

0 commit comments

Comments
 (0)