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
After quantizing and encoding mvt tiles, we can end up in situations where we generate invalid geometries. The encoder should allow for the flexibility to handle these in different ways, eg drop invalid geometries, try to correct the geometry and try again, raise an exception, etc. Offering a callback might be a general way to approach the implementation.
The text was updated successfully, but these errors were encountered:
After quantizing and encoding mvt tiles, we can end up in situations where we generate invalid geometries. The encoder should allow for the flexibility to handle these in different ways, eg drop invalid geometries, try to correct the geometry and try again, raise an exception, etc. Offering a callback might be a general way to approach the implementation.
The text was updated successfully, but these errors were encountered: