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