leaflet-rails 0.4.5 → 0.5.0.beta1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/leaflet-rails/version.rb +1 -1
- data/vendor/assets/images/layers.png +0 -0
- data/vendor/assets/images/marker-icon.png +0 -0
- data/vendor/assets/images/marker-icon@2x.png +0 -0
- data/vendor/assets/images/marker-shadow.png +0 -0
- data/vendor/assets/javascripts/leaflet.js.erb +1919 -1213
- data/vendor/assets/stylesheets/leaflet.css.erb +227 -149
- data/vendor/assets/stylesheets/leaflet.ie.css +17 -4
- metadata +6 -7
- data/vendor/assets/images/zoom-in.png +0 -0
- data/vendor/assets/images/zoom-out.png +0 -0
@@ -25,11 +25,15 @@
|
|
25
25
|
margin-top: -1px;
|
26
26
|
}
|
27
27
|
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
|
28
|
-
border: 1px solid #
|
28
|
+
border: 1px solid #999;
|
29
|
+
}
|
30
|
+
.leaflet-popup-content-wrapper {
|
31
|
+
zoom: 1;
|
29
32
|
}
|
30
33
|
|
31
|
-
.leaflet-control-zoom
|
32
|
-
|
34
|
+
.leaflet-control-zoom,
|
35
|
+
.leaflet-control-layers {
|
36
|
+
border: 3px solid #999;
|
33
37
|
}
|
34
38
|
.leaflet-control-zoom a {
|
35
39
|
background-color: #eee;
|
@@ -39,6 +43,15 @@
|
|
39
43
|
}
|
40
44
|
.leaflet-control-layers-toggle {
|
41
45
|
}
|
42
|
-
.leaflet-control-attribution,
|
46
|
+
.leaflet-control-attribution,
|
47
|
+
.leaflet-control-layers,
|
48
|
+
.leaflet-control-scale-line {
|
43
49
|
background: white;
|
44
50
|
}
|
51
|
+
.leaflet-zoom-box {
|
52
|
+
filter: alpha(opacity=50);
|
53
|
+
}
|
54
|
+
.leaflet-control-attribution {
|
55
|
+
border-top: 1px solid #bbb;
|
56
|
+
border-left: 1px solid #bbb;
|
57
|
+
}
|
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: leaflet-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
5
|
-
prerelease:
|
4
|
+
version: 0.5.0.beta1
|
5
|
+
prerelease: 6
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Akshay Joshi
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2013-01-19 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: This gem provides the leaflet.js map display library for your Rails 3
|
15
15
|
application.
|
@@ -30,9 +30,8 @@ files:
|
|
30
30
|
- lib/leaflet-rails/version.rb
|
31
31
|
- vendor/assets/images/layers.png
|
32
32
|
- vendor/assets/images/marker-icon.png
|
33
|
+
- vendor/assets/images/marker-icon@2x.png
|
33
34
|
- vendor/assets/images/marker-shadow.png
|
34
|
-
- vendor/assets/images/zoom-in.png
|
35
|
-
- vendor/assets/images/zoom-out.png
|
36
35
|
- vendor/assets/javascripts/leaflet.js.erb
|
37
36
|
- vendor/assets/stylesheets/leaflet.css.erb
|
38
37
|
- vendor/assets/stylesheets/leaflet.ie.css
|
@@ -51,9 +50,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
51
50
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
52
51
|
none: false
|
53
52
|
requirements:
|
54
|
-
- - ! '
|
53
|
+
- - ! '>'
|
55
54
|
- !ruby/object:Gem::Version
|
56
|
-
version:
|
55
|
+
version: 1.3.1
|
57
56
|
requirements: []
|
58
57
|
rubyforge_project: leaflet-rails
|
59
58
|
rubygems_version: 1.8.23
|
Binary file
|
Binary file
|