Skip to content

Latest commit

 

History

History
executable file
·
47 lines (30 loc) · 1.03 KB

README.md

File metadata and controls

executable file
·
47 lines (30 loc) · 1.03 KB

leaflet.editableMarker

==================

Leaflet EditableMarker is a Leaflet plugin which allows to tarnsform size and angle of Markers interactively. Forked from great plugin Leaflet.orientedmarker by Alexandre DAVID

Warning: needs window.requestAnimationFrame

Demo

Simple example

Installation

npm install leaflet-editable-marker

Simple example

This example adds marker and turns on transformation mode:

L.editableMarker([45.801104, 4.775398], {
    angle: 45,
    percent: 150
}).addTo(map).activateTransformation();

Methods

activateTransformation()

Activates transformation mode

finishTransformation()

Exit transformation mode (finish editing with saved changes)

setAngle(angle)

Set angle in deg, number

setPercent(percent)

Set size percentage, number