MapFormat.getLayerTagValues

Gets the values of a layer's tag.

class MapFormat
public @trusted
Value[]
getLayerTagValues
(
int pri
,
string name
)

Parameters

pri int

Layer priority ID.

name string

The name of the tag.

Return Value

Type: Value[]

an array containing all the values belonging to the given tag.

Meta