We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e29b500 commit 807bcf2Copy full SHA for 807bcf2
stac_fastapi/elasticsearch/stac_fastapi/elasticsearch/transactions.py
@@ -58,14 +58,12 @@ class TransactionsClient(BaseTransactionsClient):
58
},
59
{
60
"proj_centroid": {
61
- "match_mapping_type": "string",
62
"match": "proj:centroid",
63
"mapping": {"type": "geo_point"},
64
}
65
66
67
"proj_geometry": {
68
69
"match": "proj:geometry",
70
"mapping": {"type": "geo_shape"},
71
0 commit comments