JSPM

@jjwtay/leaflet.draw-ellipse

2.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 20
  • Score
    100M100P100Q65051F
  • License ISC

leaflet plugin for drawing ellipse

Package Exports

  • @jjwtay/leaflet.draw-ellipse

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@jjwtay/leaflet.draw-ellipse) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

leaflet-draw-ellipse

Leaflet plugin for drawing ellipse

Parts of leaflet-draw-ellipse support for leaflet.ellipse inspired by Leaflet.draw-ellipse. Checkout the Demo

Important

Leaflet.draw-ellipse requires

How to

Traditional

Include Leaflet.draw.ellipse.js in your html

<script src='/path/to/leaflet.ellipse></script>
<script src='/path/to/Leaflet.draw-ellipse.js'></script>

Webpack as non es6 module

import './path/to/leaflet.ellipse'
import './path/to/Leaflet.draw-ellipse'

ES6 module

TODO

Usage

See Leaflet.draw and leaflet.ellipse.

Checkout

leaflet.arc - Leaflet Arc drawing.

leaflet.draw-arc - Leaflet Draw support for leaflet.arc.

leaflet.box - Leaflet Box(rotatable rectangle) drawing.

leaflet.draw-box - Leaflet Draw support for leaflet.box.

License

This code is provided under the Apache 2.0 license.