Skip to content

Commit 952a290

Browse files
committed
update mappings
1 parent 7065798 commit 952a290

File tree

1 file changed

+3
-1
lines changed
  • stac_fastapi/sfeos_helpers/stac_fastapi/sfeos_helpers

1 file changed

+3
-1
lines changed

stac_fastapi/sfeos_helpers/stac_fastapi/sfeos_helpers/mappings.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,9 @@ class Geometry(Protocol): # noqa
160160
"dynamic_templates": ES_MAPPINGS_DYNAMIC_TEMPLATES,
161161
"properties": {
162162
"id": {"type": "keyword"},
163-
"extent.spatial.bbox": {"type": "long"},
163+
"title": {"type": "text"},
164+
"description": {"type": "text"},
165+
"bbox_shape": {"type": "geo_shape"},
164166
"extent.temporal.interval": {
165167
"type": "date",
166168
"format": "strict_date_optional_time||epoch_millis",

0 commit comments

Comments
 (0)