You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

290 lines
5.3 KiB
JSON

{
"version": 8,
"name": "TerranQuest Simple",
"metadata": {
"mapbox:autocomposite": false,
"maputnik:renderer": "mbgljs",
"openmaptiles:version": "3.x"
},
"sources": {
"openmaptiles": {
"url": "mbtiles://{v3}",
"type": "vector"
}
},
"sprite": "",
"glyphs": "{fontstack}/{range}.pbf",
"layers": [
{
"id": "background",
"type": "background",
"paint": {
"background-color": "rgba(108, 220, 155, 1)"
}
},
{
"id": "landuse-residential",
"type": "fill",
"source": "openmaptiles",
"source-layer": "landuse",
"filter": [
"all",
[
"==",
"$type",
"Polygon"
],
[
"==",
"class",
"residential"
]
],
"layout": {
"visibility": "none"
},
"paint": {
"fill-color": "rgba(255, 255, 255, 0.2)",
"fill-opacity": 0.7
}
},
{
"id": "park",
"type": "fill",
"source": "openmaptiles",
"source-layer": "park",
"layout": {
"visibility": "visible"
},
"paint": {
"fill-color": "#62CF80",
"fill-opacity": 1,
"fill-outline-color": "#62CF80"
}
},
{
"id": "landcover_plants",
"type": "fill",
"source": "openmaptiles",
"source-layer": "landcover",
"filter": [
"all",
[
"in",
"class",
"wood",
"grass"
]
],
"paint": {
"fill-color": "#62CF80",
"fill-opacity": 1
}
},
{
"id": "water",
"type": "fill",
"source": "openmaptiles",
"source-layer": "water",
"filter": [
"==",
"$type",
"Polygon"
],
"paint": {
"fill-color": "#76FFFF"
}
},
{
"id": "ice",
"type": "fill",
"source": "openmaptiles",
"source-layer": "landcover",
"filter": [
"all",
[
"in",
"subclass",
"glacier",
"ice_shelf"
]
],
"layout": {
"visibility": "visible"
},
"paint": {
"fill-color": "#a7ffc9",
"fill-opacity": 1
}
},
{
"id": "landuse",
"type": "fill",
"source": "openmaptiles",
"source-layer": "landuse",
"filter": [
"==",
"class",
"agriculture"
],
"layout": {
"visibility": "none"
},
"paint": {
"fill-color": "#eae0d0"
}
},
{
"id": "landuse_overlay_national_park",
"type": "fill",
"source": "openmaptiles",
"source-layer": "landcover",
"filter": [
"==",
"class",
"national_park"
],
"paint": {
"fill-color": "#62CF80",
"fill-opacity": 1
}
},
{
"id": "waterway",
"type": "line",
"source": "openmaptiles",
"source-layer": "waterway",
"filter": [
"==",
"$type",
"LineString"
],
"layout": {
"visibility": "visible"
},
"paint": {
"line-color": "#76FFFF",
"line-width": {
"base": 1.4,
"stops": [
[
8,
1
],
[
10,
2
],
[
13,
4
],
[
16,
12
],
[
19,
40
]
]
},
"line-opacity": 1
}
},
{
"id": "road_area",
"type": "fill",
"metadata": {},
"source": "openmaptiles",
"source-layer": "transportation",
"filter": [
"all",
[
"==",
"$type",
"Polygon"
]
],
"layout": {
"visibility": "none"
},
"paint": {
"fill-color": "#FEC481",
"fill-antialias": true
}
},
{
"id": "road",
"type": "line",
"source": "openmaptiles",
"source-layer": "transportation",
"layout": {
"line-cap": "round",
"line-join": "miter"
},
"paint": {
"line-color": "#FEC481",
"line-width": {
"stops": [
[
4,
0.25
],
[
10,
1
],
[
13,
2
],
[
16,
10
],
[
19,
30
]
]
},
"line-gap-width": 0
}
},
{
"id": "building-2d",
"type": "fill",
"source": "openmaptiles",
"source-layer": "building",
"filter": [
"all",
[
"!has",
"hide_3d"
]
],
"layout": {
"visibility": "visible"
},
"paint": {
"fill-opacity": {
"stops": [
[
16,
0.6
],
[
21,
0
]
]
},
"fill-color": "#c0e3e9"
}
}
],
"id": "terranquest-flat",
"owner": "Netsyms Technologies"
}