From 128021f07d1229b881037ca370402174321504eb Mon Sep 17 00:00:00 2001 From: bluantinoo Date: Wed, 15 Feb 2017 20:10:24 +0100 Subject: [PATCH 1/2] Added map styles property now it's possibile to add custom map styling --- js/jquery.gomap-1.3.3.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/jquery.gomap-1.3.3.js b/js/jquery.gomap-1.3.3.js index ea5ddb7..9fbaf55 100644 --- a/js/jquery.gomap-1.3.3.js +++ b/js/jquery.gomap-1.3.3.js @@ -145,7 +145,8 @@ scaleControl: opts.scaleControl, scrollwheel: opts.scrollwheel, zoom: opts.zoom, - disableDefaultUI: opts.uiDisabled //added by Nico 10/9/14 + disableDefaultUI: opts.uiDisabled, //added by Nico 10/9/14 + styles: opts.styles }; this.map = new google.maps.Map(el, myOptions); this.overlay = new MyOverlay(this.map); From 5e8b4526f4087b6454aac037ed786c3a066a4d21 Mon Sep 17 00:00:00 2001 From: bluantinoo Date: Thu, 16 Feb 2017 13:49:40 +0100 Subject: [PATCH 2/2] Update jquery.gomap-1.3.3.js --- js/jquery.gomap-1.3.3.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/jquery.gomap-1.3.3.js b/js/jquery.gomap-1.3.3.js index 9fbaf55..a5cf2bd 100644 --- a/js/jquery.gomap-1.3.3.js +++ b/js/jquery.gomap-1.3.3.js @@ -145,7 +145,7 @@ scaleControl: opts.scaleControl, scrollwheel: opts.scrollwheel, zoom: opts.zoom, - disableDefaultUI: opts.uiDisabled, //added by Nico 10/9/14 + disableDefaultUI: opts.uiDisabled, //added by Nico 10/9/14 styles: opts.styles }; this.map = new google.maps.Map(el, myOptions);