Skip to content

Commit d92cb85

Browse files
authored
Description should be updated to match example code (#189)
1 parent 58fc382 commit d92cb85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/pages/markdowns/Vector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Example:
185185
}
186186
```
187187

188-
- `useNameAsKey`: The property key whose value should be the hover text of each feature. If left unset, the hover key and value will be the first one listed in the feature's properties.
188+
- `useKeyAsName`: The property key whose value should be the hover text of each feature. If left unset, the hover key and value will be the first one listed in the feature's properties.
189189
- `datasetLinks`: Datasets are csvs uploaded from the "Manage Datasets" page accessible on the lower left. Every time a feature from this layer is clicked with datasetLinks configured, it will request the data from the server and include it with it's regular geojson properties. This is especially useful when single features need a lot of metadata to perform a task as it loads it only as needed.
190190
- `prop`: This is a property key already within the features properties. It's value will be searched for in the specified dataset column.
191191
- `dataset`: The name of a dataset to link to. A list of datasets can be found in the "Manage Datasets" page.

0 commit comments

Comments
 (0)