[TASK] Use strict
This commit is contained in:
parent
5c15ccf340
commit
9987e443f7
36 changed files with 74 additions and 6 deletions
|
@ -1,5 +1,6 @@
|
|||
define(["leaflet"],
|
||||
function (L) {
|
||||
"use strict";
|
||||
|
||||
return L.TileLayer.Canvas.extend({
|
||||
setData: function (d) {
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
define(["leaflet", "rbush"],
|
||||
function (L, rbush) {
|
||||
"use strict";
|
||||
|
||||
var labelLocations = [["left", "middle", 0 / 8],
|
||||
["center", "top", 6 / 8],
|
||||
["right", "middle", 4 / 8],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue