Skip to content

Commit f756af7

Browse files
Minor edits
1 parent 8e5b882 commit f756af7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

source/select_from_map_xls.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Selecting options from a map
22

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.**
44

55
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.
66

@@ -70,12 +70,12 @@ Available choice properties include:
7070

7171
| Choice property | Description |
7272
|:----------------|:------------|
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. |
7979

8080
To add properties in the `choices` worksheet of your XLSForm:
8181

0 commit comments

Comments
 (0)