Add leaflet as our map service

This commit is contained in:
Arne Schlüter 2014-11-10 15:28:56 +01:00
commit 8323a82305
3 changed files with 6 additions and 1 deletions

View file

@ -14,5 +14,8 @@
"bower_components",
"test",
"tests"
]
],
"dependencies": {
"leaflet-dist": "~0.7.2"
}
}