Interface ProjectionChangeOptions
Index
Properties
Properties
Optionalpersist
persist?: boolean
Whether the new projection should be persisted for any future style changes.
If true, the new projection is persisted and is applied after all future style changes.
If false or not specified, the new projection will be used only until the next style change, when it will get replaced with the first applicable value from this list:
- a previously persisted projection
- a projection specified in Map constructor options (MapOptions)
- a projection specified in
projectionproperty of the style itself - the Mercator projection
Was this helpful?
Options to provide to the Map.setProjection method