Merge branch 'v2_tiles'
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@
|
|||||||
"express": "4.14.0",
|
"express": "4.14.0",
|
||||||
"glyph-pbf-composite": "0.0.2",
|
"glyph-pbf-composite": "0.0.2",
|
||||||
"handlebars": "4.0.5",
|
"handlebars": "4.0.5",
|
||||||
"mapbox-gl-native": "3.2.1",
|
"mapbox-gl-native": "3.3.2",
|
||||||
"mbtiles": "0.9.0",
|
"mbtiles": "0.9.0",
|
||||||
"morgan": "1.7.0",
|
"morgan": "1.7.0",
|
||||||
"nomnom": "1.8.1",
|
"nomnom": "1.8.1",
|
||||||
|
|||||||
@@ -229,6 +229,13 @@
|
|||||||
border-bottom-right-radius: 0;
|
border-bottom-right-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mapboxgl-marker {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
will-change: transform;
|
||||||
|
}
|
||||||
|
|
||||||
.mapboxgl-crosshair,
|
.mapboxgl-crosshair,
|
||||||
.mapboxgl-crosshair .mapboxgl-interactive,
|
.mapboxgl-crosshair .mapboxgl-interactive,
|
||||||
.mapboxgl-crosshair .mapboxgl-interactive:active {
|
.mapboxgl-crosshair .mapboxgl-interactive:active {
|
||||||
|
|||||||
+317
-275
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user