Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gavinr/query-all-features
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: gavinr/query-all-features
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on May 2, 2022

  1. update keywords

    gavinr-maps committed May 2, 2022
    Copy the full SHA
    5c4dfd9 View commit details
  2. Update README.md

    gavinr authored May 2, 2022
    Copy the full SHA
    282b675 View commit details
Showing with 5 additions and 2 deletions.
  1. +1 −1 README.md
  2. +4 −1 package.json
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@

*Query all features of an ArcGIS Feature Service*

This package calls [queryFeatures](https://developers.arcgis.com/arcgis-rest-js/api-reference/arcgis-rest-feature-service/queryFeatures) multiple times until it gets all the features.
This package calls [queryFeatures from ArcGIS REST JS](https://developers.arcgis.com/arcgis-rest-js/api-reference/arcgis-rest-feature-service/queryFeatures) multiple times until it gets all the features.

- [Quick Start](#quick-start)
- [API Reference](#api-reference)
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -25,7 +25,10 @@
},
"keywords": [
"arcgis",
"rest"
"feature-service",
"arcgis-rest-api",
"arcgis-developers",
"arcgis-rest-js"
],
"author": "Gavin Rehkemper",
"license": "Apache-2.0",