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 11a6904 commit c6462ffCopy full SHA for c6462ff
src/Types/Geometry.php
@@ -79,7 +79,7 @@ public static function fromWKB($wkb)
79
/** @var Geometry $parsed */
80
$parsed = $parser->parse($wkb);
81
82
- if ($srid >= 0) {
+ if ($srid > 0) {
83
$parsed->setSrid($srid);
84
}
85
0 commit comments