Commit 50a9afdb authored by Rodrigo Tapia-McClung's avatar Rodrigo Tapia-McClung

Update available tile zoom levels

parent b783d316
......@@ -535,11 +535,10 @@ const mapboxLayer = (monthYear) => {
type: "vector",
tiles: [`${baseUrl}/${monthYear}/mvt/{z}/{x}/{y}?geom_column=geom&columns=${indicators.join()}`],
maxzoom: 19,
minzoom: 7
minzoom: 6
},
"source-layer": monthYear,
type: "fill",
minzoom: 5,
"paint": {
"fill-opacity": 0,
/*"fill-color": [
......
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