Skip to content

Commit 1f26818

Browse files
committed
restore proj:centroid mapping as geo_point as it is supposed to be in WGS84
1 parent 6e372ac commit 1f26818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stac_fastapi/elasticsearch/stac_fastapi/elasticsearch/database_logic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
{
8282
"proj_centroid": {
8383
"match": "proj:centroid",
84-
"mapping": {"type": "object", "enabled": False},
84+
"mapping": {"type": "geo_point"},
8585
}
8686
},
8787
{

0 commit comments

Comments
 (0)