Take advantage of data you own by importing token-protected Esri layers to your Giraffe project.

Find the Layer and Token


Find the service URL. This URL will contain in /MapServer/ or /FeatureServer/

Ensure the URL has the token embeded as a query parameter - the URL should contain ?token=<TOKEN>

Import the Layer


Access the Layer Applet

Navigate to the Layer Palette, then click “New data layer”

image.png

When the Layer Library opens, click “Create new Layer” on the right hand side

image.png

The dropdown displays all of the layer type options. Select one to open the layer create applet.

The layer applet will appear in the right hand palette

Importing the Layer

  1. Connect to the Server
    1. Paste the URL of the service into the URL box
    2. then click “Fetch Layers”
    3. then click Next
  2. Select Layer
    1. A visual preview of any of the layers contained within that URL are displayed.
    2. Select one to import.
    3. then click next
  3. Layer details
    1. Name the layer
    2. add details.
  4. Click “save layer” to add the layer to your project.

<aside>

Ensure the URL has the token embeded as a query parameter - the URL should contain ?token=<TOKEN>

</aside>

image.png

Refreshing the Token


Private layers have a token embedded in the URL which expires - at which point those layers won’t work until it is refreshed.

Open up the Manage menu for that layer

Next to the layer in the left hand menu, click → Manage

image.png

Click Refresh Token and paste in the new Service url (same url but will have a new token in it)

Untitled