UNPKG

leaflet.pm-measure-path

Version:

This package combine leaflet.pm package with leaflet-measure-path package to enhance the drawing tool with measurements

21 lines (16 loc) 382 B
<h1 align="center"> Leaflet PM Measure Path </h1> <p align="center"> <strong>Leaflet Plugin Which Combine Leaflet.PM and Leaflet Measure Path</strong><br> </p> ### Installation #### Install via npm ``` npm i leaflet.pm-measure-path ``` #### Include as ES6 Module ```js import 'leaflet.pm-measure-path'; import 'leaflet.pm-measure-path/dist/leaflet.pm-measure-path.css'; ```