1.0.9 • Published 4 years ago

beautifymarker v1.0.9

Weekly downloads
9,437
License
MIT (https://open...
Repository
github
Last release
4 years ago

BeautifyMarker

Leaflet.BeautifyIcon, a lightweight plugin that adds colorful iconic markers without images for Leaflet by giving full control of style to end user ( i.e. unlimited colors and many more...). It has also ability to adjust font awesome and glyphicon icons. Click here for Demo

JSFiddle Demo

JSFiddle Demo

Prerequisities

Installing

Add files in following order

Usage

Create markers as usual with Leaflet with L.BeautifyIcon.icon using available options from below. Example:

options = {
    icon: 'leaf',
    iconShape: 'marker'
};
L.marker([48.13710, 11.57539], {
    icon: L.BeautifyIcon.icon(options),
    draggable: true
}).addTo(map).bindPopup("popup").bindPopup("This is a BeautifyMarker");

Properties

Version

Current version of L.BeautyMarker is 1.0.9

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago