style: differentiate map test styles
This commit is contained in:
parent
646ac23823
commit
4e616a7304
3 changed files with 168 additions and 166 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
"id": "background",
|
"id": "background",
|
||||||
"type": "background",
|
"type": "background",
|
||||||
"paint": {
|
"paint": {
|
||||||
"background-color": "#f7f5ee"
|
"background-color": "#eef8e8"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "water",
|
"source-layer": "water",
|
||||||
"paint": {
|
"paint": {
|
||||||
"fill-color": "#9ec9ff"
|
"fill-color": "#5ab4d6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -31,8 +31,8 @@
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "landuse",
|
"source-layer": "landuse",
|
||||||
"paint": {
|
"paint": {
|
||||||
"fill-color": "#d8e7cc",
|
"fill-color": "#5fa65a",
|
||||||
"fill-opacity": 0.7
|
"fill-opacity": 0.85
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -48,7 +48,7 @@
|
||||||
"primary"
|
"primary"
|
||||||
],
|
],
|
||||||
"paint": {
|
"paint": {
|
||||||
"line-color": "#f7b267",
|
"line-color": "#d94801",
|
||||||
"line-width": [
|
"line-width": [
|
||||||
"interpolate",
|
"interpolate",
|
||||||
[
|
[
|
||||||
|
|
@ -70,7 +70,7 @@
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"paint": {
|
"paint": {
|
||||||
"line-color": "#ffffff",
|
"line-color": "#ffe082",
|
||||||
"line-width": [
|
"line-width": [
|
||||||
"interpolate",
|
"interpolate",
|
||||||
[
|
[
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,9 @@
|
||||||
"type": "raster",
|
"type": "raster",
|
||||||
"source": "satellite",
|
"source": "satellite",
|
||||||
"paint": {
|
"paint": {
|
||||||
"raster-opacity": 1.0
|
"raster-opacity": 1.0,
|
||||||
|
"raster-contrast": 0.25,
|
||||||
|
"raster-saturation": 0.2
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
"id": "background",
|
"id": "background",
|
||||||
"type": "background",
|
"type": "background",
|
||||||
"paint": {
|
"paint": {
|
||||||
"background-color": "#f2efe9"
|
"background-color": "#e7f0ff"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "water",
|
"source-layer": "water",
|
||||||
"paint": {
|
"paint": {
|
||||||
"fill-color": "#a9d3ff"
|
"fill-color": "#2f7ed8"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "landcover",
|
"source-layer": "landcover",
|
||||||
"paint": {
|
"paint": {
|
||||||
"fill-color": "#dcebcf"
|
"fill-color": "#f6f1d3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -40,7 +40,7 @@
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"paint": {
|
"paint": {
|
||||||
"line-color": "#ffffff",
|
"line-color": "#8c6d31",
|
||||||
"line-width": [
|
"line-width": [
|
||||||
"interpolate",
|
"interpolate",
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue