Move the icon style color to its own example

This commit is contained in:
Alexandre Brault
2016-01-10 20:03:33 -05:00
parent 308565f8f4
commit 341ba5b859
4 changed files with 127 additions and 0 deletions

13
examples/icon-color.html Normal file
View File

@@ -0,0 +1,13 @@
---
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>