The view center is not defined.
The view resolution is not defined.
The view rotation is not defined.
image
and src
cannot be provided at the same time.
imgSize
must be set when image
is provided.
A defined and non-empty src
or image
must be provided.
format
must be set when url
is set.
Unknown serverType
configured.
url
must be configured or set using #setUrl()
.
The default geometryFunction
can only handle ol/geom/Point
geometries.
options.featureTypes
should be an Array.
options.geometryName
must also be provided when options.bbox
is set.
Invalid corner. Valid corners are top-left
, top-right
, bottom-right
and bottom-left
.
Invalid color. Valid colors are all CSS colors.
Tried to get a value for a key that does not exist in the cache.
Tried to set a value for a key that is used already.
resolutions
must be sorted in descending order.
Either origin
or origins
must be configured, never both.
Number of tileSizes
and resolutions
must be equal.
Number of origins
and resolutions
must be equal.
Either tileSize
or tileSizes
must be configured, never both.
The passed ol.TileCoord
s must all have the same z
value.
Invalid extent or geometry provided as geometry
.
Cannot fit empty extent provided as geometry
.
Features for deletes
must have an id set by the feature reader or ol.Feature#setId()
.
Features for updates
must have an id set by the feature reader or ol.Feature#setId()
.
renderMode
must be 'image'
or 'hybrid'
.
x
must be greater than 0
.
The passed feature
was already added to the source.
Tried to enqueue an element
that was already added to the queue.
Transformation matrix cannot be inverted.
Invalid units
. 'degrees'
, 'imperial'
, 'nautical'
, 'metric'
or 'us'
required.
Invalid geometry layout. Must be XY
, XYZ
, XYM
or XYZM
.
Unknown SRS type. Expected "name"
.
Unknown geometry type found. Expected 'Point'
, 'LineString'
, 'Polygon'
or 'GeometryCollection'
.
styleMapValue
has an unknown type.
Unknown geometry type found. Expected 'GeometryCollection'
, 'MultiPoint'
, 'MultiLineString'
or 'MultiPolygon'
.
Expected feature
to have a geometry.
Expected an ol.style.Style
or an array of ol.style.Style
.
Expected layers
to be an array or an ol.Collection
.
Incorrect format for renderer
option.
Expected controls
to be an array or an ol.Collection
.
Expected interactions
to be an array or an ol.Collection
.
Expected overlays
to be an array or an ol.Collection
.
Cannot determine Rest Service from url.
Either url
or tileJSON
options must be provided.
Unknown serverType
configured.
Unknown tierSizeCalculation
configured.
Hex color should have 3 or 6 digits.
The {-y}
placeholder requires a tile grid with extent.
mapBrowserEvent
must originate from a pointer event.
At least 2 conditions are required.
Duplicate item added to a unique collection. For example, it may be that you tried to add the same layer to a map twice. Check for calls to map.addLayer()
or other places where the map's layer collection is modified.
Invalid command found in the PBF. This indicates that the loaded vector tile may be corrupt.
Missing or invalid size
.
Cannot determine IIIF Image API version from provided image information JSON.
A WebGLArrayBuffer
must either be of type ELEMENT_ARRAY_BUFFER
or ARRAY_BUFFER
.
Support for the OES_element_index_uint
WebGL extension is mandatory for WebGL layers.
Layer opacity must be a number.
forEachFeatureAtCoordinate
cannot be used on a WebGL layer if the hit detection logic has not been enabled.
This is done by providing adequate shaders using the hitVertexShader
and hitFragmentShader
properties of WebGLPointsLayerRenderer
.