Skip to content

Commit

Permalink
add geography functions. fix #248
Browse files Browse the repository at this point in the history
  • Loading branch information
Dairyo Sekine committed Dec 28, 2023
1 parent 0fe9687 commit d62798d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/keywords.ts
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ export const globalFunctions = [
"ST_GEOGPOINTFROMGEOHASH",
"ST_GEOHASH",
"ST_GEOMETRYTYPE",
"ST_HAUSDORFFDISTANCE",
"ST_INTERIORRINGS",
"ST_INTERSECTION",
"ST_INTERSECTS",
Expand All @@ -414,6 +415,7 @@ export const globalFunctions = [
"ST_ISEMPTY",
"ST_ISRING",
"ST_LENGTH",
"ST_LINESUBSTRING",
"ST_MAKELINE",
"ST_MAKEPOLYGON",
"ST_MAKEPOLYGONORIENTED",
Expand Down

0 comments on commit d62798d

Please sign in to comment.