You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building a tool to draw features with millimeter precision. Unfortunately the default maxzoom of geoJson sources is 18, which equates to a rendering precision of about 10mm.
Add hotSourceOptions and coldSourceOptions to the options to pass to the drawing and drawn layers.
This could fix issue [mapbox#858](mapbox#858) and [mapbox#1143](mapbox#1143).
I'm building a tool to draw features with millimeter precision. Unfortunately the default maxzoom of geoJson sources is 18, which equates to a rendering precision of about 10mm.
I believe the offending line is here:
mapbox-gl-draw/src/setup.js
Lines 85 to 100 in c12fb64
Im pretty sure this could be fixed by setting maxzoom of geojson data source to >=24, or even making it an init option.
The text was updated successfully, but these errors were encountered: