Fragger / Leaflet.Geodesic

Geodesic polylines and polygons for Leaflet
http://fragger.github.io/Leaflet.Geodesic/
BSD 2-Clause "Simplified" License
14 stars 3 forks source link

Not working fine in Leaflet 1.2.0 #3

Open CleberDSantos opened 7 years ago

CleberDSantos commented 7 years ago

I needed to change:

image

To d2r = Math.PI/180, r2d = 180/Math.PI,

Because the leaflet there isn't the properties

johnd0e commented 5 years ago

4