HtmlForgeX

API Reference

Command

New-HtmlXLeafletHeatmap

Namespace HtmlForgeX.PowerShell
Outputs
HtmlForgeX.LeafletMap

Enables and configures the Leaflet heatmap overlay.

Remarks

Use inside New-HtmlXLeafletMap { }.

Examples

Imported script example

New-HtmlXLeafletHeatmap -Radius 28 -Blur 18 -MinOpacity 0.35 -Group "Heat"
        

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

New-HtmlXLeafletHeatmap [-Blur <int>] [-Group <string>] [-Max <double>] [-MaxZoom <int>] [-MinOpacity <double>] [-Radius <int>] [<CommonParameters>]
#

Parameters

Blur int optionalposition: namedpipeline: false
Heat blur in pixels.
Group string optionalposition: namedpipeline: false
Optional overlay group name.
Max double optionalposition: namedpipeline: false
Maximum point intensity.
MaxZoom int optionalposition: namedpipeline: false
Maximum zoom used for heat calculations.
MinOpacity double optionalposition: namedpipeline: false
Minimum opacity for the heat layer.
Radius int optionalposition: namedpipeline: false
Heat radius in pixels.

Outputs

HtmlForgeX.LeafletMap