| DRAW | Examples | 
| <DRAW | Attribute 
      Description Table  | 
|      map 
      ="true | false"  > No Child Elements </DRAW >  | |
| Bold: Attribute or child element is 
      required. | |
| Attribute | Usage | Back to Top | 
|---|---|---|
| map | Turns map generation on or off. | |
| Example 1: | Back to Top | 
| <?xml version="1.0" 
      encoding="UTF-8"?> <ARCXML version="1.1"> <REQUEST> <GET_IMAGE> <PROPERTIES> <LEGEND title="Legend" font="Arial" autoextend="true" columns="2" width="170" height="300" backgroundcolor="255,255,255" /> <DRAW map="false"/> </PROPERTIES> </GET_IMAGE> </REQUEST> </ARCXML>  | |