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
Is your feature request related to a problem? Please describe.
Can't load some geometries (polygon) from command-line, because the string is too big (E2BIG).
Describe the solution you'd like
Something like this :
SET cities tempe FILE /data/path/to/file.geojson
and SET cities tempe URL http://example.com/file.geojson (to avoid depending on the FS of the Tile38 instance)
Describe alternatives you've considered
N/A.
Additional context
N/A.
The text was updated successfully, but these errors were encountered:
The new -x flag allows for passing large objects from STDIN.
tile38-cli -x SET cities tempe OBJECT </path/to/file.geojson
See #634 for more information
Is your feature request related to a problem? Please describe.
Can't load some geometries (polygon) from command-line, because the string is too big (E2BIG).
Describe the solution you'd like
Something like this :
SET cities tempe FILE /data/path/to/file.geojson
SET cities tempe URL http://example.com/file.geojson
(to avoid depending on the FS of the Tile38 instance)Describe alternatives you've considered
N/A.
Additional context
N/A.
The text was updated successfully, but these errors were encountered: