Skip to content

Commit

Permalink
[NFC] todos
Browse files Browse the repository at this point in the history
  • Loading branch information
werrolf committed Oct 7, 2020
1 parent 51bc3ac commit 333be1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Component/Drivers/PostgreSQL.php
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ public function listTables($schemaName)
* @internal param $wkt
* @todo: null srid makes no sense, should throw an error
* @todo: if an ewkt goes in, an ewkt should come out; native format is pretty useless outside of insert / update usage
* @todo: never produce dummy geometries; dummy geometries only produce collateral errors
*/
public function transformEwkt($ewkt, $srid = null)
{
Expand Down
1 change: 1 addition & 0 deletions Component/FeatureType.php
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ protected function reloadItem($feature)
* Extracts persistable values (insert / update) from Feature
* Implicitly transforms the geometry to a compatible CRS.
* @todo: do this with an SQL expression inside the insert / update query, instead of a separate SELECT
* @todo: make geometry valid on insert / update
*
* @param Feature $feature
* @return mixed[]
Expand Down

0 comments on commit 333be1a

Please sign in to comment.