Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/deyihu/maptalks-awesome-markers
- Owner: deyihu
- License: bsd-3-clause
- Created: 2018-02-25T06:20:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-12T05:50:44.000Z (almost 5 years ago)
- Last Synced: 2024-05-20T22:38:59.505Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 521 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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();