Skip to content

Commit

Permalink
Update to use static method
Browse files Browse the repository at this point in the history
  • Loading branch information
utas-raymondng committed Dec 2, 2024
1 parent 62fc15f commit 5d70ce3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public ResponseEntity<?> getCollections(
// TODO: Support other CRS.
if (CQLFilterType.convert(filterLang) == CQLFilterType.CQL && CQLCrsType.convertFromUrl(crs) == CQLCrsType.EPSG4326) {
if (datetime != null) {
filter = commonService.processDatetimeParameter(datetime, filter);
filter = OGCApiService.processDatetimeParameter(datetime, filter);
}
return commonService.getCollectionList(
q,
Expand Down

0 comments on commit 5d70ce3

Please sign in to comment.