markerclustererplus-rails 2.1.5 → 2.1.6
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: e3b32e8a6734028fe39f2478a8ea5660a738152c2beee31a2a48ce60fabd4387
|
|
4
|
+
data.tar.gz: cd1cc98d44e2d54c2d2fb1e169c3b17a31f81f2216f26fd0cd81ee27ff25af0e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 581d16abe06c4d41c7538037a078dc504162bdafa91e79f5e9a863cb6089d8c437fc543fe7437e546b30f52cf0b7f215731407168f3c24fdcc73ec97557f6ca8
|
|
7
|
+
data.tar.gz: 54a40e6c7893492fd5941005ef439c05ef6060f77c0530933df048689e705ecd6347bb30d5cb370470aa4b33496f5d0aaaf757d8fc45d1e52b22546d2ad4968f
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @name MarkerClustererPlus for Google Maps V3
|
|
3
|
-
* @version 2.1.
|
|
3
|
+
* @version 2.1.6 [February 19, 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.6
|
|
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
|
|
@@ -232,6 +232,7 @@ ClusterIcon.prototype.draw = function () {
|
|
|
232
232
|
var pos = this.getPosFromLatLng_(this.center_);
|
|
233
233
|
this.div_.style.top = pos.y + "px";
|
|
234
234
|
this.div_.style.left = pos.x + "px";
|
|
235
|
+
this.div_.style.zIndex = google.maps.Marker.MAX_ZINDEX + 1; // Put above all unclustered markers
|
|
235
236
|
}
|
|
236
237
|
};
|
|
237
238
|
|
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.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- RogerE
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-03-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: This gem provides the MarkerClustererPlus assets for your Rails application.
|
|
14
14
|
email:
|
|
@@ -49,7 +49,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
49
49
|
version: '0'
|
|
50
50
|
requirements: []
|
|
51
51
|
rubyforge_project: markerclustererplus-rails
|
|
52
|
-
rubygems_version: 2.7.
|
|
52
|
+
rubygems_version: 2.7.6
|
|
53
53
|
signing_key:
|
|
54
54
|
specification_version: 4
|
|
55
55
|
summary: Use MarkerClustererPlus with Rails Asset Pipeline
|