mapbox-gl-rails 1.8.1 → 1.9.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/mapbox-gl.js +2610 -2109
- data/app/assets/stylesheets/mapbox-gl.scss +10 -5
- data/lib/mapbox-gl/rails/version.rb +2 -2
- metadata +2 -2
@@ -3,12 +3,17 @@
|
|
3
3
|
overflow: hidden;
|
4
4
|
position: relative;
|
5
5
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
6
|
-
|
6
|
+
}
|
7
7
|
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
8
|
+
.mapboxgl-canvas {
|
9
|
+
position: absolute;
|
10
|
+
left: 0;
|
11
|
+
top: 0;
|
12
|
+
}
|
13
|
+
|
14
|
+
.mapboxgl-map:-webkit-full-screen {
|
15
|
+
width: 100%;
|
16
|
+
height: 100%;
|
12
17
|
}
|
13
18
|
|
14
19
|
.mapboxgl-canary {
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mapbox-gl-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.9.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nikita Bulai
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-03-
|
11
|
+
date: 2020-03-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|