MapFormat.addTagToLayer

Adds a new tag to a layer.

class MapFormat
public @trusted
void
addTagToLayer
(
T...
)
(
int pri
,
string name
,)

Parameters

pri int

Layer priority ID.

name string

Name of the tag.

args T

The values of the tag.

Meta