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 aTMS
service. - url(optional)
string
Format 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 thetileUrlSubdomains
setting). Possible'{r}'
for tile servers who support retina tiles. - wms(optional)
boolean
[=false]
Useful when using aWMS
service. For custom WMS parameters the Leaflet WMS TileLayer options can be used as reference for additional parameters to be set
- subdomains(optional)