Skip to content

Commit b86156d

Browse files
committed
added screenshot of a REST Service page to the README
1 parent 81d211f commit b86156d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ creates 500 features per request and automatically re-send requests until it get
1717

1818
## Install
1919

20-
Use devtools to install this package.This package has dependency on dplyr, sf, httr, jsonlite
20+
Use devtools to install this package. This package has dependency on dplyr, sf, httr, jsonlite
2121

2222
```
2323
library(devtools)
@@ -26,8 +26,10 @@ install_github("yonghah/esri2sf")
2626

2727
## How to use
2828

29-
What you need is the URL of REST service you want. You can get the URL by asking it to a GIS admin or looking at
30-
the javascript code of a webpage where it creates a feature layer.
29+
What you need is the URL of REST service you want. You can get the URL by viewing the URL widget on the service's webpage (see image below),
30+
by asking a GIS admin, or looking at the javascript code of a webpage where it creates a feature layer.
31+
32+
![REST Service screenshot](inst/www/images/rest-service-ss.png)
3133

3234
### Point data
3335

inst/www/images/rest-service-ss.png

226 KB
Loading

0 commit comments

Comments
 (0)