I'm using mapdeck to handle county level data with thousands of points or more, as an alternative to leaflet, hoping to get a better performance. With leaflet I used to set maxZoom and minZoom to the same level for tiles layer so that zoom gets practically disabled. I checked mapdeck
function and there doesn't seem to be a similar setting that I can configure. Does anyone know how can I disable zoom?
Thank you!