Skip to content

Commit 0a09229

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Tqdev/PhpCrudApi/GeoJson/GeoJsonService.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ public function _list(string $tableName, array $params): FeatureCollection
119119
public function read(string $tableName, string $id, array $params): Feature
120120
{
121121
$geometryColumnName = $this->getGeometryColumnName($tableName, $params);
122-
$this->setBoudingBoxFilter($geometryColumnName, $params);
123122
$primaryKeyColumnName = $this->getPrimaryKeyColumnName($tableName, $params);
124123
$record = $this->records->read($tableName, $id, $params);
125124
return $this->convertRecordToFeature($record, $primaryKeyColumnName, $geometryColumnName);

0 commit comments

Comments
 (0)