14 lines
572 B
HTML
14 lines
572 B
HTML
---
|
|
layout: example.html
|
|
title: Icon Colors
|
|
shortdesc: Example assigning a custom color to an icon
|
|
docs: >
|
|
Example assigning a custom color to an icon. The features in this examples are all using the same image with the different colors coming from the javascript file
|
|
tags: "vector, style, icon, marker"
|
|
resources:
|
|
- https://code.jquery.com/jquery-1.11.2.min.js
|
|
- https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css
|
|
- https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js
|
|
---
|
|
<div id="map" class="map"><div id="popup"></div></div>
|