Skip to Content
DataConnect an ArcGIS Data Source
On this page

Connect an ArcGIS Data Source

An ArcGIS Data Source imports records from a supported FeatureServer or queryable MapServer layer into a refreshable MiniUp dataset. Use it for maps and dashboards based on GIS services you are allowed to access.

Connect an ArcGIS layer

  1. Open Dashboard → Data Sources → New source and select ArcGIS.
  2. Enter a name, destination Site, and ArcGIS FeatureServer/MapServer layer URL. Use a specific layer URL ending in its layer number, such as https://example.com/arcgis/rest/services/Parks/FeatureServer/0.
  3. Select Public authentication or enter an ArcGIS token in its dedicated field. Set the optional token expiration when known.
  4. Configure Where clause, Out fields (comma-separated), and Return geometry.
  5. Run Save and test, then Preview source to confirm fields, sample records, and geometry.
  6. Create a snapshot and inspect the result before building a map.

Choose filters and geometry

Use a where clause such as STATUS = 'Open' only if that field and value exist in the layer. Use 1=1 when you intend to include all eligible records. Select only the fields your app needs. Enable Return geometry for maps; a table-only report may not need it.

Refresh and diagnose an ArcGIS source

Refresh from the source detail page when you need updated records. Check row counts, warnings, and connection history. An expired token, unsupported layer, source query limit, or mismatched field can cause a failed refresh. Update the credentials or query, test again, and verify the latest successful snapshot.

A MiniUp snapshot does not edit the original ArcGIS service. A map built from that snapshot reflects the snapshot’s data and access settings.

ArcGIS · FeatureServer · MapServer · map · geometry · where clause