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 7065798 commit 952a290Copy full SHA for 952a290
stac_fastapi/sfeos_helpers/stac_fastapi/sfeos_helpers/mappings.py
@@ -160,7 +160,9 @@ class Geometry(Protocol): # noqa
160
"dynamic_templates": ES_MAPPINGS_DYNAMIC_TEMPLATES,
161
"properties": {
162
"id": {"type": "keyword"},
163
- "extent.spatial.bbox": {"type": "long"},
+ "title": {"type": "text"},
164
+ "description": {"type": "text"},
165
+ "bbox_shape": {"type": "geo_shape"},
166
"extent.temporal.interval": {
167
"type": "date",
168
"format": "strict_date_optional_time||epoch_millis",
0 commit comments