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

ConvertFrom-GeoJson

Converts GeoJSON to a map feature.

Synopsis

Converts GeoJSON to a map feature.

Syntax

ConvertFrom-GeoJson [-GeoJson] <PSObject[]> [[-Icons] <PSObject[]>] [<CommonParameters>]

Description

Converts GeoJSON to a map feature.

Parameters

-GeoJson <PSObject[]>

The GeoJSON to convert.

Required?                    true
Position?                    1
Default value
Accept pipeline input?       true (ByValue)
Aliases
Accept wildcard characters?  false

-Icons <PSObject[]>

The icons to use for the map markers.

Last updated

Was this helpful?