KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
Leaflet.Ellipse
★ 45
Open GitHub ↗
Ellipse type for Leaflet
Download README (.md)
Explore Similar Repositories
react-native-super-ellipse-mask
:
Apple flavored smooth corners for React Native
sbg_ros2_driver
:
ROS 2 driver for SBG Systems IMU/AHRS/INS units such as ELLIPSE or QUANTA.
cloud_gen
:
Procedural Generation of Clouds with Vector Graphics
ellipse-rcnn
:
A PyTorch implementation of Ellipse R-CNN
ellipsize
:
Ellipsizes a string at the nearest whitespace character near the end of allowed length
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Leaflet.Ellipse
?
Download (.md)
Leaflet.ellipse =============== A basic ellipse type for [Leaflet](http://leafletjs.com), a JS library for interactive maps. Allows specification of semi-major and semi-minor axis as well as a tilt degrees from west. *Supports Leaflet 1.0.0 or newer.* ## Supported browsers * Internet Explorer 10+ * Google Chrome * Safari * Firefox 17+ ## Demo A demo is available on the Github Pages webpage for Leaflet.ellipse [here](http://jdfergason.github.io/Leaflet.Ellipse/). ## Usage Include the ellipse javasript file: <script src="l.ellipse.js"></script> After instantiating the map create a new ellipse. var ellipse = L.ellipse([51.5, -0.09], [500, 100], 90).addTo(map); ## API *Factory method* L.ellipse( <LatLng> latlng, <Radii> radii, <Number> tilt, <Path options> options? ) * latlng - The position of the center of the ellipse. * radii - The semi-major and semi-minor axis in meters * tilt - The rotation of the ellipse in degrees from west * options - Options dictionary to pass to L.Path ## License This code is provided under the Apache 2.0 license.