| 1 | [[PageOutline]] |
| 2 | [[BR]] |
| 3 | || '''Automatically generated page, do not modify. User Notes can be created at: [wiki:Widgets/ZoomUsageNotes]'''|| |
| 4 | [[BR]] |
| 5 | |
| 6 | = Widget: Zoom = |
| 7 | |
| 8 | Zooms in on the map |
| 9 | |
| 10 | == Usage Notes == |
| 11 | |
| 12 | See: [wiki:Widgets/ZoomUsageNotes] |
| 13 | |
| 14 | == Common Widget Properties == |
| 15 | |
| 16 | * '''Label''' : Zoom Rectangle |
| 17 | * '''Tooltip''' : Click or click and drag on the map to zoom in |
| 18 | * '''StatusText''' : Click or click and drag on the map to zoom in |
| 19 | * '''ImageUrl''' : images/icons/zoom-in.png |
| 20 | * '''ImageClass''' : |
| 21 | * '''StandardUi''' : true |
| 22 | * '''ContainableBy''' : Any |
| 23 | |
| 24 | == Parameters == |
| 25 | |
| 26 | === Tolerance === |
| 27 | |
| 28 | * '''Description''' : Zoom tolerance |
| 29 | * '''Type''' : integer |
| 30 | * '''Label''' : Tolerance |
| 31 | * '''Min''' : |
| 32 | * '''Max''' : |
| 33 | * '''DefaultValue''' : 5 |
| 34 | * '''IsMandatory''' : false |
| 35 | |
| 36 | === Factor === |
| 37 | |
| 38 | * '''Description''' : The amount to zoom in or out |
| 39 | * '''Type''' : integer |
| 40 | * '''Label''' : Factor |
| 41 | * '''Min''' : 1 |
| 42 | * '''DefaultValue''' : 2 |
| 43 | * '''IsMandatory''' : false |
| 44 | |
| 45 | === Direction === |
| 46 | |
| 47 | * '''Description''' : Indicates if the map should zoom in or out |
| 48 | * '''Type''' : String |
| 49 | * '''Label''' : Direction |
| 50 | * '''in''' ''(Label: in)'' |
| 51 | * '''out''' ''(Label: out)'' |
| 52 | * '''DefaultValue''' : in |
| 53 | * '''IsMandatory''' : false |
| 54 | |