[DOC] Add mapLayer arguments
This commit is contained in:
parent
80633dcfa8
commit
89b9a4216e
16
README.md
16
README.md
@ -106,6 +106,22 @@ property and optionally `url` and `config` properties. If no `url` is supplied
|
|||||||
`name` is assumed to name a
|
`name` is assumed to name a
|
||||||
[Leaflet-provider](http://leaflet-extras.github.io/leaflet-providers/preview/).
|
[Leaflet-provider](http://leaflet-extras.github.io/leaflet-providers/preview/).
|
||||||
|
|
||||||
|
### Additional arguments
|
||||||
|
|
||||||
|
#### mode (string)
|
||||||
|
|
||||||
|
Allows to load a additional style for a night mode or similar use case. Style is attached to the mapLayer.
|
||||||
|
|
||||||
|
#### start (integer)
|
||||||
|
|
||||||
|
Start a time range to put this mapLayer on first position.
|
||||||
|
|
||||||
|
#### end (integer)
|
||||||
|
|
||||||
|
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