Releases

EasyGIS version 0.2 released on November 26, 2009

The release introduced a kind of maturity into the geo-data indexing. Implementation of quadtree index was a big milestone of the release. The feature added ability to handle large data sets and significant performance boost. Some more features are also worthy of mention: simple feature editor, distance measure tool, REST URI in UI and much more.

You can download the version from SourceForge.net by following this link: https://sourceforge.net/project/showfiles.php?group_id=144643&release_id=687960

Download the easygis.war from the site and deploy the web application to your favorite Java Servlet Container (TomCat, GlassFish, JBoss, etc.). Pay attention to the environment Prerequisites.

Also a JBossWeb based bundle is prepared for users not familiar with J2EE deployment infrastructure. The easygis-jboss-web-bundle.zip file contains everything you need to run the application. Use startup.bat or startup.sh to run the application.

The project is released under the GNU Library or Lesser General Public License (LGPL). So you are absolutely free to use, modify it in any commercial or open source projects.

EasyGIS version 0.1 released on June 08, 2009

The EasyGIS team is pleased to present the first public release of open source Web 2.0 GIS. The version 0.1 presents a number of Core Features that allow you to share and publish geo localized data sets on the Web. The EasyGIS 0.1 introduces a simple Web user interface for integration with external data and service providers to prepare so-called GIS mashups. Builtin support for Google Maps and OpenStreetMap serves as a good basement for thematic mapping. All system services are exposed via RESTful API. With the REST Web resources, external clients can leverage the search and map rendering functionality embedding the resources into external applications and sites.

Upcoming Releases

The page contains forward looking statements based on current plans and is subject to change.

The next version 0.3 scheduled for March 2010 will bring up geo-specific searches, geo-tagging, special geo-widgets suitable for business cartography. Additionaly more efforts will be put to support different geo formats and big data sets (related not only to ingestion, but to maps rendering services too). And of course documentation issue: detailed definitions of available REST Web resources; integration with other systems; extensions to EasyGIS dashboards, etc.

Prerequisites

The EasyGIS has the following prerequisites:

  • Java 1.6 installed on your server. Follow the link to download ans install JDK 1.6
  • Java web container. Potentially you may deploy the web application to any Servlet container implementing Servlet API version 2.3 and higher. The current version has been tested and debugged with Apache Tomcat (version 5.x and 6.x), GlassFish (version 3), JBoss Web (version 2.1.2) and JBoss AS (version 4.2.x) containers. If you had a chance to deploy and test the application to some other containers, please let us know.

Sources

In the meantime you can check out all modules through SVN.

The following modules should be checked out:

Ant is used to build war file. Use build.xml (default target war) from EasyGIS module to build the solution.