@@ -530,11 +530,11 @@ async def test_search_filter_extension_s_within_property(app_client, ctx):
530
530
within_geom = {
531
531
"coordinates" : [
532
532
[
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 ],
538
538
]
539
539
],
540
540
"type" : "Polygon" ,
@@ -603,7 +603,7 @@ async def test_search_filter_extension_cql2text_s_contains_property(app_client,
603
603
604
604
@pytest .mark .asyncio
605
605
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 )))'
607
607
params = {
608
608
"filter" : filter ,
609
609
"filter_lang" : "cql2-text" ,
0 commit comments