Through Fulcrum's Esri integration, you can authenticate with ArcGIS to easily pull private ArcGIS Feature Service vector layers into Fulcrum, exposing lines and polygons as interactive objects.
Currently, Fulcrum only supports a connection to ArcGIS Online accounts. Supporting a connection to Esri Enterprise accounts is on the product roadmap.
Authenticate with ArcGIS
For iOS and Android:
Click the 'Layers icon' from the 'Map View'.
2. Navigate to the bottom of your list of layers and click 'Connect to ArcGIS'.
3. Sign into ArcGIS using your ArcGIS Online username and password.
4. You will now see feature service layers from your ArcGIS account in your list of layers.
For Web
To get to the page where you can connect to your ArcGIS account, please follow these steps:
Go to the 'Data Viewer' for one of your Apps.
Click the 'Layers icon' on the map.
Click the 'Connect to ArcGIS' button.
Sign into ArcGIS using your ArcGIS Online username and password.
You will now see feature service layers from your ArcGIS account in your list of layers.
You will only be able to authenticate with ArcGIS and view Feature Service Layers if you are using Esri Maps.
Check out the following articles for information on switching between Esri and Google Maps:
β
βHow do I switch between Esri Maps and Google Maps on the mobile app?
Enable Feature Service Layers
Enable your ArcGIS feature service layers the same way you would any other layer:
On Mobile: enable to toggle for the layer.
On Web: click the radio button for the layer.
β
Downloading a Feature Service Layer
Click the 'Layers icon' in the 'Map View'.
Click the 'Make Available Offline' button under the layer title and description. Once the button changes to 'Available Offline' your layer will be available even when your device doesn't have a connection.
To remove the download, sign out of ArcGIS by clicking 'Disconnect from ArcGIS' at the bottom of the layer list.
Disconnect from ArcGIS
To disconnect your ArcGIS account, follow the steps described in the first section of this article, however, this time, click the 'Disconnect from ArcGIS' button.
Troubleshooting
Layer not loading
If the layer that you add is not showing in the mobile App (iOS or Android), could be that the data of the layer is corrupt or you are creating the feature service with multiple layers. Layers have been set up to be contained in a parent feature service. When creating a feature service in ArcGIS Online, it usually can only have one layer.
Recreate the feature service with the child layer. Make sure the URL has the correct id
of the layer that you want.
For example, if you have access to an ArcGIS Server map service that contains a roads layer, a buildings layer, and a railroads layer, you can add the roads layer as an item (recommended if you need to provide credentials to access the service) or directly to a map. To do this, you need to copy the roads layer's URL from the REST endpoint of the map service. The URL for a map service's REST endpoint is in the format https://<server>.<domain>/server/rest/services/<service_name>/MapServer. A link for each layer in the service is listed in the Layers section of this page. Click the link for the layer you want to use. Copy the URL of the page that opens to obtain the layer's URL.
https://<server>.<domain>/server/rest/services/<service_name>/MapServer/1
Other Issues
Please reach out to our support team at support@fulcrumapp.com if you have any difficulties, or the layer issue is not fixed.