aboutsummaryrefslogtreecommitdiff
path: root/public/style-dark.json
blob: 1c8494b8038a2979211a677deb55e67a1b91d9a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
{
  "version": 8,
  "name": "Natural Earth (shadcn dark)",
  "glyphs": "https://demotiles.maplibre.org/font/{fontstack}/{range}.pbf",
  "sources": {
    "ne": {
      "type": "vector",
      "url": "pmtiles:///natural-earth.pmtiles",
      "attribution": "Natural Earth"
    }
  },
  "layers": [
    {
      "id": "background",
      "type": "background",
      "paint": {
        "background-color": "#000000"
      }
    },
    {
      "id": "countries-fill",
      "type": "fill",
      "source": "ne",
      "source-layer": "ne_10m_admin_0_countries",
      "paint": {
        "fill-color": "#0f0f10",
        "fill-opacity": 1
      }
    },
    {
      "id": "countries-outline",
      "type": "line",
      "source": "ne",
      "source-layer": "ne_10m_admin_0_boundary_lines_land",
      "paint": {
        "line-color": "#2a2a2e",
        "line-opacity": 0.8,
        "line-width": ["interpolate", ["linear"], ["zoom"], 0, 0.35, 3, 0.7, 6, 1.1, 8, 1.6]
      }
    },
    {
      "id": "country-labels-major",
      "type": "symbol",
      "source": "ne",
      "source-layer": "ne_10m_admin_0_countries",
      "minzoom": 0,
      "maxzoom": 4,
      "filter": ["<=", ["get", "SCALERANK"], ["step", ["zoom"], 2, 1, 3, 2, 4, 3, 5]],
      "layout": {
        "text-field": ["coalesce", ["get", "NAME_EN"], ["get", "NAME"]],
        "text-font": ["Noto Sans Regular"],
        "text-transform": "uppercase",
        "text-letter-spacing": 0.08,
        "text-size": ["interpolate", ["linear"], ["zoom"], 0, 10, 2, 12, 4, 14],
        "symbol-placement": "point",
        "text-allow-overlap": false
      },
      "paint": {
        "text-color": "#d6d6d6",
        "text-halo-color": "#000000",
        "text-halo-width": 1.4,
        "text-opacity": 0.9
      }
    },
    {
      "id": "country-labels-minor",
      "type": "symbol",
      "source": "ne",
      "source-layer": "ne_10m_admin_0_countries",
      "minzoom": 2,
      "filter": ["<=", ["get", "SCALERANK"], ["step", ["zoom"], 3, 3, 5, 4, 7, 5, 9]],
      "layout": {
        "text-field": ["coalesce", ["get", "NAME_EN"], ["get", "NAME"]],
        "text-font": ["Noto Sans Regular"],
        "text-size": ["interpolate", ["linear"], ["zoom"], 2, 9, 4, 11, 6, 12],
        "symbol-placement": "point",
        "text-allow-overlap": false
      },
      "paint": {
        "text-color": "#b7b7b7",
        "text-halo-color": "#000000",
        "text-halo-width": 1.25,
        "text-opacity": 0.85
      }
    },
    {
      "id": "continents",
      "type": "symbol",
      "source": "ne",
      "source-layer": "continents",
      "minzoom": 0,
      "maxzoom": 3,
      "layout": {
        "text-field": ["get", "NAME"],
        "text-font": ["Noto Sans Regular"],
        "text-transform": "uppercase",
        "text-letter-spacing": 0.14,
        "text-size": ["interpolate", ["linear"], ["zoom"], 0, 12, 1, 14, 2, 16, 3, 18],
        "text-allow-overlap": true,
        "text-ignore-placement": true
      },
      "paint": {
        "text-color": "#8a8a90",
        "text-halo-color": "#000000",
        "text-halo-width": 1.8,
        "text-opacity": ["interpolate", ["linear"], ["zoom"], 0, 0.65, 1, 0.7, 2, 0.45, 3, 0]
      }
    },
    {
      "id": "capitals",
      "type": "symbol",
      "source": "ne",
      "source-layer": "ne_10m_capitals",
      "minzoom": 1.5,
      "layout": {
        "text-field": ["coalesce", ["get", "NAME_EN"], ["get", "NAME"], ["get", "NAMEASCII"]],
        "text-font": ["Noto Sans Regular"],
        "text-size": ["interpolate", ["linear"], ["zoom"], 0, 11, 2, 12, 4, 14, 8, 16],
        "text-anchor": "top",
        "text-offset": [0, 0.6],
        "symbol-sort-key": 30,
        "text-allow-overlap": false
      },
      "paint": {
        "text-color": "#ffffff",
        "text-halo-color": "#000000",
        "text-halo-width": 1.4,
        "text-opacity": ["interpolate", ["linear"], ["zoom"], 1.5, 0, 2, 0.98, 8, 0.98]
      }
    },
    {
      "id": "roads",
      "type": "line",
      "source": "ne",
      "source-layer": "ne_10m_roads",
      "minzoom": 4,
      "paint": {
        "line-color": "#ffffff",
        "line-opacity": ["interpolate", ["linear"], ["zoom"], 3.9, 0, 4, 0, 4.5, 0.25, 5, 0.55, 8, 0.55],
        "line-width": ["interpolate", ["linear"], ["zoom"], 4, 0.2, 6, 0.7, 8, 1.8]
      }
    },
    {
      "id": "railroads",
      "type": "line",
      "source": "ne",
      "source-layer": "ne_10m_railroads",
      "minzoom": 4,
      "paint": {
        "line-color": "#b3b3b3",
        "line-opacity": ["interpolate", ["linear"], ["zoom"], 3.9, 0, 4, 0, 4.5, 0.2, 5, 0.45, 8, 0.45],
        "line-width": ["interpolate", ["linear"], ["zoom"], 4, 0.15, 6, 0.5, 8, 1.2],
        "line-dasharray": [2, 2]
      }
    },
    {
      "id": "places",
      "type": "symbol",
      "source": "ne",
      "source-layer": "ne_10m_populated_places",
      "minzoom": 2,
      "filter": [
        "all",
        ["!=", ["get", "ADM0CAP"], 1],
        [
          "<=",
          ["get", "SCALERANK"],
          ["step", ["zoom"], 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8]
        ]
      ],
      "layout": {
        "text-field": ["coalesce", ["get", "NAME"], ["get", "NAME_EN"], ["get", "NAMEASCII"]],
        "text-font": ["Noto Sans Regular"],
        "text-size": ["interpolate", ["linear"], ["zoom"], 2, 10, 4, 12, 8, 15],
        "text-anchor": "top",
        "text-offset": [0, 0.6],
        "text-allow-overlap": false
      },
      "paint": {
        "text-color": "#ffffff",
        "text-halo-color": "#000000",
        "text-halo-width": 1.25,
        "text-opacity": ["interpolate", ["linear"], ["zoom"], 2, 0, 2.5, 0.35, 3, 0.95, 8, 0.95]
      }
    }
  ]
}