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
While generating pbf tiles from the tippecanoe of the following Geojson file and viewing on mapbox-gl tiles distortion(breaking) is obseved at lower zoom levels. 100_M_BUFFER.zip. I am using following settings in options given to tippecanoe let options_obj: any ={ minimumZoom: 1, readParallel: true, buffer: 127, simplification: 1, layer: layer_id, noFeatureLimit: true, noTileSizeLimit: true, noTinyPolygonReduction: true, preserveInputOrder: true, noLineSimplification: true, extendZoomsIfStillDropping: true, force: true, dropRate: 0, };
The text was updated successfully, but these errors were encountered:
Thanks for the report. I will look into what can be done about this in https://github.com/felt/tippecanoe. Tippecanoe currently tries to keep entire polygons from being simplified away, but does not prevent thin sections from collapsing to 0 width, as would be desirable here.
While generating pbf tiles from the tippecanoe of the following Geojson file and viewing on mapbox-gl tiles distortion(breaking) is obseved at lower zoom levels.
100_M_BUFFER.zip. I am using following settings in options given to tippecanoe
let options_obj: any ={ minimumZoom: 1, readParallel: true, buffer: 127, simplification: 1, layer: layer_id, noFeatureLimit: true, noTileSizeLimit: true, noTinyPolygonReduction: true, preserveInputOrder: true, noLineSimplification: true, extendZoomsIfStillDropping: true, force: true, dropRate: 0, };
The text was updated successfully, but these errors were encountered: