Aux Layer Statement |
Syntax | AUX LAYER '[' STREETS ']' <layernumber> |
Example | AUX LAYER [STREETS] 1 |
The Aux Layer statement allows you to render street content onto specific auxiliary layers. This statement can appear anywhere within the map block, including within the streets block itself, and may be called multiple times. By default, all street content will be rendered onto layer 0. If another layer is specified as the target for street rendering, it will be automatically created when streets are first rendered. Following a call to Aux Layer, all street content will be rendered onto the specified layer until the end of the map block, or until another call to Aux Layer is made.
The number of the auxiliary layer onto which you want to render, an integer value between 0 and 255 (inclusive).