Skip to content

Fragger/Leaflet.Geodesic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Geodesic polylines and polygons for Leaflet

Adds:

L.GeodesicPolyline( <LatLng[]> latlngs, <Polyline options> options? )
L.GeodesicPolygon( <LatLng[]> latlngs, <Polyline options> options? )
L.GeodesicMultiPolyline( <LatLng[][]> latlngs, <Polyline options> options? )
L.GeodesicMultiPolygon( <LatLng[][]> latlngs, <Polyline options> options? )

These will follow the curvature of the Earth and are used just like the normal versions of the constructors that are rendered as straight lines on the screen

About

Geodesic polylines and polygons for Leaflet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published