mapbox-gl-rails 1.7.0 → 1.8.1
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 +718 -643
- data/app/assets/stylesheets/mapbox-gl.scss +7 -0
- data/lib/mapbox-gl/rails/version.rb +2 -2
- metadata +2 -2
@@ -820,6 +820,13 @@ a.mapboxgl-ctrl-logo {
|
|
820
820
|
}
|
821
821
|
}
|
822
822
|
|
823
|
+
.mapboxgl-user-location-accuracy-circle {
|
824
|
+
background-color: rgba(29, 161, 242, 0.2);
|
825
|
+
width: 1px;
|
826
|
+
height: 1px;
|
827
|
+
border-radius: 100%;
|
828
|
+
}
|
829
|
+
|
823
830
|
.mapboxgl-crosshair {
|
824
831
|
cursor: crosshair;
|
825
832
|
|
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.8.1
|
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-
|
11
|
+
date: 2020-03-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|