Appearance
BaseMapOptions
Type: object
Options for the base layer of the map in geo mode.
Properties
- BaseMapOptions(optional)
- subdomains(optional)
string[='abc']Format of the URL used to search for tiles. - tms(optional)
boolean[=false]Useful when using aTMSservice. - url(optional)
stringFormat of the URL used to search for tiles. Must contain'{z}'(zoom level of the tile),'{x}'and'{y}'(coordinates of the tile). Possible'{s}'(replaced by one of the characters in thetileUrlSubdomainssetting). Possible'{r}'for tile servers who support retina tiles. - wms(optional)
boolean[=false]Useful when using aWMSservice. For custom WMS parameters the Leaflet WMS TileLayer options can be used as reference for additional parameters to be set
- subdomains(optional)