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.
2 parents de5bd4d + c6462ff commit 01caeceCopy full SHA for 01caece
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