Merge branch 'v2_tiles'

This commit is contained in:
Petr Sloup 2016-08-19 08:28:19 +02:00
commit f21ee2691b
3 changed files with 325 additions and 276 deletions

View file

@ -26,7 +26,7 @@
"express": "4.14.0",
"glyph-pbf-composite": "0.0.2",
"handlebars": "4.0.5",
"mapbox-gl-native": "3.2.1",
"mapbox-gl-native": "3.3.2",
"mbtiles": "0.9.0",
"morgan": "1.7.0",
"nomnom": "1.8.1",

View file

@ -229,6 +229,13 @@
border-bottom-right-radius: 0;
}
.mapboxgl-marker {
position: absolute;
top: 0;
left: 0;
will-change: transform;
}
.mapboxgl-crosshair,
.mapboxgl-crosshair .mapboxgl-interactive,
.mapboxgl-crosshair .mapboxgl-interactive:active {

File diff suppressed because one or more lines are too long