Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.
/ TrailsAddin Public archive

An ArcGIS Pro adding for working with trails data

Notifications You must be signed in to change notification settings

agrc/TrailsAddin

Repository files navigation

Trails ArcGIS Pro Add-in & Toolbox

An ArcGIS Pro add-in & toolbox for building trail routes.

Add-in Installation

  1. Download the latest version of the *.esriAddinX file from the root of this repository.
  2. Download ProProject/TrailsTemp.gdb.zip and unzip the geodatabase into C:\temp.
  3. Download ProProject/Trails.aprx and open. The addin should show up as a new "Trails" ribbon.

Toolbox Installation

  1. Download ProProject/RoutesToolbox.pyt and add it to your copy of Trails.aprx.

Required map layers (names must be exact):

  • TrailSegments
  • Trailheads
  • Temporary Segments
  • SGID10.INDICES.NationalGrid
  • Routes (table)
  • RoutesToTrailSegments (table)
  • RouteToTrailheads (table)