Skip to content

Commit ce5215d

Browse files
author
Wout Gevaert
committed
Don't use both srid and crs in cartesian coordinates either
1 parent b103f40 commit ce5215d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Literals/Literal.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,7 +1178,6 @@ public static function point2d($x, $y): PointType
11781178
];
11791179

11801180
$map["crs"] = self::string("cartesian");
1181-
$map["srid"] = self::decimal(7203);
11821181

11831182
return FunctionCall::point(Query::map($map));
11841183
}
@@ -1214,7 +1213,6 @@ public static function point3d($x, $y, $z): PointType
12141213
];
12151214

12161215
$map["crs"] = self::string("cartesian-3D");
1217-
$map["srid"] = self::decimal(9157);
12181216

12191217
return FunctionCall::point(Query::map($map));
12201218
}

0 commit comments

Comments
 (0)