Skip to content

Commit

Permalink
Add missing registration of RASTER_COORD
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuarte47 committed Apr 3, 2024
1 parent 512225d commit 9f701db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spatial/src/spatial/core/types.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f701db

Please sign in to comment.