@@ -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
605605async 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