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 81b8305 + 11a6904 commit de5bd4dCopy full SHA for de5bd4d
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 && $srid < 4000) {
+ if ($srid >= 0) {
83
$parsed->setSrid($srid);
84
}
85
0 commit comments