Geomap: Minor 9.1 doc fixes (#53704)

This commit is contained in:
Nathan Marrs 2022-08-12 21:45:33 -06:00 committed by GitHub
parent e9e5c97807
commit 97eec9c220
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,9 +40,12 @@ The Geomap visualization supports showing multiple layers. Each layer determines
There are three map layer types to choose from in the Geomap visualization. There are three map layer types to choose from in the Geomap visualization.
- [Markers]({{< relref "markers/" >}}) renders static data from a GeoJSON file. - [Markers]({{< relref "markers/" >}}) renders a marker at each data point.
- [Heatmap]({{< relref "heatmap/" >}}) visualizes a heatmap of the data. - [Heatmap]({{< relref "heatmap/" >}}) visualizes a heatmap of the data.
- [GeoJSON]({{< relref "geojson/" >}}) renders a marker at each data point.<br /><br /> - [GeoJSON]({{< relref "geojson/" >}}) renders static data from a GeoJSON file.
There are also four alpha layer types.
- [Night / Day (alpha)]({{< relref "daynight/" >}}) renders a night / day region. - [Night / Day (alpha)]({{< relref "daynight/" >}}) renders a night / day region.
- **Icon at last point (alpha)** renders an icon at the last data point. - **Icon at last point (alpha)** renders an icon at the last data point.
- **Dynamic GeoJSON (alpha)** styles a GeoJSON file based on query results. - **Dynamic GeoJSON (alpha)** styles a GeoJSON file based on query results.