Skip to content

Demo showing how to export a feature service to a shpefile (or other types)

Notifications You must be signed in to change notification settings

gavinr-maps/export-feature-service-to-shapefile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Export a Feature Service to Shapefile

Export a feature service to a shapefile, CSV, Excel, and other formats.

Demo by Gavin Rehkemper

Click here to see the live demo

How it works

This is like programmatically clicking the "Export" button in ArcGIS Online (or ArcGIS Enterprise). You must be logged in, and it will create a new item for the export, and then you can download it. You can do this all in one step within your JavaScript, which this sample demonstrates.

Quick Start

To run the demo, in a terminal run:

npx serve