Skip to content

Commit

Permalink
Cache SRID from ways table (MobilityDB#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanzimanyi authored Oct 12, 2024
1 parent 75d2c77 commit 8b259ce
Show file tree
Hide file tree
Showing 2 changed files with 235 additions and 223 deletions.
2 changes: 1 addition & 1 deletion meos/src/npoint/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
add_library(npoint OBJECT
npoint.c
tnpoint.c
tnpoint_aggfuncs.c
tnpoint_boxops.c
Expand All @@ -7,6 +8,5 @@ add_library(npoint OBJECT
tnpoint_routeops.c
tnpoint_spatialfuncs.c
tnpoint_spatialrels.c
tnpoint_static.c
tnpoint_tempspatialrels.c
)
Loading

0 comments on commit 8b259ce

Please sign in to comment.