There are a few required configuration steps that you will need to complete before you can start using GeoData.
Some of the following instructions require site administrator privileges.
Accessing the app configuration
GeoData configuration can be accessed by clicking the Apps button in Jira’s top navigation bar and selecting the Manage your apps option in the dropdown. You should be able to see the GeoData Admin Page in the left sidebar of the Manage your apps screen.
Allowed groups
This section allows you to configure members of which Jira groups will be able to access the GeoData Map board.
Select the group that you wish to add using the dropdown menu and confirm your selection by clicking the Add button.
To remove a group, click the recycling bin button next to it.
Geocoding
To find location coordinates by their address (geocoding) and vice-versa (reverse geocoding), GeoData uses Nominatim. The Geocoding section allows you to configure the server that GeoData will use for searches and a few search parameters.
Nominatim server URL is the address of the server. It can be any server that exposes an identical API.
The search result limit controls the maximum number of results returned by the address search.
Language determines the localization of the returned results. The value of this field should be an IETF language tag—some common examples of such language tags can be found here.
Make sure to read and follow the usage policy of your chosen geocoding server!
Tile servers
In this section, you can add one or more servers that will provide map tiles to GeoData.
Clicking the Add a tile server button will open the form which will allow you to define a new tile server. The tile servers you add will be listed in the left part of the interface—clicking them will open their edit form.
The tile server form contains the following fields:
Name is the name of the tile server that will be used by GeoData.
The server URL is the URL of the tile server. It must contain placeholders for zoom level {z}, x {x} and y {y} coordinates and it can optionally contain a placeholder for a subdomain {s}.
Max. zoom controls the maximum zoom level of the tile server. Use this option if your tile server doesn’t provide tiles for high zoom levels.
Description is used to give additional information about the tile server.
Attribution is used to show data attribution information on the map, as required by some tile providers. Please refer to your chosen tile provider’s policies to correctly fill this field.
Make sure to read and follow the usage policy of your chosen tile server!