Skip to content

Adding an ESRI Feature Server

Mundi can directly connect to and display vector data from public ESRI ArcGIS Feature Servers. This allows you to integrate data from ArcGIS Online or an organization’s ArcGIS Server directly into your Mundi maps without needing to download files.

This will create tiles from the features that allow for fast rendering of large amounts of vector data.

In this example, we’re using a Pool Permits Feature Server that serves two layers:

  1. No Permit (0)
  2. Has Permit (1)

In Mundi, we add particular layers from a Feature Server, as opposed to adding the entire server and all of its layers. Navigate to the server’s REST endpoint in your browser. You will typically see a list of layers.

ESRI REST Servers Directory showing multiple layers with IDs.

Here, we’ll want to add both layers 0 and 1. Click on the specific layer you wish to add to find its unique URL. The correct URL will usually end with a number, like /FeatureServer/0.

Once you have the URL for the layer, you can add it in Mundi.

  1. From an open map, click the Add layer source (+) icon in the Map Layers panel.
  2. Select ESRI Feature Service from the dropdown menu.

The Add layer source dropdown menu in Mundi.

A dialog box will appear, prompting you for the layer’s details.

  1. Layer Name: Enter a descriptive name for the layer. This is how it will be identified in your layer list.
  2. ESRI Server URL: Paste the full URL of the specific layer you copied earlier. (includes /0 or /1)
  3. Click the Connect to ESRI Service button.

The 'Connect to ESRI Feature Server' dialog with fields filled out.

Mundi will connect to the server and load the features for that layer onto your map.

You can add multiple layers from the same Feature Server by simply repeating the process for each layer’s unique URL. For example, you can add the layer at endpoint .../FeatureServer/0 and then add the layer at .../FeatureServer/1 as a separate layer in your Mundi map.

A Mundi map displaying two distinct layers from the same ESRI Feature Server.

Once loaded, these layers function like any other vector layer in Mundi. You can inspect their attributes by clicking on features, change their styling, and use them in analysis.