Open dhairyashil opened 6 years ago
It's attempting to restrict the resulting bounding box to the minimally-available data. My initial guess is that tilelive-postgis
(or whatever is handling the postgis
scheme) isn't providing a bounding box.
yes. shall I raise this in tilelive-postgis module issues?
That'd be great!
I am trying to run below command.
tl copy "postgis://username:password@host_id:5432/test?table=schema.lines&geometry_field=geom&srid=3857&layerName=road" "mbtiles://./belgium-tiles.mbtiles" -z 1 -Z 22 -b "2 49 6 52"
But while executing it, I am getting below error:
While debugging I have found that in file
tilelive-streaming/index.js
this code is actually changing bounding boxes. and replacing it by bounding boxes provided in
by
object. Can anybody help me to understand from where it is actually computingby
's value and what am I doing wrong in sending parameters?@mojodna : can you please help me here?