Skip to content

Commit

Permalink
deal with name only (no name:left, name:right) for Hong Kong
Browse files Browse the repository at this point in the history
  • Loading branch information
nvkelso committed Jul 24, 2017
1 parent 5030363 commit 0e99aea
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions layers/boundaries-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,40 @@ layers:
priority: 2
visible: global.text_visible_admin
text_source: global.ux_language_text_source_boundary_lines_left_right
offset: [[8,[0, 7px]],[11,[0, 8px]],[12,[0, 9px]]]
offset: [0, 6px]
text_wrap: 100px
font:
family: Aldrich
size: 9px
fill: [0.369,0.624,1.000]
transform: uppercase
no-left-right:
filter: { "name:left": false, "name:right": false }
draw:
text:
text_source: global.ux_language_text_source_boundary_lines
offset: 0px

region:
region-labels:
filter: { name: true, $zoom: { min: 9 }, not: { maritime_boundary: true } }
draw:
text-blend-order:
text:
priority: 3
visible: global.text_visible_admin
text_source: global.ux_language_text_source_boundary_lines_left_right
offset: [[8,[0, 5px]], [11, [0, 6px]], [12,[0, 7px]]]
offset: [0, 5px]
text_wrap: 100px
# offset: 10px
# anchor: top
font:
family: Aldrich
size: 9px
fill: [0.369,0.624,1.000]
transform: uppercase
transform: uppercase
no-left-right:
filter: { "name:left": false, "name:right": false }
draw:
text:
text_source: global.ux_language_text_source_boundary_lines
offset: 0px

0 comments on commit 0e99aea

Please sign in to comment.