Showing posts with label release. Show all posts
Showing posts with label release. Show all posts

Tuesday, June 23, 2020

uDig Release Candidate 2.2.0.RC1

The uDig community is pleased to announce Release Candidate 2.2.0.RC1  

Release Details

Release Notes, Tag, and Downloads for Mac, Linux, and Windows : uDig 2.2.0.RC1 Release Canditate

Features, Bugfixes and Improvements

#314 Allows to configure display delay for edit tools
#379 Improved copy behavior for feature attributes
#367 Fixed Display access for Message Bubble
#363 Fixed Layer Memory Leak on Feature Events

Java 11 Support

From now on uDig can be run in Java 11 Runtime Environments.

#354 Removed joda-time dependency
#378 Update Eclipse Platform to Release 2019-03
#361 Update GeoTools to 22.1 (with dependencies)

This implies that uDig cannot support 32bit Operation Systems anymore, for details see Eclipse Platform Issue 536766.

Others

Mailing Lists for both, Developers and Users changed:

For Users: udig-users@eclipse.org (was udig-users@locationtech.org)
For Developers : udig-dev@eclipse.org (was udig-dev@locationtech.org)
 

OpenSource is a team effort and we would like to thank everyone who helped to develop and test the release candidate: Emily Gouge, Nikolaos Pringouris, Silvia Franceschi, Andrea Antonello!

Wednesday, February 11, 2015

uDig 1.5.0.RC1 Released

The uDig community is pleased to release uDig 1.5.0.RC1. 

Release Details

New Features

This release supports a couple new features:
  • The web view down points to a GitHub page (rather than a wiki page). Thanks to Frank for this work.
  • The style editor now supports arrows (as shown in the above map). Thanks to Emily and Refractions for this work.
  • Packages have been changed to org.locationtech.udig allowing SDK developers to migrate at this time (see below).

Developers

Internally the package structure and extensions have changed from net.refractions.udig to org.locationtech.udig. This blog post describes how to setup a development environment and update your plugin accordingly.

Target Platform and Environment

For instructions on using the project straight from GitHub (and building from Eclipse or Maven) see the project README.
We also provide a uDig 1.5.0.RC1 SDK as a stand-alone target platform:
1. Download the SDK
2. Unzip the SDK into a udig-sdk folder.
3. Open up Windows > Preferences and navigate to the Target Platform page
4. Set the target platform to the location of your udig-sdk folder. This will take a few moments while the folder contents are scanned.
As a standalone target platform you can develop uDig with a recent version of Eclipse (uDig no longer depends on your development environment when running). The target platform also includes the JAI and ImageIO bundles which previously were installed as JRE Extensions.
Thanks to Frank for these ease-of-use improvements for uDig developers.

Dependency and Extension Point Migration

At a high-level your plugins must be updated to use the org.locationtech.udig packages and extensions. This can be accomplished with a search and replace, but we will take the time to point out strategies for updating a few specific files.
You can turn off eclipse automatic build when performing these changes to save time.

MANIFEST.MF

Required Bundles (Require-Bundle) and imported Packages (Import-Package) in MANIFEST.MF files should reflect the namespace schange as well. Its a simple search and replace within Eclipse (Search -> File...):
Click Replace... to change to new namespace:

Extension Points

Extension definitions based on uDig Extension Points have to be updated. Search for net.refractions.udig in your plugin.xml and feature.xml files and replace the string with org.locationtech.udig

Source Code Migration

With the build environment fixed up we can now move on to updating your source code.
You can turn on eclipse automatic build now, a lot of compile errors are expected after re-compilation against the new udig-sdk target-platform.
This time we can perform the same search and replace on "*.java" files. This should fix the vast majority of problems (as it updates both imports and any extension point references you happened to make use of in your Java code).
If any package import errors remain, click with right mouse on the project and hit Source and Organize Imports.
The uDig 1.5.0.RC1 is built using GeoTools 11.2. The GeoTools project provides an upgrade guide for those using a prior version of the library.

Looking Ahead

If you have any problems with the current udig-sdk or like to ask something we didn't addressed in this post feel free to contact us:
The 2.0.0 Release expects no further API change, its only focus is the transition to Eclipse Luna (a branch is available for developers here).

Sunday, March 24, 2013

uDig 1.4.0 Released

The uDig Community is pleased to announce the release of uDig 1.4.0.

