leaflet-rails 0.4.0.alpha2 → 0.4.0alpha3
Sign up to get free protection for your applications and to get access to all the features.
@@ -154,11 +154,11 @@ a.leaflet-active {
|
|
154
154
|
height: 27px;
|
155
155
|
}
|
156
156
|
.leaflet-control-zoom-in {
|
157
|
-
background-image: url(zoom-in.png);
|
157
|
+
background-image: url(<%= asset_path 'zoom-in.png' %>);
|
158
158
|
margin-bottom: 5px;
|
159
159
|
}
|
160
160
|
.leaflet-control-zoom-out {
|
161
|
-
background-image: url(zoom-out.png);
|
161
|
+
background-image: url(<%= asset_path 'zoom-out.png' %>);
|
162
162
|
}
|
163
163
|
|
164
164
|
.leaflet-control-layers {
|
@@ -169,7 +169,7 @@ a.leaflet-active {
|
|
169
169
|
border-radius: 8px;
|
170
170
|
}
|
171
171
|
.leaflet-control-layers a {
|
172
|
-
background-image: url(layers.png);
|
172
|
+
background-image: url(<%= asset_path 'layers.png' %>);
|
173
173
|
width: 36px;
|
174
174
|
height: 36px;
|
175
175
|
}
|
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.4.
|
5
|
-
prerelease:
|
4
|
+
version: 0.4.0alpha3
|
5
|
+
prerelease: 5
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Akshay Joshi
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-
|
12
|
+
date: 2012-05-12 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.
|
@@ -29,12 +29,11 @@ files:
|
|
29
29
|
- lib/leaflet-rails/version.rb
|
30
30
|
- vendor/assets/images/layers.png
|
31
31
|
- vendor/assets/images/marker-shadow.png
|
32
|
-
- vendor/assets/images/marker.png
|
33
32
|
- vendor/assets/images/popup-close.png
|
34
33
|
- vendor/assets/images/zoom-in.png
|
35
34
|
- vendor/assets/images/zoom-out.png
|
36
|
-
- vendor/assets/javascripts/leaflet.js
|
37
|
-
- vendor/assets/stylesheets/leaflet.css
|
35
|
+
- vendor/assets/javascripts/leaflet.js.erb
|
36
|
+
- vendor/assets/stylesheets/leaflet.css.erb
|
38
37
|
- vendor/assets/stylesheets/leaflet.ie.css
|
39
38
|
homepage: ''
|
40
39
|
licenses: []
|
@@ -56,7 +55,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
56
55
|
version: 1.3.1
|
57
56
|
requirements: []
|
58
57
|
rubyforge_project: leaflet-rails
|
59
|
-
rubygems_version: 1.8.
|
58
|
+
rubygems_version: 1.8.19
|
60
59
|
signing_key:
|
61
60
|
specification_version: 3
|
62
61
|
summary: Use leaflet.js with Rails 3.
|
Binary file
|