Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.34 KB

README.md

File metadata and controls

44 lines (26 loc) · 1.34 KB

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.