This release offers some great new features including the long anticipated GeoScript editor (thanks to HydroloGIS),  a full featured graticule map decoration (thanks to Kenneth Gulbrandsoy), and a new Document view (thanks to LISAsoft).

Thanks to Galdoslat-lon and LISAsoft for their participation in OWS9. Their extensive quality assurance work has allowed uDig to enable WMS 1.3.0 by default.

On the development front the SDK now functions as standalone target platform complete with Eclipse and GeoTools source code. Thanks to Sam Guymer for this work, and to community members Suraj Patil and Thomas Dolley for testing. We also offer our congratulations to Kenneth Gulbrandsoy for his promotion to committer status.

The release is issued under a dual EPL and BSD license and marks our initial contribution to LocationTech. No further releases are scheduled under the Refractions banner.

Release Details


About uDig 1.4.0

License Transition Complete

The uDig project has changed to a dual BSD / EPL license. This license is in support of our application to LocationTech (an Eclipse Foundations industry working group). 

GeoScript Editor

This release offers some great new features including the long anticipated GeoScript editor. The use of scripting within a GIS application affords a great middle ground between developers and users. The GeoScript project is focused on taming the power of GIS for dynamic scripting languages. This strong focus on ease-of-use makes for an excellent alignment with the uDig project.

Document View

The use of feature attributes as a jumping off point for a document, web page or script action is known as a hot-link, while the concept of an attachment is well-known from the use of email. uDig provides the innovative combination of these two ideas in a single Document view.

As part of this work, dynamic feature labels can be defined (used by the Info Tool and Document view).


About uDig 1.4 Series



The 1.4 series brings several exciting new features to the table while serving as a stepping stone for the project's migration to LocationTech.

For users:
  • GeoScript editor allowing scripting directly from the uDig application
  • Document view for working with attachments and hot-links
  • New graticule map decorator supporting metric coordinate reference systems
  • WMS 1.3.0 now enabled by default
For developers:
  • Provided under a dual EPL and BSD license with associated refresh of a all headers, plugin license and about.html files.
  • Transition to Maven command line build is complete with both product and SDK builds
  • SDK is a complete target platform (no longer requires an Eclipse Download).
  • Based on GeoTools 9.0-M0
Release notes:

Known Issues

  • The mac release does not support the full range of ImageIO-EXT formats. Please contact udig-devel if you are in position to build GDAL on Mac OSX.
  • The ImageIO-EXT / GDAL library requires native code for MrSID and ECW limiting support to win32 and linux32 platforms.

Thursday, September 6, 2012

uDig 1.3.2 Released

The uDig Community is pleased to announce the release of the uDig 1.3.2.

This point release packs significant new functionality. Thanks to our Google Summer of Code students for taking part in this years program. Macro Foi completed his work porting the advanced edit tools into this release.

There are a large number of people to thank for the nuts and bolts of this release. Cliff Broadbent and Sam Guymer transitioning the project to the tycho build system. Andrea Antonello setup the dropins folder for easy plugin installation. Jody Garnett and Frank Gasdorf ported the documentation and walkthroughs into Restructured Text resulting in a nice clean look.

This release is made in conjunction with GeoTools 8.1.

Release Details

Download the package appropriate to your platform, install (or unzip) and run:

About uDig 1.3.2

The 1.3.2 release showcases active assistance when writing CQL expressions and filters. This technology will be used to making editing styles a more rewarding and dynamic experience.

The 1.3 series features some great usability improvements with a new tool palette and easy to access tool options. For developers the uDig platform provides access to the latest open source libraries from an Eclipse RCP environment.

Here are some new features you can look forward to:

  • Import SLD 1.1 Styles
  • Edit Tools included - no longer require a separate download
  • Area - define your area of interest based on CRS, current screen or a bookmark. You can use the area of interest to filter a Map Layer or just the Table view. This is a great way to focus on just the content you are interested in.
  • Query Layers using a dynamic filter editor, there is also a checkbox to filter using the area of interest. Can be used to answer simple feature containment questions.
  • Powerful data processing with the Transform operation. Use a dynamic expression editor to generate new datasets.
  • Provide an expression to label features, allowing the Information view to list features by name.
  • Updated Info and Profile tools for raster data
  • Teradata support
  • Spatial Toolbox view allowing access to OMS3 processing; with tutorial!
  • New import and export formats: CSV and KML.
  • For details on these and other features check out the What is new!

