region
An extra layer of boundaries over the environment's own basemap. The environment's in: already draws its pack, so a region is for what a basemap cannot say: a subset picked out in its own colours (only: France, Germany with a teal fill), a second pack layered over the first (us-states borders over a world map), or boundaries that arrive on a cue.
#Attributes
The boundary pack this layer draws. Defaults to the environment's own
in:. It may instead be #id naming an attached .geojson dataset — in: #wards — which makes the attachment itself the boundaries.Can be written as shorthand: region:valueDraw only these regions. Names or ISO alpha-3 codes, matched case-insensitively —
France, DEU and Ivory Coast all read.fill
A hue; the land fills with its tint. Absent, the land keeps the neutral basemap grey.
stroke
A hue for the borders. Absent, they are drawn as seams of the page background.
#Allowed in
#Examples
region(in: world; only: France, Germany, Italy; fill: teal)region(in: us-states; stroke: grey)cue{
region(in: canada-provinces; fill: orange)
}(
in: 2
)