-
-
Notifications
You must be signed in to change notification settings - Fork 684
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
Fix maxZoom #2557
Fix maxZoom #2557
Conversation
The documentation says: > and zoomed to the required level of detail using an integer from 0 (for global detail) to 20 (for building level detail) but the HTML declares a `maxZoom` of 19.
Alternatively we could change the docs. |
Is it 'normal' that towncrier fails? |
Yes - if you haven't provided a change note |
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.
Thanks; In addition to the change note requirement that I flagged in a separate comment, the same change will also need to be made to the Winforms backend, as it also uses the embedded web view approach.
The documentation mentions 20, but here it's hardcoded to 19.
changes/mapview-maxZoom-fix.md
Outdated
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.
This filename should be 2557.misc.rst
to placate the town crier check.
I don't quite understand the thing about the towncrier file. The docs say:
It doesn't mention how it should be named or what format.
The folder is empty except for the template that collects them all in one file, I guess. |
Those instructions could probably be clearer; it links to the Towncrier docs, which IIRC used to be a lot more concise about what filenames and content to use. As noted in my comment inline - it should be |
I'll try some rephrasing. |
Is it normal that
? |
WIP, will propose another PR: StyXman/toga@mapview-maxZoom-fix...contribute-code-towncrier I still need some clarification about the emptiness of the |
Only when you submit a pull request right after we cut a release :-) If this PR had been submitted 24 hours ago, that folder would have had a hundred files in it. So, that's an edge case, to be sure. |
Thanks for the fix! |
The documentation says:
but the HTML declares a
maxZoom
of 19.PR Checklist: