MapFormat.addPropertyTagToLayer

Adds a new property tag to a layer's tag. Note: Property tag must be first created by addTagToLayer.

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

Parameters

pri int

Layer priority ID.

name string

Name of the tag.

parent string

Name of the tag this one will be contained by.

args T

The values to be added to the tag.

Meta