felt_get_style: Get Felt Style Information for a Layer

View source: R/style.R

felt_get_styleR Documentation

Get Felt Style Information for a Layer

Description

For details on the Felt Style Language, see https://felt.com/blog/felt-style-language.

Usage

felt_get_style(map_id, layer_id)

Arguments

map_id

map identifier from url, from ⁠https://felt.com/map/Readable-Name-map_id⁠

layer_id

layer identifier, as returned by felt_get_map_layers() or felt_add_map_layers()

Value

a list version of style information

Examples


felt_get_style(map_id = 'TBI8sDkmQjuK2GX9CSiHiUA', layer_id = 'Qno0gfmkTS9BggbesfQooND')


feltr documentation built on Nov. 6, 2023, 1:06 a.m.