Skip to content

Commit 2220e35

Browse files
committed
markdown fixes
1 parent ba7aad2 commit 2220e35

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,10 @@ Links to a [ArcGIS FeatureServer](https://developers.arcgis.com/rest/services-re
144144
| Field Name | Type | Description |
145145
| --------------- | -------------------- | ----------- |
146146
| rel | string | **REQUIRED**. Must be set to `featureserver`. |
147-
| href | string | **REQUIRED**. Link to a FeatureServer service. Usually has the following form `https://<root>/<serviceName>/FeatureServer`|
147+
| 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` |
149149
| 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

151-
152151
### General
153152

154153
The following field applies to multiple types of web mapping services:

0 commit comments

Comments
 (0)