Geomajas GWT2 quickstart application


License

License

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks Geo Business Logic Libraries Geospatial
GroupId

GroupId

org.geomajas
ArtifactId

ArtifactId

geomajas-gwt2-quickstart-application
Last Version

Last Version

2.4.1
Release Date

Release Date

Type

Type

war
Description

Description

Geomajas GWT2 quickstart application
Geomajas GWT2 quickstart application
Project URL

Project URL

http://www.geomajas.org/
Source Code Management

Source Code Management

https://github.com/geomajas/geomajas-gwt2-quickstart-application.git

Download geomajas-gwt2-quickstart-application

How to add to project

<!-- https://jarcasting.com/artifacts/org.geomajas/geomajas-gwt2-quickstart-application/ -->
<dependency>
    <groupId>org.geomajas</groupId>
    <artifactId>geomajas-gwt2-quickstart-application</artifactId>
    <version>2.4.1</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.geomajas/geomajas-gwt2-quickstart-application/
implementation 'org.geomajas:geomajas-gwt2-quickstart-application:2.4.1'
// https://jarcasting.com/artifacts/org.geomajas/geomajas-gwt2-quickstart-application/
implementation ("org.geomajas:geomajas-gwt2-quickstart-application:2.4.1")
'org.geomajas:geomajas-gwt2-quickstart-application:war:2.4.1'
<dependency org="org.geomajas" name="geomajas-gwt2-quickstart-application" rev="2.4.1">
  <artifact name="geomajas-gwt2-quickstart-application" type="war" />
</dependency>
@Grapes(
@Grab(group='org.geomajas', module='geomajas-gwt2-quickstart-application', version='2.4.1')
)
libraryDependencies += "org.geomajas" % "geomajas-gwt2-quickstart-application" % "2.4.1"
[org.geomajas/geomajas-gwt2-quickstart-application "2.4.1"]

Dependencies

compile (17)

Group / Artifact Type Version
org.geomajas : geomajas-client-gwt2-impl jar
org.geomajas : geomajas-client-gwt2-server-extension jar
org.geomajas.plugin : geomajas-layer-openstreetmap jar
org.geomajas.plugin : geomajas-layer-geotools jar
org.geomajas.plugin : geomajas-layer-wms jar
org.geomajas.plugin : geomajas-plugin-cache jar
org.geomajas : geomajas-testdata jar
org.geomajas.plugin : geomajas-plugin-rasterizing jar
org.geomajas.plugin : geomajas-client-gwt2-plugin-tilebasedlayer jar
org.geomajas.plugin : geomajas-layer-googlemaps jar
org.geomajas.plugin : geomajas-layer-tms jar
org.geotools » gt-wfs jar 13.0
org.geomajas.plugin : geomajas-layer-hibernate jar
org.slf4j : slf4j-api jar
org.slf4j : jcl-over-slf4j jar
org.slf4j : log4j-over-slf4j jar
ch.qos.logback : logback-classic jar

provided (1)

Group / Artifact Type Version
com.google.gwt : gwt-user jar 2.7.0

runtime (1)

Group / Artifact Type Version
com.google.gwt : gwt-servlet jar 2.7.0

Project Modules

There are no modules declared in this project.

Geomajas GWT Client 2.x quickstart application

This End-user guide documents the installation, basic configuration and use of the Example Web GIS Application based on the Geomajas GWT2 client.

Introduction

What is Geomajas?

Geomajas is an Open Source Web Mapping Framework written in Java. It provides both server and client components. This project contains an example application for the GWT Client 2.x.

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/ .

What is this project?

The Example Application is a stand-alone, ready-to-use Web GIS solution. After installation, you can work with the pre-configured sample data layers or you can start adding your own data sources.

The Application has out-of-the-box functionality for navigating the map.

Who can use it?</title>

The Example Application is made as such that it can be used by anybody with average computer skills and a basic understanding of GIS. No special system administration and programming skills are required.

Setting up the Example Application

This chapter describes the different steps you should take to get the application up and running.

Download the application

Download the Example Application as a stand-alone program. This program is self-contained, no additional software is required.

As an alternative you can download the Example Application as .war file. Use this alternative when you have an application server available to deploy the .war file.

All downloads are available on the following URL: http://www.geomajas.org/download/

Build Process

In order to run this application, 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 jetty:run

Fire up a browser and go to http://localhost:8080/ to open the application.

###Run the stand-alone application The Example Application can be run by executing the appropriate startup script depending on your operating system.

  • Use startup.bat for Windows
  • Use startup.sh for Linux and Mac

Access the example web GIS application using your web browser on the following URL: http://localhost:8080/geomajas/

###Stopping the stand-alone application</title> The Example Application can be stopped by executing the appropriate shutdown script depending on your operating system.

  • Use shutdown.bat for Windows
  • Use shutdown.sh for Linux and Mac

##Basic configuration</title> This section explains how to configure a number of pre-installed functionality and data layers in the example application.

###Configuration files structure The configuration is done in XML files. Depending on the installation you chose you can find the configuration files under ROOT/WEB-INF.

  • Stand-alone application (.zip) : ROOT = installation-directory/webapps/geomajas/
  • Web archive (.war) : ROOT = war file

The WEB-INF folder contains most important configuration files. The following scheme shows how the configuration files are structured

WEB-INF folder

  1. Folder "layer" - contains layer configuration files including SLDs.
  2. Folder "map" - contains mapMain.xml which handles the configuration for the map. Here you can define which widgets should be used, which data layers should be included, etc.

###Layer configuration</title> ####General In the example application the layers are grouped by supported layer type (OSM, SHP, TMS, WFS and WMS). The scheme below shows the configured layers per layer type in the "layers" folder. Also a set of SLD files for the layers are stored.

layer folder

For each layer 2 configuration files are required:

  • layerNAME.xml : server-side layer configuration defines the layer type, the data source, the geometry type, the CRS of the source, the bounding box, the layer attributes and the SLD file.
  • clientLayerNAME.xml : client-side layer configuration defines layer name, the minimum and maximum zoom level the layer is visible, etc.

####Turning pre-configured layers on/off The layers that are pre-configured in the example application can be switched on and off in the mapMain.xml file (property "layers"). Uncomment a line in order to enable the layer in the application. Put the line in comments when you want to disable a layer.

In the example below, there are seven layers configured, but only three are enabled in the application. The other 4 layers are commented out.

<property name="layers">
    <list>
        <ref bean="clientLayerOsm" />
        <!-- <ref bean="clientLayerSimplifiedCountriesTms" /> -->
        <!-- <ref bean="clientLayerSimplifiedCountriesWms" /> -->
        <!--<ref bean="clientLayerSimplifiedCountriesWfs" /> -->
        <!--<ref bean="clientLayerCountries" /> -->
        <ref bean="clientLayerCountriesWithFlag" />
        <ref bean="clientLayerCities" />
    </list>
</property>

The order in which the layers are drawn on the map is defined by the reverse order in the mapMain.xml. In the example above, the OSM layer would be drawn first. The layer CountriesWithFlag would be drawn on top of the first one, etc.

####Changing the layer style</title> The layer style for vector layers (SHP, WFS) is defined using Styled Layer Descriptor (SLD) files. The pre-configured SLD files can be found in the ROOT/WEB-INF/layer folder.

The server-side layer configuration file defines which SLD file is used to define the layer style. This is done using the NamedStyleInfo and the property "sldLocation".

In the Example below (extract from the server-side configuration file layerCountriesWithFlag.xml) one can see that the layerCountriesWithFlagPopulation.sld is used for styling. This value could be replaced with for example layerCountriesWithFlagRegions.sld to apply another style.

<bean class="org.geomajas.configuration.NamedStyleInfo" name="layerCountriesWithFlagStyleInfo">
    <property name="sldLocation" value="WEB-INF/layer/layerCountriesWithFlagPopulation.sld" />
</bean>

More detailed information about layer styling using SLD can be found in geoserver styling documentation

org.geomajas

Geomajas

Versions

Version
2.4.1
2.4.0
2.3.0
2.2.0
2.1.1