Commit 47bb6609 authored by Rodrigo Tapia-McClung's avatar Rodrigo Tapia-McClung

Remove fill-color when creating tiles to avoid red/green flashes

parent 87e5fa65
...@@ -339,7 +339,7 @@ const mapboxLayer = (monthYear) => { ...@@ -339,7 +339,7 @@ const mapboxLayer = (monthYear) => {
minzoom: 5, minzoom: 5,
'paint': { 'paint': {
'fill-opacity': 0, 'fill-opacity': 0,
'fill-color': [ /*'fill-color': [
'interpolate', 'interpolate',
['linear'], ['linear'],
['get', 'df'], ['get', 'df'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment