umap-project / Leaflet.Measurable

Measure control for Leaflet made with Leaflet.Editable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Leaflet.Measurable

Leaflet measure control made with Leaflet.Editable.

Dependencies

  • leaflet > 1.0.0
  • leaflet-editable

Usage

map.addControl(new L.MeasureControl());

You can also add a position option for L.MeasureControl.

map.addControl(new L.MeasureControl({position:"topright"}));

About

Measure control for Leaflet made with Leaflet.Editable


Languages

Language:JavaScript 88.6%Language:CSS 11.4%