mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-03 19:42:27 +08:00
crlf -> lf
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import * as L from 'leaflet';
|
||||
import 'leaflet.polylinemeasure';
|
||||
|
||||
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'],
|
||||
attribution: '© <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
|
||||
}).addTo(map);
|
||||
|
||||
L.control.polylineMeasure().addTo(map);
|
||||
import * as L from 'leaflet';
|
||||
import 'leaflet.polylinemeasure';
|
||||
|
||||
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'],
|
||||
attribution: '© <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
|
||||
}).addTo(map);
|
||||
|
||||
L.control.polylineMeasure().addTo(map);
|
||||
|
||||
Reference in New Issue
Block a user