leaflet-rails 1.9.2 → 1.9.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -64,6 +64,11 @@
64
64
  padding: 0;
65
65
  }
66
66
 
67
+ .leaflet-container img.leaflet-tile {
68
+ /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
69
+ mix-blend-mode: plus-lighter;
70
+ }
71
+
67
72
  .leaflet-container.leaflet-touch-zoom {
68
73
  -ms-touch-action: pan-x pan-y;
69
74
  touch-action: pan-x pan-y;
@@ -445,12 +450,10 @@ svg.leaflet-image-layer.leaflet-interactive path {
445
450
  line-height: 1.1;
446
451
  padding: 2px 5px 1px;
447
452
  white-space: nowrap;
448
- overflow: hidden;
449
453
  -moz-box-sizing: border-box;
450
454
  box-sizing: border-box;
451
-
452
- background: #fff;
453
- background: rgba(255, 255, 255, 0.5);
455
+ background: rgba(255, 255, 255, 0.8);
456
+ text-shadow: 1px 1px #fff;
454
457
  }
455
458
  .leaflet-control-scale-line:not(:first-child) {
456
459
  border-top: 2px solid #777;
@@ -652,7 +655,7 @@ svg.leaflet-image-layer.leaflet-interactive path {
652
655
  }
653
656
 
654
657
  /* Printing */
655
-
658
+
656
659
  @media print {
657
660
  /* Prevent printers from removing background-images of controls. */
658
661
  .leaflet-control {
metadata CHANGED
@@ -1,17 +1,31 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: leaflet-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.2
4
+ version: 1.9.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Akshay Joshi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-14 00:00:00.000000000 Z
11
+ date: 2023-09-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: rails
14
+ name: railties
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: 4.2.0
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: 4.2.0
27
+ - !ruby/object:Gem::Dependency
28
+ name: actionpack
15
29
  requirement: !ruby/object:Gem::Requirement
16
30
  requirements:
17
31
  - - ">="
@@ -52,7 +66,7 @@ dependencies:
52
66
  - - ">="
53
67
  - !ruby/object:Gem::Version
54
68
  version: '0'
55
- description: This gem provides the leaflet.js map display library for your Rails 4/5
69
+ description: This gem provides the leaflet.js map display library for your Rails 4+
56
70
  application.
57
71
  email:
58
72
  - leaflet_rails@akshayjoshi.com