leaflet providers

This commit is contained in:
Nils Schneider 2015-04-09 19:45:00 +02:00
commit 0758614688
3 changed files with 7 additions and 3 deletions

View file

@ -1,4 +1,5 @@
define(["d3", "leaflet", "moment", "locationmarker", "leaflet.label"],
define(["d3", "leaflet", "moment", "locationmarker", "leaflet.label",
"leaflet.providers"],
function (d3, L, moment, LocationMarker) {
var options = { worldCopyJump: true,
zoomControl: false
@ -40,7 +41,7 @@ define(["d3", "leaflet", "moment", "locationmarker", "leaflet.label"],
onClick: function () {
this.f(!this.active)
}
})
})
function mkMarker(dict, iconFunc, router) {
return function (d) {