From 8e06dd535c698f0a00b3ff0ebceb9daf60e4b26a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Da=C4=9Fhan=20G=C3=BCnay?= Date: Sat, 26 Aug 2017 21:55:05 +0000 Subject: [PATCH] feat(marker): add custom label support * Addition of custom label support for along with examples - Original author: @RGFnaGFuIEd1bmF5 - Original commits: fa96f29, 9aefc2c --- public/index.html | 1 + src/app/App.js | 2 + src/app/containers/Application.js | 5 + .../pages/addons/MarkerWithLabelExample.js | 49 ++++++ src/app/pages/addons/index.js | 3 + src/app/pages/addons/markerWithLabel.css | 96 ++++++++++++ src/lib/Marker.js | 141 ++++++++++++++---- 7 files changed, 266 insertions(+), 31 deletions(-) create mode 100644 src/app/pages/addons/MarkerWithLabelExample.js create mode 100644 src/app/pages/addons/markerWithLabel.css diff --git a/public/index.html b/public/index.html index 0cd7fa39..4cd6bf79 100644 --- a/public/index.html +++ b/public/index.html @@ -21,6 +21,7 @@ +