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 want to use the Tileset service to create a new source from a nodejs app.
The createTileset only accepts data from files, but for my use case the data do not come from a file, but from a database, so I have the string content of my geojson, and I don't want to save it to the disk and then send it to the API, it's just waste of resource.
Can you add the ability to supply a directly the content of the geojson instead of a path to the file ?
Thanks
The text was updated successfully, but these errors were encountered:
I want to use the Tileset service to create a new source from a nodejs app.
The
createTileset
only accepts data from files, but for my use case the data do not come from a file, but from a database, so I have the string content of my geojson, and I don't want to save it to the disk and then send it to the API, it's just waste of resource.Can you add the ability to supply a directly the content of the geojson instead of a path to the file ?
Thanks
The text was updated successfully, but these errors were encountered: