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

New-UDMapBaseLayer

Creates a map base layer.

Synopsis

Creates a map base layer.

Syntax

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

Description

Creates a map base layer.

Parameters

-Id

The id of the map base layer. 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 base layer.

-Content

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

Last updated

Was this helpful?