Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deyihu/maptalks-awesome-markers

Font Awesome Icons on maptalks https://deyihu.github.io/src/maptalks-awesome-markers/examples
https://github.com/deyihu/maptalks-awesome-markers

List: maptalks-awesome-markers

Last synced: 20 days ago
JSON representation

Font Awesome Icons on maptalks https://deyihu.github.io/src/maptalks-awesome-markers/examples

Awesome Lists containing this project

README

        

Font Awesome Icons on maptalks

inspired by https://github.com/lvoogdt/Leaflet.awesome-markers

![](gallery.png)

[demo](https://deyihu.github.io/src/maptalks-awesome-markers/examples/)


how to use?

var marker = new maptalks.AwesomeMarker([-0.123049,51.49856], {
icon:'coffee',
markerColor:'darkred',
iconColor: '#f28f82',

});
marker.addTo(map).show();