From 30cb91b1ddf7a1722e4e43e77fb50b33f6915db2 Mon Sep 17 00:00:00 2001 From: Ruben Cid Date: Sat, 16 Aug 2014 14:52:01 +0200 Subject: [PATCH] v1 --- README.md | 41 +++++++++---------- demo.html | 17 ++++++-- open-map.html | 12 ++++-- open-marker.html | 100 ++++++++++++++++++++++++++++++++++------------- 4 files changed, 114 insertions(+), 56 deletions(-) diff --git a/README.md b/README.md index c1db32f..c654dcb 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ Tech `` use: * [Mapbox] - Awesome library for use Open Maps * [Polymer] - Awesome framework for web components. -* [FortAwesome] - Icons for markers, you can set it into `icon` attribute or also you can use [maki] icons. - +* [maki] - Native icons for mapbox. `` + Use guide -------------- ##### Install open-map component using [bower]. @@ -44,11 +44,11 @@ $ bower install open-map#master longitude="1.433900"> + icon="{'icon':'pitch', 'markerColor':'#000'}"> diff --git a/open-map.html b/open-map.html index 40b28d4..3fbd617 100644 --- a/open-map.html +++ b/open-map.html @@ -1,5 +1,6 @@