diff --git a/spatial/src/spatial/core/types.cpp b/spatial/src/spatial/core/types.cpp index 030a0cc4..665d02c4 100644 --- a/spatial/src/spatial/core/types.cpp +++ b/spatial/src/spatial/core/types.cpp @@ -116,6 +116,9 @@ void GeoTypes::Register(DatabaseInstance &db) { // RASTER ExtensionUtil::RegisterType(db, "RASTER", GeoTypes::RASTER()); + + // RASTER_COORD + ExtensionUtil::RegisterType(db, "RASTER_COORD", GeoTypes::RASTER_COORD()); } } // namespace core