Skip to content

IITC-CE/Leaflet.Geodesic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Geodesic polylines, polygons and circles for Leaflet 1.x.

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.

L.GeodesicPolyline

L.geodesicPolyline(<LatLng[]> latlngs, <Polyline options> options?)

L.GeodesicPolygon

L.geodesicPolygon(<LatLng[]> latlngs, <Polyline options> options?)

L.GeodesicCircle

L.geodesicCircle(<LatLng> latlng, <Circle options> options?)

(obsolete way)

L.geodesicCircle(<LatLng> latlng, radius, <Circle options> options?)

About

Geodesic polylines, polygons and circles for Leaflet 1.x

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%