Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 441 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 441 Bytes

create-table-from-feature-layer

This project contains sample code for generating a tabular view of an Esri REST Feature Service. Even though a Feature Service is a geographic dataset, there may be times when you want to create a table-based view of the data.

I'm using the ArcGIS REST JS to request the feature service. Parcel is being used to bundle the app/website.