mirror of
https://github.com/heyarne/berliner-winter.git
synced 2026-05-06 19:23:39 +02:00
Add leaflet as our map service
This commit is contained in:
parent
0f4b9d8805
commit
8323a82305
3 changed files with 6 additions and 1 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
www/bower_components
|
||||||
|
!www/bower_components/.gitkeep
|
||||||
|
|
@ -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
0
www/bower_components/.gitkeep
vendored
Normal file
Loading…
Add table
Add a link
Reference in a new issue