Skip to content

Commit 8bbb5b0

Browse files
committed
fix within test
1 parent 49e093e commit 8bbb5b0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

stac_fastapi/tests/extensions/test_filter.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -530,11 +530,11 @@ async def test_search_filter_extension_s_within_property(app_client, ctx):
530530
within_geom = {
531531
"coordinates": [
532532
[
533-
[152.15052873427666, -33.82243006904891],
534-
[150.1000346138806, -34.257132625788756],
535-
[149.5776607193635, -32.514709769700254],
536-
[151.6262528041627, -32.08081674221862],
537-
[152.15052873427666, -33.82243006904891],
533+
[148.5776607193635, -35.257132625788756],
534+
[153.15052873427666, -35.257132625788756],
535+
[153.15052873427666, -31.080816742218623],
536+
[148.5776607193635, -31.080816742218623],
537+
[148.5776607193635, -35.257132625788756],
538538
]
539539
],
540540
"type": "Polygon",
@@ -603,7 +603,7 @@ async def test_search_filter_extension_cql2text_s_contains_property(app_client,
603603

604604
@pytest.mark.asyncio
605605
async def test_search_filter_extension_cql2text_s_within_property(app_client, ctx):
606-
filter = 'S_WITHIN("geometry",POLYGON((152.15052873427666 -33.82243006904891, 150.1000346138806 -34.257132625788756, 149.5776607193635 -32.514709769700254, 151.6262528041627 -32.08081674221862, 152.15052873427666 -33.82243006904891)))'
606+
filter = 'S_WITHIN("geometry",POLYGON((148.5776607193635 -35.257132625788756, 153.15052873427666 -35.257132625788756, 153.15052873427666 -31.080816742218623, 148.5776607193635 -31.080816742218623, 148.5776607193635 -35.257132625788756)))'
607607
params = {
608608
"filter": filter,
609609
"filter_lang": "cql2-text",

0 commit comments

Comments
 (0)