Skip to content

Files

Latest commit

a07f13d · Jun 19, 2023

History

History
63 lines (37 loc) · 1.85 KB

getting-started.md

File metadata and controls

63 lines (37 loc) · 1.85 KB

Getting Started with GTT plugin

The following is a brief overview of the most important settings of the GTT plugin.

Plugin Settings

Global settings can be specified in the plugin configuration /settings/plugin/redmine_gtt:

Plugin Settings

Note: Geocoder options missing. TBD.

Map Layers

At least one map layer needs to be configured to be used as a base map. The GTT plugin uses OpenLayers and accepts common OpenLayers layer types and layer options.

Map Layer

Example OSM base map

  • Layer type: Tile
  • Layer options string: {}
  • Source type: OSM
  • Source options string:
{
  "url": "https://tile.openstreetmap.jp/{z}/{x}/{y}.png",
  "custom": "19/34.74701/135.35740",
  "crossOrigin": null,
  "attributions": "<a href=\"https://www.openstreetmap.org/copyright\" target=\"_blank\">OpenStreetMap contributors</a>"
}

My Account

A user can set their own location on the user page /my/account:

My Account

Project Settings

To use GTT in a project the GTT module must be enabled /projects/new:

GTT module

In the GTT tab of the project settings the project boundaries can be specified as a polygon:

Project settings

Creating Issues

Create an issue with a location as point, line or polygon:

New issue

Changes to an issue, including geometry updates, are available in the issue history:

History

All issues can be displayed on the projects issues list together with a map:

All issues