-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with BBOX filter - [ows:BoundingBox] must be an array #9
Comments
I had the same problem, I think I fixed it by commenting this lines:
in filter.js |
@HugoJBello apologies if i didn't get back to you on this. I had put in pause this dev. Indeed your fix solves the issue. Thanks a lot for that. For the time-being i'm overwriting it on my side, but i hope this fix will be done in the ows.js library. |
@eblondel I also bump on this issue. Remarking the mentioned code helps not to fall on conversion JSON--> XML level.
Regards, |
I've tried to apply a BBOX filter (paying attention to
lat, lon
order). With theGetRecords
I get this messageArgument [ows:BoundingBox] must be an array
. Do you have any idea how to solve that? Thanks a lot for your replyThe text was updated successfully, but these errors were encountered: