# Leaflet.MeasureControl **Repository Path**: opengis-leaflet/Leaflet.MeasureControl ## Basic Information - **Project Name**: Leaflet.MeasureControl - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-30 - **Last Updated**: 2021-07-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Leaflet.MeasureControl ====================== Leaflet control to mesure distances on the map. Requires [Leaflet.Draw](https://github.com/leaflet/Leaflet.Draw#readme) Check out the [demo](http://makinacorpus.github.io/Leaflet.MeasureControl/) Install ------- ```shell npm install leaflet.measurecontrol ``` Usage ----- As map option: ```js var map = L.map('map', { measureControl:true }); ``` Or like any control: ```js L.Control.measureControl().addTo(map); ``` Development ----------- ```shell npm install # install dependencies npm run release # minify js and copy sources in docs (example) ``` Changelog --------- See [CHANGELOG.md](./CHANGELOG.md). Authors ------- * Gilles Bassière * Alexandra Janin [![Makina Corpus](http://depot.makina-corpus.org/public/logo.gif)](http://makinacorpus.com)