Skip to content

Commit 9f701db

Browse files
committed
Add missing registration of RASTER_COORD
1 parent 512225d commit 9f701db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spatial/src/spatial/core/types.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ void GeoTypes::Register(DatabaseInstance &db) {
116116

117117
// RASTER
118118
ExtensionUtil::RegisterType(db, "RASTER", GeoTypes::RASTER());
119+
120+
// RASTER_COORD
121+
ExtensionUtil::RegisterType(db, "RASTER_COORD", GeoTypes::RASTER_COORD());
119122
}
120123

121124
} // namespace core

0 commit comments

Comments
 (0)