Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 18 additions & 7 deletions layers/place-city-rank2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ id: place-city-rank2
type: symbol
source: geolonia
source-layer: place
minzoom: 8
minzoom: 6
maxzoom: 13
filter:
- all
- - '!='
Expand All @@ -18,23 +19,33 @@ filter:
- disputed
- japan_northern_territories
layout:
icon-image: circle-stroked
icon-size: 0.8
icon-image: circle
icon-size: 0.5
text-anchor: top
text-offset:
- 0
- 0.2
stops:
- - 6
- [0, 0.2]
- - 12
- [0, 0]
text-font:
- Noto Sans Regular
text-size: 17
text-size:
- interpolate
- - linear
- - zoom
- 6
- 14
- 13
- 26
text-field: '{name}'
text-max-width: 8
visibility: visible
paint:
icon-color: '#000000'
icon-opacity:
stops:
- - 11.9
- - 10
- 1
- - 12
- 0
Expand Down
2 changes: 1 addition & 1 deletion style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ layers:
- !!inc/file layers/nt-water-name-river.yml
- !!inc/file layers/oc-airport.yml
- !!inc/file layers/oc-label-town-ja.yml
- !!inc/file layers/oc-label-town.yml
# - !!inc/file layers/oc-label-town.yml
- !!inc/file layers/oc-label-pref-capital-ja.yml
- !!inc/file layers/oc-label-pref-ja.yml
- !!inc/file layers/oc-label-pref.yml
Expand Down