Add geolocations to Trac tickets

Description

geolocates issues and displays them on a map using GeoServer and OpenLayers. A location field is added to the ticket using the CustomFieldProviderPlugin which is then geolocated using Google's API via geopy. A map is displayed aside the ticket using the TicketSidebarProviderPlugin.

Bugs/Feature Requests

Existing bugs and feature requests for GeoTicketPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from here.

Source

You can check out GeoTicketPlugin from here using Subversion, or browse the source with Trac.

Example

A screenshot of the plugin in action:

Demo

A demo of this in action may be available at http://geotrac.demo.topplabs.org/

Recent Changes

[7768] by k0s on 03/10/10 02:23:53

check to ensure db is not none before commiting; honestly, i dont understand any of this :(

[6785] by k0s on 10/21/09 20:59:21

pass in doc keyword; see http://trac.edgewall.org/ticket/8763#comment:2

[6779] by k0s on 10/21/09 18:38:56

* adding request to the marker style API * adding a static marker styler * adding a styler that colors markers based on ticket fields

[6778] by k0s on 10/21/09 18:37:52

add a function for selecting evenly placed colors

Author/Contributors

Originally developed at The Open Planning Project

Author: k0s
Contributors:

Attachments