Usability

  • Active assistance when editing CQL Filters and Expressions
  • Tool Palette with easy to use Tool Options for quick access to preferences (blog)
  • Cheatsheets offering guided assistance for new users (blog)
  • Control Tool interaction with your layers with the ability to mark background layers

Documentation:

For developers:
  • Latest GeoTools 8.1 release
  • Latest JTS 1.12
  • Latest ImageIO-EXT 1.1.4

Thursday, December 8, 2011

uDig 1.3.0 Released

The uDig Community is pleased to announce the release of uDig 1.3.0.

This release is made in conjunction with GeoTools 8.0-M4. Thanks to Andrea Amie and Gabriel Roldan for support, encouragement and timely bug fixes.

This point release includes significant usability improvements and new functionality - thanks to the hard work of Levi Putna and Paul Pfeiffer.

For more information on User-friendly Desktop Internet GIS please check out the uDig Overview.

Release Details

Download the package appropriate to your platform, unzip and run:

About uDig 1.3

This release features some great usability improvements with a new tool palette and easy to access tool options.

Here are some new features you can look forward to:

  • Area of Interest support - define your area of interest based on CRS, current screen or a bookmark
  • Filter the Table view using the current area of interest - a great way to focus on what is on screen
  • Updated Info and Profile tool for raster data
  • Teradata support
  • Spatial Toolbox view allowing access to OMS3 processing; with tutorial!
  • New import and export formats: CSV and KML.
  • Check out What is new page for details

Usability Improvements

  • New Tool Palette with easy to use Tool Options for quick access to preferences (blog)
  • New "cheatsheet" help system offering guide assistance to new users (blog)
  • Control Tool interaction with your layers with the ability to mark background layers

Additional documentation:

For developers:
  • Access to the latest GeoTools 8.0-M4 release
  • Access to the latest JTS 1.12
  • Access to the latest ImageIO-EXT 1.1.2
  • Fork me on github
  • Works with Eclipse 3.7

Tuesday, June 21, 2011

Running the Image Georeferencing View. Release 1.0.0 for uDig 1.2.1

We have released the Image Georeferencing View, versión 1.0.0. It was tested with uDig 1.2.1. The following video shows a typical session.

In this video the user adds the ground control points (GCP) using a road layer as base.





The following video shows as a georeferenced raster can be used to draw a new road layer (vector layer) .
To georeference the raster, the user provides the set of ground control points graved by a GPS device.





Thursday, May 19, 2011

Image Georeferencing View RC3 for uDig 1.2.1


We have released the Image Georeferencing View RC-3. It includes some new user interface features that show the relations between image's marks and the set of gound control points. New tools have been inlcuded in order to manipulate the image and the ground control points.


Finally, the Help (draft) is available too.

To know more about this project, please, go to Axios Community Space.

Wednesday, May 4, 2011

Image Georeferencing View for uDig 1.2.1

A month ago, we began the development of Image Georeferencing. Now we want to share the first release in order to test it.



Right now, we are working in some improvements in the usability (zoom, pan, fit, etc). More details and download instructions in the Axios Community Wiki

Comments are welcome

Tuesday, March 8, 2011

Spatial Operations & Editing Tools for uDig 1.2.1

We have published a new release of our Spatial Operations & Editing Tools for uDig 1.2.1 project.
It includes many fixed bugs and performance improvements.
Now, the product is provided as:
  • Editing Tools 1.3.3 for uDig 1.2.1
  • Spatial Operations 1.3.1 for uDig 1.2.1
This features are available in uDig Community Updates Site:
http://udig.refractions.net/update/1.2/community

To download the source and binary distributions, visit our download page in www.axios.es.

Wednesday, February 2, 2011

uDig 1.2.1 Released

We have recently released uDig 1.2.1. This is an incremental update with mainly bug fixes but there are a few notable features added as well.

  • Additional style editor pages; thanks to the JGrass project and Hydrologis
  • Access to the latest GeoTools renderer with support for hatch patterns
  • Access to world+image "bmp" files
  • Experimental - WMS 1.3.0 support
  • Updated "submit log" in the help menu
Additional documentation:

  • Updated online help capturing the new style pages style pages
  • Updated intro documentation for users and developers

For developers:

  • We have migrated to a new git repository http://gitorious.org/udig
  • Access to the latest GeoTools 2.7 Release Candidate

The new release can be accessed and downloaded from http://udig.refractions.net/download/


Wednesday, December 1, 2010

