[DOC] Fix mapLayer arguments
This commit is contained in:
parent
c545326375
commit
e16eb115ba
@ -101,10 +101,7 @@ Interesting if one of configured map provider has zoom-level under `18`.
|
|||||||
|
|
||||||
## mapLayers (List)
|
## mapLayers (List)
|
||||||
|
|
||||||
A list of objects describing map layers. Each object has at least `name`
|
A list of objects describing map layers. Each object has at least `name`, `url` and `config` properties. [Example layers and configuration](http://leaflet-extras.github.io/leaflet-providers/preview/) (map against config.json).
|
||||||
property and optionally `url` and `config` properties. If no `url` is supplied
|
|
||||||
`name` is assumed to name a
|
|
||||||
[Leaflet-provider](http://leaflet-extras.github.io/leaflet-providers/preview/).
|
|
||||||
|
|
||||||
### Additional arguments
|
### Additional arguments
|
||||||
|
|
||||||
@ -120,8 +117,6 @@ Start a time range to put this mapLayer on first position.
|
|||||||
|
|
||||||
End a time range for first map. Stops sort this mapLayer.
|
End a time range for first map. Stops sort this mapLayer.
|
||||||
|
|
||||||
#### end (integer)
|
|
||||||
|
|
||||||
## fixedCenter (array, optional)
|
## fixedCenter (array, optional)
|
||||||
|
|
||||||
This option allows to fix the map at one specific coordinate depending on following case-sensitive parameters:
|
This option allows to fix the map at one specific coordinate depending on following case-sensitive parameters:
|
||||||
|
Loading…
Reference in New Issue
Block a user