diff options
Diffstat (limited to 'public/style-dark.json')
| -rw-r--r-- | public/style-dark.json | 187 |
1 files changed, 187 insertions, 0 deletions
diff --git a/public/style-dark.json b/public/style-dark.json new file mode 100644 index 0000000..1c8494b --- /dev/null +++ b/public/style-dark.json @@ -0,0 +1,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] + } + } + ] +} |