Axios uDig extensions - Releases 1.3.2 and 1.2.9

We have published the 1.3.2 version for uDig 1.2. This release fixes those bugs present in the last version. Additionally, we have done the backporting to 1.2.9, compatible with uDig 1.1.

These releases are available in uDig Community Updates Site:
http://udig.refractions.net/update/1.2/community
http://udig.refractions.net/update/1.1/community

To download the source and binary distributions, visit our download page in www.axios.es.

Finally, we want to highlight the excellent testing work done by the Municipal Department of Automated Data Processing, Information and Communications Technologies, Vienna City. The have been working hard producing 685 test scenarios for the split tool.

Thursday, October 7, 2010

Axios uDig Extensions release 1.3.1 for uDig 1.2.x

We have published a new release of Axios uDig Extentsions. This version includes fixes and improvements for the Split Tool.

A closed split line can be drown as shown in the screenshot.

The result of split transaction produces:

The split operation is available as a Spatial Operation too. Thus it is possible to split the feature in a layer using lines present in another layer.

This release is available in uDig 1.2 - Community Updates Site:
http://udig.refractions.net/update/1.2/community

To download the source and binary distribution, visit our download page in www.axios.es




Monday, August 16, 2010

UDIG 1.2.0 Release

The uDig 1.2 release process is complete and we are pleased to offer uDig 1.2.0 for download.
This release is made in conjunction with GeoTools 2.6.5.

The uDig 1.2.0 release is available from the main download page.

Installation

Download the package appropriate to your platform, unzip and run:

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. There is also a windows installer.

To get started with uDig:

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
  • On select platforms MRSID and ECW raster support
  • Tiled rendering (as an option in preferences) with a new flicker free panning tool.
  • Support for GeoWebCache and TileCache via WMS-C
  • WFS 1.1.0 support (read-only)
  • Greatly improved ArcSDE support; multithreaded and faster
  • Advanced Symbology including Hatches and True Type Font support

About uDig 1.2.0

Features and capabilities of this release:

  • 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). 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
  • Advanced: Cache support added allowing you to cache Raster layers in memory (please be working with large datasets as this is the first time uDig is allowing users to cache information in memory). Please note that raster file formats on disk are optimised and in may cases perform better than caching in memory. Caching in memory is recommended for formats such as jpeg (where the entire image must be loaded to display even a small section) and when working with data from a slow device such as the network or DVD.
  • 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)
  • Enhanced Vector Editing
  • Revamped printing support, standard paper sizes are supported when printing
  • Import multiple layers into the catalog at once
  • switch between common map scales
  • Improved Drag and Drop support allowing multiple layers to be manipulated at once
  • Drag and Drop treats URL as a distinct content type across browser implementations

Notes and documentation for developers:

  • Service and GeoResource Interceptors Docs
  • Interceptors Docs
  • Review of the dependencies used by the uDig SDK with license and build advice
  • We have transitioned to a modern version of GeoTools allowing for a more productive relationship with the larger community
  • Support for the "JDBC-NG" rewrite of GeoTools Database access
  • Uses the latest Eclipse 3.6.0 "Helios" release for an industrial strength plug-in system
  • Uses the latest "Babel" project translations

Release Notes


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.

Thursday, July 15, 2010

Axios uDig Extensions releases 1.2.5 for uDig 1.1 and 1.3.0-m6 for uDig 1.2

We have published a new releases of Axios uDig Extentsions. The 1.3.0-m6 version for uDig 1.2 includes many fixes for the Split Tool.

Additionaly, we have done the backporting to 1.2.5, compatible with uDig 1.1.

Theses release are available in uDig Community Updates Site:
http://udig.refractions.net/update/1.2/community
http://udig.refractions.net/update/1.1/community

To download the source and binary distribution, visit our download page in www.axios.es

Sunday, January 31, 2010

uDig 1.2 M9

Welcome to the January milestone release of uDig. This release is made in conjuction with GeoTools 2.6.1 - with a number of improvements to the jdbc "next generation" plugins.

Installation

Installation Notes:
Download the package appropriate to your platform:
  • Windows: installer (including ECW support) or zip archive avaiable.
  • Linux
  • Mac
  • SDK: For use with SDK Quickstart instructions.

On windows and linux uDig includes a Java Runtime so you really can unzip and run. On mac uDig is able to check for Java Advanced Imaging and install if needed.

