Skip to content
Snippets Groups Projects

Reduced size of buffer

Open Karsten Prehn requested to merge fix/smaller-buffer-size into main
+ 1
1
@@ -284,7 +284,7 @@ class TilesDatabase(BasicClass):
_sql = f"""{_sql} WHERE ST_intersects({rectangle}, geometry);"""
_results = self.connect_tiles_database(
_sql, user=user, password=password, host=host, database=database
_sql, user=user, password=password, host=host, database=database, pid=pid
)
return _results
Loading