Fix background color support, provide blank tile to fix refresh junk
This commit is contained in:
parent
0bbcf6510e
commit
e08a2d4407
5 changed files with 15 additions and 11 deletions
|
|
@ -14,7 +14,8 @@ var HDMapType = DynmapTileLayer.extend({
|
|||
projection: undefined,
|
||||
options: {
|
||||
minZoom: 0,
|
||||
maxZoom: 0
|
||||
maxZoom: 0,
|
||||
errorTileUrl: 'images/blank.png'
|
||||
},
|
||||
initialize: function(options) {
|
||||
options.maxZoom = options.mapzoomin + options.mapzoomout;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue