<?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 &#187; Mike Pumphrey</title>
	<atom:link href="http://blog.geoserver.org/author/bmmpxf/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.geoserver.org</link>
	<description>Everything GeoServer, and a little more</description>
	<lastBuildDate>Wed, 21 Dec 2011 22:28:44 +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>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>Blueprint for Creating an Open Source Web Map</title>
		<link>http://blog.geoserver.org/2010/07/23/blueprint-for-creating-an-open-source-web-map/</link>
		<comments>http://blog.geoserver.org/2010/07/23/blueprint-for-creating-an-open-source-web-map/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 17:29:49 +0000</pubDate>
		<dc:creator>Mike Pumphrey</dc:creator>
				<category><![CDATA[User perspectives]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web mapping]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=701</guid>
		<description><![CDATA[Community member Michelle Ballinger has put together a short tutorial on creating an open source web map using GeoServer. This tutorial is designed for a beginner and is easy to follow. The steps she uses are: Creating and editing data with QGIS Designing SLDs with uDig Serving maps with GeoServer Creating a custom OpenLayers application [...]]]></description>
			<content:encoded><![CDATA[<p>Community member Michelle Ballinger has put together a short tutorial on <a href="  http://mballingercapstone.web.officelive.com/default.aspx" target="_blank">creating an open source web map</a> using GeoServer.</p>
<p>This tutorial is designed for a beginner and is easy to follow.  The steps she uses are:</p>
<ol>
<li>Creating and editing data with QGIS</li>
<li>Designing SLDs with uDig</li>
<li>Serving maps with GeoServer</li>
<li>Creating a custom OpenLayers application</li>
<li>Posting to the web</li>
</ol>
<p>The introduction mentions the benefits of using open source and also, interestingly, discusses the pros and cons of making a &#8220;mash-up&#8221; versus serving one&#8217;s own data.</p>
<p>Once again, we see Penn State as a proponent of open source GIS.  Have you looked at their <a href="https://gis.e-education.psu.edu/mgis" target="_blank">Master of Geographic Information Systems</a> program lately?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2010/07/23/blueprint-for-creating-an-open-source-web-map/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SLD Cookbook</title>
		<link>http://blog.geoserver.org/2010/04/09/sld-cookbook/</link>
		<comments>http://blog.geoserver.org/2010/04/09/sld-cookbook/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 14:49:18 +0000</pubDate>
		<dc:creator>Mike Pumphrey</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[cookbook]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[SLD]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[styling]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=576</guid>
		<description><![CDATA[Styling map layers in GeoServer can be challenging. While there are some ways to craft map layers without ever needing to look at Styled Layer Descriptor (SLD) code, there are some who don&#8217;t want an intermediary and want to code with SLD directly. For those, there are few options: 1. Read the OGC SLD 1.0 [...]]]></description>
			<content:encoded><![CDATA[<p>Styling map layers in GeoServer can be challenging.  While there are <a href="http://blog.geoserver.org/2010/04/05/styling-geoserver-layers-with-css/" target="_blank">some</a> <a href="http://blog.opengeo.org/2009/05/05/styler/" target="_blank">ways</a> to craft map layers without ever needing to look at Styled Layer Descriptor (SLD) code, there are some who don&#8217;t want an intermediary and want to code with SLD directly.  For those, there are few options:</p>
<p>1. Read the <a href="http://www.opengeospatial.org/standards/sld" target="_blank">OGC SLD 1.0 specification</a>.  At 100+ pages, it can be a bit dense.<br />
2. Read the <a href="http://schemas.opengis.net/sld/1.0.0/StyledLayerDescriptor.xsd" target="_blank">SLD schema</a>.  Because, really, who doesn&#8217;t love interpreting schemas?</p>
<p>Failing those, the would-be map stylist is usually out of luck, needing to eke out an understanding of styling by asking on <a href="https://lists.sourceforge.net/lists/listinfo/geoserver-users" target="_blank">mailing lists</a> and doing web searches.</p>
<p>When I was learning SLD, I wanted simple examples that I could understand and edit.  I wanted screenshots.  I wanted to know which line of code did what.  I wanted to look up styles as if they were in a recipe book.  But this type of reference didn&#8217;t exist at the time.</p>
<p>The <a href="http://docs.geoserver.org/stable/en/user/styling/sld-cookbook/index.html" target="_blank">SLD Cookbook</a> is that reference.  It is a &#8220;practical reference&#8221; to show how map styling works.  It is not designed to be exhaustive, and it won&#8217;t tell you about every possible edge case.  But it also has no SLDs that are hundreds of lines long, a strong hurdle to comprehension.</p>
<p>Want to know how to style a simple point?  <a href="http://docs.geoserver.org/stable/en/user/styling/sld-cookbook/points.html#simple-point" target="_blank">Look at the example</a>, <a href="http://docs.geoserver.org/stable/en/user/_downloads/point_simplepoint.sld" target="_blank">download the SLD</a> (and the <a href="http://docs.geoserver.org/stable/en/user/_downloads/sld_cookbook_point.zip" target="_blank">shapefile</a> that generated the screenshot too, if you&#8217;d like), and <a href="http://docs.geoserver.org/stable/en/user/styling/sld-cookbook/points.html#details" target="_blank">read the details</a>.  See which line of code accomplishes what, so if you want to make the points blue instead of red, you&#8217;ll know what line to change (line 8 in this case).  Want to see how to make a style where lines are styled differently by <a href="http://docs.geoserver.org/stable/en/user/styling/sld-cookbook/lines.html#attribute-based-line" target="_blank">data attributes</a>? Or by <a href="http://docs.geoserver.org/stable/en/user/styling/sld-cookbook/lines.html#zoom-based-line" target="_blank">zoom level</a>?  Refer as necessary.  Even those experienced with SLD may find the examples useful.</p>
<p>There are a few examples mixed in that leverage extensions to GeoServer/GeoTools (<a href="http://docs.geoserver.org/stable/en/user/styling/sld-cookbook/polygons.html#hatching-fill" target="_blank">polygon fill hatching</a>, <a href="http://docs.geoserver.org/stable/en/user/styling/sld-cookbook/lines.html#label-following-line" target="_blank">labels that follow lines</a>) but for the most part, the examples are perfectly valid according to the SLD 1.0 specification.</p>
<p>I&#8217;m sure that more examples can and will be added in time.  I&#8217;ve already received some very good feedback from others, and some styles will likely be optimized.  But every example, every screenshot, and every SLD was tested in the <a href="http://geoserver.org/display/GEOS/Stable" target="_blank">most recent version of GeoServer</a>.</p>
<p>So <a href="http://docs.geoserver.org/stable/en/user/styling/sld-cookbook/index.html" target="_blank">take a look</a>, and get styling!  I hope you enjoy.  Special thanks goes out to <a href="http://www.geonovum.nl/" target="_blank">Geonovum</a>, who funded this project.  I personally appreciate it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2010/04/09/sld-cookbook/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Chinese forum Launched</title>
		<link>http://blog.geoserver.org/2009/08/25/chinese-forum-launched/</link>
		<comments>http://blog.geoserver.org/2009/08/25/chinese-forum-launched/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 20:17:03 +0000</pubDate>
		<dc:creator>Mike Pumphrey</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[chinese]]></category>
		<category><![CDATA[forum]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=239</guid>
		<description><![CDATA[GeoServer can now add one more language of support to its ever growing list. Kevin Yang has created a web forum for GeoServer users in Chinese. Here is his welcome message. Stop on by and say &#20320;&#22909;!]]></description>
			<content:encoded><![CDATA[<p>GeoServer can now add one more language of support to its ever <a href="http://geoserver.org/display/GEOS/Mailing+Lists" target=_blank>growing list</a>.  Kevin Yang has created a <a href="http://www.geoserver.org.cn/bbs" target=_blank>web forum for GeoServer users in Chinese</a>.  Here is his <a href="http://www.geoserver.org.cn/bbs/notice.php" target=_blank>welcome message</a>.  Stop on by and say &#20320;&#22909;!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2009/08/25/chinese-forum-launched/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GeoServer 2.0 moves to Release Candidate status</title>
		<link>http://blog.geoserver.org/2009/08/18/geoserver-20-moves-to-release-candidate-status/</link>
		<comments>http://blog.geoserver.org/2009/08/18/geoserver-20-moves-to-release-candidate-status/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 16:18:53 +0000</pubDate>
		<dc:creator>Mike Pumphrey</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[rc]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[ui]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=240</guid>
		<description><![CDATA[The GeoServer Team would like to announce that GeoServer 2.0 is now out of beta and has moved into Release Candidate status. In case you haven&#8217;t been following our previous posts, GeoServer 2.0 contains a completely redesigned user interface, using Wicket. Based on feedback from our beta testers, the move to RC1 consisted mainly of [...]]]></description>
			<content:encoded><![CDATA[<p>The GeoServer Team would like to announce that GeoServer 2.0 is now out of beta and has <a href="http://geoserver.org/display/GEOS/GeoServer+2.0-RC1" target=_blank>moved into Release Candidate status</a>.  </p>
<p>In case you haven&#8217;t been following our <a href="http://blog.geoserver.org/2009/06/03/geoserver-20-now-in-beta/" target=_blank>previous</a> <a href="http://blog.geoserver.org/2009/07/21/geoserver-20-beta2-released/" target=_blank>posts</a>, GeoServer 2.0 contains a completely redesigned user interface, using <a href="http://wicket.apache.org/" target=_blank>Wicket</a>.  Based on feedback from our beta testers, the move to RC1 consisted mainly of user interface improvements. One specific new feature to point out is that ArcSDE stores have a <a href="http://jira.codehaus.org/browse/GEOS-3310" target=_blank>better configuration panel</a>, one that simplifies requests to raster coverages.</p>
<p>With <a href="http://jira.codehaus.org/browse/GEOS/fixforversion/15379" target=_blank>55 issues fixed</a>, this first Release Candidate is deemed stable by the GeoServer Team.  But we need your help to verify this, so please <a href="http://geoserver.org/display/GEOS/GeoServer+2.0-RC1" target=_blank>download this new version</a> and try it out.</p>
<p><strong>N.B.</strong>  If you wish to connect GeoServer 2.0 to your existing data directory (from 1.7.x), beware that GeoServer 2.0 changes the directory structure a bit, so should you wish to switch back to 1.7.x, you will need to <a href="http://geoserver.org/display/GEOSDOC/Migrating+Between+1.7.x+and+2.0.x" target=_blank>hand edit some files</a>.</p>
<p>Thanks to everyone who helped out with this release!  Keep sending that feedback in.  Assuming no large problems are found, we should have an official release in the next month or two.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2009/08/18/geoserver-20-moves-to-release-candidate-status/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Showcasing the integrated Community Earth Model</title>
		<link>http://blog.geoserver.org/2009/08/17/showcasing-the-integrated-community-earth-model/</link>
		<comments>http://blog.geoserver.org/2009/08/17/showcasing-the-integrated-community-earth-model/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 19:34:53 +0000</pubDate>
		<dc:creator>Mike Pumphrey</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[app-schema]]></category>
		<category><![CDATA[geoscience]]></category>
		<category><![CDATA[workshop]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=238</guid>
		<description><![CDATA[CSIRO Minerals Down Under Flagship and its partner AuScope are conducting a nationwide workshop to showcase the new technologies available to the geoscience community to access data about the Australian landscape. The AuScope Web Services Roadshow is visiting every state geological survey in Australia. AuScope is helping to build an e-research infrastructure to federate nationally [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.csiro.au/science/MineralsDownUnder.html" target=_blank>CSIRO Minerals Down Under Flagship</a> and its partner <a href="http://www.auscope.org" target=_blank>AuScope</a> are conducting a nationwide workshop to showcase the new technologies available to the geoscience community to access data about the Australian landscape.  The <a href="https://twiki.auscope.org/twiki/bin/view/Grid/AuScopeWebServicesRoadshow2009" target=_blank>AuScope Web Services Roadshow</a> is visiting every state geological survey in Australia.</p>
<p>AuScope is helping to build an e-research infrastructure to federate nationally distributed data sets and develop tools to manipulate large data volumes. In collaboration with the geological surveys it is also setting up an Australian Geoscience Information Network. This network will provide the &#8220;glue&#8221; that enables the major geoscience and geospatial data stores of the government agencies to link with academic and industry communities and their applications. The Roadshow is showcasing a collection of tools as part of the Geoscience Information Network AuScope is building &#8211; which includes <a href="http://blog.geoserver.org/2009/07/21/geoserver-20-beta2-released/" target=_blank>GeoServer with Application Schema</a> support.</p>
<p>&#8220;The Australian Geoscience Information Network uses a coordinated cross-capability approach to resolving the data integration problem,&#8221; CSIRO Minerals Down Under Project Leader Ryan Fraser said.  &#8220;The result is an integrated Community Earth Model which is can be accessed via the <a href="http://portal.auscope.org" target=_blank>AuScope Discovery Portal</a> and obtains its data live from the original custodians.&#8221;</p>
<p>The Roadshow workshop is designed to provide participants a clear idea of what they need to do to establish data services that suit their requirements.  &#8220;The Roadshow will showcase the integrated Community Earth Model,&#8221; Mr Fraser said.  &#8220;It will also show how the National Collaborative Research Infrastructure Strategy (<a href="http://ncris.innovation.gov.au" target=_blank>NCRIS</a>) funded AuScope Ltd is establishing an Australian Geoscience Information Network to provide transparent access to computational tools and data and knowledge about the Australian landscape.&#8221;</p>
<p>For further details please contact:<br />
Ryan Fraser, CSIRO Minerals Down Under Flagship, AuScope Grid<br />
E:Ryan.Fraser@csiro.au<br />
Ph:08 6436 8780</p>
<p>Robert Woodcock. CSIRO Minerals Down Under Flagship, AuScope Grid<br />
E:Robert.Woodcock@csiro.au<br />
Ph:08 6436 8760</p>
<p>Bruce Simons Geoscience Victoria<br />
E:Bruce.simons@dpi.vic.gov.au</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2009/08/17/showcasing-the-integrated-community-earth-model/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GeoServer in InfoGEO magazine</title>
		<link>http://blog.geoserver.org/2009/08/04/geoserver-in-infogeo-magazine/</link>
		<comments>http://blog.geoserver.org/2009/08/04/geoserver-in-infogeo-magazine/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 15:02:09 +0000</pubDate>
		<dc:creator>Mike Pumphrey</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[portuguese]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=234</guid>
		<description><![CDATA[GeoServer is featured in an article in InfoGEO magazine. Written by active community member Fernando Quadro, the article is a brief overview of GeoServer. There may not be anything new here for those who are already familiar with GeoServer, but it&#8217;s still great to see GeoServer in print. Original Article English translation (via Google Translate) [...]]]></description>
			<content:encoded><![CDATA[<p>GeoServer is featured in an <a href="http://www.mundogeo.com.br/revistas-interna.php?id_noticia=14180" target=_blank>article in InfoGEO magazine</a>.  Written by active community member Fernando Quadro, the article is a brief overview of GeoServer.  There may not be anything new here for those who are already familiar with GeoServer, but it&#8217;s still great to see GeoServer in print.</p>
<p><a href="http://www.mundogeo.com.br/revistas-interna.php?id_noticia=14180" target=_blank>Original Article</a><br />
<a href="http://translate.google.com/translate?js=y&#038;prev=_t&#038;hl=en&#038;ie=UTF-8&#038;u=http%3A%2F%2Fwww.mundogeo.com.br%2Frevistas-interna.php%3Fid_noticia%3D14180&#038;sl=pt&#038;tl=en&#038;history_state0=" target=_blank>English translation</a> (via Google Translate)</p>
<p>This is a good time to remind everyone that GeoServer has mailing lists in <a href="http://tech.groups.yahoo.com/group/geoserver/" target=_blank>Portuguese</a>, along with <a href="http://groups.google.com/group/geoserver-ita" target=_blank>Italian</a> and <a href="http://groups.google.com/group/geoserver-es" target=_blank>Spanish</a>.  Moreover, with the switch to our <a href="http://docs.geoserver.org/" target=_blank>new documentation system</a>, we now have the ability to have GeoServer documentation in multiple languages.  If you are interested in contributing, please let us know.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2009/08/04/geoserver-in-infogeo-magazine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GeoServer is all over FOSS4G</title>
		<link>http://blog.geoserver.org/2009/07/23/geoserver-is-all-over-foss4g/</link>
		<comments>http://blog.geoserver.org/2009/07/23/geoserver-is-all-over-foss4g/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 17:38:37 +0000</pubDate>
		<dc:creator>Mike Pumphrey</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[foss4g]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[workshops]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=231</guid>
		<description><![CDATA[The presentations for FOSS4G 2009 were announced this week. Looking at the presentations and workshops, one thing is obvious: GeoServer will be all over the place this year! Here&#8217;s a quick rundown of the currently scheduled events that mention GeoServer, either partially or primarily. Presentations: GeoServer application schema support: complex features for the masses Extension [...]]]></description>
			<content:encoded><![CDATA[<p>The presentations for <a href="http://2009.foss4g.org" target=_blank>FOSS4G 2009</a> were announced this week.  Looking at the presentations and workshops, one thing is obvious: GeoServer will be all over the place this year!  Here&#8217;s a quick rundown of the currently scheduled events that mention GeoServer, either partially or primarily.</p>
<p>Presentations:</p>
<ul>
<li><a href="http://2009.foss4g.org/presentations/#presentation_30" target=_blank>GeoServer application schema support: complex features for the masses</a>
<li><a href="http://2009.foss4g.org/presentations/#presentation_35" target=_blank>Extension to GeoServer to read ESRI Mapcaches</a>
<li><a href="http://2009.foss4g.org/presentations/#presentation_54" target=_blank>Comparing apples and oranges: Uncovering the mystery of component selection in WebGIS projects</a>
<li><a href="http://2009.foss4g.org/presentations/#presentation_58" target=_blank>SCENZ-Grid, The implementation of a Science Collaboration and Computation Environment</a>
<li><a href="http://2009.foss4g.org/presentations/#presentation_81" target=_blank>Mobile Mapping for Field Data Collection</a>
<li><a href="http://2009.foss4g.org/presentations/#presentation_92" target=_blank>Building a SDI massively based on OWS</a>
<li><a href="http://2009.foss4g.org/presentations/#presentation_109" target=_blank>Web Mapping Performance Shoot-out</a>
<li><a href="http://2009.foss4g.org/presentations/#presentation_129" target=_blank>OpenGeo: a &#8216;dot-org&#8217; to build the Open Geospatial Web</a>
<li><a href="http://2009.foss4g.org/presentations/#presentation_142" target=_blank>GeoServer, GeoTools and GeoBatch: supporting operational Meteorology and Oceanography</a>
<li><a href="http://2009.foss4g.org/presentations/#presentation_150" target=_blank>Enviro: a WebGIS interface to evaluate and manage the impact of climate change at regional scale</a>
<li><a href="http://2009.foss4g.org/presentations/#presentation_163" target=_blank>GeoServer in Production</a>
<li><a href="http://2009.foss4g.org/presentations/#presentation_169" target=_blank>GeoServer: Past, Present, and Future</a>
<li><a href="http://2009.foss4g.org/presentations/#presentation_176" target=_blank>GISVM, the ultimate tool for teaching FOSS4G</a>
</ul>
<p>Workshops:</p>
<ul>
<li><a href="http://2009.foss4g.org/workshops/#workshop_04" target=_blank>Introduction to the Open GeoStack: PostGIS, GeoServer, GeoWebCache, and OpenLayers</a>
<li><a href="http://2009.foss4g.org/workshops/#workshop_05" target=_blank>Making Maps Fast &#8211; Performance tuning and Tile Caching</a>
<li><a href="http://2009.foss4g.org/workshops/#workshop_07" target=_blank>Organizing your geospatial data and services using GeoNetwork opensource</a>
<li><a href="http://2009.foss4g.org/workshops/#workshop_10" target=_blank>Working with GeoServer</a>
</ul>
<p>Whether you&#8217;re attending for GeoServer, for a greater understanding of all things FOSS4G, or just for <a href="http://cityofsydney.nsw.gov.au/" target=_blank>the location</a>, it looks like it&#8217;s going to be another fabulous conference.  Early bird registration ends on August 7th, so if you haven&#8217;t <a href="http://2009.foss4g.org/registration/" target=_blank>registered</a> yet, what are you waiting for?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2009/07/23/geoserver-is-all-over-foss4g/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>New Windows Installer</title>
		<link>http://blog.geoserver.org/2009/06/12/new-windows-installer/</link>
		<comments>http://blog.geoserver.org/2009/06/12/new-windows-installer/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 15:34:26 +0000</pubDate>
		<dc:creator>Mike Pumphrey</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[installer]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=223</guid>
		<description><![CDATA[Update: As of GeoServer 2.0.1, the legacy installer has been merged into the new installer. This means that during installation, you now have a choice on whether to install GeoServer as a Windows service or to run it manually. GeoServer has provided a Windows installer for the past 4 years (since at least version 1.2.4, [...]]]></description>
			<content:encoded><![CDATA[<p><em><strong>Update:</strong>  As of <a href="http://geoserver.org/display/GEOS/GeoServer+2.0.1" target=_blank>GeoServer 2.0.1</a>, the legacy installer has been merged into the new installer.  This means that during installation, you now have a choice on whether to install GeoServer as a Windows service or to run it manually.</em></p>
<hr />
<p>GeoServer has provided a Windows installer for the past 4 years (since at least <a href="http://geoserver.org/display/GEOS/GeoServer+1.2.4" target=_blank>version 1.2.4</a>, if not before).  It has always been simple and functional, providing a modest wrapper for the Jetty container found in the <a href="http://geoserver.org/display/GEOS/Stable" target=_blank>binary distribution</a>.</p>
<p>However, there are a number of ways in which GeoServer works in this environment that could be more in the spirit of Windows.  So, with the release of <a href="http://geoserver.org/display/GEOS/GeoServer+1.7.5" target=_blank>GeoServer 1.7.5</a>, we have redesigned the way GeoServer integrates with Windows,  in the form of a <a href="http://downloads.sourceforge.net/geoserver/geoserver-1.7.5-ng.exe" target=_blank>new installer</a>.</p>
<p>This new installer offers a host of new user-friendly features.  First of all, GeoServer now shows up as a <strong>Windows service</strong>, in line with other server software such as <a href="http://httpd.apache.org/" target=_blank>Apache HTTP Server</a> or <a href="http://www.postgresql.org/" target=_blank>PostgreSQL</a> .  This alleviates the need to have a command line window persist on the desktop when running GeoServer.  Integration with Windows Services allows administrators the ability to automate the management of GeoServer, although starting and stopping GeoServer is also still possible from the Start Menu as before.</p>
<p>GeoServer now appears on the <strong>Add/Remove Programs list</strong>.  It was always possible to uninstall via the Start Menu, but the uninstall option is now in a place where more users will expect it to be.</p>
<p>The installer itself has been redesigned as well.  It now allows you to <strong>link to an existing data directory</strong> (if you have previously created one).  Also, it allows (and encourages) you to <strong>change the username and password</strong> for the web administration interface, a feature unique to this installer.  (In all other cases, it is necessary to edit the <code>users.properties</code> file.)</p>
<p>There are other some other user-friendly features added, such as the requirement (and check) for <strong>administrator rights</strong> to run the installer, to prevent errors during the install process.</p>
<p>Since this installer is very new and has not been tested on all platforms, we have included a link to the <a href="http://downloads.sourceforge.net/geoserver/geoserver-1.7.5.exe" target=_blank>legacy installer</a> that functions just like previous versions.  But we encourage everyone to try out the <a href="http://downloads.sourceforge.net/geoserver/geoserver-1.7.5-ng.exe" target=_blank>new installer</a> (and provide feedback on what works and what doesn&#8217;t) so that we can make the experience better.  All in all, we feel that this is a marked improvement in the GeoServer Windows experience.  Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2009/06/12/new-windows-installer/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>New documentation launched</title>
		<link>http://blog.geoserver.org/2009/05/04/new-documentation-launched/</link>
		<comments>http://blog.geoserver.org/2009/05/04/new-documentation-launched/#comments</comments>
		<pubDate>Mon, 04 May 2009 14:45:12 +0000</pubDate>
		<dc:creator>Mike Pumphrey</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[docs]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[Sphinx]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=212</guid>
		<description><![CDATA[I&#8217;m excited to tell you about some changes to the GeoServer documentation. We are transitioning away from our wiki in favor of a new system. After much discussion, we are now using the Sphinx Documentation Generator. Sphinx has many advantages over a wiki. The biggest advantage is that the content of the documentation is written [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m excited to tell you about some changes to the GeoServer documentation.  We are transitioning away from our wiki in favor of a new system.  After <a href="http://geoserver.org/display/GEOS/GSIP+25+-+New+Documentation+Framework" target="_blank">much discussion</a>, we are now using the <a href="http://sphinx.pocoo.org/" target="_blank"><strong>Sphinx Documentation Generator</strong></a>.</p>
<p>Sphinx has many advantages over a wiki.  The biggest advantage is that the content of the documentation is written in <strong>plain text</strong> (using a simple markup language called <a href="http://docutils.sourceforge.net/rst.html" target="_blank">reStructuredText</a>) and then &#8220;compiled&#8221; to become the finished product.  With documentation now essentially just another part of the source code, it can be brought under version control.  This means that we can, for the first time, have <strong>version-specific documentation</strong>, as well as the ability to allow for simultaneous editing, conflict management, and all of the other tools associated with version control.</p>
<p>While wikis have many advantages, a clear hierarchy is generally not one of them.  (For example, one doesn&#8217;t read Wikipedia &#8220;from the beginning.&#8221;)  And while search remains a feature of our documentation, Sphinx is geared towards the creation of text that can be constructed and read like a manual.  Along this line, we can now create documentation in <strong>PDF</strong>, a feature that has been asked about for years.</p>
<p>We have <a href="http://docs.geoserver.org" target="_blank">soft launched</a> the new documentation with the release of <a href="http://geoserver.org/display/GEOS/GeoServer+1.7.4" target="_blank">GeoServer 1.7.4</a>.  The <a href="http://geoserver.org/display/GEOSDOC/Documentation" target="_blank">old wiki</a> is still live, and will remain so.  But there is still much to be done, and you can help.  The documentation is still very much a work in progress, and not all of the content from the wiki has been migrated.  We&#8217;ve developed a <a href="http://docs.geoserver.org/1.7.x/docguide/index.html" target="_blank">guide to documentation</a> that describes the ways that you can contribute.  The most helpful way is to create content for empty or unfinished pages, and either submit a <a href="http://jira.codehaus.org/browse/GEOS">bug report</a> with the content attached or commit the changes on your own.  (If you are interested in getting commit rights to our documentation, please send an email to the <a href="https://lists.sourceforge.net/lists/listinfo/geoserver-devel" target="_blank">GeoServer developers mailing list</a>.)  If you are aware of a page in the wiki that should be migrated to the new site, please let us know as well.</p>
<p>For GeoServer 1.7.4, the <a href="http://downloads.sourceforge.net/geoserver/geoserver-1.7.4-doc.zip" target="_blank">documentation download</a> contains both HTML and PDF output.  I encourage everyone to download, read, and make suggestions.  For our part, we will continue to work to make GeoServer easy to learn, use, and understand.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2009/05/04/new-documentation-launched/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

