Add microsoftsql storage type
This commit is contained in:
parent
aec1f0cdb6
commit
53b65ab7e4
3 changed files with 1093 additions and 4 deletions
|
|
@ -237,7 +237,7 @@ var DynmapTileLayer = L.TileLayer.extend({
|
|||
|
||||
// Some helper functions.
|
||||
zoomprefix: function(amount) {
|
||||
return 'zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz'.substr(0, amount);
|
||||
return ' zzzzzzzzzzzzzzzzzzzzzzzzzz'.substr(0, amount);
|
||||
},
|
||||
|
||||
getTileInfo: function(coords) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue