For the complete documentation index, see llms.txt. This page is also available as Markdown.

New-UDMapOverlay

Creates a map overlay.

Synopsis

Creates a map overlay.

Syntax

New-UDMapOverlay [[-Id] <String>] [-Name] <String> [-Content] <ScriptBlock> [-Checked] [<CommonParameters>]

Description

Creates a map overlay.

Parameters

-Id

The id of the map overlay. This defaults to a new GUID.

Required?                    false
Position?                    1
Default value                ([Guid]::NewGuid())
Accept pipeline input?       false
Aliases
Accept wildcard characters?  false

-Name

The name of the map overlay.

-Content

The content of the map overlay. This should be a script block that returns a raster tile layer.

Last updated

Was this helpful?