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

New-UDMapRasterLayer

Creates a map raster layer.

Synopsis

Creates a map raster layer.

Syntax

New-UDMapRasterLayer [-Id <String>] [-TileServer <String>] [-Attribution <String>] [-Opacity <Int32>] [-ZIndex <Int32>] [-Name <String>] [<CommonParameters>]

    New-UDMapRasterLayer [-Id <String>] -ApiKey <String> [-Type <String>] -Bing [-Attribution <String>] [-Opacity <Int32>] [-ZIndex <Int32>] [-Name <String>] [<CommonParameters>]

Description

Creates a map raster layer.

Parameters

-Id

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

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

-TileServer

The tile server to use. This defaults to OpenStreetMap.

-ApiKey

The API key to use for the tile server.

-Type

The type of Bing map to use. This defaults to Aerial.

-Attribution

Attribution text to display on the map.

-Opacity

The opacity of the map.

-ZIndex

The z-index of the map.

-Name

The name of the raster layer.

Last updated

Was this helpful?