leaflet providers
This commit is contained in:
parent
95a0f8974b
commit
0758614688
3 changed files with 7 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue