markerclustererplus-rails 2.1.7 → 2.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1d913fd42eca83d85b60a9fc4da4fd1a3e801deb2bd31091b0e4e9b149603bb9
|
|
4
|
+
data.tar.gz: 2d9e0ef83ee339b2d8e3e5cc37d56f5e773027563a26bcf7e52a5ef5e397d047
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8b88765188fdbc6dd628da6451d1493f4b72635b496db7f83539dc2fba8172fdeb3f4778b9723f0906fb36b3f7ef3bcc594a39771d004f33df34af8df9f821cd
|
|
7
|
+
data.tar.gz: 50d5c529604a46ab58268076cc019fc20661b46eff2fcd3f891d6b7200cfaaad01d7bf3f19df0d219020d55b336470d25145c4be86a5f59f73e0a3246d4a883e
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @name MarkerClustererPlus for Google Maps V3
|
|
3
|
-
* @version 2.1.
|
|
3
|
+
* @version 2.1.8 [March 5, 2018]
|
|
4
4
|
* @author Gary Little
|
|
5
5
|
* @fileoverview
|
|
6
6
|
* The library creates and manages per-zoom-level clusters for large amounts of markers.
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* This file modified for use with the Rails asset pipeline
|
|
24
24
|
* https://github.com/RogerE/markerclustererplus-rails
|
|
25
25
|
* gem markerclustererplus-rails
|
|
26
|
-
* gem version 2.1.
|
|
26
|
+
* gem version 2.1.8
|
|
27
27
|
* @author Roger Ertesvag
|
|
28
28
|
* NOTE: to include the MarkerClustererPlus icons in the asset pipeline the gem overrides
|
|
29
29
|
* the original configuration for setting the icon properties. This means that changing
|
|
@@ -147,9 +147,10 @@ ClusterIcon.prototype.onAdd = function () {
|
|
|
147
147
|
});
|
|
148
148
|
|
|
149
149
|
// March 1, 2018: Fix for this 3.32 exp bug, https://issuetracker.google.com/issues/73571522
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
150
|
+
// But it doesn't work with earlier releases so back to the drawing board.
|
|
151
|
+
// google.maps.event.addDomListener(this.div_, "touchstart", function (e) {
|
|
152
|
+
// e.stopPropagation();
|
|
153
|
+
// });
|
|
153
154
|
|
|
154
155
|
google.maps.event.addDomListener(this.div_, "click", function (e) {
|
|
155
156
|
cMouseDownInCluster = false;
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: markerclustererplus-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- RogerE
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-03-
|
|
11
|
+
date: 2018-03-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: This gem provides the MarkerClustererPlus assets for your Rails application.
|
|
14
14
|
email:
|