Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
utas-raymondng committed Jan 17, 2025
1 parent b277920 commit 088cc7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ protected List<StacItemModel> toStacItemModel(String uuid, Map<? extends CloudOp
// this geometry is use for filtering
.geometry(GeometryUtils.createGeoShapeJson(d.getKey().getLongitude(), d.getKey().getLatitude()))
.properties(Map.of(
// centroid is of geo_point where you can do sort, the geo_shape in the geometry is used to do filtering or interaction operation
// Fields dup here is use for aggregation, you must have the geo_shape to do spatial search
"depth", d.getKey().getDepth().doubleValue(),
"lng", d.getKey().getLongitude().doubleValue(),
"lat", d.getKey().getLatitude().doubleValue(),
Expand Down

0 comments on commit 088cc7c

Please sign in to comment.