Files
maps-saas/infrastructure/docs/style-mobile.json
T

377 lines
7.8 KiB
JSON

{
"version": 8,
"name": "Intaleq Mobile Style",
"metadata": {},
"center": [36.2765, 33.5138],
"zoom": 12,
"bearing": 0,
"pitch": 0,
"glyphs": "https://cdn.protomaps.com/fonts/pbf/{fontstack}/{range}.pbf",
"sprite": "https://demotiles.maplibre.org/styles/osm-bright-gl-style/sprite",
"sources": {
"local-osm-polygons": {
"type": "vector",
"tiles": [
"https://app.intaleqapp.com/martin/planet_osm_polygon/{z}/{x}/{y}.pbf"
],
"maxzoom": 14
},
"local-osm-lines": {
"type": "vector",
"tiles": [
"https://app.intaleqapp.com/martin/planet_osm_line/{z}/{x}/{y}.pbf"
],
"maxzoom": 14
},
"local-osm-points": {
"type": "vector",
"tiles": [
"https://app.intaleqapp.com/martin/planet_osm_point/{z}/{x}/{y}.pbf"
],
"maxzoom": 14
}
},
"layers": [
{
"id": "background",
"type": "background",
"paint": {
"background-color": "#f2efea"
}
},
{
"id": "water-layer",
"type": "fill",
"source": "local-osm-polygons",
"source-layer": "planet_osm_polygon",
"filter": [
"in",
"natural",
"water",
"lake",
"riverbank"
],
"paint": {
"fill-color": "#aadaff"
}
},
{
"id": "park-layer",
"type": "fill",
"source": "local-osm-polygons",
"source-layer": "planet_osm_polygon",
"filter": [
"in",
"leisure",
"park",
"garden",
"nature_reserve"
],
"paint": {
"fill-color": "#c8facc"
}
},
{
"id": "building-3d",
"type": "fill-extrusion",
"source": "local-osm-polygons",
"source-layer": "planet_osm_polygon",
"minzoom": 15,
"filter": [
"has",
"building"
],
"layout": {
"visibility": "visible"
},
"paint": {
"fill-extrusion-color": "#d9d0c9",
"fill-extrusion-height": 40,
"fill-extrusion-base": 0,
"fill-extrusion-opacity": 0.8
}
},
{
"id": "road-border-high",
"type": "line",
"source": "local-osm-lines",
"source-layer": "planet_osm_line",
"filter": [
"in",
"highway",
"primary",
"secondary",
"tertiary",
"motorway"
],
"paint": {
"line-color": "#ccc",
"line-width": [
"interpolate",
[
"exponential",
1.5
],
[
"zoom"
],
12,
3,
16,
12
]
}
},
{
"id": "road-layer-low",
"type": "line",
"source": "local-osm-lines",
"source-layer": "planet_osm_line",
"filter": [
"in",
"highway",
"residential",
"service",
"unclassified"
],
"paint": {
"line-color": "#ffffff",
"line-width": 1.5
}
},
{
"id": "road-layer-high",
"type": "line",
"source": "local-osm-lines",
"source-layer": "planet_osm_line",
"filter": [
"in",
"highway",
"primary",
"secondary",
"tertiary"
],
"paint": {
"line-color": "#fff",
"line-width": [
"interpolate",
[
"exponential",
1.5
],
[
"zoom"
],
12,
1.5,
16,
8
]
}
},
{
"id": "road-layer-motorway",
"type": "line",
"source": "local-osm-lines",
"source-layer": "planet_osm_line",
"filter": [
"==",
"highway",
"motorway"
],
"paint": {
"line-color": "#f7d499",
"line-width": [
"interpolate",
[
"exponential",
1.5
],
[
"zoom"
],
12,
2.5,
16,
10
]
}
},
{
"id": "route-line",
"type": "line",
"source": "local-osm-lines",
"source-layer": "planet_osm_line",
"layout": {
"line-cap": "round",
"line-join": "round"
},
"paint": {
"line-color": "#3b82f6",
"line-width": 6,
"line-opacity": 0.8
},
"filter": [
"==",
"id",
-1
]
},
{
"id": "road-labels",
"type": "symbol",
"source": "local-osm-lines",
"source-layer": "planet_osm_line",
"minzoom": 15,
"layout": {
"text-field": "{name}",
"text-font": [
"Noto Sans Regular"
],
"text-size": 11,
"symbol-placement": "line",
"text-letter-spacing": 0.05,
"text-padding": 15,
"text-allow-overlap": false,
"text-ignore-placement": false
},
"paint": {
"text-color": "#444",
"text-halo-color": "#fff",
"text-halo-width": 1.5
}
},
{
"id": "poi-icons",
"type": "symbol",
"source": "local-osm-points",
"source-layer": "planet_osm_point",
"minzoom": 13,
"layout": {
"visibility": "visible",
"icon-image": [
"coalesce",
[
"match",
[
"get",
"shop"
],
"supermarket",
"grocery-15",
"convenience",
"grocery-15",
"pharmacy",
"pharmacy-15",
"clothes",
"clothing_store-15",
""
],
[
"match",
[
"get",
"amenity"
],
"restaurant",
"restaurant-15",
"cafe",
"cafe-15",
"bank",
"bank-15",
"pharmacy",
"pharmacy-15",
"grave_yard",
"cemetery-15",
"school",
"school-15",
"university",
"college-15",
"place_of_worship",
"religious-christian-15",
"hospital",
"hospital-15",
"fuel",
"fuel-15",
""
],
[
"match",
[
"get",
"historic"
],
"monument",
"monument-15",
"ruins",
"attraction-15",
"archaeological_site",
"attraction-15",
""
],
[
"match",
[
"get",
"tourism"
],
"museum",
"museum-15",
"hotel",
"hotel-15",
"attraction",
"attraction-15",
""
],
[
"match",
[
"get",
"landuse"
],
"cemetery",
"cemetery-15",
""
],
"marker-15"
],
"icon-size": 1.1,
"icon-padding": 2,
"icon-allow-overlap": false
},
"paint": {
"icon-opacity": 1,
"icon-halo-color": "#ffffff",
"icon-halo-width": 1
}
},
{
"id": "place-labels",
"type": "symbol",
"source": "local-osm-points",
"source-layer": "planet_osm_point",
"minzoom": 14,
"layout": {
"text-field": "{name}",
"text-font": [
"Noto Sans Regular"
],
"text-size": 12,
"text-offset": [
0,
1.5
],
"text-anchor": "top",
"text-padding": 5,
"text-allow-overlap": false,
"visibility": "visible"
},
"paint": {
"text-color": "#111",
"text-halo-color": "#fff",
"text-halo-width": 1.5
}
}
]
}