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
Describe the bug
When executing force-tile-extent with a geopackage that holds no features, force-cube gets stuck in an endless loop (don't ask how long I waited 😬).
Expected behavior
Stop, if no features are in database/file.
Fix
Check if at least one feature is present in given layer. See #342.
Setup
3.8.00-dev
Ubuntu 24.04.2 LTS
bare metal Linux server
Cheers,
Flo
The text was updated successfully, but these errors were encountered:
Describe the bug
When executing
force-tile-extent
with a geopackage that holds no features,force-cube
gets stuck in an endless loop (don't ask how long I waited 😬).Expected behavior
Stop, if no features are in database/file.
Fix
Check if at least one feature is present in given layer. See #342.
Setup
Cheers,
Flo
The text was updated successfully, but these errors were encountered: