Skip to content

Commit 1e92edc

Browse files
committed
support tiles in GeoJSON
1 parent 0a09229 commit 1e92edc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4651,7 +4651,6 @@ public function _list(string $tableName, array $params): FeatureCollection
46514651
public function read(string $tableName, string $id, array $params): Feature
46524652
{
46534653
$geometryColumnName = $this->getGeometryColumnName($tableName, $params);
4654-
$this->setBoudingBoxFilter($geometryColumnName, $params);
46554654
$primaryKeyColumnName = $this->getPrimaryKeyColumnName($tableName, $params);
46564655
$record = $this->records->read($tableName, $id, $params);
46574656
return $this->convertRecordToFeature($record, $primaryKeyColumnName, $geometryColumnName);

0 commit comments

Comments
 (0)