Skip to content

Commit 792db3a

Browse files
committed
Distinguish disputed countries
1 parent a23dc6c commit 792db3a

File tree

1 file changed

+61
-1
lines changed

1 file changed

+61
-1
lines changed

style.json

+61-1
Original file line numberDiff line numberDiff line change
@@ -3924,6 +3924,54 @@
39243924
"text-halo-color": "rgba(255,255,255,0.8)"
39253925
}
39263926
},
3927+
{
3928+
"id": "place-country-other",
3929+
"type": "symbol",
3930+
"metadata": {
3931+
"mapbox:group": "1444849242106.713"
3932+
},
3933+
"source": "openmaptiles",
3934+
"source-layer": "place",
3935+
"filter": [
3936+
"all",
3937+
[
3938+
"==",
3939+
"class",
3940+
"country"
3941+
],
3942+
[
3943+
"!has",
3944+
"iso_a2"
3945+
]
3946+
],
3947+
"layout": {
3948+
"text-font": [
3949+
"Klokantech Noto Sans Regular",
3950+
"Klokantech Noto Sans CJK Regular"
3951+
],
3952+
"text-field": "{name_en}",
3953+
"text-size": {
3954+
"stops": [
3955+
[
3956+
3,
3957+
10
3958+
],
3959+
[
3960+
7,
3961+
16
3962+
]
3963+
]
3964+
},
3965+
"text-transform": "uppercase",
3966+
"text-max-width": 6.25
3967+
},
3968+
"paint": {
3969+
"text-halo-blur": 1,
3970+
"text-color": "#334",
3971+
"text-halo-width": 2,
3972+
"text-halo-color": "rgba(255,255,255,0.8)"
3973+
}
3974+
},
39273975
{
39283976
"id": "place-country-3",
39293977
"type": "symbol",
@@ -3943,6 +3991,10 @@
39433991
">=",
39443992
"rank",
39453993
3
3994+
],
3995+
[
3996+
"has",
3997+
"iso_a2"
39463998
]
39473999
],
39484000
"layout": {
@@ -3992,6 +4044,10 @@
39924044
"==",
39934045
"rank",
39944046
2
4047+
],
4048+
[
4049+
"has",
4050+
"iso_a2"
39954051
]
39964052
],
39974053
"layout": {
@@ -4041,6 +4097,10 @@
40414097
"==",
40424098
"rank",
40434099
1
4100+
],
4101+
[
4102+
"has",
4103+
"iso_a2"
40444104
]
40454105
],
40464106
"layout": {
@@ -4104,4 +4164,4 @@
41044164
}
41054165
],
41064166
"id": "ciwf7h9k400882pmt3ud8z8td"
4107-
}
4167+
}

0 commit comments

Comments
 (0)