1.0.2 • Published 2 years ago

aktionskarten-marker v1.0.2

Weekly downloads
10
License
MIT
Repository
github
Last release
2 years ago

AktionskartenMarker Build Status

Implements the markers used by https://aktionskarten.noblogs.org for Leaflet StyleEditor.

Image: cc-by-nc-nd
by https://aktionskarten.noblogs.org

Usage

Include AktionskartenMarker.js and AktionskartenMarkers.css.

<script src="https://aktionskarten.github.io/AktionskartenMarker/AktionskartenMarker.js"></script>
<link rel="stylesheet" href="https://aktionskarten.github.io/AktionskartenMarker/AktionskartenMarker.css" />

Initialize the StyleEditor with AktionskartenMarkers.

var styleEditor = L.control.styleEditor({
    position: "topleft",
    markerType: L.StyleEditor.marker.AktionskartenMarker,
});
map.addControl(styleEditor);

Examples

Without or with leaflet.draw.

1.0.2

2 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago