gws.base.map.core.Config
struct
Map configuration gws.base.map.core.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
layers | [ gws.ext.config.layer ] | collection of layers for this map gws.base.map.core.Config.layers | |
center | gws.core.types.Point | map center gws.base.map.core.Config.center | |
coordinatePrecision | int | precision for coordinates gws.base.map.core.Config.coordinatePrecision | |
crs | gws.core.types.CrsName | 'EPSG:3857' | crs for this map gws.base.map.core.Config.crs |
extent | gws.core.types.Extent | map extent gws.base.map.core.Config.extent | |
extentBuffer | int | extent buffer gws.base.map.core.Config.extentBuffer | |
title | str | map title gws.base.map.core.Config.title | |
type | 'default' | object type gws.base.map.core.Config.type | |
uid | str | Zuweisung einer eindeutigen ID als Text | |
wrapX | bool | False | wrap the world horizontally gws.base.map.core.Config.wrapX |
zoom | gws.gis.zoom.Config | map scales and resolutions gws.base.map.core.Config.zoom |