org.geomajas.project:geomajas-project-graphics-all

Geomajas Graphics project. The graphics project defines a set of interfaces and controllers for editing graphical objects based on gwt-graphics. It can be used as a basis for annotations (based on SVG/VML elements) as well as to extend geometry editing with operations like dragging/resizing. Geomajas is a component framework for building rich Internet applications (RIA) with sophisticated capabilities for the display, analysis and management of geographic information. It is a building block that allows developers to add maps and other geographic data capabilities to their web applications.


License
Apache-2.0

Documentation

Geomajas Graphics project

What is Geomajas

Geomajas is an Open Source Web Mapping Framework written in Java. It provides both server and client components. This project contains the geomajas graphics project.

For more details about the project, how to use it, manuals and other information, take a look at the website at http://www.geomajas.org/ .

For commercial support see http://www.geosparc.com/ .

Build Process

In order to build Geomajas, we recommend using Maven (see http://maven.apache.org/). Following Maven best practices, the pom.xml files do not contain any Maven repositories.

You'll have to add the Geomajas Maven repository (http://maven.geomajas.org/) to your settings.xml file, which can be located in:

~/.m2/settings.xml

Next go to the root of the source code and run:

mvn install