-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathleaflet.js
More file actions
21 lines (20 loc) · 795 Bytes
/
leaflet.js
File metadata and controls
21 lines (20 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// var marker = L.marker([]).addTo(mymap);
// var map = L.map('map', {scrollWheelZoom:false}).setView([43.64701, -79.39425], 15);
//
// L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', {
// attribution: '© <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
// }).addTo(map);
//
// var marker = L.marker([403213, 742150]).addTo(map);
// var locations = [
//
// [ "GreenDrop Donation",403213,742150, "The Salvation Army Store & Donation Center",404756,740035,
// "The Salvation Army Family Store & Donation Center",404530,740237, "Planet Aid - New Jersey and New York",405203,741700]
// ];
//
// marker = new L.marker([403213, 742150]);
// marker.addTo(map);
//
// for num in locations:
// print(num)
// 1,2,3,4,1]