Remove popup code from color example

This commit is contained in:
Alexandre Brault
2016-01-13 08:31:57 -05:00
parent 341ba5b859
commit 2d151fb353
2 changed files with 1 additions and 44 deletions
+1 -4
View File
@@ -6,8 +6,5 @@ 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>
<div id="map" class="map"></div>