We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a09229 commit 1e92edcCopy full SHA for 1e92edc
api.php
@@ -4651,7 +4651,6 @@ public function _list(string $tableName, array $params): FeatureCollection
4651
public function read(string $tableName, string $id, array $params): Feature
4652
{
4653
$geometryColumnName = $this->getGeometryColumnName($tableName, $params);
4654
- $this->setBoudingBoxFilter($geometryColumnName, $params);
4655
$primaryKeyColumnName = $this->getPrimaryKeyColumnName($tableName, $params);
4656
$record = $this->records->read($tableName, $id, $params);
4657
return $this->convertRecordToFeature($record, $primaryKeyColumnName, $geometryColumnName);
0 commit comments