Update leaflet.d.ts: TileLayerOptions

subdomains: String or String[].

Description: Can be passed in the form of one string (where each letter is a subdomain name) or an array of strings.

Documentation: http://leafletjs.com/reference.html
This commit is contained in:
Benoit V
2016-06-30 16:15:19 +02:00
committed by GitHub
parent 785cf6fe99
commit 08d59f985e
+1 -1
View File
@@ -4091,7 +4091,7 @@ declare namespace L {
*
* Default value: 'abc'.
*/
subdomains?: string[];
subdomains?: string|string[];
/**
* URL to the tile image to show in place of the tile that failed to load.