mapbox-rails 1.0.3.1 → 1.6.1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of mapbox-rails might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/README.md +0 -6
- data/lib/mapbox-rails/remote_resource_loader.rb +17 -15
- data/lib/mapbox-rails/version.rb +2 -2
- data/vendor/assets/images/icons-000000.png +0 -0
- data/vendor/assets/images/icons-000000@2x.png +0 -0
- data/vendor/assets/images/icons-ffffff.png +0 -0
- data/vendor/assets/images/icons-ffffff@2x.png +0 -0
- data/vendor/assets/images/layers-2x.png +0 -0
- data/vendor/assets/images/layers.png +0 -0
- data/vendor/assets/javascripts/mapbox.js +8796 -7823
- data/vendor/assets/stylesheets/mapbox.css.scss +763 -0
- metadata +16 -12
- data/vendor/assets/stylesheets/mapbox.css.sass +0 -588
- data/vendor/assets/stylesheets/mapbox.ie.css +0 -51
@@ -1,51 +0,0 @@
|
|
1
|
-
.leaflet-vml-shape {
|
2
|
-
width: 1px;
|
3
|
-
height: 1px;
|
4
|
-
}
|
5
|
-
.lvml {
|
6
|
-
behavior: url(#default#VML);
|
7
|
-
display: inline-block;
|
8
|
-
position: absolute;
|
9
|
-
}
|
10
|
-
|
11
|
-
.leaflet-control {
|
12
|
-
display: inline;
|
13
|
-
}
|
14
|
-
|
15
|
-
.leaflet-popup-tip {
|
16
|
-
width: 21px;
|
17
|
-
_width: 27px;
|
18
|
-
margin: 0 auto;
|
19
|
-
_margin-top: -3px;
|
20
|
-
|
21
|
-
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
|
22
|
-
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
|
23
|
-
}
|
24
|
-
.leaflet-popup-tip-container {
|
25
|
-
margin-top: -1px;
|
26
|
-
}
|
27
|
-
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
|
28
|
-
border: 1px solid #999;
|
29
|
-
}
|
30
|
-
.leaflet-popup-content-wrapper {
|
31
|
-
zoom: 1;
|
32
|
-
}
|
33
|
-
|
34
|
-
.leaflet-control-zoom,
|
35
|
-
.leaflet-control-layers {
|
36
|
-
border: 3px solid #999;
|
37
|
-
}
|
38
|
-
.leaflet-control-layers-toggle {
|
39
|
-
}
|
40
|
-
.leaflet-control-attribution,
|
41
|
-
.leaflet-control-layers,
|
42
|
-
.leaflet-control-scale-line {
|
43
|
-
background: white;
|
44
|
-
}
|
45
|
-
.leaflet-zoom-box {
|
46
|
-
filter: alpha(opacity=50);
|
47
|
-
}
|
48
|
-
.leaflet-control-attribution {
|
49
|
-
border-top: 1px solid #bbb;
|
50
|
-
border-left: 1px solid #bbb;
|
51
|
-
}
|