Skip to content

Commit 51e8144

Browse files
committed
chore: add changesets for feature service and request packages
1 parent 312caae commit 51e8144

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.changeset/cute-bikes-check.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@esri/arcgis-rest-feature-service": minor
3+
---
4+
5+
Added query params where user can query a pbf request and get back geojson or arcgis features.
6+
- User can request features from feature service using "f: pbf-as-geojson" or "f: pbf-as-arcgis" in request options
7+
- Added EsriFeatureCollection proto spec and modular pbf decoder
8+
- Added pbfToGeoJSON parser and pbfToArcGIS parser
9+
- Added Live Tests

.changeset/little-places-tell.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@esri/arcgis-rest-feature-service": minor
3+
"@esri/arcgis-rest-request": patch
4+
---
5+
6+
Added pbf types to request RequestFormats types.

0 commit comments

Comments
 (0)