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

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
www/bower_components
!www/bower_components/.gitkeep

View file

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

0
www/bower_components/.gitkeep vendored Normal file
View file