/create-table-from-feature-layer

Creating a tabular view of records from an Esri Feature Service, using ArcGIS Rest JS

Primary LanguageJavaScript

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.