map map
Image Map Data. Provides image map data for this layer. Overrides any data from catalog::Map for this layer.
map=[ *
string*]mapA=[ *
stringA*]
An empty string indicates that this layer should not provide an image map. The string must be properly HTTP-encoded to avoid parsing issues.
All ampersand (&) characters occurring in string
must be http-encoded.
While mapA=
and catalog::Map
specify map data in source image coordinates, map=
assumes layer coordinates relative to the top, left corner of the layer rectangle (after rotate=
and extend=
have been applied).
The output image map is always clipped to the layer rectangle. If the shape
attribute is omitted or set to default
, the entire layer rectangle is used as the image map area.
Properties section-a18d9ea95c71414a905a68b8839c0843
Layer attribute. When applied to layer=comp
, the specified map data is layered behind all other image maps. Ignored unless req=map
. Ignored by effect layers. mapA=
is ignored if map=
is specified as well.
Default section-620c19b3f3b84ba49706062de3f12f05
catalog::Map
is used if map=
is not specified.
Example section-cd7691c94f984222845c86dcb0051ce8
Define a rectangular image map for a simple text layer:
…&layer=1&text=Scene7&map=<area%20alt=Scene7%20href=www.scene7.com>&…
An AREA
element with (mostly) default attributes is used to insert the map area for the entire layer rectangle.