1.0.1 • Published 5 years ago

leaflet.draw-arc v1.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

Leaflet.draw-arc

Leaflet Draw support for leaflet.arc inspired by Leaflet.ellipse. Checkout the Demo

Important

Leaflet.draw-arc requires

How to

Traditional

Include Leaflet.draw-arc.js in your html

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

Webpack as non es6 module

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

ES6 module

TODO

Usage

See Leaflet.draw and leaflet.arc.

Checkout

leaflet.box - Leaflet Box drawing.

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

leaflet.sector - Leaflet Sector drawing.

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

License

This code is provided under the Apache 2.0 license.

1.0.1

5 years ago

1.0.0

7 years ago