{"_id":"leaflet-ellipse","_rev":"1-509fac4dbf22757d23c1d5ee356a6eb9","name":"leaflet-ellipse","description":"A basic ellipse type for Leaflet, a JS library for interactive maps.","dist-tags":{"latest":"0.9.1"},"versions":{"0.9.1":{"name":"leaflet-ellipse","version":"0.9.1","description":"A basic ellipse type for Leaflet, a JS library for interactive maps.","main":"l.ellipse.js","repository":{"type":"git","url":"git://github.com/jdfergason/Leaflet.Ellipse.git"},"keywords":["gis","map"],"license":"Apache 2.0","gitHead":"f8b1fcabaf87e9d4db4600e267332f96efc16746","bugs":{"url":"https://github.com/jdfergason/Leaflet.Ellipse/issues"},"homepage":"https://github.com/jdfergason/Leaflet.Ellipse#readme","_id":"leaflet-ellipse@0.9.1","_npmVersion":"5.5.1","_nodeVersion":"6.11.4","_npmUser":{"name":"nivanka","email":"nivanka@silverstripers.com"},"dist":{"integrity":"sha512-WaTh+/7dwtn8h+WsUebxl2KS4diZ9Cpci5dBlzp92pSLNeWGLlmFz0/WTzeyVwxrYwojZHZvYfVmT2Xv9u5TCA==","shasum":"abef7447dd0cfc69fd1f3bec07f0e3d59a7ecfa2","tarball":"https://registry.npmjs.org/leaflet-ellipse/-/leaflet-ellipse-0.9.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICkFij+FKdnGWn9CrjT4MNWq2rpKvSu3+R4lNMynGKf6AiEA7K/ik2MIUFjSY3veN8KDMdCx+0jo7SbgHCr54FFrir8="}]},"maintainers":[{"name":"nivanka","email":"nivanka@silverstripers.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/leaflet-ellipse-0.9.1.tgz_1514959087215_0.6535452594980597"}}},"readme":"Leaflet.ellipse\n===============\n\nA basic ellipse type for [Leaflet](http://leafletjs.com), a JS \nlibrary for interactive maps.  Allows specification of semi-major and\nsemi-minor axis as well as a tilt degrees from west.\n\n*Supports Leaflet 1.0.0 or newer.*\n\n## Supported browsers\n\n* Internet Explorer 10+\n* Google Chrome\n* Safari\n* Firefox 17+\n\n## Demo\n\nA demo is available on the Github Pages webpage for Leaflet.ellipse [here](http://jdfergason.github.io/Leaflet.Ellipse/).\n\n## Usage\n\nInclude the ellipse javasript file:\n\n    <script src=\"l.ellipse.js\"></script>\n\nAfter instantiating the map create a new ellipse.\n\n    var ellipse = L.ellipse([51.5, -0.09], [500, 100], 90).addTo(map);\n\n## API\n\n*Factory method*\n\n    L.ellipse( <LatLng> latlng, <Radii> radii, <Number> tilt, \n               <Path options> options? )\n\n * latlng  - The position of the center of the ellipse.\n * radii   - The semi-major and semi-minor axis in meters\n * tilt    - The rotation of the ellipse in degrees from west\n * options - Options dictionary to pass to L.Path\n\n## License\n\nThis code is provided under the Apache 2.0 license.\n","maintainers":[{"name":"nivanka","email":"nivanka@silverstripers.com"}],"time":{"modified":"2022-05-07T18:33:22.352Z","created":"2018-01-03T05:58:07.308Z","0.9.1":"2018-01-03T05:58:07.308Z"},"homepage":"https://github.com/jdfergason/Leaflet.Ellipse#readme","keywords":["gis","map"],"repository":{"type":"git","url":"git://github.com/jdfergason/Leaflet.Ellipse.git"},"bugs":{"url":"https://github.com/jdfergason/Leaflet.Ellipse/issues"},"license":"Apache 2.0","readmeFilename":"README.md"}