Skip to content

Commit

Permalink
testing usage of values instead of extent
Browse files Browse the repository at this point in the history
  • Loading branch information
baloola committed Jul 25, 2023
1 parent d530a3e commit c10560b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"t": {
"type": "temporal",
"extent": [
"values": [
"2019-03-01T00:00:00Z",
"2020-03-01T00:00:00Z"
]
Expand All @@ -36,7 +36,7 @@
]
}
},
"datetime": "2000-01-01T00:00:00Z"
"datetime": "2019-03-01T00:00:00Z"
},
"geometry": {
"type": "Polygon",
Expand Down

0 comments on commit c10560b

Please sign in to comment.