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
1 change: 1 addition & 0 deletions layers/place-island-name.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ id: place-island-name
type: symbol
source: geolonia
source-layer: place
minzoom: 13
filter:
- all
- - '=='
Expand Down
33 changes: 33 additions & 0 deletions layers/place-suburb.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
id: place-suburb
type: symbol
source: geolonia
source-layer: place
minzoom: 11
maxzoom: 15
filter:
- all
- - '=='
- class
- suburb
- - '!='
- disputed
- japan_northern_territories
layout:
text-font:
- Noto Sans Universal Regular
text-size:
- interpolate
- - linear
- - zoom
- 11
- 10
- 15
- 16
text-field: ['upcase', ['get', 'name']]
text-letter-spacing: 0.2
visibility: visible
paint:
text-color: '#888888'
text-halo-width: 2
text-halo-blur: 1
text-halo-color: rgba(255,255,255,1)
3 changes: 2 additions & 1 deletion style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,10 @@ layers:
- !!inc/file layers/road_shield_highway.yml
- !!inc/file layers/nt-label-small.yml
- !!inc/file layers/nt-label-large.yml
- !!inc/file layers/place-island-name.yml
- !!inc/file layers/place-suburb.yml
- !!inc/file layers/place-village.yml
- !!inc/file layers/place-town.yml
- !!inc/file layers/place-island-name.yml
- !!inc/file layers/place-city-rank10.yml
- !!inc/file layers/place-city-rank9.yml
- !!inc/file layers/place-city-rank8.yml
Expand Down