OpenLayers v10.2.1 API
OpenLayers v10.2.1 API - Index
OpenLayers. Docs. Docs · Quick Start FAQ Tutorials Workshop · Ask a Question · Examples · API; Code. Repository Download.
OpenLayers v10.2.1 API - Module: ol/source
sourcesFromTileGrid(tileGrid, factory){function} ... import {sourcesFromTileGrid} from 'ol/source';. Creates a sources function from a tile grid. This function ...
OpenLayers v10.2.1 API - Class: Map
ol/Map~Map. import Map from 'ol/Map.js';. The map is the core component of OpenLayers. For a map to render, a view, one or more layers, and a target container ...
OpenLayers v10.2.1 API - Module: ol/source/Source
A function that takes a ViewStateLayerStateExtent and returns a string or an array of strings representing source attributions. AttributionLike ...
OpenLayers v10.2.1 API - Index
Projections. All coordinates and extents need to be provided in view projection (default: EPSG:3857). To transform coordinates from and to geographic, ...
OpenLayers v10.2.1 API - Module: ol/DataTile
Use interpolated values when resampling. By default, the nearest neighbor is used when resampling. size, Size (defaults ...
OpenLayers v10.2.1 API - Module: ol/Map
Note that layers are rendered in the order supplied, so if you want, for example, a vector layer to appear on top of a tile layer, it must come after the tile ...
OpenLayers v10.2.1 API - Class: Feature
A vector object for geographic features with a geometry and other attribute properties, similar to the features in vector file formats like GeoJSON.
OpenLayers v10.2.1 API - Class: Google
ol/source/Google~Google. import Google from 'ol/source/Google.js';. A tile layer source that renders tiles from the Google Map Tiles API. The constructor takes ...
OpenLayers v10.2.1 API - Class: Source
Base class for Layer sources. A generic change event is triggered when the state of the source changes.
OpenLayers v10.2.1 API - Module: ol/util
getUid(obj){string} ... import {getUid} from 'ol/util';. Gets a unique ID for an object. This mutates the object so that further calls with the same object as a ...
OpenLayers v10.2.1 API - Class: Text
Vertical text offset in pixels. A positive will shift the text down. overflow, boolean (defaults to false). For polygon labels or when placement is ...
OpenLayers v10.2.1 API - Module: ol/tilecoord
TileCoord{Array.
OpenLayers v10.2.1 API - Class: Layer
A visual representation of raster or vector map data. Layers group together those properties that pertain to how the data is to be displayed.
OpenLayers v10.2.1 API - Module: ol/View
The zoom level of the view at the end of the animation. This takes precedence over resolution . resolution, number | undefined. The resolution of the view ...
OpenLayers v10.2.1 API - Class: View
The view states. A View is determined by three states: center , resolution , and rotation . Each state has a corresponding getter and setter, e.g. getCenter and ...
OpenLayers v10.2.1 API - Module: ol/layer/Vector
All layers with the same declutter value will be decluttered together. The priority is determined by the drawing order of the layers with the same declutter ...
OpenLayers v10.2.1 API - Module: ol/layer/Layer
The layer will not be rendered outside of this extent. zIndex, number | undefined. The z-index for layer rendering. At rendering time, the layers will be ...
Releases · openlayers/openlayers - GitHub
Full Changelog: v10.2.0...v10.2.1. Contributors. @ahocevar; @llienher ... Add v9.2.4 to the API version selector and bump 8.1.0 to 8.2.0. (by @tplunket in ...
OpenLayers v10.2.1 API - Class: CollectionEvent
Events emitted by Collection instances are instances of this type. Extends Members element{T} index{number} target{Object} type{string}