Fix tests

This commit is contained in:
Rinat Sultanov
2017-11-06 17:06:38 +06:00
parent 614324fb30
commit 4df9c02130

View File

@@ -1,8 +1,4 @@
import * as L from 'leaflet';
import 'leaflet.polylinemeasure';
let map = L.map('map', {center: L.latLng(43.24209, 76.87743), zoom:15});
const map = L.map('map', {center: L.latLng(43.24209, 76.87743), zoom:15});
L.tileLayer("http://{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png", {
subdomains:['a', 'b', 'c'],