The uDig 1.2 development is complete and we are pleased to offer uDig 1.2 RC4 for download. This release is made in conjunction with GeoTools 2.6.4.
The uDig 1.2-RC3 is available from the main download page (previous releases are also available).
Installation
Download the package appropriate to your platform, unzip and run:
- Windows
- Linux:
- Mac:
- SDK: For use with SDK Quickstart instructions
Windows and Linux packages includes a Java Runtime so you really can unzip and run without making any configuration changes to your Machine. On Mac OSX uDig is able to check for Java Advanced Imaging and install if needed.
To get started with uDig:
- Help Menu provides a Quickstart
- Walkthrough 1
- Walkthrough 2
About uDig 1.2 Release Candidate 3
The release adds three amazing new features:
- Access to GeoTools DataStores via a generic wizard allowing users to connect to many additional data formats and access all connection parameters.
- One long standing difficulty with using large datasets is uDig wanting to know the bounds of the data (so it can efficiently search, zoom etc…). For common spatial file formats this data is known and available; for large databases such as DB2 and PostgreSQL this can take some time to calculate. For the generic GeoTools DataStore wizard above we are experimenting with using bounds based simply on the valid area for coordinate reference system provided by the data.
- The valid area of the coordinate reference system is also used when "clipping" WFS requests resolving some long standing issues when editing WFS services that do not update their Capabilities document.
- Advanced: Control what features are requested for a layer using a Common Query Language (CQL) expression. The expression builder offers command completion with the full GeoTools function list available as you type
- Experimental: Cache support added allowing you to cache WFS layers in memory for increased performance (please be careful when working with large datasets as this is the first time uDig is allowing users to cache data in memory)
Additional documentation for developers:
- Service and GeoResource Interceptors
- Interceptors
- Example code for Feature Panel data entry forms added
Release Notes:
Sub-task
Bug
Improvement
New Feature |
Known problems:
- The mac release is unable to support the full range of ImageIO-EXT formats. Please contact udig-devel if you are able to build GDAL on Mac OSX.
- WIn64 download does not include a JRE at this time
About uDig 1.2 Series
The uDig 1.2 series highlights a lot really great ideas the developer community has been working on. We have migrated to a modern version of the GeoTools library - bringing in five years of new developments in standard support, and a host of new raster and vector formats. An exciting addition is the use of the ImageIO-ext project allowing the use of raster formats supported by GDAL.
New and capabilities of uDig 1.2 include:
- ImageIO-EXT rendering enabling additional raster formats and working with images larger then memory
- Tiled rendering (as an option in preferences) with a new flicker free panning tool.
- Support for GeoWebCache and TileServer via WMS-C
- WFS 1.1.0 support
- Greatly improved ArcSDE support; multithreaded and faster
- Advanced Symbology including Hatches and True Type Font support
12 comments:
Post a Comment