Conversation
…heat libraries that are compatible with Leaflet 1.x
…into the leaflet distro
|
I'll take a look at it today.
…On Tue, Dec 20, 2016 at 8:33 AM, Nathan Reese ***@***.***> wrote:
Map zooming produces weird artifacts like those described in leaflet
issues 4774 <Leaflet/Leaflet#4774> and 4247
<Leaflet/Leaflet#4247>. Looks like this is an
issue caused by the old leaflet CSS. Any ideas on how to fix?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#24 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AQ1gDQIjz8mo7m6I2F7yC-hLsRn54JqGks5rJ_VYgaJpZM4LQ9Yt>
.
--
Jonathan M. Schendt
Software Engineer - Integrity Applications Incorporated
19023 E Low Dr
Aurora, CO 80015
608.728.0053
ACM Member # 3629480
Jon.Schendt@gmail.com
|
…heat libraries that are compatible with Leaflet 1.x
…into the leaflet distro
|
your gif is showing the issue. See how the vectors jump off of their lat/lon. That should not happen and is very jolting. Switch back to leaflet 0.7 and do some zooms. It should look like that |
|
I checked Leaflet 0.7 before I made the gif. Leaflet 0.7 looks worse in terms of vector distortion. I forced the leaflet css in vis.html, and there are some minor improvements, but there's still a little distortion. |
…ed the .js and .css files into the lib directory, modified .css to only style etm plugin
|
Zooming looks good now. There seems to be something wrong with leaflet.draw and drawing a polygon. In the old version, double clicking closed the polygon. Now that does not work. You can not even close the shape by clicking on the last point. |
public/vis.html
Outdated
| @@ -1,4 +1,6 @@ | |||
| <link type='text/css' rel='stylesheet' href='../node_modules/leaflet/dist/leaflet.css'/> | |||
There was a problem hiding this comment.
This line should be removed since leaflet.css is no longer in node/modules
|
I think we're seeing something similar to: Clockwise drawing of polygon fails + cannot close polygon on Windows + Chrome #637 I'll pull the latest leaflet.draw and see if that fixes the issues on Chrome+IE |
…porate new changes that address polyline creation on chrome/IE


Updates for Leaflet 1.x