Skip to content

Commit

Permalink
Change the color of buildings
Browse files Browse the repository at this point in the history
  • Loading branch information
klokan authored May 24, 2017
1 parent 31132b1 commit 82142fe
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions style.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,21 +263,33 @@
"source": "openmaptiles",
"source-layer": "building",
"paint": {
"fill-color": "hsl(39, 41%, 86%)",
"fill-outline-color": "hsl(36, 45%, 80%)",
"fill-color": "rgba(222, 211, 190, 1)",
"fill-outline-color": {
"stops": [
[
15,
"rgba(212, 177, 146, 0)"
],
[
16,
"rgba(212, 177, 146, 0.5)"
]
]
},
"fill-opacity": {
"base": 1,
"stops": [
[
13,
0.6
0
],
[
14,
15,
1
]
]
}
},
"fill-antialias": true
}
},
{
Expand All @@ -300,9 +312,7 @@
]
},
"paint": {
"text-color": "hsla(0, 14%, 57%, 0.51)",
"text-halo-color": "hsl(39, 41%, 86%)",
"text-halo-width": 0.5
"text-color": "rgba(212, 177, 146, 1)"
}
},
{
Expand Down Expand Up @@ -1265,4 +1275,4 @@
}
],
"id": "ciwf4zbsv007y2pmt2rspc1dc"
}
}

0 comments on commit 82142fe

Please sign in to comment.