File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,14 @@ export default function(props) {
3737| ol/Feature | `<Marker />` | ol/Feature customized as a map maker. |
3838
3939### Layers
40- | OpenLayers Object | React Component | Description |
41- | -------------- | --------------- | ------------ |
40+ | OpenLayers Object | React Component | Description |
41+ | -------------- | --------------- | ------------ |
4242| ol/layer/Graticule | `<GraticuleLayer />` | Displays a graticule (grid of latitude and longitude lines) on the map. |
43- | ol/layer/Heatmap | `<HeatmapLayer />` | Displays a heatmap based on vector data. |
44- | ol/layer/Tile | `<TileLayer />` | Displays tiled images, such as those from a tile server. |
45- | ol/layer/Vector | `<VectorLayer />` | Displays vector data, such as points, lines, and polygons. |
46- | ol/layer/WebGLTile | `<WebGLLayer />` | Displays tiled images using WebGL for rendering. |
43+ | ol/layer/Heatmap | `<HeatmapLayer />` | Displays a heatmap based on vector data. |
44+ | ol/layer/Tile | `<TileLayer />` | Displays tiled images, such as those from a tile server. |
45+ | ol/layer/Image | `<ImageLayer />` | Displays full image, such as those from a pure wms server. |
46+ | ol/layer/Vector | `<VectorLayer />` | Displays vector data, such as points, lines, and polygons. |
47+ | ol/layer/WebGLTile | `<WebGLLayer />` | Displays tiled images using WebGL for rendering. |
4748
4849### Controls
4950| OpenLayers Object | React Component | Description |
You can’t perform that action at this time.
0 commit comments