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: 9aaa94037a5e1700f881590186975c22f6f7d0c2f4df2ee0dc8135f797cc09f9
4
- data.tar.gz: 02f926fe7a6b5c1c244933cffda4a1f1c74bc07dd251479b8cdc2893e158fa24
3
+ metadata.gz: e3b32e8a6734028fe39f2478a8ea5660a738152c2beee31a2a48ce60fabd4387
4
+ data.tar.gz: cd1cc98d44e2d54c2d2fb1e169c3b17a31f81f2216f26fd0cd81ee27ff25af0e
5
5
  SHA512:
6
- metadata.gz: 496c2db184c7bbeae84aadbf2aa7a2f29493b37460a01658cdeb6e5368620f7488c4a58b19af039a007cf0589d7dca874902c328fceb4eca8d7e844befec5515
7
- data.tar.gz: 5e23772bf82df6dacca1b4532658252c7c3d4d81c95198c2543534cb7b7a66de060ca084eb72824c9a82188b3e4ffac449665bdf1c8f860cd7c32acfc55a6497
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.5 [July 21, 2016]
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.5
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
 
@@ -1,5 +1,5 @@
1
1
  module Markerclustererplus
2
2
  module Rails
3
- VERSION = "2.1.5"
3
+ VERSION = "2.1.6"
4
4
  end
5
5
  end
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.5
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-02-20 00:00:00.000000000 Z
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.2
52
+ rubygems_version: 2.7.6
53
53
  signing_key:
54
54
  specification_version: 4
55
55
  summary: Use MarkerClustererPlus with Rails Asset Pipeline