gollum


Gwt and OpenLayers LUMped together

Overview

Gollum is a framework for creating map visualizations using GWT (Google Web Toolkit). It uses OpenLayers underneath as its map display.

Gollum comes with easy-to-use map layers (vector layers, image layers, marker layers, etc.) that can be easily called using Java instead of the OpenLayers API in Javascript. It also provides an area to put your custom controls for your application.


Usage

To begin using Gollum, just add the following to your GWT project's module xml file:

<inherits name='org.krayne.gollum.Gollum'/>

See Tutorial for more information.


Screenshots

Basic Gollum window with a simple custom bookmarks section

![](http://krayne.org/external/gollum/screenshot01.png)


Current Status

Much work needs to be done, but it's currently usable for the most part.

Project Information

Labels:
GWT OpenLayers visualization maps