|
1 | 1 | # Selecting options from a map |
2 | 2 |
|
3 | | -With **select_one** and **select_one_from_file** question types, you can configure your XLSForm to let users select a choice directly from a map instead of a list. When the map opens, it displays all available points, lines, or polygons based on the choices provided. Users can then tap a feature on the map to record their selection. This functionality is **available only in KoboCollect.** |
| 3 | +With **select_one** and **select_one_from_file** question types, you can configure your XLSForm to let users select a choice directly from a map instead of a list. When the map opens, it displays all available points, lines, or polygons based on the choices provided. Users can then tap a feature on the map to record their selection. This functionality is available **only in KoboCollect.** |
4 | 4 |
|
5 | 5 | This article explains how to configure your XLSForm to allow selecting options from a map, how to customize styling options such as colors, symbols, and line widths, and how choices are displayed and selected on the map. |
6 | 6 |
|
@@ -70,12 +70,12 @@ Available choice properties include: |
70 | 70 |
|
71 | 71 | | Choice property | Description | |
72 | 72 | |:----------------|:------------| |
73 | | -| info | Text description of the choice. | |
74 | | -| marker-color | HEX color for the geopoint marker. | |
75 | | -| marker-symbol | Single character, symbol, or emoji displayed on the geopoint marker. | |
76 | | -| stroke | HEX color for the geotrace line or the geoshape polygon outline. | |
77 | | -| stroke-width | Width of the geotrace line or the geoshape polygon outline (e.g., 5 or 6.5). | |
78 | | -| fill | HEX color for the polygon interior. The fill color is displayed with fixed transparency. | |
| 73 | +| `info` | Text description of the choice. | |
| 74 | +| `marker-color` | HEX color for the geopoint marker. | |
| 75 | +| `marker-symbol` | Single character, symbol, or emoji displayed on the geopoint marker. | |
| 76 | +| `stroke` | HEX color for the geotrace line or the geoshape polygon outline. | |
| 77 | +| `stroke-width` | Width of the geotrace line or the geoshape polygon outline (e.g., 5 or 6.5). | |
| 78 | +| `fill` | HEX color for the polygon interior. The fill color is displayed with fixed transparency. | |
79 | 79 |
|
80 | 80 | To add properties in the `choices` worksheet of your XLSForm: |
81 | 81 |
|
|
0 commit comments