new TileDebug(options)
Parameters:
| Name | Type | Description | 
|---|---|---|
options | 
            
            Mapspace.source.TileDebugOptions | Debug tile options.  | 
        
- Source:
 - mapspace/source/tiledebug.js
 
Extends
- ol.source.Tile
 
Methods
- 
    
getColor()
 - 
    
    
Gets the color for debug grids. The color is a CSS color. https://developer.mozilla.org/en-US/docs/Web/CSS/color_value
- Source:
 - mapspace/source/tiledebug.js
 
Returns:
- Type
 - string
 
 - 
    
setColor(color)
 - 
    
    
Sets the color for debug grids. The color is a CSS color. https://developer.mozilla.org/en-US/docs/Web/CSS/color_value
Parameters:
Name Type Description colorstring The color as a CSS color.
- Source:
 - mapspace/source/tiledebug.js