<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GeoServer Blog</title>
	<atom:link href="http://blog.geoserver.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.geoserver.org</link>
	<description>Everything GeoServer, and a little more</description>
	<lastBuildDate>Wed, 16 May 2012 15:57:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Happy anniversary, GeoServer-BR!</title>
		<link>http://blog.geoserver.org/2012/05/16/parabens/</link>
		<comments>http://blog.geoserver.org/2012/05/16/parabens/#comments</comments>
		<pubDate>Wed, 16 May 2012 14:59:09 +0000</pubDate>
		<dc:creator>Rolando Peñate</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=1048</guid>
		<description><![CDATA[Congratulations to the GeoServer community in Brazil for five years of activity! Since the first training conducted at ENUM III, the Lusophone community has grown to more than 500 mailing list subscribers and 3200 email threads from across several Portuguese-speaking countries.  Most notable among their many achievements, however, is the establishment of GeoServer as the official map server of INDE, the Brazilian [...]]]></description>
			<content:encoded><![CDATA[<p>Congratulations to the <a href="http://br.geoserver.org/">GeoServer community in Brazil</a> for <a href="http://www.fernandoquadro.com.br/html/2012/05/13/5-anos-de-geoserver-br/">five years of activity</a>! Since the first training conducted at ENUM III, the Lusophone community has grown to more than 500 mailing list subscribers and 3200 email threads from across several Portuguese-speaking countries.  Most notable among their many achievements, however, is the establishment of GeoServer as the official map server of <a href="http://www.inde.gov.br/">INDE</a>, the Brazilian national spatial data infrastructure (SDI), in 2008 by then-President Lula. Parabéns!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2012/05/16/parabens/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GeoServer 2.2-beta Released</title>
		<link>http://blog.geoserver.org/2012/04/06/geoserver-2-2-beta/</link>
		<comments>http://blog.geoserver.org/2012/04/06/geoserver-2-2-beta/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 16:47:08 +0000</pubDate>
		<dc:creator>Rolando Peñate</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=1029</guid>
		<description><![CDATA[We&#8217;re happy to announce to the beta release of GeoServer 2.2-beta and encourage you to download it, try out the great new features, and let us know if there are any bugs. Since this is the first beta release, we recommend against deploying it in a production environment without first undertaking extensive testing. That said, we’re [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re happy to announce to the beta release of GeoServer 2.2-beta and encourage you to <a href="http://geoserver.org/display/GEOS/GeoServer+2.2-beta1">download</a> it, try out the great new features, and let us know if there are any bugs. Since this is the first beta release, we recommend against deploying it in a production environment without first undertaking extensive testing. That said, we’re hoping to move to release candidates soon, so any and all testing will help this process move along faster.</p>
<p>The release of a new major version update is a big deal (the <a href="http://blog.geoserver.org/2011/05/12/geoserver-2-1/">last one</a> was 11 months ago) and, while you may have heard about some of the new features on the developer list, here they are all in one place:</p>
<p><strong>Referencing</strong></p>
<ul>
<li><strong>NTv2 and NADCon Support</strong> allows for datum transformations with cm level precision (instead of the usual 4m, when all goes well). Both will activate only if the grid files are present in the data dir, so by default the mere presence of the method is harmless, but generally speaking this is very good news for whoever needs to increase reprojection accuracy. Thanks to Andrea Aime and Oscar Fonts.<strong><br />
</strong></li>
<li>A new <strong><a href="http://osgeo-org.1560.n6.nabble.com/Little-reprojection-console-tt4631340.html">reprojection console</a> </strong>allows users to make sure the transformations are actually using the grids by picking two coordinate systems and transforming a single point back and forth. Thanks Andrea.</li>
<li>Better support for un-referenced data with the new <strong><a href="http://docs.geotools.org/latest/userguide/library/referencing/crs.html">EPSG:40400</a></strong> code that identifies a coordinate system made up of a generic 2D Cartesian plane.</li>
</ul>
<p><strong>Data access</strong></p>
<ul>
<li><strong><a href="http://geo-solutions.blogspot.com/2012/01/developers-corner-introducing-database.html">Database-level security</a> </strong>implements the ability to use DBMS session startup and teardown scripts to alter user access the database during a specific request while falling back on connection pooling when the request is complete. Thanks to <a href="http://www.astrium-geo.com/">Astrium GEO-Information Services</a> for sponsoring GeoSolutions to make this improvement.</li>
<li><strong><a href="http://geo-solutions.blogspot.com/2011/12/wfs-for-masses-adding-support-for.html">Sorting and paging</a></strong> is now available in all WFS versions (in 1.0 and 1.1 as a vendor param) via the sortBy and startIndex/maxFeature parameters. Thanks to Justin Deoliveira and Andrea.</li>
<li>A new experimental <strong>OGR data store</strong> provides access to  a rich set of readable formats without needing special bridge libraries.</li>
<li>The <strong><a href="http://docs.geotools.org/latest/userguide/library/coverage/image-collection.html">image collection</a></strong> coverage store allows users to serve un-referenced data through WMS using image/pixel space as the coordinate system. Thanks to <a href="http://www.sfmta.com">SFMTA</a> for sponsoring OpenGeo to complete this work.</li>
</ul>
<p><strong>Security</strong></p>
<ul>
<li>A major retrofit of the GeoServer <strong><a href="http://docs.geoserver.org/latest/en/user/security/index.html">security subsystem</a></strong> adding support for a number of new authentication mechanisms including <strong><a href="http://docs.geoserver.org/latest/en/user/security/tutorials/ldap/index.html">LDAP</a></strong>, <strong><a href="http://docs.geoserver.org/latest/en/user/security/tutorials/digest/index.html">digest</a></strong> and <strong><a href="http://docs.geoserver.org/latest/en/user/security/tutorials/cert/index.html">X.509</a></strong> certificate authentication, and more. These improvements also includes the addition of <strong><a href="http://docs.geoserver.org/latest/en/user/security/usergrouprole/usergroups.html">user groups</a></strong>. This is a continuation of work started by Christian Mueller as a Google Summer of Code project;  thanks to <a href="http://www.noaa.gov/">NOAA</a> for sponsoring OpenGeo to help Christian and Justin bring it to completion.</li>
</ul>
<p><strong>Web Feature Source (WFS)</strong></p>
<ul>
<li>Support for <strong><a href="http://geoserver.org/display/GEOS/GSIP+61+-+WFS+2.0">WFS 2.0</a></strong> adds some interesting new capabilities to the WFS protocol such as paging, stored queries, and extended operators. Thanks to <a href="http://www.ign.fr/">IGN France</a> for sponsoring OpenGeo to make this improvement.</li>
</ul>
<p><strong>Web Map Service (WMS)</strong></p>
<ul>
<li>Support for additional dimensions brings <a href="http://geo-solutions.blogspot.com/2011/06/time-and-elevation-support-in-geoserver.html"><strong>time and elevation</strong></a> support to both vector and raster data. And, with support for time, comes support for <strong><a href="http://docs.geoserver.org/stable/en/user/tutorials/animreflector.html">animation in WMS</a></strong>. Thanks to Andrea on both counts.</li>
<li><strong><a href="http://docs.codehaus.org/display/GEOTOOLS/Rendering+transformations">Rendering transformations</a> </strong>provide a bridge between WPS and WMS and allow for very powerful visualization capabilities for processing through normal WMS. Thanks again, Andrea.</li>
</ul>
<p><strong>Web Processing Service (WPS)</strong></p>
<ul>
<li>New WPS features include support for asynchronous process execution and a variety of new processes.</li>
</ul>
<p><strong>Virtual Services</strong></p>
<ul>
<li><a style="font-weight: bold;" href="http://docs.geoserver.org/latest/en/user/services/virtual-services.html">Virtual services</a> allow GeoServer to support the notion of multitenancy, enabling a single GeoServer instance to publish multiple service endpoints. Thanks to NOAA for sponsoring OpenGeo to complete this improvement and a special thanks to Micah Wengren of NOAA for his leadership on the project.</li>
<li><strong><a href="http://geoserver.org/display/GEOS/GSIP+67+-+Workspace+Local+Settings">Workspace local settings</a></strong> allow for specifying service settings such as contact information,  proxy settings, and output format settings on a per workspace basis.</li>
<li> <strong><a href="http://geoserver.org/display/GEOS/GSIP+73+-+Workspace+Local+Styles+and+Layer+Groups">Styles and layer groups</a></strong> can also now be defined on a per workspace basis.</li>
</ul>
<p><strong>GeoWebCache</strong></p>
<ul>
<li>A <strong>GeoWebCache configuration GUI</strong> is now available directly from within the GeoServer web admin interface, including: the ability to define new grid sets, specify which layers to cache, seed or truncate the cache, and more. Big thanks to Gabriel and the GeoWebCache team for furthering improving integration between GeoWebCache in GeoServer.</li>
</ul>
<p><strong>Wow! </strong>And that isn&#8217;t even everything, many <a href="http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10311&amp;version=18401">other</a> bug fixes and improvements have made it into the 2.2 series as well.</p>
<p>Everyone who uses GeoServer should have at least one or two items in the above list to be excited about. <a href="http://geoserver.org/display/GEOS/GeoServer+2.2-beta1">Download GeoServer 2.2-beta</a>, try it out, and please provide feedback and report any issues on the <a href="http://geoserver.org/display/GEOS/Mailing+Lists">GeoServer mailing list</a>.  As with any beta version, <em>be sure to backup your data directory before upgrading</em>.</p>
<p><strong>FOSS4G North America</strong></p>
<p>Be sure to catch Andrea and Justin&#8217;s <a href="http://foss4g-na.org/schedule/the-state-of-geoserver/">State of GeoServer</a> and <a href="http://foss4g-na.org/schedule/whats-new-in-geoserver-2-0/">What&#8217;s new in GeoServer 2.2</a> presentations at <a href="http://foss4g-na.org/">FOSS4G North America</a> to learn more about the exciting new features in GeoServer 2.1 and GeoServer 2.2. The conference takes place in Washington DC from April 10 through April 12 and on-site registration is available on a first come first serve basis for $350.</p>
<p><strong>Thanks again for using GeoServer!</strong></p>
<p><strong><a href="http://geoserver.org/display/GEOS/GeoServer+2.2-beta1">Download GeoServer 2.2-beta</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2012/04/06/geoserver-2-2-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GeoServer 2.1.3 Released</title>
		<link>http://blog.geoserver.org/2011/12/21/geoserver-2-1-3-released/</link>
		<comments>http://blog.geoserver.org/2011/12/21/geoserver-2-1-3-released/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 22:28:44 +0000</pubDate>
		<dc:creator>Justin Deoliveira</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Features]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=1017</guid>
		<description><![CDATA[The GeoServer team is happy to announce the release of GeoServer 2.1.3, now available for download. For the most part this is a maintainance release consisting of bug fixes, but as usual a few new features and improvements have managed to creep in. A total of 59 issues were resolved for this release. Some of [...]]]></description>
			<content:encoded><![CDATA[<p>The GeoServer team is happy to announce the release of GeoServer 2.1.3, now available for <a href="http://geoserver.org/display/GEOS/GeoServer+2.1.3">download</a>.</p>
<p>For the most part this is a maintainance release consisting of bug fixes, but as usual a few new features and improvements have managed to creep in. A total of <a href="http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10311&amp;version=17865">59 issues</a> were resolved for this release. Some of the new and noteworthy include:</p>
<ul>
<li>basic http authentication with cascaded WMS servers</li>
<li>WMS 1.3 support in the layer preview</li>
<li>transparent sorting for all data stores, not only those backed by a database</li>
<li>embedded OpenLayers upgraded to 2.11</li>
<li>a number of INSPIRE compliance improvements</li>
<li>support for asynchronous WPS processes</li>
</ul>
<p>And more. Check out the <a href="http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10311&amp;version=17865">change log</a> for the entire list. A big thank you to everyone who contributed patches for this release. This includes:</p>
<ul>
<li>Tony Young for a monitoring patch to include support for the &#8220;user-agent&#8221; header (<a href="http://jira.codehaus.org/browse/GEOS-4872">GEOS-4872</a>)</li>
<li>Tony Young again for a restconfig patch to properly calculate grid dimensions for coverages (<a href="http://jira.codehaus.org/browse/GEOS-4753">GEOS-4753</a>)</li>
<li>Rudi Hochmeister for a documentation patch providing an installation guide for Debian Linux  (<a href="http://jira.codehaus.org/browse/GEOS-4752">GEOS-4752</a>)</li>
<li>Frank Gasdorf for a completed German translation (<a href="http://jira.codehaus.org/browse/GEOS-4294">GEOS-4294</a>)</li>
</ul>
<p>Contributions such as these are what keeps GeoServer moving forward. And thanks to all those who helped out by filing bug reports.</p>
<p><a href="http://geoserver.org/display/GEOS/GeoServer+2.1.3">Download 2.1.3</a>, try it out and help us to continue to improve GeoServer by providing feedback on the <a href="https://lists.sourceforge.net/lists/listinfo/geoserver-users">mailing list</a> and reporting bugs in the <a href="https://jira.codehaus.org/browse/GEOS">issue tracker</a>.</p>
<p>Thanks for using GeoServer!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2011/12/21/geoserver-2-1-3-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>GeoServer 2.1.2 Released</title>
		<link>http://blog.geoserver.org/2011/10/07/geoserver-2-1-2-release/</link>
		<comments>http://blog.geoserver.org/2011/10/07/geoserver-2-1-2-release/#comments</comments>
		<pubDate>Fri, 07 Oct 2011 10:30:20 +0000</pubDate>
		<dc:creator>Andrea Aime</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=1013</guid>
		<description><![CDATA[The GeoServer team is pleased to announce the release of GeoServer 2.1.2. This is mostly a bug-fixing release, with a number of minor improvements in the administration UI and REST configuration. There are however a couple new features that you might be interested in: The ability to mark a layer as &#8220;non advertised&#8221;. Layers flagged this way won&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>The GeoServer team is pleased to announce the release of <a href="http://geoserver.org/display/GEOS/GeoServer+2.1.2">GeoServer 2.1.2</a>. This is mostly a bug-fixing release, with a number of minor improvements in the administration UI and REST configuration. There are however a couple new features that you might be interested in:</p>
<ul>
<li>The ability to mark a layer as &#8220;non advertised&#8221;. Layers flagged this way won&#8217;t appear in the capabilities document, making it a good way to add a layer group without having to tell the world about the layers included in it, and for any &#8221;work in progress&#8221; or temporary layer that the administrator does not want the world to see.</li>
<li>The imagemosaic-jdbc extension learned to load raster data from <a href="http://trac.osgeo.org/postgis/wiki/WKTRaster">PostGIS 2.0 WKT raster</a>. Mind, the support is pretty new and the <a href="http://docs.geotools.org/latest/userguide/library/coverage/pgraster.html">configuration</a> is not for the faint of heart, but we&#8217;re excited about this new developement and look forward to learn about how it works for you. Thanks to Christian Mueller for working on this.</li>
</ul>
<p>We would also like to thank some GeoServer users that went the extra mile and contributed code and documentation patches for this release:</p>
<ul>
<li>Lucas Heezen for contributing a REST configuration flag that allows to filter out geometryless feature types from a store (<a href="http://jira.codehaus.org/browse/GEOS-4741">GEOS-4741</a>)</li>
<li>John Hudson for adding the &#8220;ISO 19115:2003&#8243; as a type option in Layer Metadata URL (<a href="http://jira.codehaus.org/browse/GEOS-4595">GEOS-4595</a>)</li>
<li>German Osin for making sure stores are workspace qualified in REST config feature type list (<a href="http://jira.codehaus.org/browse/GEOS-4772">GEOS-4772</a>)</li>
<li>Milton Jonathan for fixing an issue occurring in REST config when switching a layer from one store to another (<a href="http://jira.codehaus.org/browse/GEOS-4740">GEOS-4740</a>)</li>
<li>Tony Young for a automatic configuration of SRS and bounds when publishing a layer via REST config (<a href="http://jira.codehaus.org/browse/GEOS-4596">GEOS-4596</a>)</li>
<li>Tim Schaub for fixing a double encoding issue in WFS exception reporting (<a href="http://jira.codehaus.org/browse/GEOS-4680">GEOS-4680</a>)</li>
<li>David Collins for a number of improvements to the user guide</li>
</ul>
<p>Contributions like these help keep GeoServer responsive to the needs of our community and allow us to continue providing a stable and useful product. Thank you!<br />
Thanks also go to <a href="http://www.geo-solutions.it/">GeoSolutions</a> for sponsoring this release.</p>
<p>Please <a href="http://geoserver.org/display/GEOS/GeoServer+2.1.2">download GeoServer 2.1.2</a>, try it out, and provide feedback on the <a href="https://lists.sourceforge.net/lists/listinfo/geoserver-users">mailing list</a>. Your feedback helps GeoServer to continue to improve.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2011/10/07/geoserver-2-1-2-release/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>GeoServer 2.1.1 Released</title>
		<link>http://blog.geoserver.org/2011/06/25/geoserver-2-1-1-released/</link>
		<comments>http://blog.geoserver.org/2011/06/25/geoserver-2-1-1-released/#comments</comments>
		<pubDate>Sat, 25 Jun 2011 05:21:27 +0000</pubDate>
		<dc:creator>Mark Leslie</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[2.1]]></category>
		<category><![CDATA[GeoServer]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=994</guid>
		<description><![CDATA[Close on the heels of the release of our newest stable branch, the GeoServer team is pleased to announce the release of GeoServer 2.1.1. While primarily a bug-fixing release, a number of enhancements have been made, including support for the upcoming PostGIS 2.0, the addition of a number of new WPS processes and the addition [...]]]></description>
			<content:encoded><![CDATA[<p>Close on the heels of the release of our newest stable branch, the GeoServer team is pleased to announce the release of <a href="http://geoserver.org/display/GEOS/GeoServer+2.1.1">GeoServer 2.1.1</a>.  While primarily a bug-fixing release, a number of enhancements have been made, including support for the upcoming <a href="http://www.postgis.org/">PostGIS</a> 2.0, the addition of a number of new WPS processes and the addition of the <a href="http://docs.geoserver.org/2.1.1/user/data/teradata.html">Teradata</a> database extension to the release.  As always, there are a great many people to thank for the successful release.  Our contributors continue their tireless efforts to move GeoServer forward.  Our users and advocates provide invaluable feedback and direction to the project.  <a href="http://geoserver.org/display/GEOS/Commercial+Support">Sponsoring companies</a> and groups provide much needed funding to drive the addition of new functionality.  This release I would like to draw special attention to a few contributions.</p>
<ul>
<li>Rudi Hochmeister has contributed a patches to our logging system to simplify debugging and to fix a number of issues in our developer documentation.</li>
<li>Gianni Barrotta, Andrea Di Nora, and Pietro Arena have contributed a number of new WPS processes to the project.</li>
<li>Robert Coup has identified inconsistencies in the handling of URLs in the KML and GeoRSS output formats and has contributed patches to bring those in line with the rest of the code base.</li>
<li>Matt Bertrand has added support for the definition of character set during shapefile uploads and associated testing.</li>
</ul>
<p>Contributions like these help keep GeoServer responsive to the needs of our community and allow us to continue providing a stable and useful product.  Thank you!  Thanks also go to <a href="http://www.lisasoft.com">LISAsoft</a> for sponsoring this release.  Please <a href="http://geoserver.org/display/GEOS/GeoServer+2.1.1">download GeoServer 2.1.1</a>, try it out, and provide feedback on the <a href="https://lists.sourceforge.net/lists/listinfo/geoserver-users">mailing list</a>.  Your feedback helps GeoServer to continue to improve.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2011/06/25/geoserver-2-1-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GeoServer developers considering a switch to Java 6</title>
		<link>http://blog.geoserver.org/2011/06/08/geoserver-may-switch-to-java-6/</link>
		<comments>http://blog.geoserver.org/2011/06/08/geoserver-may-switch-to-java-6/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 08:14:17 +0000</pubDate>
		<dc:creator>Andrea Aime</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=984</guid>
		<description><![CDATA[GeoServer developers are considering a switch to Java 6 as the minimum requirement starting with GeoServer 2.2.0: this will give us an improved API to rely on, faster development cycle and a more common development environment setup (finding Java 5 is getting increasingly difficult, especially on some platforms). The current stable series, 2.1.x, will remain [...]]]></description>
			<content:encoded><![CDATA[<p>GeoServer developers are considering a switch to Java 6 as the minimum requirement starting with GeoServer 2.2.0: this will give us an improved API to rely on, faster development cycle and a more common development environment setup (finding Java 5 is getting increasingly difficult, especially on some platforms).</p>
<p>The current stable series, 2.1.x, will remain on Java 5, giving people stuck on the old JDK at the very least another six months of support.</p>
<p>We&#8217;d like to hear your opinion on this move. Let us know by voting on the user poll:</p>
<p><a href="http://www.micropoll.com/a/mpview/1076733-423614">http://www.micropoll.com/a/mpview/1076733-423614</a></p>
<p>Thanks for your participation!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2011/06/08/geoserver-may-switch-to-java-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting a job with GeoServer</title>
		<link>http://blog.geoserver.org/2011/06/06/getting-a-job-with-geoserver/</link>
		<comments>http://blog.geoserver.org/2011/06/06/getting-a-job-with-geoserver/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 07:17:43 +0000</pubDate>
		<dc:creator>Andrea Aime</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=974</guid>
		<description><![CDATA[As GeoServer popularity raises it&#8217;s becoming more and more common to see job offers demanding GeoServer experience as a requisite. The companies providing support for GeoServer are growing as well, providing opportunities to the brave souls that want to work side by side with the core developers. GeoSolutions, an italian company deeply involved in both [...]]]></description>
			<content:encoded><![CDATA[<p>As GeoServer popularity raises it&#8217;s becoming more and more common to see job offers demanding GeoServer experience as a requisite. The companies providing support for GeoServer are growing as well, providing opportunities to the brave souls that want to work side by side with the core developers.</p>
<p><a href="http://www.geo-solutions.it/">GeoSolutions</a>, an italian company deeply involved in both GeoServer and GeoTools, is looking for a <a href="http://geo-solutions.blogspot.com/2011/06/job-offer-geosolutions_02.html">GeoServer developer</a> that will code new features as well as install and manage production sites. GeoSolutions is also looking for a <a href="http://geo-solutions.blogspot.com/2011/02/job-offer-geosolutions.html">front-end developer</a> that will develop the user facing portion of new geo-spatial applications powered by GeoServer.</p>
<p>Searches on <a href="http://www.indeed.com/jobs?q=geoserver&amp;l=">indeed.com</a>, <a href="http://jobsearch.monster.com/search/?q=geoserver">dice.com</a> or <a href="http://seeker.dice.com/jobsearch/servlet/JobSearch?op=300&amp;N=0&amp;Hf=0&amp;NUM_PER_PAGE=30&amp;Ntk=JobSearchRanking&amp;Ntx=mode+matchall&amp;AREA_CODES=&amp;AC_COUNTRY=1525&amp;QUICK=1&amp;ZIPCODE=&amp;RADIUS=64.37376&amp;ZC_COUNTRY=0&amp;COUNTRY=1525&amp;STAT_PROV=0&amp;METRO_AREA=33.78715899%2C-84.39164034&amp;TRAVEL=0&amp;TAXTERM=0&amp;SORTSPEC=0&amp;FRMT=0&amp;DAYSBACK=15000&amp;LOCATION_OPTION=2&amp;FREE_TEXT=geoserver&amp;WHERE=">monster.com</a> also show a number of positions that either demand or have a preference for people with GeoServer experience, picking a few examples among the list:</p>
<ul>
<li>OpenGeo is seeking a <a href="http://opengeo.org/about/careers/project-manager/">Project Manager</a></li>
<li>Two <a href="https://cp-its-rmprd.saic.com/main/careerportal/Job_Profile.cfm?/14F950141MOE0X280FLNPV674017JWYT8EW0Z2JDYJZ2N4VTS4JKNEHLR8L9Y6G9BZHBUCLAYZYLNSQZ9HMDXDCQJUJTXNY2YSUSTCQGHX0KXDBD63SF5NY1TJ0UHZCVV8SATG3ZW5OIRSYZYI605JSEX8IRSEX8JFDVFP4W">GIS web</a> <a href="http://www.gjc.org/gjc-cgi/showjob.pl?id=1306849444">developer</a> jobs in the VA area</li>
<li><a href="http://www.gjc.org/gjc-cgi/showjob.pl?id=1307059502">GIS web developer</a> at the Stanford University libraries</li>
<li>Maps and <a href="http://www.telenav.com/about/career/?nl=1&amp;jvi=omHDVfwl,Job&amp;jvs=Indeed&amp;jvk=Job">GIS senior engineer</a></li>
</ul>
<p>We&#8217;re please to see this growth and hope you&#8217;ll enjoy working with GeoServer as much as we do!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2011/06/06/getting-a-job-with-geoserver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GeoServer 2.1.0</title>
		<link>http://blog.geoserver.org/2011/05/12/geoserver-2-1/</link>
		<comments>http://blog.geoserver.org/2011/05/12/geoserver-2-1/#comments</comments>
		<pubDate>Thu, 12 May 2011 20:22:01 +0000</pubDate>
		<dc:creator>Mike Pumphrey</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[geowebcache]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[SLD]]></category>
		<category><![CDATA[wcs]]></category>
		<category><![CDATA[wms]]></category>
		<category><![CDATA[wms 1.3]]></category>
		<category><![CDATA[wps]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=946</guid>
		<description><![CDATA[It&#8217;s been a long time coming, but after nine months, hundreds of hours of development and testing work, two betas and five release candidates, the GeoServer team is happy to announce the release of GeoServer 2.1.0! The release of a new major version update is a big deal (the last one was 18 months ago), [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a long time coming, but after nine months, hundreds of hours of development and testing work, two betas and five release candidates, the GeoServer team is happy to announce the release of <a href="http://geoserver.org/display/GEOS/GeoServer+2.1.0">GeoServer 2.1.0</a>!</p>
<p>The release of a new major version update is a big deal (the <a href="http://blog.geoserver.org/2009/10/26/geoserver-2-0-released/">last one</a> was 18 months ago), and while we&#8217;ve talked about all of the new features that have been incrementally showing up, let&#8217;s put them all together here in one place:</p>
<p><strong><a href="http://docs.geoserver.org/2.1.0/user/data/wms.html">WMS Cascading</a></strong></p>
<p>Something many users have asked for since the very addition of WMS support is cascading, the ability of GeoServer to proxy for another remote WMS server (be it GeoServer, MapServer, or ArcGIS). This feature has many uses, such as pulling in a remote base layer and overlaying local vector data onto it or securing a locally unsecured map server. Special thanks to the <a href="http://www.unipg.it/">University of Perugia</a> for sponsoring this feature.</p>
<p><strong><a href="http://docs.geoserver.org/2.1.0/user/services/virtual-services.html">Virtual Services</a></strong></p>
<p>Anyone who has published a large number of layers or feature types with GeoServer has probably at some point been annoyed by the fact that every single layer is published by a single global service. WMS has the ability to group and nest layers but WFS and WCS have no such equivalent. Thanks to virtual services, one can create multiple service endpoints within a single GeoServer instance.  Special thanks to <a href="http://www.landgate.wa.gov.au/">Landgate</a> for funding this work.</p>
<p><strong><a href="http://docs.geoserver.org/2.1.0/user/data/sqlview.html">Layers from SQL</a></strong></p>
<p>GeoServer has always been good at publishing a flat database table but users often need to do more—such as pre-filter the data in a table, join two tables together, or generate column values on the fly with a function. Before this feature, the recommendation was to create a view, yet views can be a maintenance burden and are at times problematic.</p>
<p>Now one can create a layer directly from an SQL query and query definitions can be parameterized to create dynamic queries on the fly. These parameters can be restricted with regular expressions to prevent an SQL injection security hole.</p>
<p>Special thanks to Andrea Aime for spending much of his personal time on this one and to <a href="http://www.iobis.org/">OBIS</a> for providing the funding for the parametric component of the work.</p>
<p><strong><a href="http://docs.geoserver.org/2.1.0/user/extensions/wps/index.html">Web Processing Service</a> (WPS)</strong></p>
<p>With 2.1 and the arrival of WPS we welcome a new OGC service into GeoServer. The <a href="http://www.opengeospatial.org/standards/wps">Web Processing Service</a> is an OGC service for performing geospatial analysis functions over the web. The specification is extensible in nature and allows for simple processes ranging from buffering a geometry to more complex processes such as image processing.</p>
<p>Historically, GeoServer has been focused on data delivery and did not provide tools for performing analysis on spatial data. WPS fills that gap, making GeoServer a more compete solution for geospatial web services.</p>
<p>Thanks to <a href="http://www.refractions.net/">Refractions Research</a> for the initial contribution of the WPS module and to Andrea once again for taking personal time to bring WPS support to its current state.</p>
<p><strong><a href="http://docs.geoserver.org/2.1.0/user/styling/sld-extensions/uom.html">Unit of Measure</a></strong></p>
<p>Support for units in SLD allows one to specify values in measurements other than pixels such as feet or meters. This adds a very powerful capability to SLD that may alleviate the need for multiple scale-dependent rendering rules and may greatly simplify complex SLD documents.</p>
<p>Special thanks to Milton Jonathan and <a href="http://www.tecgraf.puc-rio.br">Tecgraf/PUC-Rio</a> for the initial GeoTools work to make unit of measure support possible and to Andrea for working with Milton to improve the initial patch. Note that this feature has also been backported to the stable 2.0.x branch thanks to support from <a href="http://www.swecogroup.com/en/enswecose/">SWECO</a> and <a href="http://www.malmo.se/">Malmö City of Sweden</a>.</p>
<p><strong><a href="http://docs.geoserver.org/2.1.0/user/services/wms/vendor.html#format-options">DPI Scaling</a></strong></p>
<p>GeoServer renders images at a resolution of 90 DPI by default. While this is acceptable for most standard screen resolutions, it is unacceptable for higher-resolution printed materials. Now it is possible to supply a format option to a WMS request to control the DPI setting on the fly.</p>
<p>Special thanks again to <a href="http://www.swecogroup.com/en/enswecose/">SWECO</a> and <a href="http://www.malmo.se/">Malmö City of Sweden</a> for sponsoring this work. Note also that this feature has also been backported to the 2.0.x branch.</p>
<p><strong><a href="http://geo-solutions.blogspot.com/2010/11/new-file-chooser-for-geoserver.html">Graphical File/Directory Chooser</a></strong></p>
<p>Ever found it difficult to remember the full path when loading a shapefile or GeoTIFF?  This new improvement brings an easy graphical file and directory selection tool for browsing the file system on which GeoServer resides.  This is definitely a great enhancement to make GeoServer even easier to configure.</p>
<p><strong><a href="http://geoserver.org/display/GEOS/GSIP+52+-+Refactor+out+DAO+for+Catalog+and+Configuration">Core improvements to support a database-backed catalog</a></strong></p>
<p>GeoServer’s core catalog interfaces received some tweaks to more easily support different backend storage formats. The current in-memory implementation has a number of drawbacks—the most notable being that it is memory-bound, meaning it cannot scale to accomodate large numbers of layers. Support for specific new storage formats is still only available as a community module but these core improvements make it possible to more easily swap between different backends.</p>
<p><strong>Font Improvements</strong></p>
<p>Adding new fonts to maps should now be much easier, as one can drop font files directly into the GeoServer data directory and have them be recognized by GeoServer.  The admin interface will list all fonts that are currently available, including those made available by the Java Virtual Machine.</p>
<p><strong><a href="http://geoserver.org/display/GEOS/GSIP+54+Upgrade+Geoserver+security+to+Spring+Security+2.0">Upgrade to Spring Security 2.0.6</a></strong></p>
<p>GeoServer has always had <a href="http://www.acegisecurity.org/">Acegi Security</a> at its core but since that library was absorbed by the Spring community it has been improved and upgraded into <a href="http://static.springsource.org/spring-security/site/index.html">Spring Security</a>, the official security module of the <a href="http://www.springsource.org/projects/">Spring portfolio</a>.  This brings a number of new security protocols to GeoServer, including <a href="http://openid.net/">OpenID</a> and <a href="http://msdn.microsoft.com/en-us/library/aa378749%28VS.85%29.aspx">Windows NTLM</a>. With even more powerful options, it should now be easier to customize the security setup.</p>
<p><strong>WCS Limits</strong></p>
<p>While WFS and WMS have both had the ability to limit what a user can request, now similar controls are in place for WCS calls as well.  Thanks to <a href="http://www.mass.gov/mgis/">MassGIS</a> for funding this improvement.</p>
<p><strong>WMS 1.3.0</strong></p>
<p>WMS 1.3.0 is the newest version of the Web Map Service protocol.  Special thanks to <a href="http://www.ordnancesurvey.co.uk/">Ordnance Survey</a>, Britain’s national mapping agency, for providing <a href="http://opengeo.org/">OpenGeo</a> with funding to complete its implementation in GeoServer. With WMS 1.3 mandated by the <a href="http://inspire.jrc.ec.europa.eu/">INSPIRE Initiative</a>, Ordnance Survey opted to fund the GeoServer project so that other organizations in the UK and the rest of Europe could meet their INSPIRE requirements and everyone across the globe could benefit.</p>
<p><strong>SLD 1.1 / SE 1.1 enhancements</strong></p>
<p>Though not every new option is fully-supported, it is now possible to use most SE 1.1 documents in GeoServer.  User feedback on which new options should be supported first is greatly appreciated.  Also funded by Ordnance Survey is a community module to implement the WMS extensions for INSPIRE View Service compliance—namely the language parameter and several extended capabilities fields.</p>
<p><strong><a href="http://docs.geoserver.org/2.1.0/user/webadmin/server/geowebcache.html">GeoWebCache Integration</a></strong></p>
<p>GeoWebCache integration allows clients to enjoy the benefits of tile caching through the regular GeoServer WMS endpoint. This enables GeoWebCache to transparently proxy for the GeoServer WMS without the need for a separate service endpoint. Taking advantage of the recently-added disk quota functionality, GeoWebCache now provides the ability to set limits on the amount of disk space used for storing tiles, allowing users to control and limit the size of the tile cache on disk. Big thanks to Gabriel Roldán of <a href="http://opengeo.org">OpenGeo</a> for the great GeoWebCache improvements.</p>
<p><strong>Improvements to RESTConfig</strong></p>
<p>This release also brings some improvements to RESTConfig, which is now shipped with GeoServer by default. Improvements to the API include a file upload operation that now allows for uploading files into an existing data store. This addition allows users to upload a shapefile and have it automatically converted into a PostGIS database and published as a PostGIS layer rather than as a Shapefile layer. The API also supports recursive DELETE operations, making it more convenient to remove resources that contain other resources such as stores or workspaces. Thanks to David Winslow and Justin Deoliveira of <a href="http://opengeo.org/">OpenGeo</a> for these improvements.</p>
<p><strong><a href="http://geo-solutions.blogspot.com/2011/01/developers-corner-improving.html">Improved Raster Reprojection Performance</a></strong></p>
<p>Thanks to some great work from <a href="http://www.geo-solutions.it/">GeoSolutions</a>, raster reprojection performance has been significantly improved by using linear appoximations of transformation functions.</p>
<p><strong>WCS Request Builder</strong></p>
<p>Thanks to Andrea Aime, there is now a Web Coverage Service request builder  for graphically building WCS requests to test a coverage service. As clients for WCS have always been sparse, this tool goes a long way towards making the service more usable.</p>
<p><strong>Run multiple GeoServer instances from a single data directory</strong></p>
<p>There now exists a <a href="http://jira.codehaus.org/browse/GEOS-4454">new parameter</a> that will once again allow multiple GeoServer instances to run from a single data directory. This parameter, named &#8220;GWC_DISKQUOTA_DISABLED&#8221;, will disable the GeoWebCache disk quota module and prevent it from maintaining a lock on the data directory.</p>
<p><strong>Tons of bug fixes</strong></p>
<p>A new release wouldn&#8217;t be complete without bug fixes.  Here is the <a href="http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+%3D+GEOS+and+fixVersion+in+%28%222.1-beta1%22%2C+%222.1-beta2%22%2C+%222.1-beta3%22%2C+%222.1-RC1%22%2C++%222.1-RC2%22%2C++%222.1-RC3%22%2C++%222.1-RC4%22%2C++%222.1-RC5%22%2C++%222.1.0%22%2C+%222.1.x%22%29+and+status+in+%28Resolved%2C+Closed%29">full list of issues fixed</a>.</p>
<p><strong>Wow!</strong></p>
<p>Everyone who uses GeoServer should have at least one or two items in the above list to be excited about.  <a href="http://geoserver.org/display/GEOS/GeoServer+2.1.0">Download GeoServer 2.1.0</a>, try it out, and please provide feedback and report any issues on the <a href="http://geoserver.org/display/GEOS/Mailing+Lists">GeoServer mailing list</a>.</p>
<p>Be sure to backup your data directory before upgrading, as with all GeoServer major version upgrades there will be changes to the data directory that will make it incompatible with 2.0.x.  If using the aforementioned database-backed catalog, this should be easier than ever.</p>
<p>Thanks for using GeoServer!</p>
<p><strong><a href="http://geoserver.org/display/GEOS/GeoServer+2.1.0">Download GeoServer 2.1.0</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2011/05/12/geoserver-2-1/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>GeoServer 2.1-RC5 released</title>
		<link>http://blog.geoserver.org/2011/04/26/geoserver-2-1-rc5-released/</link>
		<comments>http://blog.geoserver.org/2011/04/26/geoserver-2-1-rc5-released/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 07:05:36 +0000</pubDate>
		<dc:creator>Andrea Aime</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=931</guid>
		<description><![CDATA[The GeoServer team is happy to announce the fifth release candidate for 2.1, now available for download. This release brings some bug fixes and addresses a few residual regressions compared to the old 2.0.x series. In no particular order: While GeoServer 2.1 uses extended CQL (ECQL) for all the CQL related activities, it now also preserve [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>The GeoServer team is happy to announce the fifth release candidate for 2.1, now available for <a href="http://geoserver.org/display/GEOS/GeoServer+2.1-RC5">download</a>.</p>
<p>This release brings some bug fixes and addresses a few residual regressions compared to the old 2.0.x series. In no particular order:</p>
<ul>
<li>While GeoServer 2.1 uses extended CQL (ECQL) for all the CQL related activities, it now also preserve backwards compatibility with the old CQL language (in particular, new keywords in ECQL might have conflicted with valid CQL statements).</li>
<li>The compatibility towards Google Earth 6 was improved too, making Google Earth 6 properly display KMZ files with embedded images.</li>
<li>The <a href="http://docs.geoserver.org/2.1.x/en/user/extensions/querylayer/index.html">querylayer</a> module, allowing for cross layer filtering, was promoted from community to extension module and is thus available as an official extension in the release.</li>
<li>Finally, GeoServer 2.1-RC5 avoids HTTP session creation on all OGC service paths, even when using basic authentication, providing better overall scalability.</li>
</ul>
<p>Check out the <a href="http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10311&amp;version=17324">change log</a> for the full list.</p>
<p>Thanks to everyone who tested RC4 and helped us flush out these last few issues. You can continue to help us get to the official 2.1 release by downloading and trying out RC5. Be sure to report any issues in the <a href="http://jira.codehaus.org/browse/GEOS">bug tracker</a> or on the <a href="mailto:geoserver-users@lists.sourceforge.net">mailing list</a>. Unless new regressions or serious bugs are found RC5 will be re-released as 2.1.0 final.</p>
<p>Thanks for using GeoServer!</p>
</div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2011/04/26/geoserver-2-1-rc5-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GeoServer 2.1-RC4 Released</title>
		<link>http://blog.geoserver.org/2011/04/05/geoserver-2-1-rc4-released/</link>
		<comments>http://blog.geoserver.org/2011/04/05/geoserver-2-1-rc4-released/#comments</comments>
		<pubDate>Tue, 05 Apr 2011 22:13:31 +0000</pubDate>
		<dc:creator>Justin Deoliveira</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=917</guid>
		<description><![CDATA[The GeoServer team is happy to announce the fourth release candidate for 2.1, now available for download. This release brings some important bug fixes and addresses a few regressions discovered in RC3. This includes a new parameter that will once again allow multiple GeoServer instances to run from a single data directory. This parameter, named [...]]]></description>
			<content:encoded><![CDATA[<p>The GeoServer team is happy to announce the fourth release candidate for 2.1, now available for <a href="http://geoserver.org/display/GEOS/GeoServer+2.1-RC4">download</a>.</p>
<p>This release brings some important bug fixes and addresses a few regressions discovered in RC3. This includes a <a href="http://jira.codehaus.org/browse/GEOS-4454">new parameter</a> that will once again allow multiple GeoServer instances to run from a single data directory. This parameter, named &#8220;GWC_DISKQUOTA_DISABLED&#8221;, will disable the GeoWebCache disk quota module preventing it from maintaining a lock in the data directory.</p>
<p>Other key fixes include an issue with the alternate and more performant method of <a href="http://jira.codehaus.org/browse/GEOS-4443">raster reprojection</a> that comes with the GeoServer 2.1 series, as well as some fixes for WMS 1.3 support surrounding axis ordering issues. Check out the <a href="http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10311&#038;version=17294">change log</a> for the full list.</p>
<p>Thanks to everyone who tested RC3 and helped us flush out these last few issues. You can continue to help us get to the official 2.1 release by downloading and trying out RC4. Be sure to report any issues in the <a href="http://jira.codehaus.org/browse/GEOS">bug tracker</a> or on the <a href="mailto:geoserver-users@lists.sourceforge.net">mailing list</a>.</p>
<p>Thanks for using GeoServer!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2011/04/05/geoserver-2-1-rc4-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