About uDig 1.2 Milestone 9

We have focused on the Software Developers Kit this release and have a new SDK Quickstart available. These instrucitons have been completely updated for Eclipse 3.5.1.

We have accomplished our goals for the uDig 1.2 series and will be issuing a release candidate shortly.

This release features:

Known problems:
  • Mac release unable to support the full range of imageio-ext formats (MRSID, ECW, etc...)
  • Linux64 release is not provided as we wait for a 64 bit release of ImageIO-EXT
  • Some repots of the Layers menu not showing up under the SDK release

About uDig 1.2

The uDig 1.2 series highlights a lot really great ideas the developer community has been playing with. We have upgraded the version of the GeoTools library we use - bringing give 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 experimental 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.

This tech-preview is made available for your testing pleasure; please contribute bug reports and feedback! This milestone is a suitable baseline for your own development efforts.

Friday, November 6, 2009

AXIOS UDIG EXTENSIONS 1.2.2

This release, available for uDig 1.1.x, includes improvements
and bug fixes in the Parallel Tool.

Also, you could have a look in the development branch. The axios suit 1.3.0-m2 was tested with uDig 1.2 M6.

To download this new releases please visit the uDig update-site or our web site www.axios.es download page.

Tuesday, August 18, 2009

uDig 1.2 M6

The uDig 1.2 "milestone 6" release is available for download.

This release is the result of an amazing week long code sprint held at Hydrologis in Italy supplimented by developers all over the world. A special thanks to the participating organizations: Axios, Camptocamp, Fraunhofer IAIS, HydroloGIS and LISAsoft.

The milestone release features:
  • Better support for TIFF and depending on your platform ECW and MrSID with an update to the imageio-ext library
  • Enhanced vector editing, revamped printing support
  • Upgrade to the latest Eclipse 3.5 (finally we can offer cocoa support on mac!)


Here are some example of some of the enchancements:
  • Import multiple layers into catalog at once
  • Deleting multiple maps only asks for a single confirmation and delete
  • standard paper sizes are now supported when printing!
  • Add rectangles, roundrectangles and ellipse when printing
  • Drag and Drop improvements: drag and drop mixed content in the catalog and map, move several maps at once, multiple services on project at once, handle multiple layers in the layer view
  • Improved workflow: An Open Map action, switch between common map scales
All in all 41 issues have been addressed for this release - for more information check the release notes.

Friday, August 14, 2009

AXIOS UDIG EXTENSIONS 1.2.0

This release, available for uDig 1.1.x, includes new features, improvements and bug fixes. We want to highlight the following ones:


NEW FEATURES

  • Spatial Operation Split splits features from a source layer using a LineString features from a second layer (or reference layer).
  • Spatial Operation Fill creates a new geometry using the reference line and the border of the source polygon as its own border.
IMPROVEMENTS

  • Merge Tool the usability has been improved in several ways.

  • New Split algorithm, it allows add vertex to neighbour geometries. Additionally, it solves many reported problems in the old split tool.

  • Spatial Operation Dissolve allows to select multiple dissolve property.

  • The spatial operation framework was factored to provide an easy way to extend with new operations. Thus the control logic was encapsuled in abstract classes to simplify the creation, associations presenters- commands and event handling .
  • Spatial Operation Extensions Point allows to add new spatial operations in the default set.

To download this new release please visit the uDig update-site or our web site www.axios.es download page.

Finally, we want to thank uDig community for your comments and suggestions to improve this product.


If you want to know more about this project visit the
following page: uDig Axios Community Space - Spatial Operations and Editing Tools

Wednesday, July 22, 2009

IRC meeting about post code sprint release

The meeting agenda was as follows:
1) jre's and startup scripts
2) to style or not to style
3) where is my printer
4) editing bugs ade

The good news is a release being organized for Friday.

Monday, May 25, 2009

uDIg 1.2-M4 Released

Another 1.2 milestone release for your testing pleasure. This release includes lots of fixes for WMS-C support. WMS and WFS support has been heavily tested against the Australian SLIP data services.

This release of uDig can be found in the usual location:
Unstable Downloads

The SLIP portal has been featured on our data wiki page for some time. Once you have signed up you are sent a user name and password which you can enter when connecting to their data services.



I would also like to thank OpenGeo for the excellent WMS-C tile server "sigma". Sigma is listed in the "Web" view of the main uDig application if you would like to try it out.

Here is what the two data services look like together: