<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8910993215959622697</id><updated>2012-02-01T01:33:22.031-08:00</updated><category term='gsoc'/><category term='gridcoverage'/><category term='week in udig'/><category term='udig'/><category term='devel'/><category term='seamless'/><category term='tool'/><category term='MapInfo'/><category term='geotiff'/><category term='beegis'/><category term='meeting'/><category term='wms 1.3.0'/><category term='&quot;code sprint&quot;'/><category term='open source'/><category term='tip'/><category term='sprint'/><category term='code sprint'/><category term='pmc'/><category term='TAB'/><category term='git'/><category term='osgeo'/><category term='georeferencing'/><category term='neo4j'/><category term='udig 1.2'/><category term='projection'/><category term='nosql'/><category term='irc'/><category term='testing'/><category term='jgrass'/><category term='release'/><category term='Axios'/><category term='usability'/><category term='lisasoft'/><category term='training'/><category term='tilesync'/><category term='udig 1.2.1'/><category term='1.1.0'/><title type='text'>User-friendly Desktop Internet GIS</title><subtitle type='html'>uDig is an open source (LGPL) desktop application framework, built with Eclipse Rich Client (RCP) technology.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default?start-index=101&amp;max-results=100'/><author><name>Jody Garnett</name><uri>https://profiles.google.com/117011258972821557685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh3.googleusercontent.com/-X5a7F6O0TWc/AAAAAAAAAAI/AAAAAAAAANY/Uon8vTnnfIo/s512-c/photo.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>110</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-5005047801427719187</id><published>2012-01-07T19:00:00.000-08:00</published><updated>2012-01-07T21:33:24.636-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='week in udig'/><title type='text'>This week in uDig - January Week 1</title><content type='html'>I may as well take a turn writing one of these posts - Happy New Year from the uDig Team!&lt;br /&gt;&lt;br /&gt;This week has a bit of catch up; as several github "pull requests" have been submitted over the break.&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;1.3.1&lt;/span&gt;&lt;br /&gt;We have issued a small &lt;a href="http://udig.refractions.net/download/"&gt;uDig 1.3.1 patch release&lt;/a&gt; just prior to the holidays.&amp;nbsp;The &lt;a href="https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10600&amp;amp;version=18149"&gt;release notes&lt;/a&gt; are up; but it amounts to a couple fixes reported on the user list (zoom out and copying features into the feature table).&lt;br /&gt;&lt;br /&gt;Thanks to those who took part in testing over December!&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;SDK&lt;/span&gt;&lt;br /&gt;The bulk of my week was devoted to the construction of a SDK bundle. Panagiotis from udig-devel supplied a patch changing the manner in which "source features" are generated to &amp;nbsp;follow the Eclipse 3.2 standard.&lt;br /&gt;&lt;br /&gt;Each feature is responsible for packaging a number of plugins for deployment; the generated source feature is now a single jar (with internal folder structure matching the listed plugins.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;The SDK is now available &lt;a href="http://udig.refractions.net/download/"&gt;from the uDig download page&lt;/a&gt;. Maurcio and Panagiotis report success (although I am not sure if they have updated the SDK instructions).&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;Native Code Fragments&lt;/span&gt;&lt;br /&gt;Frank Gasdorf has been a whirlwind of productive (and indeed hard to keep up with). Frank has been exploring the the use of fragments to package the native code we use in the uDig project. We have several categories of native code; extensions for Java (such as Java Advanced Imaging, ImageIO and ImageIO-Ext); GDAL (for ImageIO-EXT to use); and that native Eclipse code (such as Standard Widget Toolkit).&lt;br /&gt;&lt;br /&gt;The native Eclipse code is packaged into platform specific 'fragments' which are wired up when the application launches - accounting for both the java class path and the corresponding native library path.&lt;br /&gt;&lt;br /&gt;uDig has been dependent on a combination of a custom JRE (where we place the Java extensions into the ext/lib folder; and their native code into the bin folder) and the "udig.sh" or "udig.bat" script (so we can set the GDAL environmental variables correctly).&lt;br /&gt;&lt;br /&gt;When Frank has successfully packaged the native code as fragments we will switch over to using JAI, ImageIO and ImageIO-EXT as jars and no longer be dependent on their presence as java extensions. We trust this will result in a smaller download; and better integration options with projects such as the OSGeo Live DVD.&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;Eclipse Modelling Framework Code Generation&lt;/span&gt;&lt;br /&gt;One of the most impressive changes this week was the work Paul Pfeiffer put into the core Map, Layer and Viewport classes.&amp;nbsp;These classes make use of the Eclipse Modelling Framework; allowing developers to update the model and generate out the changes to the code.&lt;br /&gt;&lt;br /&gt;Paul has update the java interfaces ( a couple new zoom methods) and hit the magic code generation button. The net result of this is a simplification to to some of our classes (EMF now provides base classes with many of the boilerplate methods) and an update to use Java Collections with generics.&lt;br /&gt;&lt;br /&gt;A new feature of EMF is the inclusion of a UML editor to visually review your model. Here is an example of the rendering system displayed with this tool.&lt;br /&gt;&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-dwgp9T8ewoo/TwkGEqHfJ8I/AAAAAAAAAn0/PP6AGPyZ2K0/s1600/RenderManager.jpg" imageanchor="1" style="margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" height="500" src="http://2.bp.blogspot.com/-dwgp9T8ewoo/TwkGEqHfJ8I/AAAAAAAAAn0/PP6AGPyZ2K0/s640/RenderManager.jpg" width="640" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;Render Manager&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;I have copied several of these diagrams into the &lt;a href="http://udig.refractions.net/confluence/display/DEV/02+Project+Map+and+Layer"&gt;developers guide&lt;/a&gt;. Paul's work will continue next week as we are going to clean up some of the method names in ILayer.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-5005047801427719187?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/5005047801427719187/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=5005047801427719187' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/5005047801427719187'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/5005047801427719187'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2012/01/this-week-in-udig-january-week-1.html' title='This week in uDig - January Week 1'/><author><name>Jody Garnett</name><uri>https://profiles.google.com/117011258972821557685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh3.googleusercontent.com/-X5a7F6O0TWc/AAAAAAAAAAI/AAAAAAAAANY/Uon8vTnnfIo/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-dwgp9T8ewoo/TwkGEqHfJ8I/AAAAAAAAAn0/PP6AGPyZ2K0/s72-c/RenderManager.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-8585524632028203544</id><published>2011-12-08T02:24:00.000-08:00</published><updated>2011-12-08T02:34:24.427-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='release'/><title type='text'>uDig 1.3.0 Released</title><content type='html'>&lt;p&gt;The uDig Community is pleased to announce the release of uDig 1.3.0.&lt;/p&gt;&lt;p&gt;This release is made in conjunction with &lt;a href="http://geotoolsnews.blogspot.com/2011/12/geotools-80-m4.html"&gt;GeoTools 8.0-M4&lt;/a&gt;.Thanks to Andrea Amie and Gabriel Roldan for support, encouragement and timely bug fixes.&lt;/p&gt;&lt;p&gt;This point release includes significant usability improvements and new functionality - thanks to thehard work of Levi Putna and Paul Pfeiffer.&lt;/p&gt;For more information on User-friendly Desktop Internet GIS please check out the &lt;a href="http://udig.refractions.net/confluence/display/EN/uDig+Overview"&gt;uDig Overview&lt;/a&gt;.&lt;h2 style="margin: 0.0px 0.0px 0.0px 0.0px; font: 18.0px Arial"&gt;Release Details&lt;/h2&gt;&lt;p&gt;Download the package appropriate to your platform, unzip and run:&lt;/p&gt;&lt;ul&gt;  &lt;li&gt;&lt;a href="http://udig.refractions.net/download/"&gt;uDig download page&lt;/a&gt; (with archives for Windows, Mac and Linux)&lt;/li&gt;  &lt;li&gt;&lt;a href="http://udig.refractions.net/files/downloads/udig-1.3.0.html"&gt;udig-1.3.0 Release Notes&lt;/a&gt;&lt;/li&gt;  &lt;li&gt;&lt;a href="https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10600&amp;version=17485"&gt;Issue Tracker Change Log&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2 style="margin: 0.0px 0.0px 0.0px 0.0px; font: 18.0px Arial"&gt;About uDig 1.3&lt;/h2&gt;&lt;p&gt;This release features some great usability improvements with a new tool palette and easy to access tool options.&lt;/p&gt;&lt;p&gt;Here are some new features you can look forward to:&lt;/p&gt;&lt;ul&gt;  &lt;li&gt;Area of Interest support - define your area of interest based on CRS, current screen or a bookmark&lt;/li&gt;  &lt;li&gt;Filter the Table view using the current area of interest - a great way to focus on what is on screen&lt;/li&gt;  &lt;li&gt;Updated Info and Profile tool for raster data&lt;/li&gt;  &lt;li&gt;Teradata support&lt;/li&gt;  &lt;li&gt;Spatial Toolbox view allowing access to OMS3 processing; with tutorial!&lt;/li&gt;  &lt;li&gt;New import and export formats: CSV and KML.&lt;/li&gt;  &lt;li&gt;Check out &lt;a href="http://udig.refractions.net/confluence/display/EN/What+is+new"&gt;What is new page&lt;/a&gt; for details&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Usability Improvements&lt;/p&gt;&lt;ul&gt;  &lt;li&gt;New Tool Palette with easy to use Tool Options for quick access to preferences (&lt;a href="http://udig-news.blogspot.com/2011/10/tool-palette-and-options.html"&gt;blog&lt;/a&gt;)&lt;/li&gt;  &lt;li&gt;New "cheatsheet" help system offering guide assistance to new users (&lt;a href="http://udig-news.blogspot.com/2011/10/adding-cheatsheets-interactive-help-to.html"&gt;blog&lt;/a&gt;)&lt;/li&gt;  &lt;li&gt;Control Tool interaction with your layers with the ability to mark background layers&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Additional documentation:&lt;/p&gt;&lt;ul&gt;  &lt;li&gt;Updated &lt;a href="http://udig.refractions.net/confluence/display/EN/Walkthrough+1"&gt;Walkthrough 1&lt;/a&gt; and &lt;a href="http://udig.refractions.net/confluence/display/EN/Walkthrough+2"&gt;Walkthrough 2&lt;/a&gt; for the new Tool Palette and Tool Options&lt;/li&gt;  &lt;li&gt;Extensive update to online help including &lt;a href="http://udig.refractions.net/confluence/display/EN/uDig+Overview"&gt;uDig Overview&lt;/a&gt;&lt;/li&gt;  &lt;li&gt;New step by step &lt;a href="http://udig.refractions.net/confluence/display/EN/Introduction+to+the+Spatial+Toolbox"&gt;Introduction to Spatial Toolbox&lt;/a&gt;&lt;/li&gt;  &lt;li&gt;Reorganisation of the &lt;a href="http://udig.refractions.net/confluence/display/EN/Tasks"&gt;Tasks&lt;/a&gt; section with step by step instructions for using new features&lt;/li&gt;&lt;/ul&gt;For developers:&lt;ul&gt;   &lt;li&gt;Access to the latest GeoTools 8.0-M4 release&lt;/li&gt;   &lt;li&gt;Access to the latest JTS 1.12&lt;/li&gt;   &lt;li&gt;Access to the latest ImageIO-EXT 1.1.2&lt;/li&gt;   &lt;li&gt;Fork me on &lt;a href="https://github.com/uDig/"&gt;github&lt;/a&gt;&lt;/li&gt;   &lt;li&gt;Works with Eclipse 3.7&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-8585524632028203544?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/8585524632028203544/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=8585524632028203544' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/8585524632028203544'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/8585524632028203544'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2011/12/udig-130-released.html' title='uDig 1.3.0 Released'/><author><name>Jody Garnett</name><uri>https://profiles.google.com/117011258972821557685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh3.googleusercontent.com/-X5a7F6O0TWc/AAAAAAAAAAI/AAAAAAAAANY/Uon8vTnnfIo/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-164462940516321618</id><published>2011-10-04T07:18:00.000-07:00</published><updated>2011-10-04T07:18:19.084-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='usability'/><title type='text'>Adding CheatSheets Interactive Help to uDig</title><content type='html'>I have been putting together the &lt;a href="http://udig.refractions.net/files/downloads/udig-1.2.2.html"&gt;release notes&lt;/a&gt; for the upcoming uDig 1.2.3 and ran into a really great usability feature that we have not mentioned on our blog feed yet.&lt;p&gt;The next release of uDig includes the concept of "Cheatsheets"; these act in a manner similar to a wizard (in that the provide a series of steps); but instead are designed to supliment the running application. What is impressive is the "Click to Perform" button which will perform the task it is describing so it can show you the result.&lt;p&gt;The &lt;b&gt;Quickstart&lt;/b&gt; cheatsheet included in uDig 1.2.3 uses this to great effect when showing the differences between the normal Map Perspective (used for working on data) and the Style Perspective (used for working on presentation).&lt;p&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-zdyZv4gQ5Q8/TosVJQUY4JI/AAAAAAAAAiY/Hf_0js-QYLM/s1600/uDigCheatsheet.jpg" imageanchor="1" style=""&gt;&lt;img border="0" height="400" width="192" src="http://3.bp.blogspot.com/-zdyZv4gQ5Q8/TosVJQUY4JI/AAAAAAAAAiY/Hf_0js-QYLM/s400/uDigCheatsheet.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;p&gt;What is even more impressive is this form of help follows you into dialogs and screens offering helpful advice as it shows you how to perform an activity.&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-675NDqwRyIs/TosVXJIXOTI/AAAAAAAAAig/nXuISRcZWx8/s1600/uDigClickToPerform.jpg" imageanchor="1" style=""&gt;&lt;img border="0" height="400" width="220" src="http://1.bp.blogspot.com/-675NDqwRyIs/TosVXJIXOTI/AAAAAAAAAig/nXuISRcZWx8/s400/uDigClickToPerform.jpg" /&gt;&lt;/a&gt;&lt;a href="http://3.bp.blogspot.com/-Wsk0Nngbk6Q/TosVXNEhW4I/AAAAAAAAAio/8ujQnyohT1U/s1600/uDigClickWhenComplete.jpg" imageanchor="1" style=""&gt;&lt;img border="0" height="246" width="400" src="http://3.bp.blogspot.com/-Wsk0Nngbk6Q/TosVXNEhW4I/AAAAAAAAAio/8ujQnyohT1U/s400/uDigClickWhenComplete.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;p&gt;The traditional uDig online documentation is of course still available.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-164462940516321618?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/164462940516321618/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=164462940516321618' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/164462940516321618'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/164462940516321618'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2011/10/adding-cheatsheets-interactive-help-to.html' title='Adding CheatSheets Interactive Help to uDig'/><author><name>Jody Garnett</name><uri>https://profiles.google.com/117011258972821557685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh3.googleusercontent.com/-X5a7F6O0TWc/AAAAAAAAAAI/AAAAAAAAANY/Uon8vTnnfIo/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/-zdyZv4gQ5Q8/TosVJQUY4JI/AAAAAAAAAiY/Hf_0js-QYLM/s72-c/uDigCheatsheet.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-7959694374753823979</id><published>2011-10-04T01:55:00.000-07:00</published><updated>2011-10-04T02:27:36.105-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='udig'/><title type='text'>This week in udig - Sep - Week 4</title><content type='html'>&lt;title&gt;&lt;/title&gt;		&lt;style type="text/css"&gt;	&lt;!--		@page { margin: 0.79in }		P { margin-bottom: 0.08in }	--&gt;	&lt;/style&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0in;"&gt;Levi Putna is making progress inthe development of &lt;b&gt;Smart Buffer tool&lt;/b&gt;, the following demo shows how it works.&lt;/div&gt;&lt;div style="margin-bottom: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;object width="320" height="266" class="BLOG_video_class" id="BLOG_video-4b3ce5f3cb671e10" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"&gt;&lt;param name="movie" value="http://www.youtube.com/get_player"&gt;&lt;param name="bgcolor" value="#FFFFFF"&gt;&lt;param name="allowfullscreen" value="true"&gt;&lt;param name="flashvars" value="flvurl=http://v1.nonxt7.googlevideo.com/videoplayback?id%3D4b3ce5f3cb671e10%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1330378861%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D43CDC9C69D9C42B7641DD45A49FFA97C60C66363.4D496D233C8F6D8EFC55C6AEB836B0A4C9C906EC%26key%3Dck1&amp;amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3D4b3ce5f3cb671e10%26offsetms%3D5000%26itag%3Dw160%26sigh%3Dp0hoxp50sn7tnUihVdmPeTXf8UM&amp;amp;autoplay=0&amp;amp;ps=blogger"&gt;&lt;embed src="http://www.youtube.com/get_player" type="application/x-shockwave-flash"width="320" height="266" bgcolor="#FFFFFF"flashvars="flvurl=http://v1.nonxt7.googlevideo.com/videoplayback?id%3D4b3ce5f3cb671e10%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1330378861%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D43CDC9C69D9C42B7641DD45A49FFA97C60C66363.4D496D233C8F6D8EFC55C6AEB836B0A4C9C906EC%26key%3Dck1&amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3D4b3ce5f3cb671e10%26offsetms%3D5000%26itag%3Dw160%26sigh%3Dp0hoxp50sn7tnUihVdmPeTXf8UM&amp;autoplay=0&amp;ps=blogger"allowFullScreen="true" /&gt;&lt;/object&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0in;"&gt;&lt;title&gt;&lt;/title&gt;		&lt;style type="text/css"&gt;	&lt;!--		@page { margin: 0.79in }		P { margin-bottom: 0.08in }	--&gt;	&lt;/style&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0in;"&gt;Levi has done a great work with &lt;a href="http://udig.refractions.net/confluence/display/UDIG/Map+Status+Bar+Tool+Options"&gt;Map Status Bar Tool Options&lt;/a&gt;. It can now take a preference page id that will be opened when the tool icon is clicked in the status bar option contribution.&amp;nbsp;&lt;/div&gt;&lt;div style="margin-bottom: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0in;"&gt;Emily have resolved the following &lt;b&gt;bugs&lt;/b&gt; (thanks a lot!):&lt;/div&gt;&lt;div style="margin-bottom: 0in;"&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://jira.codehaus.org/browse/UDIG-1817"&gt;Layer &amp;amp; Bookmark view not initialized correctly on restart&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://jira.codehaus.org/browse/UDIG-1815"&gt;Bookmarks not usable after restart&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0in;"&gt;Jesse, Jody and Mauricio have done the &lt;b&gt;codereview&lt;/b&gt; of the issues described above.&lt;/div&gt;&lt;div style="margin-bottom: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-7959694374753823979?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/7959694374753823979/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=7959694374753823979' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/7959694374753823979'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/7959694374753823979'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2011/10/this-week-in-udig-sep-week-4.html' title='This week in udig - Sep - Week 4'/><author><name>Mauricio Pazos</name><uri>http://www.blogger.com/profile/17130031139626580253</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/-lrvRp4NWmWY/Tkjf5YtPzHI/AAAAAAAAAE0/JyUgXo25kwU/s220/mauro-working.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-6532589612177273878</id><published>2011-10-03T00:06:00.000-07:00</published><updated>2011-10-04T01:42:27.500-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='tool'/><title type='text'>Tool Palette and Options</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: rgb(255, 255, 255); "&gt;&lt;p style="font-family: Verdana, arial, sans-serif; font-size: 11px; line-height: 16px; color: rgb(0, 0, 0); font: normal normal normal 12px/normal Arial, Helvetica, sans-serif; margin-top: 16px; margin-right: 0px; margin-bottom: 16px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Tools have gotten a major usability improvement featuring:&lt;/p&gt;&lt;ul style="margin-top: 16px; margin-right: 0px; margin-bottom: 16px; margin-left: 0px; padding-top: 0px; padding-right: 3em; padding-bottom: 0px; padding-left: 3em; font: normal normal normal 12px/normal Arial, Helvetica, sans-serif; line-height: 18px; "&gt;&lt;li style="font: normal normal normal 12px/normal Arial, Helvetica, sans-serif; line-height: 18px; "&gt;&lt;b&gt;ToolPalette&lt;/b&gt; - used to quickly explore available tools, configure tool display to show labels, descriptions or large icons for a helpful hand when learning.&lt;img src="http://udig.refractions.net/confluence/download/attachments/12582950/PaletteSettings.jpg" align="absmiddle" border="0" /&gt;By default the Palette is displayed along side your Map; you can also Choose &lt;b&gt;Show View &amp;gt; Other&lt;/b&gt; and Open the Palette on its own as a tear off View. This is great for users with more than one monitor or when you have multiple maps open side by side. This is the same Palette used during Page printing.&lt;/li&gt;&lt;li style="font: normal normal normal 12px/normal Arial, Helvetica, sans-serif; line-height: 18px; "&gt;&lt;b&gt;ToolOptions&lt;/b&gt; - quick access to common tool preferences from the Map Status Line. This has allowed us to reduce the number of tools while maintaining the same functionality.&lt;img width="600px" src="http://udig.refractions.net/confluence/download/attachments/12582950/PanToolOptions.jpg" align="absmiddle" border="0" /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style="font-family: Verdana, arial, sans-serif; font-size: 11px; line-height: 16px; color: rgb(0, 0, 0); font: normal normal normal 12px/normal Arial, Helvetica, sans-serif; margin-top: 16px; margin-right: 0px; margin-bottom: 16px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;These change combine to make uDig even more User-friendly with a presentation of tools similar to a paint program. As an example edit tools can use the area to make options such as "snapping" visible (previously available as a keyboard shortcut!). It is also an efficient use of screen real estate as snapping options do not waste space when they are not needed.&lt;/p&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-HkGbfzfoTWo/TorG6-HMx7I/AAAAAAAAAiQ/ZvoMeo5cqiE/s1600/ToolOptionSnapping.jpg" imageanchor="1" style=""&gt;&lt;img border="0" height="236" width="400" src="http://4.bp.blogspot.com/-HkGbfzfoTWo/TorG6-HMx7I/AAAAAAAAAiQ/ZvoMeo5cqiE/s400/ToolOptionSnapping.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/span&gt;&lt;h2&gt;Palette&lt;/h2&gt;Here are a couple examples how how the palette looks using the Large Icons preference.&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-CpTVxfEqTs4/TomQrk4J06I/AAAAAAAAAhg/OVukV_qV154/s1600/LargeIcons.jpg" imageanchor="1" style=""&gt;&lt;img border="0" height="400" width="125" src="http://3.bp.blogspot.com/-CpTVxfEqTs4/TomQrk4J06I/AAAAAAAAAhg/OVukV_qV154/s400/LargeIcons.jpg" /&gt; &lt;/a&gt;&lt;a href="http://1.bp.blogspot.com/-8N6QjLs7his/TomQr7SWgnI/AAAAAAAAAho/LiR-auv0Ck0/s1600/uDigDetails.jpg" imageanchor="1" style=""&gt;&lt;img border="0" height="400" width="125" src="http://1.bp.blogspot.com/-8N6QjLs7his/TomQr7SWgnI/AAAAAAAAAho/LiR-auv0Ck0/s400/uDigDetails.jpg" /&gt;&lt;/a&gt;&lt;a href="http://3.bp.blogspot.com/-8iuGN05H__E/TomQsISHQDI/AAAAAAAAAhw/ZBA88Jm3vms/s1600/uDigIconOnly.jpg" imageanchor="1" style=""&gt;&lt;img border="0" height="400" width="124" src="http://3.bp.blogspot.com/-8iuGN05H__E/TomQsISHQDI/AAAAAAAAAhw/ZBA88Jm3vms/s400/uDigIconOnly.jpg" /&gt;&lt;/a&gt;&lt;a href="http://2.bp.blogspot.com/-1XrWZcm5z8Y/TomQsVp5saI/AAAAAAAAAh4/m6v0fNmfriY/s1600/uDigList.jpg" imageanchor="1" style=""&gt;&lt;img border="0" height="400" width="122" src="http://2.bp.blogspot.com/-1XrWZcm5z8Y/TomQsVp5saI/AAAAAAAAAh4/m6v0fNmfriY/s400/uDigList.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;h2&gt;Extension&lt;/h2&gt;uDig practices an open development model with a couple &lt;a href="http://udig.refractions.net/confluence/display/UDIG/RFC"&gt;Request for Change&lt;/a&gt; proposals being closed today.&lt;p&gt;As part of that the following pages have been updated in the user guide:&lt;ul&gt;&lt;li&gt;&lt;a href="http://udig.refractions.net/confluence/display/EN/Map+editor"&gt;Map Editor&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;For more information about &lt;a href="http://udig.refractions.net/confluence/display/EN/What+is+new"&gt;what is new&lt;/a&gt; in the uDig 1.2 series see the user guide.&lt;p&gt;And developer documentation for the new tool option functionality:&lt;ul&gt;&lt;li&gt;&lt;a href="http://udig.refractions.net/confluence/display/DEV/06+Tools"&gt;Tools&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;The good bit is covered here:&lt;pre&gt;public class OptionContribtionItem extends ToolOptionContributionItem {&lt;br /&gt;     public IPreferenceStore fillFields( Composite parent ) {&lt;br /&gt;            Button check = new Button(parent,  SWT.CHECK );&lt;br /&gt;            check.setText("Scale");&lt;br /&gt;            addField( NavigationToolPreferencePage.SCALE, check );&lt;br /&gt;         &lt;br /&gt;            Button tiled = new Button(parent,  SWT.CHECK );&lt;br /&gt;            tiled.setText("Tiled");&lt;br /&gt;            addField( NavigationToolPreferencePage.TILED, tiled );&lt;br /&gt;            &lt;br /&gt;            return ToolsPlugin.getDefault().getPreferenceStore();&lt;br /&gt;        }&lt;br /&gt;    };&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-6532589612177273878?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/6532589612177273878/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=6532589612177273878' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/6532589612177273878'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/6532589612177273878'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2011/10/tool-palette-and-options.html' title='Tool Palette and Options'/><author><name>Levi Putna</name><uri>http://www.blogger.com/profile/07227469180280565223</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://4.bp.blogspot.com/-Klr_Y-Ie7RU/Tola6TybbvI/AAAAAAAAAB8/uUi9iljO3os/s220/avatar.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-HkGbfzfoTWo/TorG6-HMx7I/AAAAAAAAAiQ/ZvoMeo5cqiE/s72-c/ToolOptionSnapping.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-6823630401270394653</id><published>2011-09-27T03:09:00.000-07:00</published><updated>2011-09-27T03:32:09.494-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='code sprint'/><category scheme='http://www.blogger.com/atom/ns#' term='udig'/><category scheme='http://www.blogger.com/atom/ns#' term='devel'/><title type='text'>uDig Source Code Visualisation</title><content type='html'>Continuing on to uDig for a great gource visualisation showing the impact of a couple of code sprints in 2010; and a new development team starting up in 2011.&lt;br /&gt;&lt;p&gt;Here is the link: &lt;a href="http://www.youtube.com/watch?v=cqxXJ7bOBTg"&gt;http://www.youtube.com/watch?v=cqxXJ7bOBTg&lt;/a&gt; and the video itself is shown below.&lt;br /&gt;&lt;iframe width="425" height="349" src="http://www.youtube.com/embed/cqxXJ7bOBTg?hl=en&amp;fs=1" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;p&gt;Aside: This is a much better visualisation as I have been learning to gource control options (so the video tracks activity for a better view of what is going on).&lt;br /&gt;&lt;p&gt;By popular request (on IRC) here are the command line options used for &lt;a href="http://code.google.com/p/gource/"&gt;code.google.com/p/gource&lt;/a&gt; project.&lt;br /&gt;&lt;p&gt;I started by using "camera-mode" track to make the action focused; I also really lowered the number of seconds used to represent each day so that we could quickly cover two years of development.&lt;br /&gt;&lt;pre&gt;gource -title uDig -1280x720 --camera-mode track --auto-skip-seconds 1 --seconds-per-day 0.05 -o udig.ppm &lt;br /&gt;&lt;/pre&gt;&lt;p&gt;And then I stitched the result into a movie using ffmpeg:&lt;br /&gt;&lt;pre&gt; ffmpeg -y -b 10000K -r 60 -f image2pipe -vcodec ppm -i udig.ppm -vcodec libx264 -vpre slow -threads 0 -bf 0 udig.x264.mp4&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-6823630401270394653?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/6823630401270394653/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=6823630401270394653' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/6823630401270394653'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/6823630401270394653'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2011/09/udig-source-code-visualisation.html' title='uDig Source Code Visualisation'/><author><name>Jody Garnett</name><uri>https://profiles.google.com/117011258972821557685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh3.googleusercontent.com/-X5a7F6O0TWc/AAAAAAAAAAI/AAAAAAAAANY/Uon8vTnnfIo/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://img.youtube.com/vi/cqxXJ7bOBTg/default.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-6590650645637741488</id><published>2011-09-21T04:10:00.000-07:00</published><updated>2011-09-27T04:25:32.149-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='udig'/><title type='text'>THIS WEEK IN UDIG - SEP - WEEK 3</title><content type='html'>&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Jody has done a geat difusion task in &lt;a href="http://2011.foss4g.org/"&gt;FOSS4G2011 Denver&lt;/a&gt;.  He leaded the uDig code sprint. It looks like the people have had a good time as is shown in the &lt;a href="http://www.flickr.com/photos/23696061@N03/sets/72157627568477923/"&gt;event's snapshots&lt;/a&gt;.&amp;nbsp;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;Emily Gouge has been working to fix up some bugs in the uDig paltform.&amp;nbsp;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;Mauricio has begun the development of &lt;a href="http://udig.refractions.net/confluence/display/COM/Data+Weather+Analysis+and+Forecast"&gt;uDig Weather&lt;/a&gt;.&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-6590650645637741488?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/6590650645637741488/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=6590650645637741488' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/6590650645637741488'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/6590650645637741488'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2011/09/this-week-in-udig-sep-week-3.html' title='THIS WEEK IN UDIG - SEP - WEEK 3'/><author><name>Mauricio Pazos</name><uri>http://www.blogger.com/profile/17130031139626580253</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/-lrvRp4NWmWY/Tkjf5YtPzHI/AAAAAAAAAE0/JyUgXo25kwU/s220/mauro-working.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-4599296547350349221</id><published>2011-09-11T23:47:00.000-07:00</published><updated>2011-09-12T01:08:42.503-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='udig'/><title type='text'>THIS WEEK IN UDIG - SEP - WEEK 2</title><content type='html'>The community is working to improve the user experience in uDig. &lt;br /&gt;&lt;br /&gt;- Levi Putna and Jody Garnett are presented the&lt;a href="http://udig.refractions.net/confluence/display/UDIG/Map+Status+Bar+Tool+Options"&gt; Map Status Bar Tool Options&lt;/a&gt; idea, that will allow a better access to the different tool options.&lt;br /&gt;&lt;br /&gt;- uDig will have a new useful  tools &lt;a href="http://udig.refractions.net/confluence/display/UDIG/Smart+Buffer+Tool"&gt;Smart Buffer&lt;/a&gt;, it have been proposed by Levi Putna.  &lt;br /&gt;&lt;br /&gt;- Jesse and Andrea have provided feedback and good advices to carry out those ideas.&lt;br /&gt;&lt;br /&gt;- Jody was cleaning the java 5 compliance from uDig platform code to allow to &lt;br /&gt;use the override annotation with the java 6 semantic (to override interface &lt;br /&gt;signatures).&lt;br /&gt;&lt;br /&gt;- Mauricio is advancing in the udig Weather vision. He was analyzing the &lt;a href="http://udig.refractions.net/confluence/display/COM/Data+Weather+Analysis+and+Forecast#DataWeatherAnalysisandForecast-GUIWeatherDesktop"&gt;GUI requirements&lt;/a&gt; for the  weather desktop.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-4599296547350349221?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/4599296547350349221/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=4599296547350349221' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/4599296547350349221'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/4599296547350349221'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2011/09/this-week-in-udig-sep-week-2.html' title='THIS WEEK IN UDIG - SEP - WEEK 2'/><author><name>Mauricio Pazos</name><uri>http://www.blogger.com/profile/17130031139626580253</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/-lrvRp4NWmWY/Tkjf5YtPzHI/AAAAAAAAAE0/JyUgXo25kwU/s220/mauro-working.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-92022373329887727</id><published>2011-09-05T02:08:00.000-07:00</published><updated>2011-09-05T02:53:11.126-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='udig'/><title type='text'>THIS WEEK IN UDIG - SEP - WEEK 1</title><content type='html'>- The University of Trento has ufficialized the next&lt;br /&gt;courses about &lt;span style="font-weight:bold;"&gt;hydrology, geomorphology, water supply systems and stormwaters,&lt;/span&gt; based on uDig and engineering tools developed by &lt;span style="font-weight:bold;"&gt;HydroloGIS&lt;/span&gt;. &lt;a href="http://jgrasstechtips.blogspot.com/2011/09/migg-and-nettools-courses-planned.html"&gt;More info&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;- Jesse and Andrea have done the code review of GEF Palette.&lt;br /&gt;&lt;br /&gt;- Jody and Scott have improved and updated the "Getting Started". The following pages were updated:&lt;br /&gt;&lt;br /&gt;  &lt;a href="SDK+Quickstart&lt;br /&gt;http://udig.refractions.net/confluence/display/DEV/1+SDK+Quickstart"&gt;SDK Quickstart&lt;/a&gt;&lt;br /&gt;  &lt;a href="http://udig.refractions.net/confluence/display/DEV/2+Plugin+Tutorial"&gt;Plugin Tutorial&lt;/a&gt;&lt;br /&gt;  &lt;a href="http://udig.refractions.net/confluence/display/DEV/3+Custom+Application+Tutorial"&gt;Custom Application Tutorial&lt;/a&gt;&lt;br /&gt;  &lt;a href="http://udig.refractions.net/confluence/display/DEV/4+Workbench+Tutorial"&gt;Workbench Tutorial&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;- John Hudson have update the worktrough 1. The new tool palette is shown in the screenshots.&lt;br /&gt;&lt;br /&gt;- Mauricio have tested the udig internal snapshot with the community update site (1.2).  &lt;br /&gt;&lt;br /&gt;  &lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-92022373329887727?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/92022373329887727/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=92022373329887727' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/92022373329887727'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/92022373329887727'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2011/09/this-week-in-udig-sep-week-1.html' title='THIS WEEK IN UDIG - SEP - WEEK 1'/><author><name>Mauricio Pazos</name><uri>http://www.blogger.com/profile/17130031139626580253</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/-lrvRp4NWmWY/Tkjf5YtPzHI/AAAAAAAAAE0/JyUgXo25kwU/s220/mauro-working.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-2496543143616391206</id><published>2011-08-22T02:04:00.001-07:00</published><updated>2011-08-25T01:25:45.504-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='udig'/><title type='text'>THIS WEEK IN UDIG - AUGUST - WEEK 3</title><content type='html'>Our weekly summary:&lt;br /&gt;&lt;br /&gt;- Andrea Antonello has nominate Levi for commit access. He has helped review the palette change request. &lt;br /&gt;&lt;br /&gt;- Mauricio was checking the status of part of puzzle required for uDig Weather: gt-greb1, gt-netcdf, jgrass plugins. He was done a quickly review of what the meteorolgy communiy has written about standards.&lt;br /&gt;&lt;br /&gt;- The LisaSoft team, John Hudson, Scott Henderson and Jody Garnett ,  has made the integration of the new GEF Palette tool .  The following video shows the new look and feel of uDig.It is a great contribution for uDig project, thanks LisaSoft.&lt;br /&gt;&lt;br /&gt;&lt;/object&gt;&lt;object width="320" height="266" class="BLOG_video_class" id="BLOG_video-e7c1a7bb8e6d56d3" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"&gt;&lt;param name="movie" value="http://www.youtube.com/get_player"&gt;&lt;param name="bgcolor" value="#FFFFFF"&gt;&lt;param name="allowfullscreen" value="true"&gt;&lt;param name="flashvars" value="flvurl=http://v17.nonxt2.googlevideo.com/videoplayback?id%3De7c1a7bb8e6d56d3%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1330378861%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D2FB2F02118CC792298FD23D4B6B54D7D6B464EF6.1E7F7E26A049FBD5103A0F607E2A5AF8FA077475%26key%3Dck1&amp;amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3De7c1a7bb8e6d56d3%26offsetms%3D5000%26itag%3Dw160%26sigh%3Dk4DR40u54jVsr0iLZcrm4Y02zAM&amp;amp;autoplay=0&amp;amp;ps=blogger"&gt;&lt;embed src="http://www.youtube.com/get_player" type="application/x-shockwave-flash"width="320" height="266" bgcolor="#FFFFFF"flashvars="flvurl=http://v17.nonxt2.googlevideo.com/videoplayback?id%3De7c1a7bb8e6d56d3%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1330378861%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D2FB2F02118CC792298FD23D4B6B54D7D6B464EF6.1E7F7E26A049FBD5103A0F607E2A5AF8FA077475%26key%3Dck1&amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3De7c1a7bb8e6d56d3%26offsetms%3D5000%26itag%3Dw160%26sigh%3Dk4DR40u54jVsr0iLZcrm4Y02zAM&amp;autoplay=0&amp;ps=blogger"allowFullScreen="true" /&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-2496543143616391206?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/2496543143616391206/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=2496543143616391206' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/2496543143616391206'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/2496543143616391206'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2011/08/this-week-in-udig-august-week-3.html' title='THIS WEEK IN UDIG - AUGUST - WEEK 3'/><author><name>Mauricio Pazos</name><uri>http://www.blogger.com/profile/17130031139626580253</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/-lrvRp4NWmWY/Tkjf5YtPzHI/AAAAAAAAAE0/JyUgXo25kwU/s220/mauro-working.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-6060790626252507548</id><published>2011-08-15T02:21:00.000-07:00</published><updated>2011-08-15T07:20:59.070-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='udig'/><title type='text'>THIS WEEK IN UDIG - AUGUST - WEEK 2</title><content type='html'>- Kenneth Gulbrandsoy has proposed to migrate uDig project persistance to &lt;span style="font-weight:bold;"&gt;Common Data Object (CDO)&lt;/span&gt;. He has evaluated the efforts required and has  finished the initial design. The PSC has approved the &lt;a href="http://udig.refractions.net/confluence/display/UDIG/Common+Data+Objects+resource+persistence"&gt;CDO proposal&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;- Andrea has been working in some enhancements in &lt;a href="http://jgrasstechtips.blogspot.com/2011/08/small-enhancement-in-single-band-raster.html"&gt;Single band raster styling&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;- Jody was improving the icons presentation.&lt;br /&gt;&lt;br /&gt;- Jesse and Jody have reviewed the &lt;a href="http://www.refractions.net:8080/confluence/display/UDIG/Use+GEF+Tool+Palette"&gt;GEF Tool Palette&lt;/a&gt; proposed by Levi and Scott. The proposal was approved by the PSC. &lt;br /&gt;&lt;br /&gt;- Mauricio has been analyzing the data structures used in the weather domain to share data. A draft of &lt;a href="http://udig.refractions.net/confluence/display/COM/Data+Weather+Analysis+and+Forecast"&gt;Data Weather Analysis and Forecast&lt;/a&gt; document was done. Moreover, he was reading the work done by Andrea Antonelo in the project &lt;a href="http://jgrasstechtips.blogspot.com/2010/01/netcdf-in-jgrass-non-spatial-part.html"&gt;Netcdf in JGrass&lt;/a&gt;.   &lt;br /&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-6060790626252507548?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/6060790626252507548/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=6060790626252507548' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/6060790626252507548'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/6060790626252507548'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2011/08/this-week-in-udig-august-week-2.html' title='THIS WEEK IN UDIG - AUGUST - WEEK 2'/><author><name>Mauricio Pazos</name><uri>http://www.blogger.com/profile/17130031139626580253</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/-lrvRp4NWmWY/Tkjf5YtPzHI/AAAAAAAAAE0/JyUgXo25kwU/s220/mauro-working.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-2649609037512801927</id><published>2011-08-06T01:59:00.000-07:00</published><updated>2011-08-15T04:13:53.435-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='udig'/><title type='text'>This week in uDig - August - Week 1</title><content type='html'>This week we want to highlight the following activities.&lt;br /&gt;&lt;br /&gt;- Jody. He has made a progress in looking how to convert our &lt;span style="font-weight:bold;"&gt;wiki&lt;/span&gt; (which is in textile) into actual source code (now that eclipse supports textile). This would allow us to keep our developers guide github (but would require developer to use the help menu; or someone to run a helpviewer on a webserver).&lt;br /&gt;&lt;br /&gt;- Levi. The concept proof of cheet sheet idea is in the main branch of udig-platform.  He has committed some &lt;span style="font-weight:bold;"&gt;cheet sheet examples&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;- Jesse has been replying to community questions. He is working in the teradata update site for the latest &lt;span style="font-weight:bold;"&gt;teradata plugin&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;- Andrea is finishing the &lt;span style="font-weight:bold;"&gt;Java Open Source GIS Development&lt;/span&gt; course for the Potsdam University. He was teaching about &lt;span style="font-weight:bold;"&gt;uDig, Geotools and jGrass Tools&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;- Mauricio has updated the &lt;span style="font-weight:bold;"&gt;Developer Tutorials&lt;/span&gt;. He began the inception for &lt;span style="font-weight:bold;"&gt;uDig Weather&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;- The PSC has reviewed the cheat sheet merge request.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-2649609037512801927?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/2649609037512801927/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=2649609037512801927' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/2649609037512801927'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/2649609037512801927'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2011/08/this-week-in-udig-week-1.html' title='This week in uDig - August - Week 1'/><author><name>Mauricio Pazos</name><uri>http://www.blogger.com/profile/17130031139626580253</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/-lrvRp4NWmWY/Tkjf5YtPzHI/AAAAAAAAAE0/JyUgXo25kwU/s220/mauro-working.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-7187253290845144324</id><published>2011-07-30T00:30:00.000-07:00</published><updated>2011-07-30T00:49:39.630-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='udig'/><title type='text'>This week in uDig</title><content type='html'>This post is a summary of what the uDig community has done this week.&lt;br /&gt;&lt;br /&gt;- Jody  Garnett is currently working on the GeoTools &lt;span style="font-weight:bold;"&gt;gt-process&lt;/span&gt; code. This should allow uDig to make use of some great new operations such as &lt;span style="font-weight:bold;"&gt;cookie-cutter&lt;/span&gt; that are being brought over from the GeoServer project.&lt;br /&gt;&lt;br /&gt;- Jody has released an &lt;span style="font-weight:bold;"&gt;uDig 1.2.2 SDK&lt;/span&gt;; users are invited to test.&lt;br /&gt;&lt;br /&gt;- Frank Gasdorf has been updating the &lt;span style="font-weight:bold;"&gt;OSGeo Live DVD&lt;/span&gt; content to ensure the latest version of uDig is well represented.&lt;br /&gt;&lt;br /&gt;- Andrea Antonello is preparing a &lt;span style="font-weight:bold;"&gt;training for the university of Potsdam&lt;/span&gt;. He will teach how to write models and use them in the uDig Spatial Toolbox. He will afterwards release them&lt;br /&gt;as official docs for geotools/uDig.&lt;br /&gt;&lt;br /&gt;- Putna Levi  has  drafted up the idea of adding &lt;span style="font-weight:bold;"&gt;cheat sheets&lt;/span&gt; to uDig. New users will benefit greatly from there introduction and it will help streamline the initial learning process.&lt;br /&gt;&lt;br /&gt;- Mauricio Pazos has improved the CQL parser including the &lt;span style="font-weight:bold;"&gt;Relate Geooperation&lt;/span&gt; which allows to evaluate a pair of geometry taking in to account the intersection matrix (DE-9IM).&lt;br /&gt;&lt;br /&gt;- We have formally switched over to &lt;span style="font-weight:bold;"&gt;Eclipse 3.7&lt;/span&gt;; and are looking forward to working with the new GUI designer.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-7187253290845144324?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/7187253290845144324/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=7187253290845144324' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/7187253290845144324'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/7187253290845144324'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2011/07/this-week-in-udig.html' title='This week in uDig'/><author><name>Mauricio Pazos</name><uri>http://www.blogger.com/profile/17130031139626580253</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/-lrvRp4NWmWY/Tkjf5YtPzHI/AAAAAAAAAE0/JyUgXo25kwU/s220/mauro-working.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-4362243041329268284</id><published>2011-07-13T03:57:00.001-07:00</published><updated>2011-07-13T04:08:53.764-07:00</updated><title type='text'>uDig 1.2.2 Released</title><content type='html'>&lt;p&gt;The uDig Community is overjoyed to announce the release of uDig 1.2.2.&lt;/p&gt;&lt;p&gt;This release is made in conjunction with &lt;a href="http://geotoolsnews.blogspot.com/2011/07/geotools-80-m1-released.html"&gt;GeoTools 8.0-M1&lt;/a&gt;and the &lt;a href="http://live.osgeo.org/en/overview/udig_overview.html"&gt;OSGeoLive DVD&lt;/a&gt; projects. We would like to thank these communitiesfor their support. In particular a kind word goes out to Andrea Amie and Micheal Bedward and Daniele Romagnoli for a smooth GeoTools releasein support of our schedule. Aslo a tip of the hat to Frank Gasforf and Cameron Shorter and the OSGeo Live project for setting the schedule(in conjunction with FOSS4G)&lt;/p&gt;&lt;p&gt;We would also like to thank Levi Punta and Nathaniel Keslo for sorting out a patch allowing uDig to use Natural Earth dataset out of the box.&lt;/p&gt;&lt;h2 style="margin: 0.0px 0.0px 0.0px 0.0px; font: 18.0px Arial"&gt;Release Details&lt;/h2&gt;&lt;p&gt;Download the package appropriate to your platform, unzip and run:&lt;/p&gt;&lt;ul&gt;  &lt;li&gt;The uDig &lt;a href="http://udig.refractions.net/download/"&gt;download page&lt;/a&gt; contains archives for Windows, Mac and Linux&lt;/li&gt;  &lt;li&gt;&lt;a href="http://udig.refractions.net/files/downloads/udig-1.2.2.html"&gt;udig-1.2.2 Release Notes&lt;/a&gt;&lt;/li&gt;  &lt;li&gt;&lt;a href="https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10600&amp;version=15072"&gt;Issue Tracker Change Log&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2 style="margin: 0.0px 0.0px 0.0px 0.0px; font: 18.0px Arial"&gt;About uDig 1.2.2&lt;/h2&gt;&lt;p&gt;The release adds a number of new features and updates the uDig platform to the latest opensource libraries.&lt;/p&gt;&lt;p&gt;Here is what you can look forward to in the desktop application:&lt;/p&gt;&lt;ul&gt;  &lt;li&gt;Extensive update to online help including &lt;a href="http://udig.refractions.net/confluence/display/EN/uDig+Overview"&gt;uDig Overview&lt;/a&gt;&lt;/li&gt;  &lt;li&gt;Spatial Toolbox view allowing access to OMS3 processing; with a step by step      &lt;a href="http://udig.refractions.net/confluence/display/EN/Introduction+to+the+Spatial+Toolbox"&gt;Introduction to Spatial Toolbox&lt;/a&gt; tutorial&lt;/li&gt;  &lt;li&gt;Updated Info and Profile tool for raster data&lt;/li&gt;  &lt;li&gt;Teradata support&lt;/li&gt;  &lt;li&gt;New import and export formats: CSV and KML.&lt;/li&gt;  &lt;li&gt;For information on additional new features visit our &lt;a href="http://udig.refractions.net/confluence/display/EN/What+is+new"&gt;What is new page&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;For developers:&lt;ul&gt;   &lt;li&gt;Access to the latest GeoTools 8.0-M1&lt;/li&gt;   &lt;li&gt;Access to the latest ImageIO-EXT and finally a modern version of GDAL (on supported platforms)&lt;/li&gt;   &lt;li&gt;The uDig git repository has &lt;a href="https://github.com/uDig/"&gt;moved to github&lt;/a&gt;  to join the cool kids - and shows a very healthy stream of pull requests.&lt;/li&gt;   &lt;li&gt;Works with Eclipse 3.6&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-4362243041329268284?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/4362243041329268284/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=4362243041329268284' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/4362243041329268284'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/4362243041329268284'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2011/07/udig-122-released.html' title='uDig 1.2.2 Released'/><author><name>Jody Garnett</name><uri>https://profiles.google.com/117011258972821557685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh3.googleusercontent.com/-X5a7F6O0TWc/AAAAAAAAAAI/AAAAAAAAANY/Uon8vTnnfIo/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-3859442726556921945</id><published>2011-06-21T04:46:00.000-07:00</published><updated>2011-06-22T03:35:02.613-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='release'/><category scheme='http://www.blogger.com/atom/ns#' term='Axios'/><category scheme='http://www.blogger.com/atom/ns#' term='georeferencing'/><title type='text'>Running the Image Georeferencing View.  Release 1.0.0 for uDig 1.2.1</title><content type='html'>We have released the &lt;b&gt;Image Georeferencing View&lt;/b&gt;, versión &lt;b&gt;1.0.0&lt;/b&gt;. It was tested with&lt;b&gt; uDig 1.2.1&lt;/b&gt;. The following video shows a typical session.&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;In this video the user adds the ground control points (GCP) using a road layer as base.&lt;br /&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span" style="line-height: 18px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;br /&gt;&lt;iframe width="425" height="349" src="http://www.youtube.com/embed/tUNfSY8CIAA" frameborder="0" allowfullscreen=""&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;The following  video shows as a georeferenced raster can be used to draw a new road layer (vector layer) .&lt;/div&gt;&lt;div&gt;To georeference the raster, the user provides the set of ground control points graved by a GPS device.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;iframe width="425" height="349" src="http://www.youtube.com/v/HwZ41P6YpC8" frameborder="0" allowfullscreen=""&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-3859442726556921945?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/3859442726556921945/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=3859442726556921945' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/3859442726556921945'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/3859442726556921945'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2011/06/running-image-georeferencing-view.html' title='Running the Image Georeferencing View.  Release 1.0.0 for uDig 1.2.1'/><author><name>Mauricio Pazos</name><uri>http://www.blogger.com/profile/17130031139626580253</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/-lrvRp4NWmWY/Tkjf5YtPzHI/AAAAAAAAAE0/JyUgXo25kwU/s220/mauro-working.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://img.youtube.com/vi/tUNfSY8CIAA/default.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-6488277079957764744</id><published>2011-05-19T06:18:00.000-07:00</published><updated>2011-05-19T06:53:05.119-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='release'/><category scheme='http://www.blogger.com/atom/ns#' term='Axios'/><title type='text'>Image Georeferencing View RC3 for uDig 1.2.1</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/-gBGw96qx2eg/TdUdwcTLV5I/AAAAAAAAAC4/ik9aIy7QFfQ/s1600/georeferncing-view-rc3.png"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 200px; height: 140px;" src="http://4.bp.blogspot.com/-gBGw96qx2eg/TdUdwcTLV5I/AAAAAAAAAC4/ik9aIy7QFfQ/s200/georeferncing-view-rc3.png" alt="" id="BLOGGER_PHOTO_ID_5608421629027374994" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;We have released&lt;span style="font-weight: bold;"&gt; &lt;/span&gt;&lt;span&gt;the&lt;/span&gt;&lt;span style="font-weight: bold;"&gt; Image Georeferencing View RC-3&lt;/span&gt;. It includes some new &lt;span style="font-weight: bold;"&gt;user interface features&lt;/span&gt; that show the relations between image's marks and the set of gound control points. &lt;span style="font-weight: bold;"&gt;New tools&lt;/span&gt; have been inlcuded in order to manipulate the image and the ground control points.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Finally, the &lt;span style="font-weight: bold;"&gt;Help&lt;/span&gt; (draft) is available too.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/-ty9ZdCXbE6I/TdUeBOQLTNI/AAAAAAAAADA/C1KYr8R1MsI/s1600/georeferncing-view-help-rc3.png"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 200px; height: 158px;" src="http://3.bp.blogspot.com/-ty9ZdCXbE6I/TdUeBOQLTNI/AAAAAAAAADA/C1KYr8R1MsI/s200/georeferncing-view-help-rc3.png" alt="" id="BLOGGER_PHOTO_ID_5608421917314469074" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;To know more about this project, please, go to &lt;a href="http://udig.refractions.net/confluence/display/COM/Image+Georeferencing+View"&gt;Axios Community Space.&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-6488277079957764744?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/6488277079957764744/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=6488277079957764744' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/6488277079957764744'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/6488277079957764744'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2011/05/image-georeferencing-view-rc3-for-udig.html' title='Image Georeferencing View RC3 for uDig 1.2.1'/><author><name>Mauricio Pazos</name><uri>http://www.blogger.com/profile/17130031139626580253</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/-lrvRp4NWmWY/Tkjf5YtPzHI/AAAAAAAAAE0/JyUgXo25kwU/s220/mauro-working.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-gBGw96qx2eg/TdUdwcTLV5I/AAAAAAAAAC4/ik9aIy7QFfQ/s72-c/georeferncing-view-rc3.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-4952139060776206107</id><published>2011-05-04T02:38:00.000-07:00</published><updated>2011-05-04T03:06:51.276-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='release'/><category scheme='http://www.blogger.com/atom/ns#' term='Axios'/><category scheme='http://www.blogger.com/atom/ns#' term='udig 1.2.1'/><title type='text'>Image Georeferencing View for uDig 1.2.1</title><content type='html'>A month ago, we began the development of Image Georeferencing. Now we want to share the first release in order to test it.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://3.bp.blogspot.com/-2p1G1xEnT2g/TcEj9H3bv7I/AAAAAAAAACw/p_vx5Wmli-g/s1600/georeferncing-view.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 171px; height: 200px;" src="http://3.bp.blogspot.com/-2p1G1xEnT2g/TcEj9H3bv7I/AAAAAAAAACw/p_vx5Wmli-g/s200/georeferncing-view.png" border="0" alt="" id="BLOGGER_PHOTO_ID_5602798944416153522" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Right now, we are working in some improvements in the usability (zoom, pan, fit, etc). More details and download instructions in the &lt;a href="http://udig.refractions.net/confluence/display/COM/Image+Georeferencing+View"&gt;Axios Community Wiki&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Comments are welcome&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-4952139060776206107?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/4952139060776206107/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=4952139060776206107' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/4952139060776206107'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/4952139060776206107'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2011/05/image-georeferencing-view-for-udig-121.html' title='Image Georeferencing View for uDig 1.2.1'/><author><name>Mauricio Pazos</name><uri>http://www.blogger.com/profile/17130031139626580253</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/-lrvRp4NWmWY/Tkjf5YtPzHI/AAAAAAAAAE0/JyUgXo25kwU/s220/mauro-working.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/-2p1G1xEnT2g/TcEj9H3bv7I/AAAAAAAAACw/p_vx5Wmli-g/s72-c/georeferncing-view.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-2874160501967107628</id><published>2011-03-11T06:34:00.000-08:00</published><updated>2011-03-11T06:42:01.903-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='udig'/><title type='text'>udig development version available for osgeo4w users</title><content type='html'>After finally upgrading the Osgeo4w version of uDig to the current 1.2.1, we also decided to add the development version of uDig to the game. It might be a bit unstable from time to time and handle itself like the evil brother of uDig&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/-EY_-zrLdPAE/TXozn5uS9ZI/AAAAAAABR3c/mZL99LFVZkk/s1600/udig-dev.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px; height: 132px;" src="http://2.bp.blogspot.com/-EY_-zrLdPAE/TXozn5uS9ZI/AAAAAAABR3c/mZL99LFVZkk/s400/udig-dev.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5582831448682067346" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If you installed it you should feel its presence through its devil red icon in the applications menu.&lt;br /&gt;&lt;br /&gt;One good reason to try that out is because it has some nice features that would not be there before an official release. One example is for sure the georeferencing tool that was resurrected from the community repository by moovida and jive. &lt;a href="http://how2map.blogspot.com/2011/03/georeferencing-for-udig-difference.html"&gt;Have a look at some nice screenshot and docs for the module.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;What will be next? The &lt;a href="http://udig.refractions.net/gallery/linecleaner/"&gt;line cleaner&lt;/a&gt;? &lt;br /&gt;The doors are open...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-2874160501967107628?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/2874160501967107628/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=2874160501967107628' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/2874160501967107628'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/2874160501967107628'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2011/03/udig-development-version-available-for.html' title='udig development version available for osgeo4w users'/><author><name>andrea antonello</name><uri>https://profiles.google.com/109469601211264968948</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-eFOd-hUWKVc/AAAAAAAAAAI/AAAAAAAAAAA/u7w09TMv9XM/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-EY_-zrLdPAE/TXozn5uS9ZI/AAAAAAABR3c/mZL99LFVZkk/s72-c/udig-dev.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-6707032248443413402</id><published>2011-03-11T00:20:00.000-08:00</published><updated>2011-03-11T01:34:04.258-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='tip'/><category scheme='http://www.blogger.com/atom/ns#' term='training'/><category scheme='http://www.blogger.com/atom/ns#' term='Axios'/><category scheme='http://www.blogger.com/atom/ns#' term='udig 1.2.1'/><title type='text'>Spatial Operations Tutorials for Udig 1.2.1</title><content type='html'>Hello everyone, recently, we have improved the &lt;b&gt;Spatial Operation Framework&lt;/b&gt; in order to do easy its extension with some new operations. Thus, we have updated the following tutorials:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;How to add a New Spatial Operation&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Reusing Existent Spatial Process. Integrating Sextante&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Important, this new feature is compatible with uDig 1.2.1.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;To download, visit the section &lt;b&gt;Tutorials and Documents&lt;/b&gt; in &lt;a href="http://www.axios.es"&gt;www.axios.es&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-6707032248443413402?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/6707032248443413402/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=6707032248443413402' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/6707032248443413402'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/6707032248443413402'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2011/03/satial-operations-tutorials-for-udig.html' title='Spatial Operations Tutorials for Udig 1.2.1'/><author><name>Mauricio Pazos</name><uri>http://www.blogger.com/profile/17130031139626580253</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/-lrvRp4NWmWY/Tkjf5YtPzHI/AAAAAAAAAE0/JyUgXo25kwU/s220/mauro-working.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-5800248782593849824</id><published>2011-03-08T00:35:00.000-08:00</published><updated>2011-03-08T03:15:54.869-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='release'/><category scheme='http://www.blogger.com/atom/ns#' term='Axios'/><category scheme='http://www.blogger.com/atom/ns#' term='udig 1.2.1'/><title type='text'>Spatial Operations &amp; Editing Tools for uDig 1.2.1</title><content type='html'>We have published a new release of our Spatial Operations &amp;amp; Editing Tools for uDig 1.2.1 project.&lt;br /&gt;It includes many fixed bugs and performance improvements.&lt;br /&gt;Now, the product is provided as:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Editing Tools 1.3.3 for uDig 1.2.1&lt;/li&gt;&lt;li&gt;Spatial Operations 1.3.1 for uDig 1.2.1&lt;/li&gt;&lt;/ul&gt;This features are available in uDig Community Updates Site:&lt;br /&gt;http://udig.refractions.net/update/1.2/community&lt;br /&gt;&lt;br /&gt;To download the source and binary distributions, visit our download page in &lt;a href="http://www.axios.es/"&gt;www.axios.es.&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-5800248782593849824?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/5800248782593849824/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=5800248782593849824' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/5800248782593849824'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/5800248782593849824'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2011/03/spatial-operations-editing-tools-for.html' title='Spatial Operations &amp; Editing Tools for uDig 1.2.1'/><author><name>Mauricio Pazos</name><uri>http://www.blogger.com/profile/17130031139626580253</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/-lrvRp4NWmWY/Tkjf5YtPzHI/AAAAAAAAAE0/JyUgXo25kwU/s220/mauro-working.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-1544598971389181029</id><published>2011-02-02T23:58:00.000-08:00</published><updated>2011-02-02T23:59:53.062-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='git'/><category scheme='http://www.blogger.com/atom/ns#' term='release'/><category scheme='http://www.blogger.com/atom/ns#' term='wms 1.3.0'/><category scheme='http://www.blogger.com/atom/ns#' term='udig 1.2.1'/><title type='text'>uDig 1.2.1 Released</title><content type='html'>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.&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Additional style editor pages; thanks to the JGrass project and Hydrologis&lt;/li&gt;&lt;li&gt;Access to the latest GeoTools renderer with support for hatch patterns&lt;/li&gt;&lt;li&gt;Access to world+image "bmp" files&lt;/li&gt;&lt;li&gt;Experimental - WMS 1.3.0 support&lt;/li&gt;&lt;li&gt;Updated "submit log" in the help menu&lt;/li&gt;&lt;/ul&gt;Additional documentation:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Updated online help capturing the new style pages style pages&lt;/li&gt;&lt;li&gt;Updated intro documentation for users and developers&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;For developers:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;We have migrated to a new git repository http://gitorious.org/udig&lt;/li&gt;&lt;li&gt;Access to the latest GeoTools 2.7 Release Candidate&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;br /&gt;The new release can be accessed and downloaded from&amp;nbsp;&lt;a href="http://udig.refractions.net/download"&gt;http://udig.refractions.net/download&lt;/a&gt;/&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-1544598971389181029?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/1544598971389181029/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=1544598971389181029' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/1544598971389181029'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/1544598971389181029'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2011/02/udig-121-released.html' title='uDig 1.2.1 Released'/><author><name>Jesse  Eichar</name><uri>http://www.blogger.com/profile/07600430363435495915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='29' src='http://4.bp.blogspot.com/_d6JySbV_m2w/SnrNFgotR5I/AAAAAAAAADw/7B481I2AJDs/S220/JesseIcon.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-9125422245833712244</id><published>2011-01-05T14:56:00.000-08:00</published><updated>2011-01-05T15:05:39.859-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='training'/><category scheme='http://www.blogger.com/atom/ns#' term='lisasoft'/><title type='text'>Upcoming uDig Training</title><content type='html'>&lt;p&gt;LISAsoft is pleased to announce two uDig training courses in the Australian market:&lt;br /&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Sydney Jan 31st to Feb 2nd&lt;/li&gt;&lt;li&gt;Melbourne Feb 7th to 9th&lt;/li&gt;&lt;/ul&gt;LISAsoft has updated the uDig training course to cover the latest 1.2.1 release including an early preview of GeoTools 2.7.&lt;br /&gt;&lt;p&gt;This is a world renowned course now in its fifth year. The uDig training course is highly recommended for development teams new to uDig, Eclipse RCP or Geospatial development. The courses packs a punch at 5 days, split between the introductory 3-day course and an advanced 2-day course later in the year, covering everything from disk to screen. Material is well paced providing a gradual introduction with advanced exercises to test your knowledge or explore new areas in depth.&lt;/p&gt;&lt;p&gt;For more information or contact information please see:&lt;br /&gt;&lt;a href="http://www.lisasoft.com/Registration"&gt;http://www.lisasoft.com/Registration&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Is Australia too far away? Would you prefer an on-site course customised for your development team? The uDig training course is available from supporting organisations in North America, Europe and Australia. Please &lt;a href="http://udig.refractions.net/users/"&gt;contact a PMC member&lt;/a&gt; in your area for details.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-9125422245833712244?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/9125422245833712244/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=9125422245833712244' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/9125422245833712244'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/9125422245833712244'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2011/01/upcoming-udig-training.html' title='Upcoming uDig Training'/><author><name>Mark</name><uri>http://www.blogger.com/profile/03665634055399186741</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='31' src='http://3.bp.blogspot.com/__5ba-zG2vMc/SOs4ts2TDcI/AAAAAAAAAYg/d_qVCQZ5Xos/S220/icon.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-5897880045471203534</id><published>2010-12-01T00:48:00.000-08:00</published><updated>2010-12-01T02:25:56.004-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='tool'/><category scheme='http://www.blogger.com/atom/ns#' term='release'/><category scheme='http://www.blogger.com/atom/ns#' term='Axios'/><title type='text'>Axios uDig extensions - Releases 1.3.2 and 1.2.9</title><content type='html'>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.&lt;br /&gt;&lt;br /&gt;These releases are available in uDig Community Updates Site:&lt;br /&gt;http://udig.refractions.net/update/1.2/community&lt;br /&gt;http://udig.refractions.net/update/1.1/community&lt;br /&gt;&lt;br /&gt;To download the source and binary distributions, visit our download page in &lt;a href="http://www.axios.es/"&gt;www.axios.es.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Finally, we want to highlight the excellent testing work done by &lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:'Times New Roman';font-size:medium;"  &gt;&lt;span class="Apple-style-span" style="color: rgb(85, 85, 85); line-height: 18px; text-align: left;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:12px;"  &gt;the &lt;span style="font-weight: bold;"&gt;Municipal Department of Automated Data Processing, Information and Communications Technologies&lt;/span&gt;,&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;span style="font-weight: bold;"&gt;Vienna City. &lt;/span&gt;The have been working hard producing &lt;span style="font-weight: bold;"&gt;685 test scenarios &lt;/span&gt;for the split tool&lt;span style="font-weight: bold;"&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:'Times New Roman';font-size:medium;"  &gt;&lt;span class="Apple-style-span" style="color: rgb(85, 85, 85); line-height: 18px; text-align: left;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:12px;"  &gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-5897880045471203534?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/5897880045471203534/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=5897880045471203534' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/5897880045471203534'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/5897880045471203534'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2010/12/axios-udig-extensions-releases-132-and.html' title='Axios uDig extensions - Releases 1.3.2 and 1.2.9'/><author><name>Mauricio Pazos</name><uri>http://www.blogger.com/profile/17130031139626580253</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/-lrvRp4NWmWY/Tkjf5YtPzHI/AAAAAAAAAE0/JyUgXo25kwU/s220/mauro-working.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-8920610342455186200</id><published>2010-10-07T03:57:00.000-07:00</published><updated>2010-10-07T04:44:53.629-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='release'/><category scheme='http://www.blogger.com/atom/ns#' term='Axios'/><title type='text'>Axios uDig Extensions release 1.3.1 for uDig 1.2.x</title><content type='html'>We have published a new release of Axios uDig Extentsions. This version includes fixes and improvements for the Split Tool.&lt;p class="western" style="margin-bottom: 0in;"&gt;A closed split line can be drown as shown in the screenshot.&lt;/p&gt;&lt;p class="western" style="margin-bottom: 0in; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_NiPm7rKUttc/TK2ofBwmrAI/AAAAAAAAACQ/rnumibLHfew/s1600/split-tools-ex-many-split-01.jpeg"&gt;&lt;img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 200px; height: 200px;" src="http://2.bp.blogspot.com/_NiPm7rKUttc/TK2ofBwmrAI/AAAAAAAAACQ/rnumibLHfew/s200/split-tools-ex-many-split-01.jpeg" alt="" id="BLOGGER_PHOTO_ID_5525257568855174146" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="western" style="margin-bottom: 0in;"&gt;The result of split transaction produces:&lt;a href="http://1.bp.blogspot.com/_NiPm7rKUttc/TK2pYBb5RCI/AAAAAAAAACY/M5nHMjHnbYQ/s1600/split-tools-ex-many-split-02.jpeg"&gt;&lt;img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 200px; height: 200px;" src="http://1.bp.blogspot.com/_NiPm7rKUttc/TK2pYBb5RCI/AAAAAAAAACY/M5nHMjHnbYQ/s200/split-tools-ex-many-split-02.jpeg" alt="" id="BLOGGER_PHOTO_ID_5525258548020855842" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;          &lt;style type="text/css"&gt;p { margin-bottom: 0.08in; }a:link {  }&lt;/style&gt;  &lt;p class="western" style="margin-bottom: 0in;"&gt;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.&lt;/p&gt;&lt;p class="western" style="margin-bottom: 0in;"&gt;&lt;a href="http://1.bp.blogspot.com/_NiPm7rKUttc/TK2s6siH0tI/AAAAAAAAACg/-uD6rgWKJLI/s1600/split-operation.png"&gt;&lt;img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 200px; height: 74px;" src="http://1.bp.blogspot.com/_NiPm7rKUttc/TK2s6siH0tI/AAAAAAAAACg/-uD6rgWKJLI/s200/split-operation.png" alt="" id="BLOGGER_PHOTO_ID_5525262442240135890" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="western" style="margin-bottom: 0in;"&gt;This release is available in uDig 1.2 - Community Updates Site:&lt;br /&gt;http://udig.refractions.net/update/1.2/community&lt;br /&gt;&lt;br /&gt;To download the source and binary distribution, visit our download page in &lt;a href="http://www.axios.es/"&gt;www.axios.es&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;style type="text/css"&gt;p { margin-bottom: 0.08in; }&lt;/style&gt;&lt;p class="western" style="margin-bottom: 0in;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-8920610342455186200?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/8920610342455186200/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=8920610342455186200' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/8920610342455186200'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/8920610342455186200'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2010/10/axios-udig-extensions-release-131-for.html' title='Axios uDig Extensions release 1.3.1 for uDig 1.2.x'/><author><name>Mauricio Pazos</name><uri>http://www.blogger.com/profile/17130031139626580253</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/-lrvRp4NWmWY/Tkjf5YtPzHI/AAAAAAAAAE0/JyUgXo25kwU/s220/mauro-working.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_NiPm7rKUttc/TK2ofBwmrAI/AAAAAAAAACQ/rnumibLHfew/s72-c/split-tools-ex-many-split-01.jpeg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-4058235328170565702</id><published>2010-08-16T07:35:00.000-07:00</published><updated>2010-08-16T07:35:14.319-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='release'/><title type='text'>UDIG 1.2.0 Release</title><content type='html'>&lt;p&gt;The uDig 1.2 release process is complete and we are pleased to offer uDig 1.2.0 for download.&lt;br /&gt;This release is made in conjunction with GeoTools 2.6.5.&lt;/p&gt;&lt;p&gt;The uDig 1.2.0 release is available from the main &lt;a href="http://udig.refractions.net/download/"&gt;download page&lt;/a&gt;.&lt;/p&gt;&lt;h2&gt;Installation&lt;/h2&gt;&lt;p&gt;Download the package appropriate to your platform, unzip and run:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Windows&lt;/li&gt;&lt;li&gt;Linux&lt;/li&gt;&lt;li&gt;Mac&lt;/li&gt;&lt;li&gt;SDK: For use with &lt;a href="http://udig.refractions.net/confluence/display/DEV/1+SDK+Quickstart"&gt;SDK Quickstart&lt;/a&gt; instructions&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;To get started with uDig:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Help Menu provides a &lt;a href="http://udig.refractions.net/confluence/display/EN/Quickstart"&gt;Quickstart&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://udig.refractions.net/confluence/display/EN/Walkthrough+1"&gt;Walkthrough 1&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://udig.refractions.net/confluence/display/EN/Walkthrough+2"&gt;Walkthrough 2&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;About uDig 1.2 Series&lt;/h2&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;New and capabilities of uDig 1.2 include:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;ImageIO-EXT rendering enabling additional raster formats and working with images larger then memory&lt;/li&gt;&lt;li&gt;On select platforms MRSID and ECW raster support&lt;/li&gt;&lt;li&gt;Tiled rendering (as an option in preferences) with a new flicker free panning tool.&lt;/li&gt;&lt;li&gt;Support for &lt;a href="http://geowebcache.org/"&gt;GeoWebCache&lt;/a&gt; and &lt;a href="http://tilecache.org/"&gt;TileCache&lt;/a&gt; via WMS-C&lt;/li&gt;&lt;li&gt;WFS 1.1.0 support (read-only)&lt;/li&gt;&lt;li&gt;Greatly improved ArcSDE support; multithreaded and faster&lt;/li&gt;&lt;li&gt;Advanced Symbology including Hatches and True Type Font support&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;About uDig 1.2.0&lt;/h2&gt;&lt;p&gt;Features and capabilities of this release:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Access to GeoTools DataStores via a generic wizard allowing users to connect to many additional data formats and access all connection parameters.&lt;/li&gt;&lt;li&gt;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.&lt;/li&gt;&lt;li&gt;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.&lt;/li&gt;&lt;li&gt;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&lt;/li&gt;&lt;li&gt;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.&lt;/li&gt;&lt;li&gt;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)&lt;/li&gt;&lt;li&gt;Enhanced Vector Editing&lt;/li&gt;&lt;li&gt;Revamped printing support, standard paper sizes are supported when printing&lt;/li&gt;&lt;li&gt;Import multiple layers into the catalog at once&lt;/li&gt;&lt;li&gt;switch between common map scales&lt;/li&gt;&lt;li&gt;Improved Drag and Drop support allowing multiple layers to be manipulated at once&lt;/li&gt;&lt;li&gt;Drag and Drop treats URL as a distinct content type across browser implementations&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Notes and documentation for developers:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://udig.refractions.net/confluence/display/DEV/10+Service+and+GeoResource+Interceptors"&gt;Service and GeoResource Interceptors&lt;/a&gt; Docs&lt;/li&gt;&lt;li&gt;&lt;a href="http://udig.refractions.net/confluence/display/DEV/10+Interceptors"&gt;Interceptors&lt;/a&gt; Docs&lt;/li&gt;&lt;li&gt;Review of the dependencies used by the uDig SDK with license and build advice&lt;/li&gt;&lt;li&gt;We have transitioned to a modern version of GeoTools allowing for a more productive relationship with the larger community&lt;/li&gt;&lt;li&gt;Support for the "JDBC-NG" rewrite of GeoTools Database access&lt;/li&gt;&lt;li&gt;Uses the latest Eclipse 3.6.0 "Helios" release for an industrial strength plug-in system&lt;/li&gt;&lt;li&gt;Uses the latest "Babel" project translations&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Release Notes&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;The following release notes are applicable to this release:&lt;/li&gt;&lt;li&gt;UDIG 1.2.0&lt;a href="https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10600&amp;amp;version=16264"&gt; Release Notes&lt;/a&gt;, August 9, 2010 (23 Issues)&lt;/li&gt;&lt;li&gt;UDIG 1.2.RC3 &lt;a href="https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10600&amp;amp;version=16441"&gt;Release Notes&lt;/a&gt;, May 17th, 2010 (25 Issues)&lt;/li&gt;&lt;li&gt;UDIG 1.2.RC2 &lt;a href="https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10600&amp;amp;version=16287"&gt;Release Notes&lt;/a&gt;, March 21, 2010 (7 Issues)&lt;/li&gt;&lt;li&gt;UDIG 1.2.RC1 &lt;a href="https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10600&amp;amp;version=16163"&gt;Release Notes&lt;/a&gt;, March 10, 2010 (4 issues)&lt;/li&gt;&lt;li&gt;UDIG 1.2.M9 &lt;a href="https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10600&amp;amp;version=16115"&gt;Release Notes&lt;/a&gt;, January 8, 2010 (2 issues)&lt;/li&gt;&lt;li&gt;UDIG 1.2.M8 &lt;a href="https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10600&amp;amp;version=15691"&gt;Release Notes&lt;/a&gt;, December 8, 2009 (1 issue)&lt;/li&gt;&lt;li&gt;UDIG 1.2.M7 &lt;a href="https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10600&amp;amp;version=15476"&gt;Release Notes&lt;/a&gt;, September 9, 2009 (13 issues)&lt;/li&gt;&lt;li&gt;UDIG 1.2.M6 &lt;a href="https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10600&amp;amp;version=15474"&gt;Release Notes&lt;/a&gt;, August 5, 2009 (53 issues)&lt;/li&gt;&lt;li&gt;UDIG 1.2.M5 &lt;a href="https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10600&amp;amp;version=15119"&gt;Release Notes&lt;/a&gt;, June 10, 2009 (4 issues)&lt;/li&gt;&lt;li&gt;UDIG 1.2.M4 &lt;a href="https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10600&amp;amp;version=15071"&gt;Release Notes&lt;/a&gt;, May 23, 2009 (12 Issues)&lt;/li&gt;&lt;li&gt;UDIG 1.2.M3 &lt;a href="https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10600&amp;amp;version=14979"&gt;Release Notes&lt;/a&gt;, March 30, 2009 (74 Issues)&lt;/li&gt;&lt;li&gt;UDIG 1.2.M2 &lt;a href="https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10600&amp;amp;version=12942"&gt;Release Notes&lt;/a&gt;, February 5, 2009 (14 Issues)&lt;/li&gt;&lt;li&gt;UDIG 1.2.M1 &lt;a href="https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10600&amp;amp;version=11975"&gt;Release Notes&lt;/a&gt;, December 18, 2008 (10 Issues)&lt;/li&gt;&lt;li&gt;UDIG 1.2.M0 &lt;a href="https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10600&amp;amp;version=13063"&gt;Release Notes&lt;/a&gt;, August 19, 2008 (19 Issues)&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;h2&gt;Known problems:&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;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.&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-4058235328170565702?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/4058235328170565702/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=4058235328170565702' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/4058235328170565702'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/4058235328170565702'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2010/08/udig-120-release.html' title='UDIG 1.2.0 Release'/><author><name>Jody Garnett</name><uri>https://profiles.google.com/117011258972821557685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh3.googleusercontent.com/-X5a7F6O0TWc/AAAAAAAAAAI/AAAAAAAAANY/Uon8vTnnfIo/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-1928550051109639139</id><published>2010-07-15T07:21:00.000-07:00</published><updated>2010-07-21T00:53:41.841-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='tool'/><category scheme='http://www.blogger.com/atom/ns#' term='release'/><category scheme='http://www.blogger.com/atom/ns#' term='Axios'/><title type='text'>Axios uDig Extensions releases 1.2.5 for uDig 1.1 and 1.3.0-m6 for uDig 1.2</title><content type='html'>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.&lt;br /&gt;&lt;br /&gt;Additionaly, we have done the backporting to 1.2.5, compatible with uDig 1.1.&lt;br /&gt;&lt;br /&gt;Theses release are available in uDig Community Updates Site:&lt;br /&gt;http://udig.refractions.net/update/1.2/community&lt;br /&gt;http://udig.refractions.net/update/1.1/community&lt;br /&gt;&lt;br /&gt;To download the source and binary distribution, visit our download page in &lt;a href="http://www.axios.es"&gt;www.axios.es&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-1928550051109639139?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/1928550051109639139/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=1928550051109639139' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/1928550051109639139'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/1928550051109639139'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2010/07/axios-udig-extensions-releases-125-for.html' title='Axios uDig Extensions releases 1.2.5 for uDig 1.1 and 1.3.0-m6 for uDig 1.2'/><author><name>Mauricio Pazos</name><uri>http://www.blogger.com/profile/17130031139626580253</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/-lrvRp4NWmWY/Tkjf5YtPzHI/AAAAAAAAAE0/JyUgXo25kwU/s220/mauro-working.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-6342660500745363650</id><published>2010-07-12T18:39:00.000-07:00</published><updated>2010-07-12T18:39:41.585-07:00</updated><title type='text'>Open Source Blueprint</title><content type='html'>Open source has a long standing relationship with&amp;nbsp;academic&amp;nbsp;studies, both as working examples and as something to study in its own right.&amp;nbsp;We are always happy when a student ducks into a project with useful contributions and it is even more rare that the contribution is documentation.&lt;br /&gt;&lt;br /&gt;Recently Michelle Ballinger has been writing up an "&lt;a href="http://mballingercapstone.web.officelive.com/default.aspx"&gt;Blueprint for Creating an Open Source Web Map&lt;/a&gt;" which includes a &lt;a href="http://mballingercapstone.web.officelive.com/uDig.aspx"&gt;section on uDig&lt;/a&gt;. It is nice to see Penn State encouraging students to get out there in the world and make positive contributions; and it makes a change from the endless survey requests open source projects are asked to fill out each year.&lt;br /&gt;&lt;br /&gt;If all goes well we will collect these instructions for the &lt;a href="http://udig.refractions.net/confluence/display/EN/Getting+Started"&gt;uDig online help&lt;/a&gt;. Thanks for taking part in open source Michelle.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-6342660500745363650?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/6342660500745363650/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=6342660500745363650' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/6342660500745363650'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/6342660500745363650'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2010/07/open-source-blueprint.html' title='Open Source Blueprint'/><author><name>Jody Garnett</name><uri>https://profiles.google.com/117011258972821557685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh3.googleusercontent.com/-X5a7F6O0TWc/AAAAAAAAAAI/AAAAAAAAANY/Uon8vTnnfIo/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-7691001328468987971</id><published>2010-05-19T19:54:00.000-07:00</published><updated>2010-05-19T21:22:30.093-07:00</updated><title type='text'>uDig 1.2 Release Candidate 3</title><content type='html'>&lt;p style="margin: 0.0px 0.0px 6.0px 0.0px; font: 12.0px Arial"&gt;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 &lt;a href="http://geotoolsnews.blogspot.com/2010/05/geotools-264-released.html"&gt;GeoTools 2.6.4&lt;/a&gt;.&lt;/p&gt; &lt;p style="margin: 0.0px 0.0px 6.0px 0.0px; font: 12.0px Arial"&gt;The uDig 1.2-RC3 is available from the &lt;a href="http://udig.refractions.net/download/"&gt;main download page&lt;/a&gt; (previous releases are also &lt;a href="http://udig.refractions.net/download/unstable/"&gt;available&lt;/a&gt;).&lt;/p&gt; &lt;p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 18.0px Arial"&gt;Installation&lt;/p&gt; &lt;p style="margin: 0.0px 0.0px 6.0px 0.0px; font: 12.0px Arial"&gt;Download the package appropriate to your platform, unzip and run:&lt;/p&gt; &lt;ul style="list-style-type: disc"&gt; &lt;li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial"&gt;Windows&lt;/li&gt; &lt;li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial"&gt;Linux:&lt;/li&gt; &lt;li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial"&gt;Mac:&lt;/li&gt; &lt;li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial"&gt;SDK: For use with &lt;a href="http://udig.refractions.net/confluence/display/DEV/1+SDK+Quickstart"&gt;&lt;span style="text-decoration: underline ; color:#0101ee;"&gt;SDK Quickstart&lt;/span&gt;&lt;/a&gt; instructions&lt;/li&gt; &lt;/ul&gt; &lt;p style="margin: 0.0px 0.0px 6.0px 0.0px; font: 12.0px Arial"&gt;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.&lt;/p&gt; &lt;p style="margin: 0.0px 0.0px 12.0px 0.0px; font: 12.0px Arial"&gt;To get started with uDig:&lt;/p&gt; &lt;ul style="list-style-type: disc"&gt; &lt;li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial"&gt;Help Menu provides a &lt;a href="http://udig.refractions.net/confluence/display/EN/Quickstart"&gt;&lt;span style="text-decoration: underline ; color:#0101ee;"&gt;Quickstart&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial; color: #0101ee"&gt;&lt;a href="http://udig.refractions.net/confluence/display/EN/Walkthrough+1"&gt;&lt;span style="text-decoration: underline"&gt;Walkthrough 1&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial; color: #0101ee"&gt;&lt;a href="http://udig.refractions.net/confluence/display/EN/Walkthrough+2"&gt;&lt;span style="text-decoration: underline"&gt;Walkthrough 2&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 18.0px Arial; min-height: 21.0px"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 18.0px Arial"&gt;About uDig 1.2 Release Candidate 3&lt;/p&gt; &lt;p style="margin: 0.0px 0.0px 6.0px 0.0px; font: 12.0px Arial"&gt;The release adds three amazing new features:&lt;/p&gt; &lt;ul style="list-style-type: square"&gt; &lt;li style="margin: 0.0px 0.0px 6.0px 0.0px; font: 12.0px Arial"&gt;Access to GeoTools DataStores via a generic wizard allowing users to connect to many additional data formats and access all connection parameters.&lt;/li&gt; &lt;li style="margin: 0.0px 0.0px 6.0px 0.0px; font: 12.0px Arial"&gt;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. &lt;/li&gt; &lt;li style="margin: 0.0px 0.0px 6.0px 0.0px; font: 12.0px Arial"&gt;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.&lt;/li&gt; &lt;li style="margin: 0.0px 0.0px 6.0px 0.0px; font: 12.0px Arial"&gt;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&lt;/li&gt; &lt;li style="margin: 0.0px 0.0px 6.0px 0.0px; font: 12.0px Arial"&gt;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)&lt;/li&gt; &lt;/ul&gt; &lt;p style="margin: 0.0px 0.0px 6.0px 0.0px; font: 12.0px Arial"&gt;Additional documentation for developers:&lt;/p&gt; &lt;ul style="list-style-type: disc"&gt; &lt;li style="margin: 0.0px 0.0px 6.0px 0.0px; font: 12.0px Arial; color: #0101ee"&gt;&lt;a href="http://udig.refractions.net/confluence/display/DEV/10+Service+and+GeoResource+Interceptors"&gt;&lt;span style="text-decoration: underline"&gt;Service and GeoResource Interceptors&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;li style="margin: 0.0px 0.0px 6.0px 0.0px; font: 12.0px Arial; color: #0101ee"&gt;&lt;a href="http://udig.refractions.net/confluence/display/DEV/10+Interceptors"&gt;&lt;span style="text-decoration: underline"&gt;Interceptors&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;li style="margin: 0.0px 0.0px 6.0px 0.0px; font: 12.0px Arial"&gt;Example code for Feature Panel data entry forms added&lt;/li&gt; &lt;/ul&gt; &lt;p style="margin: 0.0px 0.0px 6.0px 0.0px; font: 12.0px Arial"&gt;Release Notes:&lt;/p&gt; &lt;table cellspacing="0" cellpadding="0"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td valign="middle" style="width: 767.0px; padding: 1.0px 1.0px 1.0px 1.0px"&gt; &lt;p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial; color: #333233"&gt;Sub-task&lt;/p&gt; &lt;ul style="list-style-type: disc"&gt; &lt;li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial; color: #333233"&gt;[&lt;a href="http://jira.codehaus.org/browse/UDIG-1632"&gt;&lt;span style="color:#005500;"&gt;UDIG-1632&lt;/span&gt;&lt;/a&gt;] - IFeaturePanel class and Extension Point&lt;/li&gt; &lt;/ul&gt; &lt;p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial; color: #333233"&gt;Bug&lt;/p&gt; &lt;ul style="list-style-type: disc"&gt; &lt;li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial; color: #333233"&gt;[&lt;a href="http://jira.codehaus.org/browse/UDIG-1520"&gt;&lt;span style="color:#005500;"&gt;UDIG-1520&lt;/span&gt;&lt;/a&gt;] - unable to connect WMS with Udig&lt;/li&gt; &lt;li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial; color: #333233"&gt;[&lt;a href="http://jira.codehaus.org/browse/UDIG-1553"&gt;&lt;span style="color:#005500;"&gt;UDIG-1553&lt;/span&gt;&lt;/a&gt;] - axios plugin edittools&lt;/li&gt; &lt;li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial; color: #333233"&gt;[&lt;a href="http://jira.codehaus.org/browse/UDIG-1578"&gt;&lt;span style="color:#005500;"&gt;UDIG-1578&lt;/span&gt;&lt;/a&gt;] - OracleGeoResource keeps its own IService&lt;/li&gt; &lt;li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial; color: #333233"&gt;[&lt;a href="http://jira.codehaus.org/browse/UDIG-1587"&gt;&lt;span style="color:#005500;"&gt;UDIG-1587&lt;/span&gt;&lt;/a&gt;] - Adding WMS service via wizard fails.&lt;/li&gt; &lt;li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial; color: #333233"&gt;[&lt;a href="http://jira.codehaus.org/browse/UDIG-1612"&gt;&lt;span style="color:#005500;"&gt;UDIG-1612&lt;/span&gt;&lt;/a&gt;] - Bluemarble tif not displayed&lt;/li&gt; &lt;li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial; color: #333233"&gt;[&lt;a href="http://jira.codehaus.org/browse/UDIG-1629"&gt;&lt;span style="color:#005500;"&gt;UDIG-1629&lt;/span&gt;&lt;/a&gt;] - PostGIS next() called before hasNext()&lt;/li&gt; &lt;li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial; color: #333233"&gt;[&lt;a href="http://jira.codehaus.org/browse/UDIG-1633"&gt;&lt;span style="color:#005500;"&gt;UDIG-1633&lt;/span&gt;&lt;/a&gt;] - Cannot resolve PostGIS layer to JDBCDataStore&lt;/li&gt; &lt;li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial; color: #333233"&gt;[&lt;a href="http://jira.codehaus.org/browse/UDIG-1638"&gt;&lt;span style="color:#005500;"&gt;UDIG-1638&lt;/span&gt;&lt;/a&gt;] - Marker size defaults to 6&lt;/li&gt; &lt;li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial; color: #333233"&gt;[&lt;a href="http://jira.codehaus.org/browse/UDIG-1639"&gt;&lt;span style="color:#005500;"&gt;UDIG-1639&lt;/span&gt;&lt;/a&gt;] - Table show selection does nothing&lt;/li&gt; &lt;li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial; color: #333233"&gt;[&lt;a href="http://jira.codehaus.org/browse/UDIG-1641"&gt;&lt;span style="color:#005500;"&gt;UDIG-1641&lt;/span&gt;&lt;/a&gt;] - RenderContextImpl fails when MapViewer not shown yet&lt;/li&gt; &lt;li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial; color: #333233"&gt;[&lt;a href="http://jira.codehaus.org/browse/UDIG-1642"&gt;&lt;span style="color:#005500;"&gt;UDIG-1642&lt;/span&gt;&lt;/a&gt;] - Cant edit PostGIS line feature in 1.2-rc2&lt;/li&gt; &lt;li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial; color: #333233"&gt;[&lt;a href="http://jira.codehaus.org/browse/UDIG-1650"&gt;&lt;span style="color:#005500;"&gt;UDIG-1650&lt;/span&gt;&lt;/a&gt;] - Add transparency support for default Image format image/png8&lt;/li&gt; &lt;/ul&gt; &lt;p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial; color: #333233"&gt;Improvement&lt;/p&gt; &lt;ul style="list-style-type: disc"&gt; &lt;li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial; color: #333233"&gt;[&lt;a href="http://jira.codehaus.org/browse/UDIG-1631"&gt;&lt;span style="color:#005500;"&gt;UDIG-1631&lt;/span&gt;&lt;/a&gt;] - Move public documentation to public svn&lt;/li&gt; &lt;li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial; color: #333233"&gt;[&lt;a href="http://jira.codehaus.org/browse/UDIG-1634"&gt;&lt;span style="color:#005500;"&gt;UDIG-1634&lt;/span&gt;&lt;/a&gt;] - Break ICatalog up into ISearch and IRepository and check interface boundaries&lt;/li&gt; &lt;li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial; color: #333233"&gt;[&lt;a href="http://jira.codehaus.org/browse/UDIG-1647"&gt;&lt;span style="color:#005500;"&gt;UDIG-1647&lt;/span&gt;&lt;/a&gt;] - Add visual queues to information tool layer list&lt;/li&gt; &lt;li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial; color: #333233"&gt;[&lt;a href="http://jira.codehaus.org/browse/UDIG-1648"&gt;&lt;span style="color:#005500;"&gt;UDIG-1648&lt;/span&gt;&lt;/a&gt;] - Change Coordinate System: Set focus to Search field&lt;/li&gt; &lt;li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial; color: #333233"&gt;[&lt;a href="http://jira.codehaus.org/browse/UDIG-1655"&gt;&lt;span style="color:#005500;"&gt;UDIG-1655&lt;/span&gt;&lt;/a&gt;] - Allow user to change layer filter&lt;/li&gt; &lt;li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial; color: #333233"&gt;[&lt;a href="http://jira.codehaus.org/browse/UDIG-1656"&gt;&lt;span style="color:#005500;"&gt;UDIG-1656&lt;/span&gt;&lt;/a&gt;] - FeatureInterceptor for creation of default values&lt;/li&gt; &lt;li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial; color: #333233"&gt;[&lt;a href="http://jira.codehaus.org/browse/UDIG-1657"&gt;&lt;span style="color:#005500;"&gt;UDIG-1657&lt;/span&gt;&lt;/a&gt;] - Service and GeoResource Interceptors&lt;/li&gt; &lt;/ul&gt; &lt;p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial; color: #333233"&gt;New Feature&lt;/p&gt; &lt;ul style="list-style-type: disc"&gt; &lt;li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial; color: #333233"&gt;[&lt;a href="http://jira.codehaus.org/browse/UDIG-1658"&gt;&lt;span style="color:#005500;"&gt;UDIG-1658&lt;/span&gt;&lt;/a&gt;] - Generic GeoTools DataStore support&lt;/li&gt; &lt;li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial; color: #333233"&gt;[&lt;a href="http://jira.codehaus.org/browse/UDIG-1659"&gt;&lt;span style="color:#005500;"&gt;UDIG-1659&lt;/span&gt;&lt;/a&gt;] - Relaxing requirement to know bounds&lt;/li&gt; &lt;li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial; color: #333233"&gt;[&lt;a href="http://jira.codehaus.org/browse/UDIG-1660"&gt;&lt;span style="color:#005500;"&gt;UDIG-1660&lt;/span&gt;&lt;/a&gt;] - User control of Feature Caching&lt;/li&gt; &lt;li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial; color: #333233"&gt;[&lt;a href="http://jira.codehaus.org/browse/UDIG-1661"&gt;&lt;span style="color:#005500;"&gt;UDIG-1661&lt;/span&gt;&lt;/a&gt;] - Filter layer content with "query builder"&lt;/li&gt; &lt;/ul&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;p style="margin: 0.0px 0.0px 6.0px 0.0px; font: 12.0px Arial"&gt;Known problems:&lt;/p&gt; &lt;ul style="list-style-type: disc"&gt; &lt;li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial"&gt;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.&lt;/li&gt; &lt;li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial"&gt;WIn64 download does not include a JRE at this time&lt;/li&gt;&lt;/ul&gt; &lt;p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 18.0px Arial"&gt;About uDig 1.2 Series&lt;/p&gt; &lt;p style="margin: 0.0px 0.0px 6.0px 0.0px; font: 12.0px Arial"&gt;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.&lt;/p&gt; &lt;p style="margin: 0.0px 0.0px 6.0px 0.0px; font: 12.0px Arial"&gt;New and capabilities of uDig 1.2 include:&lt;/p&gt; &lt;ul style="list-style-type: disc"&gt; &lt;li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial"&gt;ImageIO-EXT rendering enabling additional raster formats and working with images larger then memory&lt;/li&gt; &lt;li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial"&gt;Tiled rendering (as an option in preferences) with a new flicker free panning tool.&lt;/li&gt; &lt;li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial"&gt;Support for GeoWebCache and TileServer via WMS-C&lt;/li&gt; &lt;li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial"&gt;WFS 1.1.0 support&lt;/li&gt; &lt;li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial"&gt;Greatly improved ArcSDE support; multithreaded and faster&lt;/li&gt; &lt;li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial"&gt;Advanced Symbology including Hatches and True Type Font support&lt;/li&gt; &lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-7691001328468987971?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/7691001328468987971/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=7691001328468987971' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/7691001328468987971'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/7691001328468987971'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2010/05/udig-12-release-candidate-3.html' title='uDig 1.2 Release Candidate 3'/><author><name>Jody Garnett</name><uri>https://profiles.google.com/117011258972821557685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh3.googleusercontent.com/-X5a7F6O0TWc/AAAAAAAAAAI/AAAAAAAAANY/Uon8vTnnfIo/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-647994840931569962</id><published>2010-05-10T02:36:00.000-07:00</published><updated>2010-05-10T02:52:54.296-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='devel'/><category scheme='http://www.blogger.com/atom/ns#' term='Axios'/><title type='text'>Reusing Existent Spatial Operations</title><content type='html'>Recently, we have published a tutorial which could be interesting for those developers who want to integrate existent proceses in uDig framework.&lt;br /&gt;&lt;br /&gt;This tutorial uses the Spatial Operation Framework, developed under the auspices of &lt;span style="font-weight: bold;"&gt;Gipuzkoa Provincial Council, Mobility and Land Planning Department&lt;/span&gt;, and &lt;a href="http://www.sextantegis.com/"&gt;Sextante&lt;/a&gt;, promoted by &lt;span style="font-weight: bold;"&gt;Spanish autonomous region of Extremadura&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;As platform we use &lt;span style="font-weight: bold;"&gt;uDig 1.2&lt;/span&gt; and &lt;span style="font-weight: bold;"&gt;Spatial Operations 1.3.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To download, visit our web site &lt;a href="http://www.axios.es/"&gt;www.axios.es&lt;/a&gt; and select &lt;span style="font-weight: bold;"&gt;Tutorials and Documents&lt;/span&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-647994840931569962?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/647994840931569962/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=647994840931569962' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/647994840931569962'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/647994840931569962'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2010/05/reusing-existent-spatial-operations.html' title='Reusing Existent Spatial Operations'/><author><name>Mauricio Pazos</name><uri>http://www.blogger.com/profile/17130031139626580253</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/-lrvRp4NWmWY/Tkjf5YtPzHI/AAAAAAAAAE0/JyUgXo25kwU/s220/mauro-working.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-2825088550378834216</id><published>2010-05-08T06:26:00.000-07:00</published><updated>2011-07-23T04:28:06.986-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='gsoc'/><category scheme='http://www.blogger.com/atom/ns#' term='neo4j'/><category scheme='http://www.blogger.com/atom/ns#' term='nosql'/><title type='text'>Google Summer of Code 2010</title><content type='html'>In two weeks time the Google Summer of Code for 2010 starts, and this year uDig is taking part with an exciting project riding the current &lt;a href="http://en.wikipedia.org/wiki/Nosql"&gt;NoSQL&lt;/a&gt; wave, one of the hottest topics concerning databases in a long time.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_kg7-gho6F0M/S-VzqmT3qAI/AAAAAAAAA-8/VO1mpIuTk18/s1600/udig-neo4j-awe.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 107px;" src="http://1.bp.blogspot.com/_kg7-gho6F0M/S-VzqmT3qAI/AAAAAAAAA-8/VO1mpIuTk18/s400/udig-neo4j-awe.jpg" alt="" id="BLOGGER_PHOTO_ID_5468904498186921986" border="0" /&gt;&lt;/a&gt;Davide Savazzi, a student at the &lt;span style="font-style: italic;"&gt;Università degli Studi di Pavia&lt;/span&gt;, Italy, and an experienced GIS developer, is doing a project titled '&lt;a href="http://wiki.neo4j.org/content/Google_Summer_of_Code_for_Neo4j_Spatial"&gt;&lt;span style="font-weight: bold;"&gt;Adding support for Neo4j graph database in Geotools and uDIG&lt;/span&gt;&lt;/a&gt;'. We are particularly excited to have Davide involved in this project because he has already made core contributions to the underlying '&lt;a href="http://wiki.neo4j.org/content/Neo4j_Spatial"&gt;Neo4j Spatial&lt;/a&gt;' project, which is building GIS capabilities into the graph database itself.&lt;br /&gt;&lt;h3&gt;&lt;span&gt;Introduction&lt;/span&gt;&lt;/h3&gt;Geographic vector data is naturally structured like a graph, network and topological analyses view GIS data as graphs, but so far no-one has tried to make use of a real graph database as the backing store for a GIS.&lt;br /&gt;&lt;br /&gt;Neo4j is a new open source database that stores data as a graph, in the mathematical sense of nodes connected by relationships, with both nodes and relationships storing properties as key-value pairs.&lt;br /&gt;&lt;br /&gt;The goals of the project are:&lt;ul&gt;&lt;li&gt;extend Neo4j graph database with spatial indexing and query functions.&lt;/li&gt;&lt;li&gt;enable GIS application developers working on either or both Geotools and uDIG to use Neo4j as a true spatial database.&lt;/li&gt;&lt;li&gt;enable GIS users working with uDIG to perform spatial analyses better or faster than normal.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;&lt;span&gt;Roadmap&lt;/span&gt;&lt;/h3&gt;At the highest level, the project will take the following phases:&lt;ul&gt;&lt;li&gt;define the best approach to store spatial data in Neo4j graph database&lt;/li&gt;&lt;li&gt;create spatial indexing and query functions for Neo4j&lt;/li&gt;&lt;li&gt;create a Geotools DataStore that can read and write spatial data contained in Neo4j&lt;/li&gt;&lt;li&gt;add a Catalog to uDIG for this new DataStore&lt;/li&gt;&lt;li&gt;add persistence support to Geotools graph module through Neo4j&lt;/li&gt;&lt;li&gt;prototype a plugin in uDIG for network / routing analyses&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;&lt;span&gt;Further reading&lt;/span&gt;&lt;/h3&gt;Here are a few links worth investigating, for those of you interested in some background on this subject:&lt;ul&gt;&lt;li&gt;&lt;a href="http://udig.refractions.net/confluence/display/UDIG/Neo4j+Spatial+Support"&gt;Neo4j Spatial Support&lt;/a&gt; (uDig Wiki)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://wiki.neo4j.org/content/Google_Summer_of_Code_for_Neo4j_Spatial"&gt;Google Summer of Code for Neo4j Spatial&lt;/a&gt; (Neo4j Wiki)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://wiki.neo4j.org/content/Neo4j_Spatial"&gt;Neo4j Spatial&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://neo4j.org/"&gt;Neo4j graph database&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Proposed talk at &lt;a href="http://2010.foss4g.org/"&gt;FOSS4G&lt;/a&gt; - &lt;span style="font-weight: bold;"&gt;Neo4j Spatial - backing a GIS with a true graph database&lt;/span&gt; (go to &lt;a href="http://2010.foss4g.org/review/"&gt;http://2010.foss4g.org/review/&lt;/a&gt; before the 14th May to vote for it)&lt;/li&gt;&lt;/ul&gt;Once the project starts we will post status updates and further information.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-2825088550378834216?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/2825088550378834216/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=2825088550378834216' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/2825088550378834216'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/2825088550378834216'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2010/05/google-summer-of-code-2010.html' title='Google Summer of Code 2010'/><author><name>Craig Taverner</name><uri>http://www.blogger.com/profile/18124952402128625958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://bp0.blogger.com/_kg7-gho6F0M/R5Yrwmt-ghI/AAAAAAAAArU/q4W8GaSNz1w/S220/Craig_Clipped.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_kg7-gho6F0M/S-VzqmT3qAI/AAAAAAAAA-8/VO1mpIuTk18/s72-c/udig-neo4j-awe.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-2764364154449799863</id><published>2010-03-31T04:42:00.000-07:00</published><updated>2010-03-31T04:56:09.459-07:00</updated><title type='text'>uDig 1.2 Release Candidate</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: Arial, serif; font-size: 12px; "&gt;The uDig 1.2 development cycle is near completion on the community is pleased to announce the availability of our second release candidate. This release is made in conjunction with &lt;a href="http://geotoolsnews.blogspot.com/2010/03/geotools-263-released.html"&gt;GeoTools 2.6.3&lt;/a&gt;, we would like to thank the GeoTools community for their continued support.&lt;div&gt;&lt;br /&gt;&lt;/div&gt;uDig 1.2 Release Candidate 2 is available from the uDig &lt;a href="http://udig.refractions.net/download/"&gt;main download page&lt;/a&gt; (previous releases are &lt;a href="http://udig.refractions.net/download/unstable/"&gt;also available&lt;/a&gt;). Please download the package appropriate to your platform, unzip and run.&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="font-family:Arial, serif;font-size:100%;"&gt;&lt;span class="Apple-style-span" style="font-size: 12px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: Arial, serif; font-size: 12px; "&gt;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.&lt;/span&gt;&lt;div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: Times; font-size: medium; "&gt;&lt;p class="p4" style="margin-top: 0px; margin-right: 0px; margin-bottom: 12px; margin-left: 0px; font: normal normal normal 12px/normal Arial; "&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="p4" style="margin-top: 0px; margin-right: 0px; margin-bottom: 12px; margin-left: 0px; font: normal normal normal 12px/normal Arial; "&gt;To get started with uDig:&lt;/p&gt;&lt;ul class="ul1" style="list-style-type: disc; "&gt;&lt;li class="li3" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Arial; "&gt;Help Menu provides a &lt;a href="http://udig.refractions.net/confluence/display/EN/Quickstart"&gt;&lt;span class="s1" style="text-decoration: underline; color: rgb(0, 0, 238); "&gt;Quickstart&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class="li5" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Arial; color: rgb(0, 0, 238); "&gt;&lt;a href="http://udig.refractions.net/confluence/display/EN/Walkthrough+1"&gt;&lt;span class="s2" style="text-decoration: underline; "&gt;Walkthrough 1&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class="li5" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Arial; color: rgb(0, 0, 238); "&gt;&lt;a href="http://udig.refractions.net/confluence/display/EN/Walkthrough+2"&gt;&lt;span class="s2" style="text-decoration: underline; "&gt;Walkthrough 2&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p class="p2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 18px/normal Arial; "&gt;&lt;b&gt;About uDig 1.2 Series&lt;/b&gt;&lt;/p&gt;&lt;p class="p1" style="margin-top: 0px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; font: normal normal normal 12px/normal Arial; "&gt;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.&lt;/p&gt;&lt;p class="p1" style="margin-top: 0px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; font: normal normal normal 12px/normal Arial; "&gt;New and capabilities of uDig 1.2 include:&lt;/p&gt;&lt;ul class="ul1" style="list-style-type: disc; "&gt;&lt;li class="li3" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Arial; "&gt;ImageIO-EXT rendering enabling additional raster formats and working with images larger then memory&lt;/li&gt;&lt;li class="li3" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Arial; "&gt;Tiled rendering (as an option in preferences) with a new flicker free panning tool.&lt;/li&gt;&lt;li class="li3" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Arial; "&gt;Support for GeoWebCache and TileServer via WMS-C&lt;/li&gt;&lt;li class="li3" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Arial; "&gt;WFS 1.1.0 support&lt;/li&gt;&lt;li class="li3" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Arial; "&gt;Greatly improved ArcSDE support; multithreaded and faster&lt;/li&gt;&lt;li class="li3" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Arial; "&gt;Advanced Symbology including Hatches and True Type Font support&lt;/li&gt;&lt;/ul&gt;&lt;h2 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 18px/normal Arial; "&gt;&lt;b&gt;About uDig 1.2 Release Candidate 2&lt;/b&gt;&lt;/h2&gt;&lt;p class="p1" style="margin-top: 0px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; font: normal normal normal 12px/normal Arial; "&gt;This release patches up the jre used for the linux distribution and fixes a couple of issues that were spotted by the community with the first release candidate - including fixing Drag and Drop from the latest firefox on windows.&lt;/p&gt;&lt;p class="p1" style="margin-top: 0px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; font: normal normal normal 12px/normal Arial; "&gt;Resolved:&lt;/p&gt;&lt;table cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign="middle" class="td1" style="width: 858px; margin-top: 0.5px; margin-right: 0.5px; margin-bottom: 0.5px; margin-left: 0.5px; padding-top: 1px; padding-right: 1px; padding-bottom: 1px; padding-left: 1px; "&gt;&lt;ul class="ul1" style="list-style-type: disc; "&gt;&lt;li class="li7" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 16px; font: normal normal normal 12px/normal Arial; color: rgb(51, 50, 51); "&gt;[&lt;a href="http://jira.codehaus.org/browse/UDIG-1506"&gt;&lt;span class="s3" style="text-decoration: underline; color: rgb(0, 85, 0); "&gt;UDIG-1506&lt;/span&gt;&lt;/a&gt;] - Pan and Zoom causes vertexes to be slightly displaced when editing&lt;/li&gt;&lt;li class="li7" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 16px; font: normal normal normal 12px/normal Arial; color: rgb(51, 50, 51); "&gt;[&lt;a href="http://jira.codehaus.org/browse/UDIG-1529"&gt;&lt;span class="s3" style="text-decoration: underline; color: rgb(0, 85, 0); "&gt;UDIG-1529&lt;/span&gt;&lt;/a&gt;] - Displaying deleted layer feature&lt;/li&gt;&lt;li class="li7" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 16px; font: normal normal normal 12px/normal Arial; color: rgb(51, 50, 51); "&gt;[&lt;a href="http://jira.codehaus.org/browse/UDIG-1600"&gt;&lt;span class="s3" style="text-decoration: underline; color: rgb(0, 85, 0); "&gt;UDIG-1600&lt;/span&gt;&lt;/a&gt;] - FireFox 3.5 DnD&lt;/li&gt;&lt;li class="li7" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 16px; font: normal normal normal 12px/normal Arial; color: rgb(51, 50, 51); "&gt;[&lt;a href="http://jira.codehaus.org/browse/UDIG-1615"&gt;&lt;span class="s3" style="text-decoration: underline; color: rgb(0, 85, 0); "&gt;UDIG-1615&lt;/span&gt;&lt;/a&gt;] - Create Polygon Tool Validation Broken&lt;/li&gt;&lt;li class="li7" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 16px; font: normal normal normal 12px/normal Arial; color: rgb(51, 50, 51); "&gt;[&lt;a href="http://jira.codehaus.org/browse/UDIG-1625"&gt;&lt;span class="s3" style="text-decoration: underline; color: rgb(0, 85, 0); "&gt;UDIG-1625&lt;/span&gt;&lt;/a&gt;] - WFS layer exported as shapefile missing geometry&lt;/li&gt;&lt;li class="li7" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 16px; font: normal normal normal 12px/normal Arial; color: rgb(51, 50, 51); "&gt;[&lt;a href="http://jira.codehaus.org/browse/UDIG-1626"&gt;&lt;span class="s3" style="text-decoration: underline; color: rgb(0, 85, 0); "&gt;UDIG-1626&lt;/span&gt;&lt;/a&gt;] - Printing NPE&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p class="p1" style="margin-top: 0px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; font: normal normal normal 12px/normal Arial; "&gt;Known problems:&lt;/p&gt;&lt;ul class="ul1" style="list-style-type: disc; "&gt;&lt;li class="li3" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Arial; "&gt;Mac OSX release is a simple zip, we will try and make a proper installer shortly. &lt;/li&gt;&lt;li class="li3" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Arial; "&gt;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.&lt;/li&gt;&lt;li class="li3" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Arial; "&gt;Linux64 release is not provided at this time. Please contact us on the udig-devel list if you are able to bundle a Linux 64 Java Runtime Environment with ImageIO-EXT support.&lt;/li&gt;&lt;/ul&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-2764364154449799863?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/2764364154449799863/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=2764364154449799863' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/2764364154449799863'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/2764364154449799863'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2010/03/udig-12-release-candidate.html' title='uDig 1.2 Release Candidate'/><author><name>Jody Garnett</name><uri>https://profiles.google.com/117011258972821557685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh3.googleusercontent.com/-X5a7F6O0TWc/AAAAAAAAAAI/AAAAAAAAANY/Uon8vTnnfIo/s512-c/photo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-7920865579598257729</id><published>2010-02-11T01:43:00.000-08:00</published><updated>2010-02-11T01:50:04.731-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Axios'/><title type='text'>Axios uDig Extensions release 1.2.4 for uDig 1.1</title><content type='html'>A new Axios uDig Extensions bug fix release is available in the udig update site.&lt;br /&gt;&lt;br /&gt;It includes many fixes in the parallel tool.&lt;br /&gt;&lt;br /&gt;cheers&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-7920865579598257729?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/7920865579598257729/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=7920865579598257729' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/7920865579598257729'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/7920865579598257729'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2010/02/axios-udig-extensions-release-124.html' title='Axios uDig Extensions release 1.2.4 for uDig 1.1'/><author><name>Mauricio Pazos</name><uri>http://www.blogger.com/profile/17130031139626580253</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/-lrvRp4NWmWY/Tkjf5YtPzHI/AAAAAAAAAE0/JyUgXo25kwU/s220/mauro-working.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-2302798196361977411</id><published>2010-01-31T00:33:00.000-08:00</published><updated>2010-01-31T00:42:16.782-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='release'/><title type='text'>uDig 1.2 M9</title><content type='html'>&lt;span class="Apple-style-span"   style="  ;font-family:Times;font-size:medium;"&gt;&lt;p&gt;Welcome to the January milestone release of uDig. This &lt;a href="http://udig.refractions.net/download/unstable/"&gt;release&lt;/a&gt; is made in conjuction with GeoTools 2.6.1 - with a number of improvements to the jdbc "next generation" plugins.&lt;/p&gt;&lt;h2&gt;Installation&lt;/h2&gt;Installation Notes: &lt;/span&gt;&lt;span class="Apple-style-span"   style="font-family:Times;font-size:medium;"&gt;&lt;a href="http://udig.refractions.net/download/unstable/"&gt;Download&lt;/a&gt;&lt;/span&gt;&lt;span class="Apple-style-span"   style="  ;font-family:Times;font-size:medium;"&gt; the package appropriate to your platform:&lt;ul&gt;&lt;li&gt;Windows: installer (including ECW support) or zip archive avaiable.&lt;/li&gt;&lt;li&gt;Linux&lt;/li&gt;&lt;li&gt;Mac&lt;/li&gt;&lt;li&gt;SDK: For use with &lt;a href="http://udig.refractions.net/confluence/display/DEV/1+SDK+Quickstart"&gt;SDK Quickstart&lt;/a&gt; instructions.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;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.&lt;/p&gt;&lt;h2&gt;About uDig 1.2 Milestone 9&lt;/h2&gt;&lt;p&gt;We have focused on the Software Developers Kit this release and have a new &lt;a href="http://udig.refractions.net/confluence/display/DEV/1+SDK+Quickstart"&gt;SDK Quickstart&lt;/a&gt; available. These instrucitons have been completely updated for Eclipse 3.5.1.&lt;/p&gt;&lt;p&gt;We have accomplished our goals for the uDig 1.2 series and will be issuing a release candidate shortly.&lt;/p&gt;&lt;p&gt;This release features:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;GeoTools &lt;a href="http://geotoolsnews.blogspot.com/2010/01/geotools-261-released.html"&gt;2.6.1&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;Known problems:&lt;ul&gt;&lt;li&gt;Mac release unable to support the full range of imageio-ext formats (MRSID, ECW, etc...)&lt;/li&gt;&lt;li&gt;Linux64 release is not provided as we wait for a 64 bit release of ImageIO-EXT&lt;/li&gt;&lt;li&gt;Some repots of the Layers menu not showing up under the SDK release&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;h2&gt;About uDig 1.2&lt;/h2&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;New and experimental capabilities of uDig 1.2 include:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;ImageIO-EXT rendering enabling additional raster formats and working with images larger then memory&lt;/li&gt;&lt;li&gt;Tiled rendering (as an option in preferences) with a new flicker free panning tool.&lt;/li&gt;&lt;li&gt;Support for GeoWebCache and TileServer via WMS-C&lt;/li&gt;&lt;li&gt;WFS 1.1.0 support&lt;/li&gt;&lt;li&gt;Greatly improved ArcSDE support; multithreaded and faster.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;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.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-2302798196361977411?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/2302798196361977411/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=2302798196361977411' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/2302798196361977411'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/2302798196361977411'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2010/01/udig-12-m8.html' title='uDig 1.2 M9'/><author><name>Jody Garnett</name><uri>https://profiles.google.com/117011258972821557685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh3.googleusercontent.com/-X5a7F6O0TWc/AAAAAAAAAAI/AAAAAAAAANY/Uon8vTnnfIo/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-8946178411900180751</id><published>2009-12-21T03:18:00.000-08:00</published><updated>2009-12-21T04:14:55.205-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Axios'/><title type='text'>Axios uDig Extensions 1.2.3 for uDig 1.1</title><content type='html'>Recently, we have published the release 1.2.3. It includes fixes for the Split and Parallel tools and cap styles for the Buffer spatial operations.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_NiPm7rKUttc/Sy9kbbyRv0I/AAAAAAAAAB4/TKirxI05WUg/s1600-h/cap.styles1.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 200px; height: 61px;" src="http://4.bp.blogspot.com/_NiPm7rKUttc/Sy9kbbyRv0I/AAAAAAAAAB4/TKirxI05WUg/s200/cap.styles1.png" alt="" id="BLOGGER_PHOTO_ID_5417659299227877186" border="0" /&gt;&lt;/a&gt;&lt;p class="western" style="margin-bottom: 0in;"&gt;This product is available in the &lt;a href="http://udig.refractions.net/confluence/display/EN/Axios+uDig+Extensions"&gt;udig update site&lt;/a&gt; and &lt;a href="http://www.ntclick.com/web/axios/frmDownloads.aspx"&gt;www.axios.es download&lt;/a&gt; page.&lt;/p&gt; &lt;p class="western" style="margin-bottom: 0in;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-8946178411900180751?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/8946178411900180751/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=8946178411900180751' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/8946178411900180751'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/8946178411900180751'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2009/12/axios-udig-extensions-123-for-udig-11.html' title='Axios uDig Extensions 1.2.3 for uDig 1.1'/><author><name>Mauricio Pazos</name><uri>http://www.blogger.com/profile/17130031139626580253</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/-lrvRp4NWmWY/Tkjf5YtPzHI/AAAAAAAAAE0/JyUgXo25kwU/s220/mauro-working.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_NiPm7rKUttc/Sy9kbbyRv0I/AAAAAAAAAB4/TKirxI05WUg/s72-c/cap.styles1.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-415050951770120728</id><published>2009-12-02T04:27:00.000-08:00</published><updated>2009-12-02T04:31:22.707-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='udig 1.2'/><category scheme='http://www.blogger.com/atom/ns#' term='geotiff'/><category scheme='http://www.blogger.com/atom/ns#' term='gridcoverage'/><category scheme='http://www.blogger.com/atom/ns#' term='jgrass'/><title type='text'>Is coverage styling finally coming to uDig?</title><content type='html'>Finally we have been able to get paid work on raster styling. Taking the JGrass raster styling gui as a starting point, we have been able to give the coverage styling a go.&lt;br /&gt;&lt;br /&gt;To read the whole of it, &lt;a href="http://jgrasstechtips.blogspot.com/2009/12/is-raster-styling-finally-coming-to.html"&gt;see here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_VHcYLjUYssM/SxZd2Pm-1FI/AAAAAAABCuM/YjbssJiNFok/s1600-h/tiff_07.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 275px;" src="http://3.bp.blogspot.com/_VHcYLjUYssM/SxZd2Pm-1FI/AAAAAAABCuM/YjbssJiNFok/s400/tiff_07.png" alt="" id="BLOGGER_PHOTO_ID_5410615188816581714" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-415050951770120728?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/415050951770120728/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=415050951770120728' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/415050951770120728'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/415050951770120728'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2009/12/is-coverage-styling-finally-coming-to.html' title='Is coverage styling finally coming to uDig?'/><author><name>andrea antonello</name><uri>https://profiles.google.com/109469601211264968948</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-eFOd-hUWKVc/AAAAAAAAAAI/AAAAAAAAAAA/u7w09TMv9XM/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_VHcYLjUYssM/SxZd2Pm-1FI/AAAAAAABCuM/YjbssJiNFok/s72-c/tiff_07.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-1096448736670006072</id><published>2009-11-12T03:22:00.000-08:00</published><updated>2009-11-12T03:31:45.350-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='tip'/><category scheme='http://www.blogger.com/atom/ns#' term='Axios'/><title type='text'>How to add a new  spatial operation</title><content type='html'>Hello everyone, we have published a tutorial which shows how to extend the spatial operations framework with new spatial operations.&lt;br /&gt;&lt;br /&gt;We expect this document to be interesting for those developers who want to include existent spatial operations or develop a new spatial operation for uDig, taking advantage of the spatial operations framework.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_NiPm7rKUttc/Svvwe5U3aOI/AAAAAAAAABs/FXhK5eHe9NU/s1600-h/centro-id.png"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 200px; height: 146px;" src="http://4.bp.blogspot.com/_NiPm7rKUttc/Svvwe5U3aOI/AAAAAAAAABs/FXhK5eHe9NU/s200/centro-id.png" alt="" id="BLOGGER_PHOTO_ID_5403176591536122082" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;In this tutorial we develop the spatial operation Centroid. The screenshot shows the user interface idea. In the presented example the centroid operation has created a new layer called Centroid_1 using as source layer the countries layer.&lt;br /&gt;&lt;br /&gt;To download visit our web site &lt;a href="http://www.axios.es/"&gt;www.axios.es&lt;/a&gt;, "Tutorials and Documents".&lt;br /&gt;&lt;br /&gt;cheers&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-1096448736670006072?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/1096448736670006072/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=1096448736670006072' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/1096448736670006072'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/1096448736670006072'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2009/11/how-to-add-new-spatial-operations.html' title='How to add a new  spatial operation'/><author><name>Mauricio Pazos</name><uri>http://www.blogger.com/profile/17130031139626580253</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/-lrvRp4NWmWY/Tkjf5YtPzHI/AAAAAAAAAE0/JyUgXo25kwU/s220/mauro-working.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_NiPm7rKUttc/Svvwe5U3aOI/AAAAAAAAABs/FXhK5eHe9NU/s72-c/centro-id.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-4254152700949173162</id><published>2009-11-06T01:36:00.000-08:00</published><updated>2009-11-06T03:06:12.209-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='release'/><category scheme='http://www.blogger.com/atom/ns#' term='Axios'/><title type='text'>AXIOS UDIG EXTENSIONS 1.2.2</title><content type='html'>&lt;div style="text-align: left;"&gt;This release, available for&lt;span style="font-weight: bold;"&gt; uDig 1.1.x&lt;/span&gt;, includes improvements &lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_NiPm7rKUttc/SvQAWK5xCoI/AAAAAAAAABc/0EpRMNVLQzU/s1600-h/paralelas-preview.jpeg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 200px; height: 85px;" src="http://4.bp.blogspot.com/_NiPm7rKUttc/SvQAWK5xCoI/AAAAAAAAABc/0EpRMNVLQzU/s200/paralelas-preview.jpeg" alt="" id="BLOGGER_PHOTO_ID_5400942234007833218" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;and bug fixes in the &lt;a href="http://udig.refractions.net/confluence/display/EN/Parallel+Tool"&gt;Parallel&lt;/a&gt;&lt;a href="http://udig.refractions.net/confluence/display/EN/Parallel+Tool"&gt; Tool&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Also, you could have a look in the development branch. The axios suit &lt;span style="font-weight: bold;"&gt;1.3.0-m2&lt;/span&gt;  was tested with &lt;span style="font-weight: bold;"&gt;uDig 1.2 M6.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To download this new releases please visit the uDig update-site or our web site &lt;a href="http://www.axios.es/"&gt;www.axios.es&lt;/a&gt; &lt;span style="font-weight: bold;"&gt;download&lt;/span&gt; page.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-4254152700949173162?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/4254152700949173162/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=4254152700949173162' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/4254152700949173162'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/4254152700949173162'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2009/11/axios-udig-extensions-122.html' title='AXIOS UDIG EXTENSIONS 1.2.2'/><author><name>Mauricio Pazos</name><uri>http://www.blogger.com/profile/17130031139626580253</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/-lrvRp4NWmWY/Tkjf5YtPzHI/AAAAAAAAAE0/JyUgXo25kwU/s220/mauro-working.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_NiPm7rKUttc/SvQAWK5xCoI/AAAAAAAAABc/0EpRMNVLQzU/s72-c/paralelas-preview.jpeg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-6909777199924863570</id><published>2009-10-07T05:52:00.000-07:00</published><updated>2009-10-07T05:57:55.143-07:00</updated><title type='text'>New UDIG3D alpha release!!</title><content type='html'>We are delighted to announce the release of uDIG3D alpha version 0.1 with&lt;br /&gt;support for 3D spherical (WGS84) maps and 3D projected maps. A new 3D Map is&lt;br /&gt;integrated within udig to be managed as a simple map but with the advantage of&lt;br /&gt;3D representation.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_xAcgR4aXqL8/SsyQHLlL0iI/AAAAAAAAAAM/Zwsnq6Jrx_s/s1600-h/udig3D.png"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 226px; height: 125px;" src="http://2.bp.blogspot.com/_xAcgR4aXqL8/SsyQHLlL0iI/AAAAAAAAAAM/Zwsnq6Jrx_s/s320/udig3D.png" alt="" id="BLOGGER_PHOTO_ID_5389841307097879074" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;It makes use of OSGVirtualPlanets(osgVP) version 2.2.0. osgVP is a library&lt;br /&gt;developed in the Instituto de Automática e Informática Industrial(AI2) of the&lt;br /&gt;Universidad Politécnica de Valencia(UPV).&lt;br /&gt;&lt;br /&gt;If you want to test this release you can download a complete uDIG with the&lt;br /&gt;necessary plugins and native libraries from here:&lt;br /&gt;&lt;br /&gt;Linux Version:&lt;br /&gt;http://www2.ai2.upv.es/difusion/uDIG/udig-linux-i386-alpha-v0.1.tar.gz&lt;br /&gt;&lt;br /&gt;Windows Version:&lt;br /&gt;http://www2.ai2.upv.es/difusion/uDIG/udig-win-i386-alpha-v0.1.zip&lt;br /&gt;&lt;br /&gt;Some video demonstrations can be found here:&lt;br /&gt;http://www2.ai2.upv.es/difusion/uDIG/demo-uDig1.swf&lt;br /&gt;http://www2.ai2.upv.es/difusion/uDIG/demo-uDig2.swf&lt;br /&gt;&lt;br /&gt;User Guide:&lt;br /&gt;https://svn-gis.ai2.upv.es/svn/gis-projects/udig-extensions/trunk/Documentation/UserGuide.pdf&lt;br /&gt;&lt;br /&gt;If you are interested in taking a look at the code the svn access is:&lt;br /&gt;&lt;br /&gt;uDIG3D Plugin:&lt;br /&gt;svn co https://svn-gis.ai2.upv.es/svn/gis-projects/udig-extensions/trunk udig3d-trunk&lt;br /&gt;&lt;br /&gt;osgVP Plugins:&lt;br /&gt;svn co https://svn-gis.ai2.upv.es/svn/gis-projects/osgvp/trunk/ osgvp-plugins-trunk&lt;br /&gt;&lt;br /&gt;osgVP:&lt;br /&gt;svn co https://gvsig.org/svn/osgvp/trunk/ osgvp-trunk&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;NOTES:&lt;br /&gt;There is some known problems with the persistence of the 3D Maps, so we&lt;br /&gt;apologize for possible issues. If anyone is interested in continuing or support&lt;br /&gt;these developments please contact us.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-6909777199924863570?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/6909777199924863570/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=6909777199924863570' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/6909777199924863570'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/6909777199924863570'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2009/10/new-udig3d-alpha-release.html' title='New UDIG3D alpha release!!'/><author><name>Jordi Torres</name><uri>http://www.blogger.com/profile/12967604790856387890</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_xAcgR4aXqL8/SsyQHLlL0iI/AAAAAAAAAAM/Zwsnq6Jrx_s/s72-c/udig3D.png' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-8363369852122505744</id><published>2009-08-18T18:45:00.001-07:00</published><updated>2009-08-18T21:04:26.733-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='release'/><title type='text'>uDig 1.2 M6</title><content type='html'>The uDig 1.2 "milestone 6" release is available for &lt;a href="http://udig.refractions.net/download/unstable/"&gt;download&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;This release is the result of an amazing &lt;a href="http://udig-news.blogspot.com/2009/07/code-grind-09-wrap-up.html"&gt;week long code sprint&lt;/a&gt; held at Hydrologis in Italy supplimented by developers &lt;a href="http://udig-news.blogspot.com/2009/07/udig-code-grind-team.html"&gt;all over the world&lt;/a&gt;. A special thanks to the participating organizations: &lt;a href="http://www.axios.es/"&gt;Axios&lt;/a&gt;, &lt;a href="http://www.camptocamp.com/"&gt;Camptocamp&lt;/a&gt;, &lt;a  href="http://www.iais.fraunhofer.de/"&gt;Fraunhofer IAIS&lt;/a&gt;, &lt;a href="http://www.hydrologis.com/"&gt;HydroloGIS&lt;/a&gt; and &lt;a href="http://www.lisasoft.com/"&gt;LISAsoft&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;The milestone release features:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Better support for TIFF and depending on your platform ECW and MrSID with an update to the imageio-ext library&lt;/li&gt;&lt;li&gt;Enhanced vector editing, revamped printing support&lt;/li&gt;&lt;li&gt;Upgrade to the latest Eclipse 3.5 (finally we can offer cocoa support on mac!)&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;br /&gt;Here are some example of some of the enchancements:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Import multiple layers into catalog at once&lt;br /&gt;&lt;li&gt;Deleting multiple maps only asks for a single confirmation and delete&lt;br /&gt;&lt;li&gt;standard paper sizes are now supported when printing!&lt;br /&gt;&lt;li&gt;Add rectangles, roundrectangles and ellipse when printing&lt;br /&gt;&lt;li&gt;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&lt;br /&gt;&lt;li&gt;Improved workflow: An Open Map action, switch between common map scales&lt;/ul&gt;All in all 41 issues have been addressed for this release - for more information check the &lt;a href="http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10600&amp;styleName=Html&amp;version=15474"&gt;release notes&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-8363369852122505744?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/8363369852122505744/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=8363369852122505744' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/8363369852122505744'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/8363369852122505744'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2009/08/udig-12-m6.html' title='uDig 1.2 M6'/><author><name>Jody Garnett</name><uri>https://profiles.google.com/117011258972821557685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh3.googleusercontent.com/-X5a7F6O0TWc/AAAAAAAAAAI/AAAAAAAAANY/Uon8vTnnfIo/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-4590839489128554066</id><published>2009-08-14T05:27:00.000-07:00</published><updated>2009-08-16T01:54:41.059-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='release'/><category scheme='http://www.blogger.com/atom/ns#' term='Axios'/><title type='text'>AXIOS UDIG EXTENSIONS 1.2.0</title><content type='html'>This release, available for uDig 1.1.x, includes new features, improvements and bug fixes. We want to highlight the following ones:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;NEW FEATURES&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://udig.refractions.net/confluence/display/EN/Split+Operation"&gt;Spatial Operation Split &lt;/a&gt;splits features from a source layer using a LineString features from a second layer (or reference layer).&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt;&lt;li&gt;&lt;a href="http://udig.refractions.net/confluence/display/EN/Polygon+to+Line+Operation"&gt;Spatial Operation Polygon To Line&lt;/a&gt; transforms the Polygon features from a source layer into LineString features.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://udig.refractions.net/confluence/display/EN/Split+Operation"&gt;Spatial Operation Fill&lt;/a&gt; creates a new geometry using the reference line and the border of the source polygon as its own border.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt;&lt;li&gt;&lt;a href="http://udig.refractions.net/confluence/display/EN/Hole+Cut+Operation"&gt;Spatial Operation Hole Cut&lt;/a&gt; makes a hole inside a polygon feature using a valid lineString that is within the polygon.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt; &lt;span style="font-weight: bold; font-style: italic;"&gt;IMPROVEMENTS&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://udig.refractions.net/confluence/display/EN/Merge+Tool"&gt;Merge Tool &lt;/a&gt; the usability has been improved in several ways.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt;&lt;li&gt;New &lt;a href="http://udig.refractions.net/confluence/display/EN/Split+Tool+%28Axios+Tools%29"&gt;Split&lt;/a&gt; algorithm, it  allows add vertex to neighbour geometries. Additionally, it solves many reported problems in the old split tool.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://udig.refractions.net/confluence/display/EN/Parallel+Tool"&gt;Parallel Tool&lt;/a&gt; - Improvements ofthe algorithym.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;Spatial Operation Dissolve  allows to select multiple dissolve property.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt;&lt;li&gt;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 .&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;Spatial Operation Extensions Point allows to add new spatial operations in the default set.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;To download this new release please visit the uDig update-site or our web site &lt;a href="http://www.axios.es/"&gt;www.axios.es&lt;/a&gt; &lt;span style="font-weight: bold;"&gt;download&lt;/span&gt; page.&lt;br /&gt;&lt;br /&gt;Finally,  we want to thank uDig community for your comments and suggestions to improve this product.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If you want to know more about this project visit the&lt;br /&gt;following page: &lt;a href="http://udig.refractions.net/confluence/display/COM/Spatial+Operations+and+Editing+Tools"&gt;uDig Axios Community Space - Spatial Operations and Editing Tools&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-4590839489128554066?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/4590839489128554066/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=4590839489128554066' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/4590839489128554066'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/4590839489128554066'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2009/08/axios-udig-extensions-120.html' title='AXIOS UDIG EXTENSIONS 1.2.0'/><author><name>Mauricio Pazos</name><uri>http://www.blogger.com/profile/17130031139626580253</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/-lrvRp4NWmWY/Tkjf5YtPzHI/AAAAAAAAAE0/JyUgXo25kwU/s220/mauro-working.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-8706413706164709178</id><published>2009-08-03T00:46:00.001-07:00</published><updated>2009-08-17T07:41:28.204-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='beegis'/><category scheme='http://www.blogger.com/atom/ns#' term='udig'/><category scheme='http://www.blogger.com/atom/ns#' term='jgrass'/><title type='text'>FOSS4G2009 presentations about uDig and friends</title><content type='html'>The FOSS4G2009 presentations are defined, so here are some uDig related presentation that you might be interested to attend:&lt;div&gt;&lt;br /&gt;Here is what the HydroloGIS team came up with:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;JGrass, present and future&lt;/b&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Anatomy of a digital field mapping with BeeGIS&lt;/b&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;JGrass-uDigs's sense for climate change&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;A very interesting live demosnstration comes from Potsdam, as suggested by Matthias Lendholt:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Live Demonstration of DEWS&lt;/span&gt; (that will show a Tsunami Early Warning System using uDig and GeoTools. If the network connectivity works properly they will show a life scenario instead of a powerpoint presentation)&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;Are there others around? Please send us an email if you are presenting something related to uDig &amp;amp; friends.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-8706413706164709178?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/8706413706164709178/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=8706413706164709178' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/8706413706164709178'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/8706413706164709178'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2009/08/foss4g2009-presentations-about-udig-and.html' title='FOSS4G2009 presentations about uDig and friends'/><author><name>andrea antonello</name><uri>https://profiles.google.com/109469601211264968948</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-eFOd-hUWKVc/AAAAAAAAAAI/AAAAAAAAAAA/u7w09TMv9XM/s512-c/photo.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-6516311595733889288</id><published>2009-07-22T02:56:00.000-07:00</published><updated>2009-07-22T08:45:59.525-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='irc'/><category scheme='http://www.blogger.com/atom/ns#' term='release'/><title type='text'>IRC meeting about post code sprint release</title><content type='html'>The meeting agenda was as follows:&lt;br /&gt;1) jre's and startup scripts&lt;br /&gt;2) to style or not to style&lt;br /&gt;3) where is my printer&lt;br /&gt;4) editing bugs ade&lt;br /&gt;&lt;br /&gt;The good news is a release being organized for Friday.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-6516311595733889288?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/6516311595733889288/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=6516311595733889288' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/6516311595733889288'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/6516311595733889288'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2009/07/irc-meeting-about-post-code-sprint.html' title='IRC meeting about post code sprint release'/><author><name>andrea antonello</name><uri>https://profiles.google.com/109469601211264968948</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-eFOd-hUWKVc/AAAAAAAAAAI/AAAAAAAAAAA/u7w09TMv9XM/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-2644574422780722288</id><published>2009-07-21T01:44:00.000-07:00</published><updated>2009-07-24T18:13:18.525-07:00</updated><title type='text'>Code Grind 09 wrap up</title><content type='html'>The world-wide code sprint/grind has now wrapped up and with very good results.  uDig trunk is very functional with an incredible number of bugs and usability issues addressed.  Many (although not all) have been listed in other blog postings.  We will be combing through the logs and getting a complete list of the issues addressed very soon.&lt;br /&gt;&lt;br /&gt;There is only one more task to complete the sprint: make a new Milestone release.  &lt;br /&gt;&lt;br /&gt;The new release will be trimmed down to the plug-ins that we think work very well and all other plug-ins will be moved to a unstable feature that will be avalaible from the update site (once the final, non-milestone, release is made). &lt;br /&gt;&lt;br /&gt;The unstable feature will also be available to developers in the SDK (that is the current plan but is up for debate). &lt;br /&gt;&lt;br /&gt;We hope to finish up the release this week and get it on-line. &lt;br /&gt;&lt;br /&gt;Good work to all the developers who helped out and the organizations who sponsered them:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.camptocamp.com"&gt;Camptocamp&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.lisasoft.com/"&gt;LisaSoft&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.hydrologis.com/"&gt;HydroloGIS&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.axios.es/"&gt;Axios&lt;span style="font-family: 'Lucida Grande';"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.iais.fraunhofer.de/"&gt;&lt;span style="font-family: 'Lucida Grande';"&gt;Fraunhofer IAIS&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-2644574422780722288?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/2644574422780722288/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=2644574422780722288' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/2644574422780722288'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/2644574422780722288'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2009/07/code-grind-09-wrap-up.html' title='Code Grind 09 wrap up'/><author><name>Jesse Eichar</name><uri>http://www.blogger.com/profile/16471994101422018405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-6575137308209107922</id><published>2009-07-16T19:03:00.000-07:00</published><updated>2009-11-24T17:09:00.250-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='sprint'/><category scheme='http://www.blogger.com/atom/ns#' term='lisasoft'/><title type='text'>uDig Code Grind Day 4 Australia</title><content type='html'>An interesting day  ... John Hudson returns with a partner in crime by name of Jim Groffen and proceed to keep pace verifying all the bugs being fixed. They also identified the instructions for setting up a development environment as in need of fixing (due to the recent arrival of Eclispe 3.5).&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Mark started hooking his user interface up to the StyleBlackBoard (and then want off on the town all dressed up - perhaps he had a date? Ugo Taddei is not the only good looking guy &lt;a href="http://udig-news.blogspot.com/2009/07/udig-code-grind-team.html"&gt;around here&lt;/a&gt;).&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Jody stayed up till oh dark early with the following (admittedly cool) screen snaps emerging. The first one is command completion with the entire&lt;a href="http://udig.refractions.net/confluence/display/EN/Common+Query+language#CommonQueryLanguage-Functions"&gt; function list&lt;/a&gt; avaialble as you type. And it is generated on the fly so it is always current!&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_u3h5Nm0qPvc/Sl_ebsHsK-I/AAAAAAAAAKA/mKw9cKEy1xA/s1600-h/expressionViewCQL-1.jpg"&gt;&lt;img style="margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 400px; height: 394px;" src="http://4.bp.blogspot.com/_u3h5Nm0qPvc/Sl_ebsHsK-I/AAAAAAAAAKA/mKw9cKEy1xA/s400/expressionViewCQL-1.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5359246648875428834" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;Next one is also interesting - field decorators that can provide feedback (warnings; errors; if the field is erquired etc...).&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_u3h5Nm0qPvc/Sl_et_3o8KI/AAAAAAAAAKI/6qeZgUfYCV8/s1600-h/FieldValidation.jpg"&gt;&lt;img style="margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 400px; height: 231px;" src="http://1.bp.blogspot.com/_u3h5Nm0qPvc/Sl_et_3o8KI/AAAAAAAAAKI/6qeZgUfYCV8/s400/FieldValidation.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5359246963414462626" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Yes the warning tool tip on the decorator is a really horrible message from the Extrended Common Query Language Parser - I am going to see if we can get row,col information out so we can highlight where the problem is exactly and save the message as a "more details" kind of thing.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-6575137308209107922?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/6575137308209107922/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=6575137308209107922' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/6575137308209107922'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/6575137308209107922'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2009/07/udig-code-grind-day-4-australia.html' title='uDig Code Grind Day 4 Australia'/><author><name>Jody Garnett</name><uri>https://profiles.google.com/117011258972821557685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh3.googleusercontent.com/-X5a7F6O0TWc/AAAAAAAAAAI/AAAAAAAAANY/Uon8vTnnfIo/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_u3h5Nm0qPvc/Sl_ebsHsK-I/AAAAAAAAAKA/mKw9cKEy1xA/s72-c/expressionViewCQL-1.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-4393896843021761094</id><published>2009-07-15T23:54:00.000-07:00</published><updated>2009-07-16T00:08:45.235-07:00</updated><title type='text'>uDig Code Grind 2009 Europe Day 3</title><content type='html'>Day 3 of the code sprint has come and gone and Day 4 has now begun.  Another fantastic day of work.&lt;br /&gt;&lt;br /&gt;Here's a quick summary:&lt;br /&gt;&lt;br /&gt;Andrea Antonello (HydroloGIS)&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Compiled ImageIO ext for Mr.Sid and Geotiff on Mac&lt;/li&gt;&lt;li&gt;Reviewed printing framework&lt;/li&gt;&lt;li&gt;Added z-ordering actions for the Page layout&lt;/li&gt;&lt;/ul&gt;Jesse Eichar (Camptocamp)&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Some low level work to make more of uDig use the ID objects to identify Services and GeoResources&lt;/li&gt;&lt;li&gt;Refactored Raster plugins to share more code&lt;/li&gt;&lt;li&gt;Added type of raster to the titles of raster layers.  This is required because multiple plugins can handle geotiff (for example) and there needs to be a way to distinguish between them.&lt;/li&gt;&lt;li&gt;Windows still had a problem persisting services in the catalog.  This was fixed.&lt;/li&gt;&lt;li&gt;Improved displayed title for rasters in layers view&lt;/li&gt;&lt;/ul&gt;Silvia Franceschi (HydroloGIS)&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Saving our life with testing&lt;/li&gt;&lt;/ul&gt;Mauricio and Aritz (Axios)&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Set up environment for Aritz&lt;/li&gt;&lt;li&gt;Finished fixing a very challenging bug with hole tool&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-4393896843021761094?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/4393896843021761094/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=4393896843021761094' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/4393896843021761094'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/4393896843021761094'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2009/07/udig-code-grind-2009-europe-day-3.html' title='uDig Code Grind 2009 Europe Day 3'/><author><name>Jesse Eichar</name><uri>http://www.blogger.com/profile/16471994101422018405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-2002641777422018976</id><published>2009-07-15T23:50:00.000-07:00</published><updated>2009-07-16T08:18:27.038-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='&quot;code sprint&quot;'/><title type='text'>The uDig Code Grind Team</title><content type='html'>You might be asking yourself who is on this sprint. Here we go with nice pics, so at the next Foss4g conference you can recognize them and ask them to solve your problems for free. :)&lt;br /&gt;&lt;br /&gt;In random order:&lt;br /&gt;&lt;br /&gt;1) Lisasoft Adelaide team: Jim Groffen and John Hudson&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_VHcYLjUYssM/Sl7PjO4z3OI/AAAAAAAABUs/XS7GDUS5X1A/s1600-h/Jim+Groffen+%28left%29+and+John+Hudson+%28right%29.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://4.bp.blogspot.com/_VHcYLjUYssM/Sl7PjO4z3OI/AAAAAAAABUs/XS7GDUS5X1A/s400/Jim+Groffen+%28left%29+and+John+Hudson+%28right%29.jpg" alt="" id="BLOGGER_PHOTO_ID_5358948810816216290" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;2) Lisasoft Sydney: Mark Leslie&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_VHcYLjUYssM/Sl7PqnYS_XI/AAAAAAAABU0/LqgOuZBiQro/s1600-h/mark_liesl.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://1.bp.blogspot.com/_VHcYLjUYssM/Sl7PqnYS_XI/AAAAAAAABU0/LqgOuZBiQro/s400/mark_liesl.jpg" alt="" id="BLOGGER_PHOTO_ID_5358948937649814898" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;3) ...and Jody Garnett&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_VHcYLjUYssM/Sl7P2RzJGGI/AAAAAAAABU8/vMntJgPllAQ/s1600-h/jody.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_VHcYLjUYssM/Sl7P2RzJGGI/AAAAAAAABU8/vMntJgPllAQ/s400/jody.jpg" alt="" id="BLOGGER_PHOTO_ID_5358949138015262818" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;4) Camp2camp and HydroloGIS Bolzano based team: Jesse Eicher and Andrea Antonello&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_VHcYLjUYssM/Sl7RWCWSaxI/AAAAAAAABVE/DBhoA70C0i4/s1600-h/jesse_andrea.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_VHcYLjUYssM/Sl7RWCWSaxI/AAAAAAAABVE/DBhoA70C0i4/s400/jesse_andrea.JPG" alt="" id="BLOGGER_PHOTO_ID_5358950783135148818" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;5) HydroloGIS Bolzano: Silvia Franceschi&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_VHcYLjUYssM/Sl7ReknDnNI/AAAAAAAABVM/3M-GExJE7fk/s1600-h/silli.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_VHcYLjUYssM/Sl7ReknDnNI/AAAAAAAABVM/3M-GExJE7fk/s400/silli.JPG" alt="" id="BLOGGER_PHOTO_ID_5358950929771240658" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;6) Axios Spain: Mauricio Pazos and Aritz Dávila&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_VHcYLjUYssM/Sl7WusTidGI/AAAAAAAABVU/Wou7uHhCTD0/s1600-h/axios-udig-team.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://1.bp.blogspot.com/_VHcYLjUYssM/Sl7WusTidGI/AAAAAAAABVU/Wou7uHhCTD0/s400/axios-udig-team.jpg" alt="" id="BLOGGER_PHOTO_ID_5358956704272905314" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;7) Fraunhofer-Institut Germany: Ugo Taddei (for the ladies we should mention he is Brazilian and has Italian blood)&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_VHcYLjUYssM/Sl9EX5SZecI/AAAAAAAABVc/a8RqsZdz_68/s1600-h/tupi.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_VHcYLjUYssM/Sl9EX5SZecI/AAAAAAAABVc/a8RqsZdz_68/s400/tupi.jpg" alt="" id="BLOGGER_PHOTO_ID_5359077258899847618" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;All around the world!!!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-2002641777422018976?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/2002641777422018976/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=2002641777422018976' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/2002641777422018976'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/2002641777422018976'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2009/07/udig-code-grind-team.html' title='The uDig Code Grind Team'/><author><name>andrea antonello</name><uri>https://profiles.google.com/109469601211264968948</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-eFOd-hUWKVc/AAAAAAAAAAI/AAAAAAAAAAA/u7w09TMv9XM/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_VHcYLjUYssM/Sl7PjO4z3OI/AAAAAAAABUs/XS7GDUS5X1A/s72-c/Jim+Groffen+%28left%29+and+John+Hudson+%28right%29.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-6408581867173588614</id><published>2009-07-14T22:44:00.000-07:00</published><updated>2009-07-14T22:58:32.901-07:00</updated><title type='text'>uDig code grind day 2</title><content type='html'>Another very long day of bug fixing has just wrapped up.  The day progressed more or less the same as yesterday.  &lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Andrea Antonello (HydroloGIS)&lt;br /&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;Andrea has gotten the image-io-ext working on linux 32 and 64 and windows.&lt;/li&gt;&lt;li&gt;Andrea has Mr Sid and geotiff in image-io-ext compiling on Macosx and is now in a grand battle with ECW to get it to compile.  &lt;/li&gt;&lt;/ul&gt;&lt;div&gt;Jesse Eichar (Camptocamp)&lt;/div&gt;&lt;ul&gt;&lt;li&gt;I spent another day fixing bugs. Some of which include:&lt;/li&gt;&lt;li&gt;Updated features and files so that we can export uDig on Eclipse 3.5&lt;/li&gt;&lt;li&gt;Fixed a bug when selecting several features using shift select&lt;/li&gt;&lt;li&gt;An important editing bug related to the selection&lt;/li&gt;&lt;li&gt;Fixed an issue when a new layer is created that has the same name as an existing layer&lt;/li&gt;&lt;li&gt;Fix an exception that is thrown when writing wgs84 into the CRS Selection dialog&lt;/li&gt;&lt;li&gt;Improved performance (but worse for memory) for JPEG and other simple world+image formats.  Hopefully more to come.&lt;/li&gt;&lt;li&gt;Working on problem importing a tiff that is both a geotiff and a world+image&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;Sylvia (HydroloGIS)&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;Lots of testing&lt;/li&gt;&lt;li&gt;Writing a workflow as an end user&lt;/li&gt;&lt;li&gt;Bug fix verification&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;Mauricio (Axios)&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;He is in Spain right now so I don't have the details of his work but I am aware that he has been doing work on the more advanced features of the edit tools.  He is working on fixing bugs with the hole cutter I believe.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-6408581867173588614?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/6408581867173588614/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=6408581867173588614' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/6408581867173588614'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/6408581867173588614'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2009/07/udig-code-grind-day-2.html' title='uDig code grind day 2'/><author><name>Jesse Eichar</name><uri>http://www.blogger.com/profile/16471994101422018405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-6297951682004079498</id><published>2009-07-14T22:30:00.000-07:00</published><updated>2009-11-24T17:09:19.265-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='sprint'/><category scheme='http://www.blogger.com/atom/ns#' term='lisasoft'/><title type='text'>uDig Bug Crunch Day 3 Australia</title><content type='html'>Bug crunching is in full swing today with almost all the bugs to be marked as FIXED on the Code Sprint &lt;a href="http://udig.refractions.net/confluence/pages/viewpage.action?spaceKey=HACK&amp;amp;title=Road+Map&amp;amp;macro.refresh=true#jiraissues"&gt;Road Map&lt;/a&gt; verified and closed.&lt;br /&gt;&lt;br /&gt;Moving onto the "to be verified" list, I started to see a trend for "Catalog Improvements" issues. After a short discussion on the uDig IRC channel, Jody and I came to the conclusion we should make a single Feature Request and close all the other issues, check it out &lt;a href="http://jira.codehaus.org/browse/UDIG-1540"&gt;here&lt;/a&gt;. Looks like this has been something wanted for quite sometime, I closed five separate feature requests.&lt;br /&gt;&lt;br /&gt;For the interested, Jody as been working on a new Catalog View Proposal which outlines a improvements, check it out &lt;a href="http://udig.refractions.net/confluence/display/HACK/Catalog+View+Proposal"&gt;here&lt;/a&gt;, its pretty cool!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-6297951682004079498?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/6297951682004079498/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=6297951682004079498' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/6297951682004079498'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/6297951682004079498'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2009/07/udig-bug-crunch-day-3-australia.html' title='uDig Bug Crunch Day 3 Australia'/><author><name>johnn</name><uri>http://www.blogger.com/profile/16101568831841119963</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-1752044614891616736</id><published>2009-07-14T03:35:00.001-07:00</published><updated>2009-11-24T17:09:29.359-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='sprint'/><category scheme='http://www.blogger.com/atom/ns#' term='lisasoft'/><title type='text'>uDig Code Grind Day 2 Australia</title><content type='html'>Today we are branching out across Australia with LSIAsoft developers from Sydney and Adelaide.&lt;br /&gt;&lt;br /&gt;First up is John Hudson, drawing on &lt;a href="http://udig-news.blogspot.com/2009/03/tilesync.html"&gt;earlier motivation&lt;/a&gt;, has focused on chewing the bugs listed on the &lt;a href="http://udig.refractions.net/confluence/display/HACK/Road+Map"&gt;Road Map&lt;/a&gt; and verifying and/or closing bugs.&lt;br /&gt;&lt;br /&gt;Back in Sydney Mark has started putting together the new Point Symbolizer page (see below).&lt;br /&gt;&lt;a href="http://2.bp.blogspot.com/_u3h5Nm0qPvc/Sl0xKHvWd6I/AAAAAAAAAJw/FDrbFhCwgjg/s1600-h/uDig-PointPage.png"&gt;&lt;img style="margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 320px; height: 310px;" src="http://2.bp.blogspot.com/_u3h5Nm0qPvc/Sl0xKHvWd6I/AAAAAAAAAJw/FDrbFhCwgjg/s320/uDig-PointPage.png" border="0" alt="" id="BLOGGER_PHOTO_ID_5358493181586864034" /&gt;&lt;/a&gt;&lt;br /&gt;Jody was mostly decorative and has been working on a reuseable ExpressionViewer to use for each of the fields above. He promisses to be useful tomorrow.&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-1752044614891616736?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/1752044614891616736/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=1752044614891616736' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/1752044614891616736'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/1752044614891616736'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2009/07/udig-code-grind-day-2-australia.html' title='uDig Code Grind Day 2 Australia'/><author><name>Jody Garnett</name><uri>https://profiles.google.com/117011258972821557685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh3.googleusercontent.com/-X5a7F6O0TWc/AAAAAAAAAAI/AAAAAAAAANY/Uon8vTnnfIo/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_u3h5Nm0qPvc/Sl0xKHvWd6I/AAAAAAAAAJw/FDrbFhCwgjg/s72-c/uDig-PointPage.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-7572374383720182062</id><published>2009-07-13T13:30:00.000-07:00</published><updated>2009-07-13T23:19:19.155-07:00</updated><title type='text'>uDig Code Grind 2009 Europe Day 1</title><content type='html'>An exciting day 1 is wrapping up here in Europe.  The fine coalition (Axios, Camptocamp, HydroloGIS) have been hard at work knocking down bugs.  A quick list of the tasks we have been working on for today:&lt;br /&gt;&lt;br /&gt;Jesse Eichar(Camptocamp) - Many miscellaneous workflow bugs:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Drag and drop bugs&lt;/li&gt;&lt;li&gt;Import data bugs&lt;/li&gt;&lt;li&gt;Selection bugs&lt;/li&gt;&lt;li&gt;Map and Catalog persistence bugs&lt;/li&gt;&lt;/ul&gt;Andrea(HydroloGIS) - Image IO&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Working on getting the GDAL/ImageIO plugins working on Linux 32/64 and windows&lt;/li&gt;&lt;/ul&gt;Mauricio (and co) (Axios) - Editing Bugs&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Hole tool bug&lt;/li&gt;&lt;/ul&gt;As a team we are focusing on addressing as many bugs that affect the core functionality of uDig.&lt;br /&gt;&lt;br /&gt;See you tomorrow!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;&lt;br /&gt;Have a look at the Italian sprint headquarter:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_VHcYLjUYssM/SlwjG-0-wiI/AAAAAAAABUk/Qz_N5QQPlrY/s1600-h/pic1.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 300px; height: 400px;" src="http://4.bp.blogspot.com/_VHcYLjUYssM/SlwjG-0-wiI/AAAAAAAABUk/Qz_N5QQPlrY/s400/pic1.png" alt="" id="BLOGGER_PHOTO_ID_5358196259515449890" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Can you guess on how many systems udig is tested?&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_VHcYLjUYssM/Slwi_UigOgI/AAAAAAAABUc/2pgQXsURBmg/s1600-h/pic2.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://4.bp.blogspot.com/_VHcYLjUYssM/Slwi_UigOgI/AAAAAAAABUc/2pgQXsURBmg/s400/pic2.png" alt="" id="BLOGGER_PHOTO_ID_5358196127904578050" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-7572374383720182062?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/7572374383720182062/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=7572374383720182062' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/7572374383720182062'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/7572374383720182062'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2009/07/udig-code-grind-2009-europe-day-1.html' title='uDig Code Grind 2009 Europe Day 1'/><author><name>Jesse Eichar</name><uri>http://www.blogger.com/profile/16471994101422018405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_VHcYLjUYssM/SlwjG-0-wiI/AAAAAAAABUk/Qz_N5QQPlrY/s72-c/pic1.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-1660352035865721700</id><published>2009-07-12T18:18:00.001-07:00</published><updated>2009-07-13T03:46:40.881-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='&quot;code sprint&quot;'/><title type='text'>Code Grind Sprint Day 1 Kickoff</title><content type='html'>It is our please to kick off the code grind sprint. We will add to this news post over the course of the day as each team around the world starts up.&lt;br /&gt;&lt;h3&gt;&lt;a href="http://www.lisasoft.com/LISAsoft.html"&gt;LISAsoft&lt;/a&gt; Team&lt;/h3&gt;&lt;br /&gt;Myles is starting in on the tutorials and was very happy with the result.&lt;br /&gt;&lt;br /&gt;Mark and Jody are going to be going over the Style Editor (design notes &lt;a href="http://udig.refractions.net/confluence/display/HACK/Style+Dialog+Improvement"&gt;here&lt;/a&gt;).&lt;br /&gt;&lt;br /&gt;Update: We reviewed the three style extension points; StyleEditorPage (very good but specific to SLD); StyleConfigurator (general purpose the content will go in the StyleEditor using an adapter or be present in the Style view); and the StyleEditorPart (while we can see implementations I am not sure where they are used from?).&lt;br /&gt;&lt;br /&gt;We decided to go with StyleEditorPage and expect to add a few methods as time goes on this week. Here is our initially empty "Point" page.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_u3h5Nm0qPvc/SlsPjQyUcCI/AAAAAAAAAJo/SwcaZgYDLg4/s1600-h/StyleEditor1.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 227px;" src="http://3.bp.blogspot.com/_u3h5Nm0qPvc/SlsPjQyUcCI/AAAAAAAAAJo/SwcaZgYDLg4/s320/StyleEditor1.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5357893280163196962" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;h3&gt;Eclispe 3.5&lt;/h3&gt;&lt;br /&gt;For those joining the hands on experience here are some instructions for getting your Eclipse 3.5 game on:&lt;br /&gt;&lt;ol&gt;&lt;br /&gt;&lt;li&gt;Download &lt;a href="http://www.eclipse.org/downloads/packages/"&gt;Galileo&lt;/a&gt; " Eclipse for RCP/Plug-in Developers" for and unzip&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Fire it up and add EMF SDK and GEF SDK into the mix using the help menu "Install New Software"&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Download &lt;a href="ftp://ftp.ardec.com.au/uploads/extras-3.5.0.zip"&gt;extras-3.5.0.zip&lt;/a&gt; and unzip into your "drop-ins" folder. We are operating with a really reduced set of "extras" this time around since we have had some trouble with the Eclipse 3.5 delta pack.&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Proceeed &lt;a href="http://udig.refractions.net/confluence/display/ADMIN/02+Development+Environment"&gt;remaining instructions...&lt;/a&gt;&lt;br /&gt;&lt;/ol&gt;&lt;br /&gt;&lt;h3&gt;RoadMap and Testing&lt;/h3&gt;&lt;br /&gt;Silvia has done a nice job updating the road map to focus on uDig 1.2 M6 bugs - this will be a large part of the QA focus of the code spint.&lt;br /&gt;For more information please check out &lt;a href="http://udig.refractions.net/confluence/display/HACK/Road+Map"&gt;Road map&lt;/a&gt;; we also would welcome any volunteers to help out with testing this week - there are already a long list of "resolved" issues that need a sanity check before we mark them closed.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-1660352035865721700?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/1660352035865721700/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=1660352035865721700' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/1660352035865721700'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/1660352035865721700'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2009/07/code-grind-sprint-day-1-kickoff.html' title='Code Grind Sprint Day 1 Kickoff'/><author><name>Jody Garnett</name><uri>https://profiles.google.com/117011258972821557685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh3.googleusercontent.com/-X5a7F6O0TWc/AAAAAAAAAAI/AAAAAAAAANY/Uon8vTnnfIo/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_u3h5Nm0qPvc/SlsPjQyUcCI/AAAAAAAAAJo/SwcaZgYDLg4/s72-c/StyleEditor1.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-4524049900303945519</id><published>2009-06-16T06:17:00.000-07:00</published><updated>2009-06-16T06:19:12.084-07:00</updated><title type='text'>New Server</title><content type='html'>Refractions is kindly hooking us up with a new server; there may be some transition pains as the website, mailing list and wiki are moved across.&lt;br /&gt;&lt;br /&gt;In order to facilitate the global nature of uDig development Jesse Eichar from our project steering committee is also experimenting with a GIT repository located in Europe. For more information please join the developer list and say hi.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-4524049900303945519?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/4524049900303945519/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=4524049900303945519' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/4524049900303945519'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/4524049900303945519'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2009/06/new-server.html' title='New Server'/><author><name>Jody Garnett</name><uri>https://profiles.google.com/117011258972821557685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh3.googleusercontent.com/-X5a7F6O0TWc/AAAAAAAAAAI/AAAAAAAAANY/Uon8vTnnfIo/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-1216683826758822764</id><published>2009-06-15T03:13:00.000-07:00</published><updated>2009-06-15T07:16:28.513-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Axios'/><title type='text'>AXIOS UDIG EXTENSIONS 1.2.0-RC01 (Testing)</title><content type='html'>&lt;div id="tworight_main"&gt;&lt;div class="main section" id="main"&gt;&lt;div class="widget Blog" id="Blog1"&gt;&lt;div class="blog-posts hfeed"&gt;&lt;div class="post hentry uncustomized-post-template"&gt;&lt;h3 class="post-title entry-title"&gt; &lt;/h3&gt;  &lt;div class="post-body entry-content"&gt; This release, available for uDig 1.1.x, includes new improvements and bug fixes. We want to highlight the following:&lt;br /&gt;&lt;br /&gt;– &lt;span style="font-style: italic;"&gt;Split Operation&lt;/span&gt;. We have fixed the split behaviour to split a geometry properly using complex split line like it's shown in the following figures.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_NiPm7rKUttc/SjZQ_45JsOI/AAAAAAAAAA8/bHHs2FgRBUk/s1600-h/split1.png"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: left; cursor: pointer; width: 200px; height: 122px;" src="http://1.bp.blogspot.com/_NiPm7rKUttc/SjZQ_45JsOI/AAAAAAAAAA8/bHHs2FgRBUk/s200/split1.png" alt="" id="BLOGGER_PHOTO_ID_5347550666083119330" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_NiPm7rKUttc/SjZRMo05evI/AAAAAAAAABE/sCHh-EWnu9s/s1600-h/split2.png"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; cursor: pointer; width: 200px; height: 117px;" src="http://4.bp.blogspot.com/_NiPm7rKUttc/SjZRMo05evI/AAAAAAAAABE/sCHh-EWnu9s/s200/split2.png" alt="" id="BLOGGER_PHOTO_ID_5347550885108611826" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;– &lt;span style="font-style: italic;"&gt;Split Operation&lt;/span&gt;. Fixed the split behaviour to split geometries properly when splitting several neighbour features.&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_NiPm7rKUttc/SjZSFlIWi0I/AAAAAAAAABM/bkY5SwGNqNI/s1600-h/split3.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 200px; height: 107px;" src="http://1.bp.blogspot.com/_NiPm7rKUttc/SjZSFlIWi0I/AAAAAAAAABM/bkY5SwGNqNI/s200/split3.png" alt="" id="BLOGGER_PHOTO_ID_5347551863369009986" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_NiPm7rKUttc/SjZSKVfuJsI/AAAAAAAAABU/xIleDNIvqfw/s1600-h/split4.png"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; cursor: pointer; width: 200px; height: 105px;" src="http://4.bp.blogspot.com/_NiPm7rKUttc/SjZSKVfuJsI/AAAAAAAAABU/xIleDNIvqfw/s200/split4.png" alt="" id="BLOGGER_PHOTO_ID_5347551945071404738" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;– The Spatial Operations framework was refactored to provide an extension point that could be used by other developers to add new operations.&lt;br /&gt;&lt;br /&gt;To test this new release please visit the uDig update-site or our web site &lt;a href="http://www.axios.es/"&gt;www.axios.es&lt;/a&gt; &lt;span style="font-weight: bold;"&gt;download&lt;/span&gt; page. Here you can find the latest &lt;span style="font-style: italic;"&gt;stable&lt;/span&gt; release Axios uDig Extensions 1.1.4, as well as the latest &lt;span style="font-style: italic;"&gt;under development&lt;/span&gt; release Axios uDig Extensions 1.2.0-RC01 for uDig 1.1.x.&lt;br /&gt;&lt;br /&gt;If you want to know more about this project visit the&lt;br /&gt;following page: &lt;a href="http://udig.refractions.net/confluence/display/COM/Spatial+Operations+and+Editing+Tools"&gt;Spatial Operations and Editing Tools&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;a href="http://udig-news.blogspot.com/2009/03/axios-udig-extensions-112.html"&gt;&lt;/a&gt;&lt;a name="6751636698882047445"&gt;&lt;/a&gt; &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-1216683826758822764?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/1216683826758822764/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=1216683826758822764' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/1216683826758822764'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/1216683826758822764'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2009/06/axios-udig-extensions-120-rc01-testing.html' title='AXIOS UDIG EXTENSIONS 1.2.0-RC01 (Testing)'/><author><name>Mauricio Pazos</name><uri>http://www.blogger.com/profile/17130031139626580253</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/-lrvRp4NWmWY/Tkjf5YtPzHI/AAAAAAAAAE0/JyUgXo25kwU/s220/mauro-working.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_NiPm7rKUttc/SjZQ_45JsOI/AAAAAAAAAA8/bHHs2FgRBUk/s72-c/split1.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-5782003042642035152</id><published>2009-06-02T23:59:00.000-07:00</published><updated>2009-06-03T00:21:59.157-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='udig 1.2'/><category scheme='http://www.blogger.com/atom/ns#' term='udig'/><category scheme='http://www.blogger.com/atom/ns#' term='&quot;code sprint&quot;'/><title type='text'>uDig Code Grind 2009 coming up!</title><content type='html'>&lt;span style="font-family: arial;"&gt;&lt;/span&gt;We are embarking on a week long code sprint from July 13 to 17.  The main goals are to focus on the core features and functionality of uDig 1.2 and ensure that they are release ready. &lt;br /&gt;&lt;br /&gt;This will be a world-wide event with several members Australia as well as others from Europe and North America.  We will maintain a strong presence on IRC but will supplement it with frequent skype calls and video conferences.&lt;br /&gt;&lt;br /&gt;Everone is welcome to join.  Documentation, testing or coding: all contributions are welcome. &lt;br /&gt;&lt;br /&gt;Our many thanks to the sponsers of this sprint:&lt;br /&gt;&lt;br /&gt;Axios,&lt;br /&gt;CamptoCamp,&lt;br /&gt;LisaSoft,&lt;br /&gt;Hydrologis.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-5782003042642035152?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/5782003042642035152/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=5782003042642035152' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/5782003042642035152'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/5782003042642035152'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2009/06/udig-code-grind-2009-coming-up.html' title='uDig Code Grind 2009 coming up!'/><author><name>Jesse Eichar</name><uri>http://www.blogger.com/profile/16471994101422018405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-3895505933816235324</id><published>2009-05-29T23:26:00.000-07:00</published><updated>2009-05-31T17:04:13.641-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='devel'/><title type='text'>WireframeSketcher</title><content type='html'>One of the eclipse plug-ins I ran into recently is really pretty impressive. I have used Viso to do user interface mock-ups before - but there are kind of two problems with this approach:&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;the result looks like a real application; so if you show it to a customer they want to stop talking to you and run the application&lt;br /&gt;&lt;li&gt;the Viso templates only provide a Windows XP appearance which is pretty lame these days&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;It turns out that the Viso templates were "removed" from the latest copy of Viso (along with a bunch of other useful things) and held ransom as part of a Professional Edition.&lt;br /&gt;&lt;br /&gt;So I went off to look .... and found something better :-)&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://wireframesketcher.com/images/logo_320.png"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 53px;" src="http://wireframesketcher.com/images/logo_320.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;WireframeSketcher - &lt;a href="http://wireframesketcher.com/"&gt;http://wireframesketcher.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This is an eclipse plug-in, it is beautifully written, and very fast to quickly slam together a ui mock up.&lt;br /&gt;&lt;br /&gt;And even better the result looks like a ui mock up; allowing every one to stay focused on the workflow; the trade offs; and how the user interface functions rather than get distracted by the font used or the icons.&lt;br /&gt;&lt;br /&gt;Perfect.&lt;br /&gt;&lt;br /&gt;Here is an example mock-ups done for the uDig style editor.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_u3h5Nm0qPvc/SiDTsmPIHxI/AAAAAAAAAJE/qkXK-wfuqQw/s1600-h/StylePointPage.png"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 395px; height: 400px;" src="http://1.bp.blogspot.com/_u3h5Nm0qPvc/SiDTsmPIHxI/AAAAAAAAAJE/qkXK-wfuqQw/s400/StylePointPage.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5341501921193107218" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Stay tuned (or jump on the mailing list) for styling plans.&lt;br /&gt;&lt;br /&gt;I have added a &lt;a href="http://udig.refractions.net/confluence/display/ADMIN/WireframeSketcher"&gt;page on WireframeSketcher&lt;/a&gt; to the udig list of &lt;a href="http://udig.refractions.net/confluence/display/ADMIN/07+Tools+and+Utilities"&gt;recommended tools&lt;/a&gt; in our wiki.&lt;br /&gt;&lt;br /&gt;We keep a list of good design ideas on our &lt;a href="http://udig.refractions.net/confluence/display/HACK"&gt;wiki&lt;/a&gt;; in order to refine the ideas before implementation, this tool should be helpful in those discussions.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-3895505933816235324?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/3895505933816235324/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=3895505933816235324' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/3895505933816235324'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/3895505933816235324'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2009/05/wireframesketcher.html' title='WireframeSketcher'/><author><name>Jody Garnett</name><uri>https://profiles.google.com/117011258972821557685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh3.googleusercontent.com/-X5a7F6O0TWc/AAAAAAAAAAI/AAAAAAAAANY/Uon8vTnnfIo/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_u3h5Nm0qPvc/SiDTsmPIHxI/AAAAAAAAAJE/qkXK-wfuqQw/s72-c/StylePointPage.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-1310134047627954005</id><published>2009-05-27T00:09:00.001-07:00</published><updated>2009-05-27T00:16:49.628-07:00</updated><title type='text'>Google Summer of Code 2009</title><content type='html'>This is the first week of the Google Summer of Code - an event uDig is once again pleased to take part in. This year we have two fascinating projects:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://udig.refractions.net/confluence/display/COM/SoC+09+-+Web+Map+Tiles+for+uDig"&gt;Web Map Tiles for uDig&lt;/a&gt; - Tobias Sauerwein is going to go beyond the WMS-C support uDig currently enjoys and branch out to tile server implementations. Check the above link for details.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;A href="http://jgrass.wiki.software.bz.it/jgrass/Google_Summer_Of_Code_2009"&gt;netCDF&lt;/a&gt; - Andrea Antonell is tackling one of the most expressive raster formats known. This project should produce both wonderful visuals; and some interesting user interface design challenges.&lt;/li&gt;&lt;/ul&gt;Check back weekly for updates on both these projects.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-1310134047627954005?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/1310134047627954005/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=1310134047627954005' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/1310134047627954005'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/1310134047627954005'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2009/05/google-summer-of-code-2009.html' title='Google Summer of Code 2009'/><author><name>Jody Garnett</name><uri>https://profiles.google.com/117011258972821557685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh3.googleusercontent.com/-X5a7F6O0TWc/AAAAAAAAAAI/AAAAAAAAANY/Uon8vTnnfIo/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-7303896887600195189</id><published>2009-05-25T23:54:00.001-07:00</published><updated>2009-05-26T01:14:15.461-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='release'/><title type='text'>uDIg 1.2-M4 Released</title><content type='html'>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 &lt;a href="http://udig.refractions.net/confluence/display/DATA/SLIP"&gt;SLIP &lt;/a&gt;data services.&lt;br /&gt;&lt;br /&gt;This release of uDig can be found in the usual location:&lt;br /&gt;&lt;a href="http://udig.refractions.net/download/unstable/"&gt;Unstable Downloads&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The &lt;a href="https://www2.landgate.wa.gov.au/slip/portal/home/home.html"&gt;SLIP portal&lt;/a&gt; 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.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_u3h5Nm0qPvc/ShuWWF4tNXI/AAAAAAAAAI0/okC3rpIDans/s1600-h/slip-signin.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 175px;" src="http://3.bp.blogspot.com/_u3h5Nm0qPvc/ShuWWF4tNXI/AAAAAAAAAI0/okC3rpIDans/s400/slip-signin.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5340027089459164530" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I would also like to thank &lt;a href="http://opengeo.org/"&gt;OpenGeo &lt;/a&gt;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.&lt;br /&gt;&lt;br /&gt;Here is what the two data services look like together:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_u3h5Nm0qPvc/ShuW37FKEmI/AAAAAAAAAI8/8VGJwBthQys/s1600-h/slip.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_u3h5Nm0qPvc/ShuW37FKEmI/AAAAAAAAAI8/8VGJwBthQys/s400/slip.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5340027670674149986" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-7303896887600195189?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/7303896887600195189/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=7303896887600195189' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/7303896887600195189'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/7303896887600195189'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2009/05/udig-12-m4-released.html' title='uDIg 1.2-M4 Released'/><author><name>Jody Garnett</name><uri>https://profiles.google.com/117011258972821557685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh3.googleusercontent.com/-X5a7F6O0TWc/AAAAAAAAAAI/AAAAAAAAANY/Uon8vTnnfIo/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_u3h5Nm0qPvc/ShuWWF4tNXI/AAAAAAAAAI0/okC3rpIDans/s72-c/slip-signin.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-7516098564629634929</id><published>2009-03-26T05:30:00.000-07:00</published><updated>2009-03-26T05:35:38.764-07:00</updated><title type='text'>UDIG 1.2-M3 Released</title><content type='html'>Normally I would tell you what great new thing is in a release - this time I would like to ask you to look at the &lt;a href="http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10600&amp;amp;styleName=Html&amp;amp;version=14979"&gt;release notes&lt;/a&gt;!  An amazing 60 bugs closed (and 13 more waiting for testers to verify).&lt;br /&gt;&lt;br /&gt;This is the result of the "10 minuet code sprint" where the development community got together and fixed as many bugs as they could over the course of a couple of days.&lt;br /&gt;&lt;br /&gt;The UDIG 1.2-M3 release is available here:&lt;br /&gt;- &lt;a href="http://udig.refractions.net/download/unstable/"&gt;http://udig.refractions.net/download/unstable/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-7516098564629634929?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/7516098564629634929/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=7516098564629634929' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/7516098564629634929'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/7516098564629634929'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2009/03/udig-12-m3-released.html' title='UDIG 1.2-M3 Released'/><author><name>Jody Garnett</name><uri>https://profiles.google.com/117011258972821557685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh3.googleusercontent.com/-X5a7F6O0TWc/AAAAAAAAAAI/AAAAAAAAANY/Uon8vTnnfIo/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-6751636698882047445</id><published>2009-03-24T01:40:00.000-07:00</published><updated>2009-03-24T04:02:47.721-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Axios'/><title type='text'>AXIOS UDIG EXTENSIONS 1.1.2</title><content type='html'>This release, available for uDig 1.1.1, includes new improvements and bug fixes. We want to highlight the following main improvement:&lt;br /&gt;&lt;br /&gt;– &lt;span style="font-style: italic;"&gt;Split Operation&lt;/span&gt;. We have improved the split behavior by allowing the tool to add one or more vertexes to the neighbor geometries (whose boundaries are intersected by the split line) of the one that has been split.&lt;br /&gt;&lt;br /&gt;To test this new release please visit the uDig update-site or our web site &lt;a href="http://www.axios.es/"&gt;www.axios.es&lt;/a&gt; &lt;span style="font-weight: bold;"&gt;download&lt;/span&gt; page. Here you can find the latest &lt;span style="font-style: italic;"&gt;stable&lt;/span&gt; release Axios uDig Extensions 1.1.2, as well as the latest &lt;span style="font-style: italic;"&gt;under development&lt;/span&gt; release Axios uDig Extensions 1.2-M3 for uDig 1.1.1.&lt;br /&gt;&lt;br /&gt;If you want to know more about this project visit the following page: &lt;a href="http://udig.refractions.net/confluence/display/COM/Spatial+Operations+and+Editing+Tools"&gt;Spatial Operations and Editing Tools&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;We want to thank &lt;span style="font-weight: bold;"&gt;Rudolf Hochmeister&lt;/span&gt; from the Municipal Department of Automated Data Processing, Information and Communications Technologies, &lt;span style="font-weight: bold;"&gt;Vienna City, &lt;/span&gt;for his contribution to improve this project.&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-6751636698882047445?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/6751636698882047445/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=6751636698882047445' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/6751636698882047445'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/6751636698882047445'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2009/03/axios-udig-extensions-112.html' title='AXIOS UDIG EXTENSIONS 1.1.2'/><author><name>Mauricio Pazos</name><uri>http://www.blogger.com/profile/17130031139626580253</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/-lrvRp4NWmWY/Tkjf5YtPzHI/AAAAAAAAAE0/JyUgXo25kwU/s220/mauro-working.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-2116335090582303074</id><published>2009-03-20T04:30:00.000-07:00</published><updated>2009-03-20T04:48:50.657-07:00</updated><title type='text'>udigLite: An OSGi-friendly subset of uDig</title><content type='html'>Depending on your environment, you may find it hard to integrate other OSGi bundles or Eclipse plug-ins with uDig. My team and I have tried for some time to build a viewer application for a proprietary car navigation database format on top of uDig 1.1 releases or uDig 1.2 trunk snapshots, fighting with version conflicts and class loader issues caused by the "grab all you need" plug-in &lt;span style="font-weight: bold;"&gt;net.refractions.udig.libs&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;The root of these problems is Geotools and its dependency on the META-INF/services mechanism, which requires some trickery to be made compatible with OSGi.&lt;br /&gt;&lt;br /&gt;We have now succeeded in creating a minimal subset of uDig and Geotools which solves these conflicts by turning all Geotools and third-party libraries into separate bundles. For technical reasons, we had to work with cloned repositories, which should simply be regarded as a uDig working branch.&lt;br /&gt;&lt;br /&gt;More details about udigLite can be found in the &lt;a href="http://udig.refractions.net/confluence/display/HACK/udigLite+-+An+OSGi-friendly+subset"&gt;uDig wiki&lt;/a&gt;. Have a look at &lt;a href="http://hwellmann.blogspot.com/2009/03/anaconda-workbench-udig-application.html"&gt;my blog&lt;/a&gt; to get an idea of what we are using uDig for.&lt;br /&gt;&lt;br /&gt;Finally, thanks for all the support from the uDig community so far - we very much hope to join forces to bring the results of this activity back into uDig trunk.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-2116335090582303074?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/2116335090582303074/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=2116335090582303074' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/2116335090582303074'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/2116335090582303074'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2009/03/udiglite-osgi-friendly-subset-of-udig.html' title='udigLite: An OSGi-friendly subset of uDig'/><author><name>Harald Wellmann</name><uri>http://www.blogger.com/profile/08039976160321882828</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-2793474113218133406</id><published>2009-03-10T21:29:00.000-07:00</published><updated>2009-11-24T17:21:00.092-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='MapInfo'/><category scheme='http://www.blogger.com/atom/ns#' term='TAB'/><category scheme='http://www.blogger.com/atom/ns#' term='seamless'/><category scheme='http://www.blogger.com/atom/ns#' term='tilesync'/><category scheme='http://www.blogger.com/atom/ns#' term='lisasoft'/><title type='text'>TileSync</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_emUx6fNF3uc/SbdBLUxCdmI/AAAAAAAAFlc/j0YjQjALtaM/s1600-h/tilesync.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 190px;" src="http://1.bp.blogspot.com/_emUx6fNF3uc/SbdBLUxCdmI/AAAAAAAAFlc/j0YjQjALtaM/s320/tilesync.jpg" alt="" id="BLOGGER_PHOTO_ID_5311785948315547234" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;TileSync, based on &lt;a href="http://udig.refractions.net/"&gt;uDig&lt;/a&gt;, developed by &lt;a href="http://www.lisasoft.com/" title="website" rel="nofollow"&gt;LISAsoft&lt;/a&gt; in conjunction with &lt;a href="http://www.landgate.wa.gov.au/" title="website" rel="nofollow"&gt;Landgate&lt;/a&gt; and &lt;a href="http://www.geobasemap.com/"&gt;ExaMin&lt;/a&gt;, allows a user to select any feature (Polygon) and add it as a Region Of Interest to a Region Of Interest View. The View allows the User to locally cache a any WMS-C Layer in the Catalog within the bounds of the Region Of Interest. The plugin also allows the local cache to be exported with TAB (MapInfo) header files and a seamless XML file.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_emUx6fNF3uc/SbdAik7aU3I/AAAAAAAAFlU/zKb0J6_oUY8/s1600-h/selection.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 265px; height: 150px;" src="http://2.bp.blogspot.com/_emUx6fNF3uc/SbdAik7aU3I/AAAAAAAAFlU/zKb0J6_oUY8/s320/selection.jpg" alt="" id="BLOGGER_PHOTO_ID_5311785248279384946" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_emUx6fNF3uc/SbdCwnfrETI/AAAAAAAAFlk/LK99y0hewJE/s1600-h/select_region_export.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 318px; height: 98px;" src="http://3.bp.blogspot.com/_emUx6fNF3uc/SbdCwnfrETI/AAAAAAAAFlk/LK99y0hewJE/s320/select_region_export.jpg" alt="" id="BLOGGER_PHOTO_ID_5311787688509772082" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Also included is a MapGraphic which outlines the Region of Interest on the Map View when it is selected in the Region of Interest View.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_emUx6fNF3uc/SbdDot2oEtI/AAAAAAAAFls/oLiKhUIpo8Q/s1600-h/region_of_interest_view1.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 220px;" src="http://4.bp.blogspot.com/_emUx6fNF3uc/SbdDot2oEtI/AAAAAAAAFls/oLiKhUIpo8Q/s320/region_of_interest_view1.jpg" alt="" id="BLOGGER_PHOTO_ID_5311788652289331922" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;A bundled version is available for download &lt;a href="http://udig.refractions.net/files/downloads/Tilesync/"&gt;here&lt;/a&gt;, and a copy of the plugin can be checked out of the &lt;a href="http://udig.refractions.net/"&gt;uDig&lt;/a&gt; community SVN &lt;a href="http://svn.refractions.net/udig/udig/community/jhudson/com.lisasoft.udig.roi/"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;I have made up some flash videos on usage available online:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://udig.refractions.net/files/downloads/Tilesync/quick%20start.htm" title="Quick Start Guide" rel="nofollow"&gt;Quick Start Guide&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://udig.refractions.net/files/downloads/Tilesync/polygon_selection_new_layer.htm" title="New Polygon Layer" rel="nofollow"&gt;New Polygon Layer&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://udig.refractions.net/files/downloads/Tilesync/polygon_selection.htm" title="Existing Shape File" rel="nofollow"&gt;Existing Shape File&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-2793474113218133406?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/2793474113218133406/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=2793474113218133406' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/2793474113218133406'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/2793474113218133406'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2009/03/tilesync.html' title='TileSync'/><author><name>johnn</name><uri>http://www.blogger.com/profile/16101568831841119963</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_emUx6fNF3uc/SbdBLUxCdmI/AAAAAAAAFlc/j0YjQjALtaM/s72-c/tilesync.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-2221708759317023692</id><published>2009-03-06T13:08:00.000-08:00</published><updated>2009-03-06T13:18:48.509-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='osgeo'/><category scheme='http://www.blogger.com/atom/ns#' term='udig'/><category scheme='http://www.blogger.com/atom/ns#' term='&quot;code sprint&quot;'/><title type='text'>The 10 minutes bug code sprint</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;span style="font-weight: bold;"&gt;What is the 10 minutes code sprint?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_VHcYLjUYssM/SbGTHkg-N1I/AAAAAAAABMo/j3rTRYr98oo/s1600-h/BugsLifeWallpaper800.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 300px; height: 225px;" src="http://4.bp.blogspot.com/_VHcYLjUYssM/SbGTHkg-N1I/AAAAAAAABMo/j3rTRYr98oo/s400/BugsLifeWallpaper800.jpg" alt="" id="BLOGGER_PHOTO_ID_5310187193916864338" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;A code sprint in which bugs and feature requests will be fixed that are supposed to take only 10 minutes to the involved developer (in a perfect world).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://wiki.osgeo.org/wiki/Udig_the_10_minutes_bug_sprint"&gt;Further info at the Osgeo wiki.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-2221708759317023692?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/2221708759317023692/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=2221708759317023692' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/2221708759317023692'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/2221708759317023692'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2009/03/10-minutes-bug-code-sprint.html' title='The 10 minutes bug code sprint'/><author><name>andrea antonello</name><uri>https://profiles.google.com/109469601211264968948</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-eFOd-hUWKVc/AAAAAAAAAAI/AAAAAAAAAAA/u7w09TMv9XM/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_VHcYLjUYssM/SbGTHkg-N1I/AAAAAAAABMo/j3rTRYr98oo/s72-c/BugsLifeWallpaper800.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-2766288766952919797</id><published>2009-03-05T12:46:00.000-08:00</published><updated>2009-03-05T12:50:44.489-08:00</updated><title type='text'>IRC Logs March 6th</title><content type='html'>[07:06am] jgarnett: morning&lt;br /&gt;[07:07am] jgarnett: emily_g ping? were you able to sort out where layer.refresh() goes?&lt;br /&gt;[07:07am] emily_g: hello jody&lt;br /&gt;[07:07am] emily_g: no&lt;br /&gt;[07:07am] emily_g: I wasn't&lt;br /&gt;[07:07am] emily_g: layer.refresh() doesn't fire any events&lt;br /&gt;[07:09am] jgarnett: um it does something though right?&lt;br /&gt;[07:10am] jgarnett: somehow it adds a bounding box to an area that needs to be repained for a layer&lt;br /&gt;[07:10am] jgarnett: and queues up a RenderJob to handle it right?&lt;br /&gt;[07:11am] emily_g: yes that sounds about right&lt;br /&gt;[07:11am] emily_g: but there are no events there that I can listen for&lt;br /&gt;[07:12am] jgarnett: um from the ui I can listen to the layer state changes; rendering, etc... I think I can listen for layer refresh as well&lt;br /&gt;[07:12am] jgarnett: (I am sorry I am at home on funny mac thing and do not have the source code in front of me)&lt;br /&gt;[07:13am] emily_g: funny mac thing eh?  sounds like fun&lt;br /&gt;[07:13am] jgarnett: so if there were no events RenderJob would of been called directly via layer.refresh?&lt;br /&gt;[07:13am] emily_g: LayerImpl.refresh calls getRenderManager.refresh()&lt;br /&gt;[07:14am] emily_g: now that I think somehow calls RenderJob&lt;br /&gt;[07:14am] emily_g: but I guess I need to walk further into the code&lt;br /&gt;[07:14am] emily_g: I kind of stopped there thinking I hit the wall&lt;br /&gt;[07:14am] emily_g: but you have a point; I may need to go further and look at layer state events or render events&lt;br /&gt;[07:15am] emily_g: I have a couple questions about the current udig graph module&lt;br /&gt;[07:15am] jgarnett: sure&lt;br /&gt;[07:15am] emily_g: 1 - it has very few to no comments; this really isn't cool if you are trying to understand what's going on&lt;br /&gt;[07:16am] emily_g: 2 - it looks to me like you can only route on one dataset at a time&lt;br /&gt;[07:16am] jgarnett: (although the news here is that if you need to change how graph works you can - it is not used much yet and has not seen public release)&lt;br /&gt;[07:16am] emily_g: (the waypoints are stored on the map blackboard)&lt;br /&gt;[07:16am] jgarnett: thinking ....&lt;br /&gt;[07:16am] jgarnett: 1. you are correct about the comments; mostly that is because the graph functionality is document well on the geotools wiki&lt;br /&gt;[07:17am] jgarnett: I should go through and add at least class level commens (ie meet the udig requirements for comments)&lt;br /&gt;[07:17am] emily_g: ya; I think that would help&lt;br /&gt;[07:17am] jgarnett: 2. this is something that can be changed I guess&lt;br /&gt;[07:17am] emily_g: I'm not sure we need to change it&lt;br /&gt;[07:17am] jgarnett: it depends on where you store the graph data structure&lt;br /&gt;[07:17am] emily_g: I'm just trying to understand what is happening now&lt;br /&gt;[07:17am] jgarnett: is routing actually making sense on more than one data set?&lt;br /&gt;[07:17am] jgarnett: I could see a public transit one and a car one&lt;br /&gt;[07:18am] emily_g: or trasit; car; walk &amp; bike&lt;br /&gt;[07:18am] emily_g: or maybe you want to test different dataset&lt;br /&gt;[07:18am] jgarnett: but not both at the same time; you would set up what you need and then ask it to generate a route&lt;br /&gt;[07:18am] emily_g: and see how the attributes give you different routes&lt;br /&gt;[07:18am] jgarnett: yeah okay fair enough&lt;br /&gt;[07:18am] emily_g: i'm sorry i'm making up use cases ... I don't actually have that use case ... yet&lt;br /&gt;[07:19am] jgarnett: so the workflow for that package right now places a graph on the map blackboard; we would need it to change and place a graph on a layer blackboard; and make a single renderer to show way points and the route calcualted against that graph.&lt;br /&gt;[07:19am] jgarnett: you guys are using pgRouting; and I am mostly interested in assuring you make use of the catalog api correctly&lt;br /&gt;[07:20am] emily_g: I'm sure we are not&lt;br /&gt;[07:20am] jgarnett: (ie it would be bad form to start doing data access connection stuff at the layer level)&lt;br /&gt;[07:20am] jgarnett: did you get my origional message to Tim?&lt;br /&gt;[07:20am] emily_g: yes I did&lt;br /&gt;[07:20am] emily_g: but I'm still working on understanding it&lt;br /&gt;[07:20am] jgarnett: I tried to think it through ... but I may of missed something. I assume he had gone through Service / Renderer / Style tutorials.&lt;br /&gt;[07:20am] emily_g: You said somewhere that we should just use the postgis connection in the catalog - I don't think we can guarentee this is already a connection in the catalog&lt;br /&gt;[07:21am] emily_g: our client also has some "weird" requirements that they want the connection stuff as a different bundle; so what we do for them will probably be a bit different from what we do for udig&lt;br /&gt;[07:22am] jgarnett: um the requirements are fine&lt;br /&gt;[07:22am] jgarnett: you can add functionality to the udig postgis from a different bundle&lt;br /&gt;[07:22am] jgarnett: backing up to the larger picture&lt;br /&gt;[07:22am] jgarnett: we want to make sure the postgis connection pool is managed stupidly well&lt;br /&gt;[07:23am] jgarnett: and it would be good to share the connection between the postgis datastore and the pgRouting api&lt;br /&gt;[07:23am] jgarnett: is that okay / understandable?&lt;br /&gt;[07:23am] emily_g: yes - you want one connection&lt;br /&gt;[07:23am] emily_g: makes sense to me&lt;br /&gt;[07:24am] jgarnett: well one connection pool&lt;br /&gt;[07:24am] jgarnett: so for your customer do you have access to the udig catalog?&lt;br /&gt;[07:24am] emily_g: aren't connection pools managed by geotools datastores?&lt;br /&gt;[07:25am] jgarnett: (this conversation kind of has two parts; one about how to manage the connection pool and another about how to intergrate with the graph tools)&lt;br /&gt;[07:25am] jgarnett: not really; when you construct a geotools datastore you can hand in a connection pool&lt;br /&gt;[07:25am] jgarnett: (or you can specifiy a bunch of optional parameters and ask it to create you one)&lt;br /&gt;[07:26am] jgarnett: either way will work here; we need to get access to the connection pool for the PostGISserviceImpl&lt;br /&gt;[07:26am] jgarnett: (I think there may already be a resolve target - for ConnectionPool or Connection)&lt;br /&gt;[07:26am] jgarnett: I am not too worried about that ...&lt;br /&gt;[07:26am] jgarnett: mostly about defining an API to access pgRouting; and then making sure you can get the connection pool in behind that api&lt;br /&gt;[07:26am] emily_g: the thing is in the end our client may not want a direct connection to postgis anyways&lt;br /&gt;[07:27am] emily_g: they may want it go to through some middleware connection&lt;br /&gt;[07:27am] jgarnett: Do you have an API for pgRouting yet?&lt;br /&gt;[07:27am] jgarnett: ah right - fair enough.&lt;br /&gt;[07:27am] jgarnett: even more important to make an API then&lt;br /&gt;[07:27am] jgarnett: (and consider spring remoting when implementing the api for your client - in order to reduce the cost of setting up the middleware)&lt;br /&gt;[07:27am] emily_g: yes and no; I'm not really ready to answer that question&lt;br /&gt;[07:27am] jgarnett: okay np&lt;br /&gt;[07:27am] emily_g: i'm still working on it&lt;br /&gt;[07:28am] jgarnett: at somepoint here will be some methods right?&lt;br /&gt;[07:28am] jgarnett: hand in a start and end point and get back a route; or whatever other services pgrouting offers (I have only read about it)&lt;br /&gt;[07:29am] emily_g: yes it is basically that&lt;br /&gt;[07:29am] emily_g: pass in some points &amp; route type and get back geometry&lt;br /&gt;[07:29am] jgarnett: thinking&lt;br /&gt;[07:30am] jgarnett: sorry for the distraction on the postgis front; going through some middleware thing is a bit different&lt;br /&gt;[07:30am] jgarnett: I would probably handle it by defining that API&lt;br /&gt;[07:30am] jgarnett: and sticking that object on the map or layer blackboard&lt;br /&gt;[07:30am] jgarnett: and defining the graph tools against that object (or graph wizard or whatever)&lt;br /&gt;[07:31am] jgarnett: and then I would implement using geotools graph&lt;br /&gt;[07:31am] jgarnett: and implement using the middleware&lt;br /&gt;[07:31am] jgarnett: and if we have call to talk to postgis directly I would go off and play that game.&lt;br /&gt;[07:31am] emily_g: that's sort of what we are doing I think&lt;br /&gt;[07:31am] jgarnett: in some sense that makes defining the api easier; since it comes down to what you need the tools to be able to call.&lt;br /&gt;[07:31am] emily_g: without the geotools graph stuff because that is already handled for us by pg routing&lt;br /&gt;[07:32am] emily_g: the problem I was having was want to do with our pgRouting API implementation; but you are correct - we can put it on the map blackboard&lt;br /&gt;[07:32am] jgarnett: in anycase feel free to manipulate the graph module into that shape; it may even be a helpful move for your project since it would allow you to test prior to the create of the middleware bit&lt;br /&gt;[07:33am] jgarnett: ah right - putting custom components on the map (or layer blackboard) is the way to go.&lt;br /&gt;[07:33am] jgarnett: you may find that you need a bit more lifecucle control;&lt;br /&gt;[07:33am] jgarnett: ie if the layer was deleted you may want to be told about it?&lt;br /&gt;[07:33am] jgarnett: if that is the case we may need to look at making the blackboard a little smarter (ie more into a container)&lt;br /&gt;[07:34am] jgarnett: but no sense causing trouble unless you have the need I figure.&lt;br /&gt;[07:34am] jgarnett: um you did this approach for the birds demo; so I thought it would be fresh in your mind&lt;br /&gt;[07:34am] jgarnett: (still want to write that demo up for others)&lt;br /&gt;[07:34am] emily_g: ya; and I've used it for the mapgraphic rendering problem;&lt;br /&gt;[07:34am] emily_g: just didn't clue into it; too many other things going on&lt;br /&gt;[07:35am] emily_g: i have a meeting shortly and I need to eat so I'm going to run away&lt;br /&gt;[07:35am] emily_g: thanks for the help&lt;br /&gt;[07:35am] emily_g: is there an official irc meeting tommorrow?&lt;br /&gt;[07:35am] jgarnett: okay; I will post these logs; and spend the rest of the meeting timeslot here on sorting jira bugs.&lt;br /&gt;[07:35am] jgarnett: Today is friday for me; and this is the meeting timeslot.&lt;br /&gt;[07:36am] emily_g: okay I'm confused between what day it is&lt;br /&gt;[07:36am] jgarnett: Andrea wanted to go over Jira bugs (in prep for a code sprint) tomorrow&lt;br /&gt;[07:36am] jgarnett: np&lt;br /&gt;[07:36am] jgarnett: that is what weekends are for; to help you organize what day is where (or when?)&lt;br /&gt;[07:36am] jgarnett:&lt;br /&gt;[07:42am] jgarnett: thanks for the chat emily&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-2766288766952919797?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/2766288766952919797/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=2766288766952919797' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/2766288766952919797'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/2766288766952919797'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2009/03/irc-logs-march-6th.html' title='IRC Logs March 6th'/><author><name>Jody Garnett</name><uri>https://profiles.google.com/117011258972821557685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh3.googleusercontent.com/-X5a7F6O0TWc/AAAAAAAAAAI/AAAAAAAAANY/Uon8vTnnfIo/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-8959447276204689038</id><published>2009-03-01T15:53:00.000-08:00</published><updated>2009-03-01T15:55:41.151-08:00</updated><title type='text'>FOSS4G 2009: One week extension to Workshops and Tutorial submissions</title><content type='html'>&lt;span class="Apple-style-span" style="border-collapse: collapse; color: rgb(51, 51, 51); font-family: arial; font-size: 13px; "&gt;Sydney, Australia. 2 March 2009.&lt;br /&gt;&lt;br /&gt;In response to requests from presenters, the deadline for the FOSS4G 2009 workshop and tutorial abstract submissions has been extended by one week, to Monday 9 March 2009. If you are considering submitting a workshop, please notify your intent by emailing the Workshop/Tutorial coordinator, Mark Leslie m a r k . l e s l i e AT l i s a s o f t . c o m&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;About FOSS4G&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;FOSS4G, held 20-23 October 2009 in Sydney, Australia, is the international "gathering of tribes" for open source geospatial communities. The theme for the FOSS4G 2009 conference will be "User Driven". Users and developers are encouraged present their latest projects and software to demonstrate the power of Open Source for system integration through a series of workshop sessions and tutorial presentations. Session participants should expect to see presentations on both geospatial open source and propriety software integration along with pure open source solutions.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;Workshops&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Workshops are expected to be a hands-on experience with participants following along with the instructor, working directly with the application under discussion. All workshop rooms will be equipped with computers (two students sharing one system) to support this vision. Workshop computers will pre-installed with a basic image containing standard packages running in a Windows XP environment. A projector will be provided for each computer room for use within a workshop. Instructors will need to discuss pre-installation requirements with the Conference Organising Committee if required.&lt;br /&gt;&lt;br /&gt;Workshops are expected to require considerable effort to create, with past experience showing that three days of preparation per hour of presentation are required to produce a high quality workshop. Additionally you will be expected to develop material for attendees to take home with them, such as handouts, workbook, CD-ROMs etc. Due to the effort involved in producing and presenting a workshop, instructors will receive a single complementary registration to the conference for delivering a workshop.&lt;br /&gt;&lt;br /&gt;All workshop submissions will be considered, but particular interest will be shown in the following topics:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Practical Introduction to ____&lt;/li&gt;&lt;li&gt;Integrating Open Source&lt;/li&gt;&lt;li&gt;Spatial Data Privacy and Security&lt;/li&gt;&lt;/ul&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;Tutorials&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Tutorial rooms will not be equipped with computers, however presenters may optionally make use of delegate laptops and the FOSS4G LiveDVD.&lt;br /&gt;&lt;br /&gt;At least 80% of delegates are expected to be carrying a laptop and FOSS4G LiveDVDs will be given to all delegates.&lt;br /&gt;&lt;br /&gt;Preference will be given to hands-on tutorials.&lt;br /&gt;&lt;br /&gt;Any hands-on aspects to a tutorial will be the responsibility of the presenter and needs to be described in the tutorial description. Presenters making use of the Live DVD or Climate Change Integration Plugfest (CCIP) will be expected to contribute to testing pre-releases to ensure material and software is properly installed. To discuss your requirements for LiveDVD, please contact the organising committee: &lt;a href="http://2009.foss4g.org/contacts/" target="_blank" style="color: rgb(54, 84, 82); "&gt;http://2009.foss4g.org/&lt;wbr&gt;contacts/&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;All tutorial submissions will be considered, but particular interest will be shown in the following topics:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Practical introductions&lt;/li&gt;&lt;li&gt;Interoperability&lt;/li&gt;&lt;li&gt;Spatial data accuracy&lt;/li&gt;&lt;li&gt;Spatial data privacy&lt;/li&gt;&lt;li&gt;Spatial data security&lt;/li&gt;&lt;li&gt;System implementation&lt;/li&gt;&lt;li&gt;Data migration&lt;/li&gt;&lt;/ul&gt;Submission instructions and templates are available at &lt;a href="http://2009.foss4g.org/workshops/" target="_blank" style="color: rgb(54, 84, 82); "&gt;http://2009.foss4g.org/&lt;wbr&gt;workshops/&lt;/a&gt;and &lt;a href="http://2009.foss4g.org/tutorials/" target="_blank" style="color: rgb(54, 84, 82); "&gt;http://2009.foss4g.org/&lt;wbr&gt;tutorials/&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;The deadline for workshop / tutorial submissions is March 9, 2009&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-8959447276204689038?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/8959447276204689038/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=8959447276204689038' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/8959447276204689038'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/8959447276204689038'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2009/03/foss4g-2009-one-week-extension-to.html' title='FOSS4G 2009: One week extension to Workshops and Tutorial submissions'/><author><name>Jody Garnett</name><uri>https://profiles.google.com/117011258972821557685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh3.googleusercontent.com/-X5a7F6O0TWc/AAAAAAAAAAI/AAAAAAAAANY/Uon8vTnnfIo/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-4022852798003054225</id><published>2009-02-26T12:51:00.000-08:00</published><updated>2009-02-26T13:06:11.012-08:00</updated><title type='text'>IRC Logs Feb 27th</title><content type='html'>&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;&lt;div&gt;uDig IRC meeting:&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;(7:09:51 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;morning!&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:10:00 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;I am getting better at this (and getting better)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:10:10 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;good afternoon :P&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:10:19 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;this should be my last week of coming into the office early to attend these things&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:11:06 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;(finally ordered internet for my house)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:11:19 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;I am going to send a quick email to the list and see if we can scare up more people&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:11:21 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;how exciting&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:11:35 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;but there is some interesting things going on SoC, FOSS4G workshop deadline etc&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:12:32 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;how is your hacking going emily?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:13:12 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;good for now I think I'm mostly done what I need to do&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:13:30 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;I'm still now sure how to deal with udig community module relying on the unsupported geotools module&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:13:57 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;I've been committing a jar file which I know is a very bad thing :)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:14:03 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;gak!&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:14:07 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;well there are two ways&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:14:50 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;1. make the geotools module supported; we really should not be selling our customers less (the supported mechansim exists mostly as a measure of quality). The process work gdavis did is in a similar bind I am afraid&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:15:12 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;2. do not make it supported; and make udig libs suck up the dependency&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:15:29 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;Question - is this just a code dependency? Or is does it need to hook into the geotools factory finder thing?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:16:14 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;Finally you could have a refresh.xml script fetch the jar (copy the one out of libs); or we can modify the refresh.xml script in libs to copy the jar into your module (so there is still a single refresh.xml script to run)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:16:21 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;but these are all good questions&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:16:34 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;I'm not sure I understand what that means - the geotools factory finder thing ?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:18:41 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;geotools has a plugin system&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:18:53 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;(ie not the plugin system eclipse uses; but one called FactorySPI that comes with java)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:19:18 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;it depends on looking up a magic file in the jar MANIFEST&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:19:35 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;Well my udig module doesn't make direct use of factory finders, but I think the geotools caching module may&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:19:42 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;actuall a magical folder called services/ that has text files listing all the "factory service provider interfaces"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:20:01 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;the question is does your geotools caching modules have ones of these services/ folder&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:20:16 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;no I don't think so&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:20:18 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;(you can see an example in geotools main; where the services directory is used to list all the function implementations for example)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:20:40 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;okay; if it did have a services/ folder it would *have* to go into net.refractions.udig.libs or it would not work&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:21:16 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;what is your module that uses the caching?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:21:31 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;is it your own community module; or did you need to work on the udig wfs module?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:22:00 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;it's my own community module&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:22:06 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;(aside here is the geotools documentation on factory spi - &lt;a href="http://docs.codehaus.org/display/GEOTDOC/05+How+to+write+a+Plugin+-+from+Interface+to+Factory"&gt;http://docs.codehaus.org/display/GEOTDOC/05+How+to+write+a+Plugin+-+from+Interface+to+Factory&lt;/a&gt;)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:22:22 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;okay; since it is your own work everything is up to you&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:22:42 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;if you were intergrating this into core udig I would get all frumpy and do a code review&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:22:43 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;community/emily/net.refractions.udig.catalog.wfs.cache&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:22:53 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;as a community module we can treat it as a proof of concept.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:22:57 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;well quiet frankly that's the boring code; &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:23:04 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;the caching code in geotools is much more exciting&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:23:35 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;when/if you did want this in udig we would seriously look at cleaning up the geotools module and making it supported (either adding the functionality into core geotools or signing up as a module maintainer for the thing)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:24:08 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;if I was your customer I would be asking for this of course :-) Perhaps you can suggest it as a phase 2 (now that you know the approach is worth following)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:24:29 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;hmm okay good advice &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:24:30 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;aside: Andrea was thinking of another code sprint; either based on a bug fix run or on a new functionality run&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:24:41 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;adding caching would be cool idea&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:24:43 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;I'll put it on my list&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:25:11 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;(and would provide symetry with the TileCache work; uDig 1.2 would then feature caching for both wfs and wms resources)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:25:17 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;it would be nice to try to clean up some of the bugs in "core" functionality of udig&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:25:36 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;agreed; the code sprint format seemed productive.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:25:46 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;I may as well ask if there is any good time slot for you this month?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:25:53 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;perhaps we can set an initial time...&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:26:04 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;no good time; jan-mar is usually bad time here&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:26:13 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;april/may might be better but further off&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:26:47 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;I would be willing to pick a bug or two and try to fix them in my spare time; but the problem I had with that&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:26:55 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;is that I went and look a jira and got confused and scared&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:27:59 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;I couldn't really easily figure out what bugs were current; what were fixed or what I could do that was useful&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:28:08 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;I suspect that stems partly from my inexperience&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:28:36 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;it is partly from Jira bugs being automatically assigned to people who are not around anymore like Richard :-P&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#676e5a;"&gt;(7:29:03 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #676e5a;"&gt;sidlon: &lt;/span&gt;basic question:  if i have an image, like a satellite photo of an area... do you know if there's any way in uDig to display that along with shapefile data?  would that be a raster layer?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:29:04 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;I understand that year end is a bad time for you&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:29:18 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;yes that would be a raster layer.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:29:35 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;many stellite photos have the information inside them about where they should be displayed.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:29:43 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;if it is a simple png or jpg they will not&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:29:51 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;and you need a seperate text file to say where it should be on the world&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#676e5a;"&gt;(7:30:00 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #676e5a;"&gt;sidlon: &lt;/span&gt;so if i have a jpeg, are there tools i can use to add the geo info to them?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:30:03 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;(this is called the "world + image" format and is documented in the udig help menu)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:30:31 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;you can actually just do it yourself with a text editor like notepad&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:30:49 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;a couple people have made tools for you to position the image on the screen; but I am not aware of any of them going public&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:31:00 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;let me find you a link to one that was written around udig (but not folded in)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:31:32 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;a href="http://udig.refractions.net/files/downloads/flightline/"&gt;http://udig.refractions.net/files/downloads/flightline/&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:31:57 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;here is documentation on the world plus image format&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:31:58 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;a href="http://udig.refractions.net/confluence/display/EN/World+Plus+Image"&gt;http://udig.refractions.net/confluence/display/EN/World+Plus+Image&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:32:08 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;hopefully that is enough to get you going?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:32:31 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;as I said most satillite images will be in TIFF format; and when they fold the location information into the file it is called "GeoTiff"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:32:38 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;where are you getting your photo from?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:32:49 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;(it may already just work)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#676e5a;"&gt;(7:32:50 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #676e5a;"&gt;sidlon: &lt;/span&gt;i think this will definitely help. thanks!&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#676e5a;"&gt;(7:33:43 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #676e5a;"&gt;sidlon: &lt;/span&gt;i'm looking to create an application that can accept satellite imagery &amp;amp; shapefiles (for roads etc) and display them together&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:34:11 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;well you found one&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:34:30 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;and if you go through the tutorials you will see how to create your own custom application (using udig as a base)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#676e5a;"&gt;(7:34:44 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #676e5a;"&gt;sidlon: &lt;/span&gt;then maybe write a plugin to generate an xml describing the combined scene&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:35:05 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;I hope you find the documentation in order; we have made some of the high quality intro documentation public on the website - but much of the advanced stuff is part of our commercial training course&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:35:07 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;ah!&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:35:13 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;there is already a plugin to do that&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:35:19 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;but I have not had a chance to make it work recently&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:35:24 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;perhaps you would like to work on it&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:35:30 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;a scene is called a "context"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:35:42 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;so the plugin writes an "OWS Context" file&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:36:09 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;"ows" = open web service - but the actually do more than that now allowing people to document shapefiles; and google maps and stuff for the web programs.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:36:43 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;At the very least the plugin can show you how to write you a description of a scene; and how to create a map when reading the description back in&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:37:02 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;a href="http://www.ogcnetwork.net/context"&gt;http://www.ogcnetwork.net/context&lt;/a&gt; is the formal docs&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#676e5a;"&gt;(7:37:15 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #676e5a;"&gt;sidlon: &lt;/span&gt;so far i'm definitely impressed w/ everything uDig can do...  i really appreciate this help&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#676e5a;"&gt;(7:38:00 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #676e5a;"&gt;sidlon: &lt;/span&gt;one last question... is there currently, or would it be possible for me to right, code to merge layers?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#676e5a;"&gt;(7:38:08 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #676e5a;"&gt;sidlon: &lt;/span&gt;(write)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#676e5a;"&gt;(7:40:39 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #676e5a;"&gt;sidlon: &lt;/span&gt;basically i'd like to make it possible for the user to load a number of shapefiles covering different areas and save them to a single shapefile&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:40:54 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;I would like to say yes&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:40:58 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;since you can do almost anything in code&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:41:05 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;but the shapefile format is limited to a single kind of feature at a time&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:41:13 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;(ie all points, or all lines, or all polygons)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:41:30 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;also it only stores one kind of feature; so all the featues would need a single set of attributes&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#676e5a;"&gt;(7:41:38 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #676e5a;"&gt;sidlon: &lt;/span&gt;gotcha... so if i had 2 polygon shapefiles, they could be merged maybe?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:41:43 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;right now you can do that&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:41:57 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;load up one shapefile; select all, copy, and paste into your new layer&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:42:01 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;and repeate for the other layer&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:42:10 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;but understand that the attributes will not be merged or anything&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:42:27 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;look at the reshape operations for an example of how to manipulate attributes (rename; recalculate, etc...)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#676e5a;"&gt;(7:42:27 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #676e5a;"&gt;sidlon: &lt;/span&gt;ok. i think i understand.  thanks again!&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:42:42 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;you would need to make both layers have the same attributes in order to merge them&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:49:55 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;okay I think we are winded down - thanks for the chat guys&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:50:11 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;thanks jody&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:50:13 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;have a great day&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-4022852798003054225?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/4022852798003054225/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=4022852798003054225' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/4022852798003054225'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/4022852798003054225'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2009/02/irc-logs-feb-27th.html' title='IRC Logs Feb 27th'/><author><name>Jody Garnett</name><uri>https://profiles.google.com/117011258972821557685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh3.googleusercontent.com/-X5a7F6O0TWc/AAAAAAAAAAI/AAAAAAAAANY/Uon8vTnnfIo/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-7506424921305567665</id><published>2009-02-13T00:39:00.000-08:00</published><updated>2009-02-13T01:28:02.567-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Axios'/><title type='text'>AXIOS UDIG EXTENSIONS 1.2-M2 (UNDER DEVELOPMENT)</title><content type='html'>This release, available for uDig 1.1.1, include the following new operations:&lt;br /&gt;- &lt;span style="font-style: italic;"&gt;Fill Spatial Operation&lt;/span&gt;. It creates new geometries&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_NiPm7rKUttc/SZU1YS1U1PI/AAAAAAAAAAs/gbdlP_R-gNk/s1600-h/fill-operation.png"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 200px; height: 76px;" src="http://1.bp.blogspot.com/_NiPm7rKUttc/SZU1YS1U1PI/AAAAAAAAAAs/gbdlP_R-gNk/s200/fill-operation.png" alt="" id="BLOGGER_PHOTO_ID_5302202827787261170" border="0" /&gt;&lt;/a&gt;&lt;div style="text-align: left;"&gt;using the reference lines, present in other layer, and the borders of the source polygons as their own borders.&lt;/div&gt;&lt;br /&gt;- Hole Spatial Operation. It makes holes inside a polygon feature &lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_NiPm7rKUttc/SZU3ZZWQrLI/AAAAAAAAAA0/krqzvEusgTc/s1600-h/hole-operation.png"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 200px; height: 76px;" src="http://1.bp.blogspot.com/_NiPm7rKUttc/SZU3ZZWQrLI/AAAAAAAAAA0/krqzvEusgTc/s200/hole-operation.png" alt="" id="BLOGGER_PHOTO_ID_5302205045739138226" border="0" /&gt;&lt;/a&gt;using valid LineStrings that are present in another layer, used as reference.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;To test this new release please visit our web site &lt;a href="http://www.axios.es/"&gt;www.axios.es&lt;/a&gt; &lt;span style="font-weight: bold;"&gt;download&lt;/span&gt; page. Here you can found the latest stable release Axios uDig Extensions 1.1.1 for uDig 1.1.1.&lt;br /&gt;&lt;br /&gt;If you want to know more about this project visit the&lt;br /&gt;following page: &lt;a href="http://udig.refractions.net/confluence/display/COM/Spatial+Operations+and+Editing+Tools"&gt;Spatial Operations and Editing Tools&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-7506424921305567665?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/7506424921305567665/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=7506424921305567665' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/7506424921305567665'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/7506424921305567665'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2009/02/axios-udig-extensions-12-m2-under.html' title='AXIOS UDIG EXTENSIONS 1.2-M2 (UNDER DEVELOPMENT)'/><author><name>Mauricio Pazos</name><uri>http://www.blogger.com/profile/17130031139626580253</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/-lrvRp4NWmWY/Tkjf5YtPzHI/AAAAAAAAAE0/JyUgXo25kwU/s220/mauro-working.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_NiPm7rKUttc/SZU1YS1U1PI/AAAAAAAAAAs/gbdlP_R-gNk/s72-c/fill-operation.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-6904060474681157743</id><published>2009-02-12T13:10:00.000-08:00</published><updated>2009-02-12T13:11:39.142-08:00</updated><title type='text'>IRC Logs February 14th</title><content type='html'>&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-size: 16px; "&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:10:58 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;morning jody&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#5d110c;"&gt;(7:12:14 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #5d110c;"&gt;silli: &lt;/span&gt;morning all!&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#5d110c;"&gt;(7:12:27 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #5d110c;"&gt;silli: &lt;/span&gt;unfortunately moovida is sick&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#5d110c;"&gt;(7:12:36 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #5d110c;"&gt;silli: &lt;/span&gt;and can not join the IRC&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:15:34 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;I have a question about udig libs &amp;amp; building udig (I'm getting a bunch of errors)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:15:50 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;okay cool; lets set an agenda ...&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;(7:16:12 AM) &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;jgarnett has changed the topic to: 0) what is up 1) udig and building&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:16:45 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;I was thinking of talking to moovida about the table view problem I fixed; and seeing if anyone wanted to back port it to 1.1.x.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:17:08 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;anything else worth talking about? We should be doing something with SoC I guess.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:17:28 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;Right now the best thing we can do is make sure we have time to act as sponsors&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:17:45 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;sorry mentors&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:17:55 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;emily_g are you interested in mentoring this year?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:18:25 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;I have no idea what is involved in mentoring ...&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:18:58 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;there is a nice page on it somewhere; but the actual work kind of depends on how dialed in the student you get is&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:19:39 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;I have gotten away with code reviews and email before; others have had failure even with spending lots of time&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:19:47 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;Suppose I will send it to the email list ...&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:19:49 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;0) what is up&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:20:02 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;I will do some reading and think about it&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:20:21 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;jgarnett - fixed table view; not sure if anyone wants that backported to 1.1.x. May get some time to hack this weekend.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:20:50 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;emily - still poking away at feature caching&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:22:37 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;1) udig and building&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:22:47 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;so I updated udig this morning&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:23:00 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;so where are you at emily? there was some issue with imageio-ext jars not being deployed to the osgeo repo; but that is fixed now?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:23:01 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;and libs gives me errors&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:23:08 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;(I have not done that yet; let me try now)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:23:12 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;package org.geotools.arcsde.gce.band does not exist in this plug-in&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:23:29 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;ah&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:23:30 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;same for org.geotools.arcsde.gce.imageio &amp;amp; org.geotools.arcsde.gce.producter&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:23:41 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;gabriel has been hacking away at arcsde hard these last couple of days&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:23:50 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;and some of the package names may of changed&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:24:00 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;so here are the two ways it could break us&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:24:23 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;- gabriel may be testing in udig; and updating udig as he goes; but if he has not deployed his geotools changes we will have trouble&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:24:38 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;- or he may of deployed his geotools changes; and nobody has updated udig libs yet&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:24:58 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;I think it may be the second&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:25:19 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;There is a single button "update" you can do; called organized manifests ... I tend to do it by hand so I can hide a few projects that we&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:25:22 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;as I don't see any commits related to sde in the last few days&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:25:50 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;I am going to duck over to the geotools list and ask&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;(7:26:30 AM) &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;groldan [&lt;i&gt;n=groldan@host179.201-253-34.telecom.net.ar&lt;/i&gt;] entered the room.&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:26:35 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;hello&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:26:35 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;hi gabriel&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:26:46 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;hi there&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:26:53 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;emily_g reports our udig build broken; something about package changes in arcsde&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:27:04 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;did you deploy your changes?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:27:16 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;(if so we need to update udig libs)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:27:17 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;package org.geotools.arcsde.gce.band does not exist in this plug-in &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:27:23 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;hum, I only changed package names in the gce stuff&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:27:28 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;same for org.geotools.arcsde.gce.imageio &amp;amp; org.geotools.arcsde.gce.producer&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:27:38 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;ok, so its just a matter of removing those packages from the manifest&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:27:55 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;yup, there's a single org.geotools.arcsde.gce package now&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:28:00 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;(we're doing more with less code)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:28:27 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;sounds good; I will remove them from the udig manifest and commit the fix&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:28:29 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;thanks&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:28:31 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;so please just remove those packages from the manifest, I don't have a udig dev env at hand&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:28:38 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;thanks emily_g &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:29:15 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;FYI all this fuss is to have something like this: &lt;a href="http://arcy.opengeo.org:8080/geoserver/wms?bbox=33001.0,774001.0,333001.0,961999.0&amp;amp;styles=&amp;amp;Format=application/openlayers&amp;amp;request=GetMap&amp;amp;version=1.1.1&amp;amp;layers=massgis:SDE.IMG_USGSQUADM&amp;amp;width=800&amp;amp;height=470&amp;amp;srs=EPSG:26986"&gt;http://arcy.opengeo.org:8080/geoserver/wms?bbox=33001.0,774001.0,333001.0,961999.0&amp;amp;styles=&amp;amp;Format=application/openlayers&amp;amp;request=GetMap&amp;amp;version=1.1.1&amp;amp;layers=massgis:SDE.IMG_USGSQUADM&amp;amp;width=800&amp;amp;height=470&amp;amp;srs=EPSG:26986&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:29:17 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;:)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:29:49 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;nice :)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:30:17 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;fun; performance seems good too&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:31:06 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;yup, thanks to JAI :)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:31:09 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;gabriel your email on this subject was so dense I have not made it through yet&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:31:20 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;I trust Saul is giving you most of the feedback you need&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:31:27 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;ouch, I liked the rant&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:31:29 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;:/&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:31:42 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;is there anything else fun that you would like to talk about?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:31:46 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;still, most of it shall go end up to the wiky though&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:32:01 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;(not a rant; you do not send email - and then you send one big one)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:32:16 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;he, bad groldan&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:32:45 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;does arcsde support nD grids?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:33:07 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;hum, supports N-band ones&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:33:17 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;yeah&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;(7:33:21 AM) &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;dassouki [&lt;i&gt;n=a_d@fctnnbsc15w-156034075039.pppoe-dynamic.nb.aliant.net&lt;/i&gt;] entered the room.&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:33:24 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;but I don't think it matches the nD concept&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:33:47 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;they're _rasters_, 2D&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:34:00 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;It kind of can; if you make your own color model based on the number of bands etc...&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:34:02 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;oh okay&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:34:06 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;that is fine; just asking&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:34:19 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;and yeah, I'm having a lot of fun to support raster catalogs now&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:34:37 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;reading your email about "fail if there is no support for the raster's format and number of bands" - I think you do not need to fail is all&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:34:41 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;see my previous chat with simboss at #geoserver&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:34:54 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;thinking&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:35:02 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;so what do you need to hook this up in uDig?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:35:13 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;a little bit of time&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:35:18 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;(the spare one)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:35:19 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;we need to be able to discover what grid coverages are available; how is that handled on the arcsde side?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:35:31 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;but its something I really want to do&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:35:41 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;raster_columns table&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:36:00 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;jgarentt - i removed those packages and now I get another error - libs is missing library lib/beam-1.0.jar; does this mean anything to you?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:36:08 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;cool&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:36:11 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;thinking&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:36:48 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;yeah I can add an ArcSDERasterFormat.getAvaliableRasters():List&lt;string&gt; method with ease&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:36:52 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;or such&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;(7:37:05 AM) &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;silli left the room.&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:37:17 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;I have it in mine emily_g; but I can run again. What it would mean (if it is not there and you did your libs from scratch) is that beam is no longer a dependency&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:37:33 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;(we get random jars dropped on us via maven dependency; sometimes they go away as well)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:37:56 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;groldan++ if you have a method like that we can make a list of raster children&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:38:04 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;um but are we likely to have a list of thousands?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:38:15 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;like more than the number of tables &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:38:38 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;do they have any kind of organization to the raster? Or perhaps the rasters can be very big ... not really sure of the arcsde model&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:40:52 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;catching up...&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:41:24 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;list of thousands: you'll have a list as big as the number of rasters are registered, just like for FeatureTypes&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:41:35 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;fair enough&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:41:41 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;I don't quite get why you say more than the number of tables?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:41:56 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;hopefully we can get some good descriptive information out of them as well; so users can find what they want&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:42:11 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;hehe, I'm your friend here&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:42:21 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;I have seen rasters represented as values in a database table before&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:42:26 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;a big old blob&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:42:30 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;check out &lt;a href="http://arcy.opengeo.org:8080/geoserver/ows?service=WCS&amp;amp;request=GetCapabilities"&gt;http://arcy.opengeo.org:8080/geoserver/ows?service=WCS&amp;amp;request=GetCapabilities&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:42:59 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;look at the abstract info for the ones in the massgis namespace&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:43:11 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;I'm building quite a nice ResourceInfo here&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:43:21 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;ows:title&gt;SDE.IMG_COQ2001_CLIP_BOS_1 is an ArcSDE Raster&lt;/ows:Title&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:43:25 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;and made the geoserver config to get the default description from ResourceInfo&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:43:32 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;really? SDE.IMG_COQ2001.....&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:43:38 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;for the title :-)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:43:47 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;uh?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:44:24 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;what tile?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:44:27 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;this looks like the ID has been turned into a tilte&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:44:52 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;for &lt;wcs:identifier&gt;massgis:SDE.IMG_BWORTHOS_CLIP_BOS&lt;/wcs:Identifier&gt;  the title is &lt;ows:title&gt;SDE.IMG_COQ2001_CLIP_BOS_1 is an ArcSDE Raster&lt;/ows:Title&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:45:24 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;a lot of the titles have the " is an ArcSDE Raster"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:45:41 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;agreed, bad&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:46:00 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;just the old geoserver way "XXX is a YYY Raster"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:46:34 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;I can get something more useful from the table metadata but found they hardly set it&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:47:01 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;still, fallbacking to the table name seems like the only solution as for what ResourceInfo concerns?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:47:22 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;agreed&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:47:36 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;I should check if ResourceInfo is allowed to have a null title&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:47:46 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;we are allowed to point out to users when their title is bad :-)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:47:46 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;I realize you're thinking in udig where there's not an admin setting nice titles for you like in geoserver&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:48:13 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;we are&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:48:21 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;well if you give me the API&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:48:33 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;we can let users update the metadata from udig &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:49:03 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;aside: our idea of introducing "info" to geotools has kind of failed&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:49:17 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;we did not push it through the other datastore implemntations and thus it has not been picked up&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:49:50 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;emily_g how goes the build? still stuck on beam?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:50:05 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;I deleted it from the class path and everything works fine for me&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:50:26 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;should I commit that change?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:51:07 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;ok, deal: &lt;a href="http://jira.codehaus.org/browse/GEOT-2337"&gt;http://jira.codehaus.org/browse/GEOT-2337&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:51:20 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;yep&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:51:38 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;I am doing a fresh build here to make sure beam does not get dragged in from refresh.xml&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:51:46 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;I gotta go back trying to figure out the JAI Mosaic operation&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:51:54 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;it could be that beam is new; and the dependency has not been deployed to the repo yet&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#40413f;"&gt;(7:51:57 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #40413f;"&gt;groldan: &lt;/span&gt;thanks for the chat, see you&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:52:00 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;ciao&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#773c6b;"&gt;(7:52:51 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #773c6b;"&gt;CIA-8: &lt;/span&gt;&lt;b&gt;UDig:&lt;/b&gt; &lt;span style="color:dark gr;"&gt;egouge&lt;/span&gt; * r31109 &lt;span style="color:teal;"&gt;udig&lt;/span&gt;/plugins/net.refractions.udig.libs/ (.classpath META-INF/MANIFEST.MF)&lt;b&gt;:&lt;/b&gt; fixes for updates to sde geotools jars &amp;amp; removal of beam from classpath&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:53:10 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;I have another more geotools related question for you - I would like to add a bit of documentation about this caching stuff I've done.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:54:20 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;I think this is the original page - &lt;a href="http://docs.codehaus.org/display/GEOTOOLS/SoC+2007+Caching+data"&gt;http://docs.codehaus.org/display/GEOTOOLS/SoC+2007+Caching+data&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:54:41 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;should I modify this page , add a new one,  or ask the geotools list?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:55:57 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;question&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:56:01 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;is this thing its own module?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:56:23 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;ya it's an unsupported module&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:56:25 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;make a page here (&lt;a href="http://docs.codehaus.org/display/GEOTOOLS/Module+Matrix"&gt;http://docs.codehaus.org/display/GEOTOOLS/Module+Matrix&lt;/a&gt;) and link back to the SOC page&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:56:25 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;gt-caching&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:56:34 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;we try and have just one developer notes page&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:56:49 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;this SOC page was kind of project notes; most students used it to report on their timeline and what they were doing&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:57:26 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;does that help?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:57:39 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;Hopefully your hard work will leave this thing in a state it can be used&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:57:46 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;I never even asked for user documentation for this one&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:58:43 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;i hope so too but I"m not use; I read through aaime list of requirements of a cache and this cache isn't that sophisticated &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:59:10 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;aaime has been talking about a cache&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:59:16 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;for 4 years&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:59:20 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;there are two good ways to do it&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:59:28 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;and nobody really knows which is great&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:59:32 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;until we build and profile&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:59:39 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;So I'll add a link from the modules matrix page to the soc page and update the soc page with the modifications I've made&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:59:41 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;so I would not worry; it is faster then remote WFS access :-)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:59:53 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;yup :)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:59:55 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;um &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:00:05 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;I would rather see you update the model matrics page&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:00:10 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;talk about the code&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:00:51 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;the SoC 2007 is over right?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:00:57 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;what you are doing now is about the module&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(8:00:59 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;yup&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:01:07 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;yup&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(8:01:13 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;okay I'll make a new page for the module&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:01:52 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;I am running refresh.libs now&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(8:02:12 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;what do the different colored stars mean?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:02:13 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;if beam is not around then I you can commit your change. If not we have a mystery to solve first&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:02:35 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;At the bottom of the module matrics page it tells you&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:02:46 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;a href="http://docs.codehaus.org/display/GEOT/Gold+Star+Quality+Assurance+Check"&gt;http://docs.codehaus.org/display/GEOT/Gold+Star+Quality+Assurance+Check&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:03:01 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;really primitive metric to report to users the state of maturity of the module&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(8:03:09 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;umm I already committed my change to remove beam ...&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:03:12 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;idea stolen from the maven plugin system&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:03:22 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;ha ha; okay &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(8:03:30 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;ya I got that; I was wondering what the difference was between red and yellow &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;(8:04:44 AM) &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;kartben [&lt;i&gt;n=kartben@pur31-3-82-240-189-250.fbx.proxad.net&lt;/i&gt;] entered the room.&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:04:58 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;yellow is good&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:05:00 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;red is bad&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:05:07 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;pass or fail&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:05:28 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;I would of just listed the number of stars but that is me&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(8:05:34 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;ok I though no star meant fail - &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(8:05:42 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;thanks &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:06:19 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;yeah I did as well&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:09:46 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;okay thanks for the meeting&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-6904060474681157743?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/6904060474681157743/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=6904060474681157743' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/6904060474681157743'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/6904060474681157743'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2009/02/irc-logs-february-14th.html' title='IRC Logs February 14th'/><author><name>Jody Garnett</name><uri>https://profiles.google.com/117011258972821557685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh3.googleusercontent.com/-X5a7F6O0TWc/AAAAAAAAAAI/AAAAAAAAANY/Uon8vTnnfIo/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-4481437245569003780</id><published>2009-02-05T13:48:00.000-08:00</published><updated>2009-02-05T13:53:45.936-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='udig'/><title type='text'>Who bought the uDig blog a sparkling new dress?</title><content type='html'>Coming from a very small scientific community as it is the one of JGrass, I must honestly say that I am not very used to people helping to make things better. Usually the &lt;span style="font-style: italic;"&gt;do it yourself &lt;/span&gt;rule applies best.&lt;br /&gt;&lt;br /&gt;Which is why I am glad when I see community members answer to other's community members questions in mailinglist.&lt;br /&gt;&lt;br /&gt;And which is why I am even very glad when I am able to "force" a community member to add a small page of documentation.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;But my goodness!!! What happened to this blog is amazing, I am almost choked up!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://blog.cleverelephant.ca"&gt;Paul&lt;/a&gt;, thank you so much on behalf of the uDig community for the elegant work done to bring this blog to the cadillac of blogs...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-4481437245569003780?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/4481437245569003780/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=4481437245569003780' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/4481437245569003780'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/4481437245569003780'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2009/02/who-bought-udig-blog-sparkling-new.html' title='Who bought the uDig blog a sparkling new dress?'/><author><name>andrea antonello</name><uri>https://profiles.google.com/109469601211264968948</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-eFOd-hUWKVc/AAAAAAAAAAI/AAAAAAAAAAA/u7w09TMv9XM/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-5830900756164749218</id><published>2009-02-05T13:22:00.000-08:00</published><updated>2009-02-05T13:26:34.827-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='irc'/><title type='text'>IRC Logs Feb 6th</title><content type='html'>Agenda:&lt;div&gt;0) common love for udig 1.2&lt;/div&gt;&lt;div&gt;1) CQL bug in 1.1.x&lt;/div&gt;&lt;div&gt;2) SoC 2009&lt;/div&gt;&lt;div&gt;3) FOSS4G 2009&lt;/div&gt;&lt;div&gt;4) bug hunt with emily_g&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:16:41 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;well lets start; moovida i responded to your email asking what we could talk about&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:16:52 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;but really I do not mind what we talk about; what is important today&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#062585;"&gt;(7:17:14 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#062585;"&gt;&lt;span style="font-size:100%;"&gt;***moovida &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;notices that Jody thinks andrea borruso and me are the same person&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:17:20 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;(I have a report of a mistake in the CQL parser on uDig 1.1.x; if we fix this in GeoTools 2.2.x are their any plans to release a uDig 1.1.2?)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:17:28 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;...grr...&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:17:30 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;:) I noticed because of the nice extention point for import/export&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:17:34 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;are we up to three Andrea's now&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:17:48 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;there can be only ONE!!!&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:17:51 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;:)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:17:54 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;I got in trouble with duplicate names on the deegree list as well&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:17:56 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;ok, or 10 or 100&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:18:12 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;the Germans are on Markus, right?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:18:33 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;syep&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3f640b;"&gt;(7:18:34 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3f640b;"&gt;mauricio: &lt;/span&gt;hi&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:18:34 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;Italians like Andrea&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:18:35 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;yep&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:18:44 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;okay lets make the most of what time we have&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:18:51 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;agenda topics&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:18:53 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;yep&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:19:11 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;planning of next sprint&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:19:13 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;:)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#062585;"&gt;(7:19:22 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#062585;"&gt;&lt;span style="font-size:100%;"&gt;***moovida &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;thinks udig needs common love&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;(7:20:51 AM) &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;jgarnett has changed the topic to: 0) common love 1) 1.2-M2 SDK 2) CQL bug in 1.1.x&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:20:52 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;for me nothing in particular, wanted to ask a bit about foss4g 2009, since some of the important ones are here :)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;(7:21:06 AM) &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;jgarnett has changed the topic to: 0) common love 1) 1.2-M2 SDK 2) CQL bug in 1.1.x 3) SoC 4) FOSS4G&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:21:16 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;0) common love&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:21:43 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;what is the state of udig 1.2 now?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:21:54 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;mauricio: were you able to fix that editing bug?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:22:05 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;just asking&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:22:13 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;I guess time is short usually&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3f640b;"&gt;(7:22:15 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3f640b;"&gt;mauricio: &lt;/span&gt;:(&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3f640b;"&gt;(7:22:20 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3f640b;"&gt;mauricio: &lt;/span&gt;no&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:22:24 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;which is why i would propose a new common efforth&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3f640b;"&gt;(7:22:31 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3f640b;"&gt;mauricio: &lt;/span&gt;I cannot work in it&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:22:36 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;don't worry&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:22:39 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;I understand&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:22:43 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;what editing bug?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:23:05 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;but we need to boost udig 1.2,I have enough to keep 2 versios of JGrass uptodate :)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:23:15 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;one we had at the code sprint&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:23:22 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;perhaps silli remembers?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:23:31 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;I don't know exactly any more&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:23:36 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;mauricio?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3f640b;"&gt;(7:23:40 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3f640b;"&gt;mauricio: &lt;/span&gt;yes editing features&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#5d110c;"&gt;(7:23:53 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#5d110c;"&gt;silli: &lt;/span&gt;it was the an editing bug&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3f640b;"&gt;(7:24:09 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3f640b;"&gt;mauricio: &lt;/span&gt;the old geometry  &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#5d110c;"&gt;(7:24:18 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#5d110c;"&gt;silli: &lt;/span&gt;when editing a feature and commit the changes&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#5d110c;"&gt;(7:24:27 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#5d110c;"&gt;silli: &lt;/span&gt;then you can not edit an other layer again&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#5d110c;"&gt;(7:24:50 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#5d110c;"&gt;silli: &lt;/span&gt;and still there were some problems rendering the edited feature &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:25:04 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;okay I must of missed that part of the discussion&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:25:09 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;emily_g ping? &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:25:21 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#407f5b;"&gt;emily_g: &lt;/span&gt;yo&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:25:28 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;(Emily did some testing of the udig 1.2-M2 release against the walkthroughs and came up with an email)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:25:38 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;we were talking about udig 1.2&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:25:38 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#407f5b;"&gt;emily_g: &lt;/span&gt;right - I only tested walkthough1&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:25:45 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#407f5b;"&gt;emily_g: &lt;/span&gt;none of the editing stuff - sorry &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:26:08 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;np; you did have some problems (like DnD from firefox)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:26:39 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#407f5b;"&gt;emily_g: &lt;/span&gt;yes that is a bit of an intermittent problem; sometimes it works sometimes it doesn't&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#5d110c;"&gt;(7:29:18 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#5d110c;"&gt;silli: &lt;/span&gt;moovida: could you please send us the spreadsheet link of the code sprint? all the unresolved bugs where written there&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:29:19 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;hrm&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:29:34 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;moovida I am not sure what else you would like out of this agenda topic at this time&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:30:04 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;I have some plans for udig 1.2 on the API side; I am slowly rolling out an ID class; and I owe you an extension point for stype handling.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:30:07 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;:) a date Jody, a date, and people willing and happy to hack again a couple of days&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:30:26 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;ah&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#062585;"&gt;(7:30:33 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#062585;"&gt;&lt;span style="font-size:100%;"&gt;***moovida &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;the spreadsheet link: &lt;a href="http://www.editgrid.com/user/aborruso/uDig_code_Sprint_2009"&gt;http://www.editgrid.com/user/aborruso/uDig_code_Sprint_2009&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:30:48 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;that is all, I would like to know&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:30:51 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;I do not have any plans right now; so I will be happy with whatever date you propose on the mailing list.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:31:19 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;what about the others? opinions?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:31:35 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;I would like to know if there is interest right now&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:31:51 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;so I can also plan for myself&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:32:17 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;There is interesting; I am just thinking of timing.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:32:43 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;LISAsoft's own project using uDig (which jhudson was working on) is comming to an end.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:32:51 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;Jody, we are interested, but to do some decent bugfixing&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:32:55 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;moovida it would be good to roll out the uDig 1.2-M2 SDK&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:33:00 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;we need some more then us two&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:33:06 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;some more coders and some testers&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:33:16 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;else it won't be worth it&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:33:21 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;in my opinion&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:33:31 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;you are correct&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#af7f00;"&gt;(7:33:33 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#af7f00;"&gt;&lt;span style="font-size:100%;"&gt;moovida: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;jgarnett: yes, you are absolutwely right&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:33:42 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;now the last code sprint did a lot of good&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:33:57 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;but if we have a code sprint too often they will not be a special event of fun and happiness&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:34:02 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#407f5b;"&gt;emily_g: &lt;/span&gt;I may be able to commit some time; but at the moment I'm rather focused on my wfs caching so now is not the best time&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:34:24 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;great emily_g &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:34:26 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#407f5b;"&gt;emily_g: &lt;/span&gt;I'm inclined to agree with jody that we should wait a bit &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:34:26 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;so I would like to roll out udig 1.2-M2 SDK and see the response; and we can ask people about another code sprint over the course of the week.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#af7f00;"&gt;(7:34:32 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#af7f00;"&gt;&lt;span style="font-size:100%;"&gt;moovida: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;and I agree jgarnett &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:34:38 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;thinking&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:34:41 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;ha ha&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:34:42 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;evil idea&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:34:43 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#407f5b;"&gt;emily_g: &lt;/span&gt;I think people are still getting up to speed after the last code sprint that was done &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:34:46 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;it doesn't have to be now&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:35:07 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;what are you thinking about&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:35:11 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;perhaps if we have a code sprint on new features; or pet projects it would be fun. emily_g could work on feature caching; I could work on ID&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:35:13 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;etc...&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:35:36 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;that would be great fun... but...&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:35:52 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;don't you think that would add unstability to the base?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:35:55 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;last time I said no to new features; I bet we could get a turn out if we offered to help people create new features.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:36:01 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;yeah you are right :-P&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:36:06 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;we can keep that idea for later.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:36:15 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#407f5b;"&gt;emily_g: &lt;/span&gt;i agree; that fixing the base functionality should be more important&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:36:21 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;hmmm, but the idea turns me on :)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:36:27 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;think about it&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:36:33 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;and we can ask on the email list this week&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:36:33 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;we should mix a bit&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:36:36 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;probably&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:36:45 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;yes, lets see the response&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:36:53 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;2) CQL bug in 1.1.x&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3f640b;"&gt;(7:37:04 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3f640b;"&gt;mauricio: &lt;/span&gt;yes&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:37:05 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;I have a report of a bug in the CQL parser; which I ported to GeoTools 2.2.x&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:37:21 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;if I go and fix it; is there any plans to release a uDig 1.1.2?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:37:36 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;Jesse put up a "teaser" of 1.1.2 but it never went anywhere&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3f640b;"&gt;(7:38:31 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3f640b;"&gt;mauricio: &lt;/span&gt;I could have a look in 2.2x branch&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3f640b;"&gt;(7:39:24 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3f640b;"&gt;mauricio: &lt;/span&gt;or you are working in it?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3f640b;"&gt;(7:40:09 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3f640b;"&gt;mauricio: &lt;/span&gt;I found problems with all spatial relations&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3f640b;"&gt;(7:40:27 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3f640b;"&gt;mauricio: &lt;/span&gt;intersect, dwithin, etc&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:41:00 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;I do not even have 2.2.x checked out&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:41:15 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;indeed I ported CQL in a matter of days; and have not really got a code review from anyone.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:41:30 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;I just found it so much fun on trunk; and the reshape operation is fun&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3f640b;"&gt;(7:42:17 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3f640b;"&gt;mauricio: &lt;/span&gt;yes trunk is ok&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#062585;"&gt;(7:42:18 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#062585;"&gt;&lt;span style="font-size:100%;"&gt;***moovida &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;thinks reshape is very imprtant fun&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:42:24 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;okay well if there is a will to look at this problem; I will match the community by trying to make a 1.1.2 release - however I am really not in a good position to do so. So if we can hunt down jeichar it would be a better move all around.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:42:49 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;(I am not  confident my eclipse set up will let me make a good 1.1.2 release; and we would like to have an installer and stuff)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:43:25 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;mauricio we can take this one to email?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3f640b;"&gt;(7:43:33 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3f640b;"&gt;mauricio: &lt;/span&gt;ok&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:45:08 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;3) SoC&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:45:22 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;Who is on the SoC email list for osgeo?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:45:32 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;i am&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:45:39 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;I am; and I saw Jesse&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:45:55 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;it looks like they are trying to get organized faster this year; due to the SoC program having less scope.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:46:17 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;yes, same feeling&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:46:48 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;So far all I can think to do to prepair is work on the Ideas page; and try and be more specific - and clear out things that were done last time around.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:47:11 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;I also think we should change our expectations for participation on email lists etc...&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:47:17 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;you said that students contacted you?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:47:30 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;yes, last year was soooo disappointing&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:47:38 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;so far the successful students have been very outgoing and chatted on the email list themselves; the others I have had to hunt down their moderator and ask what is going on.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:48:21 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;so I would be happy stating that we will only consider students that have introduced themselves to udig-devel before :-)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:48:30 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;it is a low bar to pass; but I think it would get the point across&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:48:35 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;that is a great idea&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:48:39 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;absolutely&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:49:57 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;so I was only reading the SoC list for January; yesterday :-)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:50:08 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;who is actually paying attention; do we have any deadlines or schedules to meet?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3f640b;"&gt;(7:50:34 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3f640b;"&gt;mauricio: &lt;/span&gt;I am here&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:50:39 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;:) no idea, I didn't see anything pass... but I am rather blind these s=days&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:50:48 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;we could ask Wolf&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:50:52 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;he is really helpful&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:52:30 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;anyone already some people?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#af7f00;"&gt;(7:52:38 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#af7f00;"&gt;&lt;span style="font-size:100%;"&gt;moovida: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;jgarnett: did you talk about students?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:53:31 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;one of the students from last year asked me if it was still on; that is what had me check the osgeo list&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:54:00 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;(mauricio I was trying to ask who was paying attention to the SOC list)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#af7f00;"&gt;(7:54:05 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#af7f00;"&gt;&lt;span style="font-size:100%;"&gt;moovida: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;jgarnett: btw, I am a Phd right now and would be allowed to partecipate as student&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:54:17 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;somebody here to mentor me? :)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:54:19 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;really; that is cool. Can you sponsor yourself?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3f640b;"&gt;(7:54:22 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3f640b;"&gt;mauricio: &lt;/span&gt;I am not in the soc&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3f640b;"&gt;(7:54:37 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3f640b;"&gt;mauricio: &lt;/span&gt;but i am thinking tha it is interesting&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#af7f00;"&gt;(7:54:45 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#af7f00;"&gt;&lt;span style="font-size:100%;"&gt;moovida: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;jgarnett: what do you mean?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:55:00 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;I was joking&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:55:03 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;if I would be willing to partecipate?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:55:04 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;:)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3f640b;"&gt;(7:55:07 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3f640b;"&gt;mauricio: &lt;/span&gt;I could work with spanish students&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:55:19 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;ok, even if I talked to Wolf about this&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:55:32 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;I am very tempted&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:55:35 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;so in general we are keen here; we need to talk to wolf and work on the ideas page&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:55:45 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;after seeing Martin Landa from GRASS do the same and &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:55:52 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;achieve big things for GRASS&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:56:05 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;ok&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;(7:56:10 AM) &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;pramsey left the room (quit: ).&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:56:12 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;let's go on&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:56:44 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;4) FOSS4G&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#af7f00;"&gt;(7:56:52 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#af7f00;"&gt;&lt;span style="font-size:100%;"&gt;moovida: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;jgarnett: what is your feeling here?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:57:02 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;you should be quite in it, right?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:57:09 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;I am helping organize&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:57:23 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;right now my focus is on getting a machine for the "intergration showcase"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:57:30 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;it has been tossed out of the foss4g team&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:57:35 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;and give to the OGC as a formal project&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:57:45 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;and called the "Climate Change Intergration Plugfest"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:58:05 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;still the short term goal for me is a server to install postGIS/ geoserver/ mapserver on&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:58:13 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;with a bunch of climate change data&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:58:28 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;we will add servers as sponsors show up; and hopefully have a nice big shoot out&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:58:42 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;with large datasets and see who is standing and who fell at the end of the day&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:58:55 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;mark issues the call for workshops ... earlier this week&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:59:04 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;There is a *very* limited number of 3 hour slots&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:59:04 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;is there a scientific committee or is that all just for showing?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:59:12 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;and no 90 mins slots this time out&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:59:18 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;i.e. is there some analisis and statistic on those data?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:59:34 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;JGrass could showcase data anlaysis against that data set&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:59:44 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;indeed this is the point; for workshop people to use the data and serves&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:59:54 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;(since data access to europe or north america will be crap)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(7:59:56 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;ahhh, now I understand, sounds really cool&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:00:09 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;so if we want to do a workshop; we need to put in a strong bid&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:00:14 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;and even then it will be tough.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(8:00:19 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;silli: sounds to be something for you :)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:00:33 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;they will also have small 90 min BYO laptop things during the conference &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#5d110c;"&gt;(8:00:35 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#5d110c;"&gt;silli: &lt;/span&gt;are you thinking just on manage these data (db and show the raw data or some statistical interpretation) or also have some models? &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:00:44 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;but having a class bring their own laptop sounds crazy hard to me&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;(8:01:22 AM) &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;jeichar left the room (quit: Read error: 110 (Connection timed out)).&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:01:24 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;um we will have vector and raster data; it is scientific groups in australia giving us the data - I have not sceen it yet so I do not know much.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:01:26 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;thinking&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:01:41 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;maybe we could do a combined udig / jgrass workshop?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(8:02:00 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;hui hui, now that would be fun&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:02:03 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;90 min intro to open source software stack using uDig as the driver (like what we did in 2007)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:02:10 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;and roll over to installing jgrass plugins&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:02:16 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;and attacking the climate change data?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:02:31 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;in anycase this is something for the email list&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(8:02:36 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;yes, that sounds like big power&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(8:02:37 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;:D&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(8:02:45 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;ok, agreed, can you keep us up to date?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:02:56 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;but at least this year; please have no hard feelings if we do not get a workshop - there are only like 16 slots or 12 slots or something&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#5d110c;"&gt;(8:02:56 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#5d110c;"&gt;silli: &lt;/span&gt;:D&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:03:04 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;the presentations are like normal&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:03:23 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;the BYO laptop thing can be hands on; or maybe just show and tell; I do not really understand.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:03:34 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;And there will be a code sprint :-)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(8:03:51 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;not after the last night of party please&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:04:00 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;looks like google is going to offer us digs; and they are 2 blocks away from lisasoft offices if you guys want to go longer.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:04:26 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;and I will try and do pancakes again :-)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(8:04:35 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;mauricio: are you going to attend?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3f640b;"&gt;(8:04:42 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3f640b;"&gt;mauricio: &lt;/span&gt;yes&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(8:04:43 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;you have to taste Jody's pancakes :)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:04:47 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;(if you liked the big truck rental in Canada; here they have muscle cars)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3f640b;"&gt;(8:04:54 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3f640b;"&gt;mauricio: &lt;/span&gt;;)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(8:05:04 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;silli: did you hear that!! :D&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#5d110c;"&gt;(8:05:44 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#5d110c;"&gt;silli: &lt;/span&gt;yes!!!!&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:05:55 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;yep it is like the 50s in north america; they still make v8 monsters; the scary ones are not a car but a car/trunk called a ute&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#5d110c;"&gt;(8:05:58 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#5d110c;"&gt;silli: &lt;/span&gt;moovida: we should do everything to partecipate...&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:06:06 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;where they have a truck bed for the back; which is lighter so they can go faster&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(8:06:24 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;:D &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#5d110c;"&gt;(8:06:30 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#5d110c;"&gt;silli: &lt;/span&gt;:D&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#5d110c;"&gt;(8:06:51 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#5d110c;"&gt;silli: &lt;/span&gt;absolutely fantastic!!!&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:06:54 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;well as time goes on I would love help organizing the code sprint; reminding people to be organized; etc... if the conference starts making profit the code sprint may get food service as well&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:07:05 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;(not sure how much of this I am supposed to be saying)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:07:20 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;and this climate change thing is going to be fun&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(8:07:22 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;remove it from the logs&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:07:28 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;but it will be really hard to get the open source communities to notice&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(8:07:29 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;we won't tell anyone :)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:07:40 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;(or even understand that their fav datasets are too far away to be useful)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:08:06 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;so as Mark Leslie and I start standing up servers; maybe we can make some blog posts or flash videos&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:08:11 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;showing how to abuse the data&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:08:21 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;I worry a bit with this as an OGC thing&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(8:08:22 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;yes, do that, I really hope we will be able to produce something usefull&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:08:29 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;the open source community will not feel as invoved&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:08:35 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;(sorry involved)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:09:03 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;finally I have a funny story&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(8:09:22 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:09:38 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;One of the cool helpful geotools developers&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:09:47 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;(Michael Bedward)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:09:49 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;and I &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:09:54 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;finally noticed we were in the same city.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(8:10:02 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;lol&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#5d110c;"&gt;(8:10:06 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#5d110c;"&gt;silli: &lt;/span&gt;lol&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(8:10:08 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;he told me last week&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:10:12 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;so I am not complete stranded over here; it took us three months to notice&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(8:10:14 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;Ididn't figure out&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:10:53 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;In anycase we are coming up on an hour here; I am glad we are all having fun; and foss4g is going to rock out :-)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(8:11:09 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;great &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(8:11:14 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;thanks for the chat guys&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:11:40 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;I will try and upload a 1.2-M2 sdk; but I will need testing (to see of the source code for geotools got in etc...)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(8:11:45 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#407f5b;"&gt;emily_g: &lt;/span&gt;jody - before you run away I have a question about the image support on trunk &amp;amp; the problems graham was having yesterday&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:11:49 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;it is supposed to be building now; I was hoping to anounce it this meeting.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:11:53 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;ah&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:11:56 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;sure&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:12:13 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;gdavis did not have his log on; so he did not notice the strack tace&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(8:12:17 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#407f5b;"&gt;emily_g: &lt;/span&gt;basically I did a clean/refresh/clean/build/restart and I still can't view mr.side files&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(8:12:19 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#3e2a50;"&gt;moovida: &lt;/span&gt;gdavis_: is it possible to try out your sperimental plugins?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:12:22 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;I forgot a null check and was killing it&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(8:12:36 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#407f5b;"&gt;emily_g: &lt;/span&gt;it's working for graham so its just my comptuer&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(8:12:44 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#407f5b;"&gt;emily_g: &lt;/span&gt;I was wondering whether you have any ideas for debugging?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:12:44 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;gdavis also was using the wrong imageioext jars&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:12:47 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;he had 1.0.0&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:12:49 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;not 1.0.1&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:13:22 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;can you check what you have emily? before we start ... you may need to smack refresh.xml pretty hard (ie clean out the libs directory and then run)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(8:13:23 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#407f5b;"&gt;emily_g: &lt;/span&gt;min all say 1.0.1&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:13:39 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;okay that is the first thing; you also have a JRE with all the imageio-ext stuff?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:13:57 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;(note we still do not have a good JRE for the windows platform; we need to make a new one that can do ecw as well)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(8:14:07 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#407f5b;"&gt;emily_g: &lt;/span&gt;yes - I'm using the same one as graham&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:14:30 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;okay; what is next ... what is your error? We have two debugging techniques&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:14:38 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;- consol log and look for strack trace&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:14:51 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;- place a breakpoint in the service extension and watch it process the URL&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(8:15:18 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#407f5b;"&gt;emily_g: &lt;/span&gt;okay ; I'll try those&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(8:15:21 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#407f5b;"&gt;emily_g: &lt;/span&gt;i'm not getting any error&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(8:15:27 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#407f5b;"&gt;emily_g: &lt;/span&gt;when I drag and drop a file it doesn't nothing&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:15:40 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;all that means is that it did not find any service extension that "recognized it"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(8:15:43 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#407f5b;"&gt;emily_g: &lt;/span&gt;and when I open the file using the file menu it just hangs on the loading resource dialog box&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:15:45 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;so we need to put that break point in &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:16:02 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;so to debug this we will use debugging technique number 2&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;(8:16:15 AM) &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;silli left the room (quit: Remote closed the connection).&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:16:38 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;suppose I should post the logs&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(8:16:41 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#407f5b;"&gt;emily_g: &lt;/span&gt;okay jody I'll try it out when I get the chance; at the moment I'm a bit sidetracked&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(8:16:45 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#407f5b;"&gt;emily_g: &lt;/span&gt;thanks for the ideas&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:16:54 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;okay; I will be on IRC on and off&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:17:00 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;so ping me when you get to the debugging part&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(8:17:00 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#407f5b;"&gt;emily_g: &lt;/span&gt;if I find anything major I'll post it to the list; most likely I'm just doing something stupid&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:17:18 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;(not gdavis also had problems with the code tripping up over spaces in the path)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:17:26 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;heh - not you&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:17:31 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;blame the computer :-)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:17:41 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color:#204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;for extra fun "svn blame" will tell you who committed the error&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(8:21:01 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color:#407f5b;"&gt;emily_g: &lt;/span&gt;:)&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:21:36 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;aside: did you guys see the blog site now&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:21:40 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;pramsey made it look pretty&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(8:22:21 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #3e2a50;"&gt;moovida: &lt;/span&gt;WOW!!!&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(8:22:48 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #3e2a50;"&gt;moovida: &lt;/span&gt;that is better than the official JGrass homepage&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(8:22:50 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #3e2a50;"&gt;moovida: &lt;/span&gt;:D&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#3e2a50;"&gt;(8:22:58 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #3e2a50;"&gt;moovida: &lt;/span&gt;good Paul&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(8:25:44 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;well next time you see him online; be sure to thank him&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-5830900756164749218?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/5830900756164749218/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=5830900756164749218' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/5830900756164749218'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/5830900756164749218'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2009/02/irc-logs-feb-6th.html' title='IRC Logs Feb 6th'/><author><name>Jody Garnett</name><uri>https://profiles.google.com/117011258972821557685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh3.googleusercontent.com/-X5a7F6O0TWc/AAAAAAAAAAI/AAAAAAAAANY/Uon8vTnnfIo/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-233524351373584723</id><published>2009-01-29T19:00:00.000-08:00</published><updated>2009-01-29T19:55:45.452-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='udig 1.2'/><category scheme='http://www.blogger.com/atom/ns#' term='release'/><title type='text'>uDig 1.2-M2</title><content type='html'>We are pleased to make a milestone release of uDig 1.2 available for testing.&lt;br /&gt;&lt;br /&gt;This release gathers up all the great work accomplished during the &lt;a href="http://udig-news.blogspot.com/2009/01/udig-around-world-sprint-in-numbers.html"&gt;January 18th code spint&lt;/a&gt;. This is the first release of uDig 1.2 that has gone through QA testing; a big thank you to all the testers who helped out during the code sprint.&lt;br /&gt;&lt;br /&gt;Milestone releases are available here:&lt;ul&gt;&lt;li&gt;&lt;a href="http://udig.refractions.net/download/unstable/"&gt;http://udig.refractions.net/download/unstable/&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;In addition we would like to thank &lt;a href="http://www.geo-solutions.it/"&gt;Geo Solutions&lt;/a&gt; for their assistance in integrating the imageio-ext library earlier this week.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8910993215959622697-233524351373584723?l=udig-news.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://udig-news.blogspot.com/feeds/233524351373584723/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8910993215959622697&amp;postID=233524351373584723' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/233524351373584723'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8910993215959622697/posts/default/233524351373584723'/><link rel='alternate' type='text/html' href='http://udig-news.blogspot.com/2009/01/udig-12-m2.html' title='uDig 1.2-M2'/><author><name>Jody Garnett</name><uri>https://profiles.google.com/117011258972821557685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh3.googleusercontent.com/-X5a7F6O0TWc/AAAAAAAAAAI/AAAAAAAAANY/Uon8vTnnfIo/s512-c/photo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8910993215959622697.post-5775214757340865380</id><published>2009-01-29T13:06:00.000-08:00</published><updated>2009-01-29T13:07:48.564-08:00</updated><title type='text'>IRC Logs January 30th</title><content type='html'>&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;&lt;div&gt;Agenda:&lt;/div&gt;&lt;div&gt;1) udig 1.2-M2 testing&lt;/div&gt;&lt;div&gt;2) rendering of invisible layers&lt;/div&gt;&lt;div&gt;3) feature cache implementation approach&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;(7:24:37 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;this is the right time slot for an IRC meeting&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:24:45 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;(but I forgot to send out a reminder yesterday)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:24:54 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;so I am not sure how many people we will scare up&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#407f5b;"&gt;(7:25:00 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;color: #407f5b;"&gt;emily_g: &lt;/span&gt;well i have two questions &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:25:06 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size:100%;"&gt;jgarnett: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;the 1.2-M2 release is ready; but we are bogging down on linux testing&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color:#204a87;"&gt;(7:25:17 AM) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;color: #204a87;"&gt;&lt;span style="font-size
