mohsen-angular-leaflet-directive
Version:
angular-leaflet-directive - An AngularJS directive to easily interact with Leaflet maps
22 lines (21 loc) • 599 B
JSON
{
"p1": {
"color": "red",
"weight": 8,
"latlngs": [
{ "lat": 51.50, "lng": -0.082 },
{ "lat": 48.83, "lng": 2.37 },
{ "lat": 41.91, "lng": 12.48 }
],
"message": "<h3>Route from London to Rome</h3><p>Distance: 1862km</p>"
},
"p2": {
"color": "green",
"weight": 8,
"latlngs": [
{ "lat": 48.2083537, "lng": 16.3725042 },
{ "lat": 48.8534, "lng": 2.3485 }
],
"label": { "message": "<h3>Route from Vienna to Paris</h3><p>Distance: 1211km</p>"}
}
}