-
Notifications
You must be signed in to change notification settings - Fork 282
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
resolve trapezoidal distortion issues with project() instead of .latLngToLayerPoint() #341
Conversation
@sashadev-sky this was a partial solution, i think? Should we merge this to narrow the issue? |
@jywarren
Going to merge.. and try to write some tests for this 👍Did you say there was a 2nd problem with scale? |
@jywarren Also, I was tempted to bump the package # but we are starting to do that more often than not for PRs. I was wondering if that is a common practice for non-breaking bugs for a library that is meant to be used as a dependency? It's a little confusing for me because I understand that some libraries fix the bugs but wait until a batch of updates to release before publishing? |
Oh cool! Awesome! I think a few downstream users have reported
scale/distort bugs recently so hopefully this addresses those?
As to releases, I think it's good practice to release at 0.0.x (patch) for
any bugfix. If people want a slower, more stable release schedule, they can
use semver syntax in their package.json to point at only "minor" releases,
so 0.x.0. If you'd like, we can start using `0.0.0-rc1` (i think?) syntax
to offer release candidates for minor releases, before releasing a 0.x.0,
so as to let some bugs shake out first. But it's getting a little granular!
…On Fri, Aug 9, 2019 at 10:47 AM Sasha Boginsky ***@***.***> wrote:
Merged #341
<#341> into
main.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#341?email_source=notifications&email_token=AAAF6J4CGGFWGIHMGUB2F5LQDTZF5A5CNFSM4IABHGU2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOS63I5RA#event-2545323716>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAF6J7OBGRC34UN7DWP5BTQDTZF5ANCNFSM4IABHGUQ>
.
|
@jywarren I don't feel compelled to use it unless you would like to! Maybe we should revisit this after publishing version 1? |
Sure, sounds good!
…On Sun, Aug 11, 2019 at 5:43 AM Sasha Boginsky ***@***.***> wrote:
@jywarren <https://github.com/jywarren> I don't feel compelled to use it
unless you would like to! Maybe we should revisit this after publishing
version 1?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#341?email_source=notifications&email_token=AAAF6J3G5C2LCYTQXTZSB53QD7NJNA5CNFSM4IABHGU2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4A5PBI#issuecomment-520214405>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAF6J2RHZH724TYTVSBV53QD7NJNANCNFSM4IABHGUQ>
.
|
WIP fix for part of #301 #85