Spell checking, s-z, plus a couple of missed ones.
This commit is contained in:
2
external/L.Geodesic.js
vendored
2
external/L.Geodesic.js
vendored
@ -90,7 +90,7 @@ Modified by qnstie 2013-07-17 to maintain compatibility with Leaflet.draw
|
||||
|
||||
// geodesic calculations have issues when crossing the anti-meridian. so offset the points
|
||||
// so this isn't an issue, then add back the offset afterwards
|
||||
// a center longitude would be ideal - but the start point logitude will be 'good enough'
|
||||
// a center longitude would be ideal - but the start point longitude will be 'good enough'
|
||||
var lngOffset = latlngs[0].lng;
|
||||
|
||||
// points are wrapped after being offset relative to the first point coordinate, so they're
|
||||
|
Reference in New Issue
Block a user