Skip to content

Commit b7fd515

Browse files
author
Luis Cabrera
authored
Clarified geography point field behavior
1 parent 1ba10ad commit b7fd515

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

02 - Web UI Template/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ Update the following fields in the *appsettings.json* file to connect the web ap
4141
3. Key Field should be set to the field specified as a key document Id in the index.
4242
4. Sometimes metadata_storage_path is the key, and it gets base64 encoded. In that case set IsPathBase64Encoded to false.
4343
5. The GraphFacet is used for generating the relationship graph.
44-
6. You can optially provide an Azure Maps account if you would like to display a geographic point in a map for a given document.
45-
The template expects a field called *geolocation*. If your field has a different name, you can modify details.js to use a different field.
44+
6. You have the option to provide an Azure Maps account if you would like to display a geographic point in a map in the document details. The code expects a field called *geolocation* of type Edm.GeographyPoint. If your wish to change this behavior (for instance if you would like to use a different field), you can modify details.js.
4645

4746
![geolocation](../images/geolocation.png)
4847

0 commit comments

Comments
 (0)