Bounding box should be converted to dictionary, before it is called in the `import_from_postgis()` function
The bounding box (--box
option) in the CLI functionality is now a list of coordinates, that should be converted to a bounding box (min_lat, min_lon, max_lat, max_lon
).
Edited by Danijel Schorlemmer