Skip to content

Commit a84f875

Browse files
committed
fix CSW entity handler for spatial_bbox /geo_bbox
1 parent 9ac9133 commit a84f875

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

inst/metadata/entity/entity_handler_ogc_csw.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,8 @@ handle_entities_csw <- function(handler, source, config, handle = TRUE){
264264
),
265265
crs = sf::st_crs(4326)
266266
)
267+
entity$spatial_bbox = entity$geo_bbox
268+
entity$srid = 4326
267269
}
268270
}
269271
#temporal coverage

0 commit comments

Comments
 (0)