-
Notifications
You must be signed in to change notification settings - Fork 303
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
Feature/add bbox url precision #2243
Feature/add bbox url precision #2243
Conversation
9f5c654
to
aa91f0f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi and thanks for your PR! =)
It seems that our defaults are overfitting on IGN datasets, we may have to change them later (don't hesitate to open an issue if the defaults are causing issues with other datasets).
For the time we don't have any overfitting with IGN ortho data, only with omniscale Open Street Map. |
532985b
to
e2cf4ab
Compare
Sounds good to me! |
Description
When we try to use a custom WMS source (omniscale provider) we got some mistake if the coordinate in BBOX url is rounded.
Motivation and Context
We would like to set custom precision of BBOX passed in url to solve our problem.
In our case if bbox precision is
9
it's work.Screenshots
bboxUrlPrecision: 2
bboxUrlPrecision: 9