Skip to content

Commit ba7aad2

Browse files
committed
layer property description
1 parent 16ca064 commit ba7aad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Links to a [ArcGIS FeatureServer](https://developers.arcgis.com/rest/services-re
146146
| rel | string | **REQUIRED**. Must be set to `featureserver`. |
147147
| href | string | **REQUIRED**. Link to a FeatureServer service. Usually has the following form `https://<root>/<serviceName>/FeatureServer`|
148148
| type | string | Recommended to be set to `application/json` |
149-
| featureserver:layers | Map<string, string> | Layers |
149+
| featureserver:layers | Map<string, string> | The layers included in the service. The key should be used as the `LayerId` when querying the service. For example: `https://<root>/<serviceName>/FeatureServer/<layerId>/query` |
150150

151151

152152
### General

0 commit comments

Comments
 (0)