Add microsoftsql storage type

This commit is contained in:
Mike Primm 2022-03-10 14:30:02 -06:00
parent aec1f0cdb6
commit 53b65ab7e4
3 changed files with 1093 additions and 4 deletions

View file

@ -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) {