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