We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d42a50a + f301e79 commit be5df4fCopy full SHA for be5df4f
app.js
@@ -1,15 +1,5 @@
1
var map = L.map('map').setView([-0.2200455, -78.5009917], 10),
2
- wayPoints = [
3
- // L.latLng(-0.128265, -78.362528),
4
- // L.latLng(-0.9322002, -78.6225983),
5
- // L.latLng(-0.95585, -78.850288),
6
- // L.latLng(-0.8700321, -78.8993113),
7
- // L.latLng(-1.6746425, -78.6502389),
8
- // L.latLng(-1.4693018, -78.8169396),
9
- // L.latLng(-2.0556571, -78.76386),
10
- // L.latLng(-2.201431, -78.846513),
11
- // L.latLng(-2.2013104, -78.8477451),
12
- ],
+ wayPoints = [],
13
myStyle = {
14
color: '#ff7800',
15
weight: 5,
0 commit comments