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'm attempting to run the estimate service. However, after I run the config service, I notice that my geojsonl file is zero bytes (leading to the estimate to return $0).
I know that the geojson source file is correctly formatted. I also know that it can successfully be converted into mbtiles via tippecanoe which I did locally to triple check. I tested this out with the actual source geojson file (about 750 MB) and a tiny sample of it (4 KB). Both produce geojsonl files with 0 bytes.
Any advice? I'd be happy to share a data sample if that will help.
The text was updated successfully, but these errors were encountered:
I'm attempting to run the
estimate
service. However, after I run theconfig
service, I notice that my geojsonl file is zero bytes (leading to theestimate
to return $0).I know that the geojson source file is correctly formatted. I also know that it can successfully be converted into mbtiles via tippecanoe which I did locally to triple check. I tested this out with the actual source geojson file (about 750 MB) and a tiny sample of it (4 KB). Both produce geojsonl files with 0 bytes.
Any advice? I'd be happy to share a data sample if that will help.
The text was updated successfully, but these errors were encountered: