Menu

Tree [853f3f] master /
 History

HTTPS access


File Date Author Commit
 src 2016-07-12 José María Martínez Luna José María Martínez Luna [f294fc] Actualización de la versión del proyecto
 AUTHORS.md 2016-07-08 Atanasio Muñoz Atanasio Muñoz [b8f245] Update AUTHORS.md
 CHANGELOG.md 2016-07-08 GeoWE GeoWE [29dc0f] Update CHANGELOG.md
 LICENSE.txt 2016-07-08 José María Martínez Luna José María Martínez Luna [b6fade] Add files via upload
 README.md 2016-07-08 GeoWE GeoWE [241635] Update README.md
 pom.xml 2016-07-12 José María Martínez Luna José María Martínez Luna [f294fc] Actualización de la versión del proyecto

Read Me

geowe-core

GeoWE. GeoData Web Editing [core SIG Web]

GeoWE is a Geographic Information System (GIS) developed in Java, whose main aim is the editing of spatial data (geometric and alphanumeric).

The geowe-core is being developed using the following technologies:
- GWT (Google Web Toolkit)
- JBoss ERRAI Framework
- GXT
- OpenLayers

More information available on the GeoWE Web site.

License

The geowe-core is licensed under the GPLv3, meaning you can use it free of charge, according with license terms and conditions.

Configuration

In order to use all GeoWE features, you must configure following basic params:

Bing Maps config:

To use Bing maps, you need to specify your own Bing maps key. Please, [read this carefully] (https://www.microsoft.com/maps/create-a-bing-maps-key.aspx).

Put your key in BingConstants.properties file, located at: src\main\java\org\geowe\client\local\main\tool\map\catalog\model

For example:
bingKey = YOUR_BING_MAPS_KEY

what3words config:

To use what3words feature, you need to specify your own what3words api key. You must contact what3words to obtain it.

Put your key in ErraiApp.properties file, located at: src\main\resources

For example:
w3w.key = YOUR_W3W_API_KEY

Build the software

In order to compile and build GeoWE, the JDK 7 platform is necessary. The project uses maven for building and packaging.

mvn clean package

Deploy

Once you compiled the software, the geowe.war file can be deployed on any server/application container, like Apache Tomcat. Our live demo is running on OpenShift, Try it!

Javadoc

You can see the complete javadoc here. download

Dependecies report

You can see the complete source dependencies here.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.