<?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"
	>

<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>
	<pubDate>Fri, 03 Jul 2009 19:43:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>GeoServer 1.7.5 critical WMS patch</title>
		<link>http://blog.geoserver.org/2009/07/03/geoserver-175-critical-wms-patch/</link>
		<comments>http://blog.geoserver.org/2009/07/03/geoserver-175-critical-wms-patch/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 17:22:39 +0000</pubDate>
		<dc:creator>Andrea Aime</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=227</guid>
		<description><![CDATA[The latest stable GeoServer version, 1.7.5, was released with a small but critical bug that slows down rendering when a very small polygon or a line is displayed at a high zoom level (so that the displayed area is a very small fraction of the
whole). The slowdown increases as one zooms in, and eventually may [...]]]></description>
			<content:encoded><![CDATA[<p>The latest stable GeoServer version, 1.7.5, was released with a small but critical bug that slows down rendering when a very small polygon or a line is displayed at a high zoom level (so that the displayed area is a very small fraction of the<br />
whole). The slowdown increases as one zooms in, and eventually may lead the Java Virtual Machine to crash.<br />
The bug also makes for non optimal rendering of cased roads (the typical highway display).</p>
<p>The issue is actually due to a <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6568969">Sun Java bug</a>, but happily we have a workaround for it. If you find you&#8217;re affected by this problem, follow these simple instructions:</p>
<ul>
<li>stop GeoServer</li>
<li>download this <a href="http://blog.geoserver.org/wp-content/uploads/gt-api-256.jar">patch jar</a> and save it under geoserver/WEB-INF/lib</li>
<li>restart GeoServer</li>
</ul>
<p>Voilà, bug gone.</p>
<p>We want to thank Stefan Ziegler for the quick bug report and the other users that reminded us of how important this patch is.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2009/07/03/geoserver-175-critical-wms-patch/feed/</wfw:commentRss>
		</item>
		<item>
		<title>GeoServer app-schema meeting in Perth, Western Australia</title>
		<link>http://blog.geoserver.org/2009/07/03/geoserver-app-schema-meeting-in-perth-western-australia/</link>
		<comments>http://blog.geoserver.org/2009/07/03/geoserver-app-schema-meeting-in-perth-western-australia/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 06:08:20 +0000</pubDate>
		<dc:creator>Ben Caradoc-Davies</dc:creator>
		
		<category><![CDATA[Behind The Scenes]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=226</guid>
		<description><![CDATA[Last week AuScope hosted a GeoServer app-schema meeting in Perth,  Western Australia, to bring together developers, information modellers,  and users:
https://twiki.auscope.org/twiki/bin/view/Grid/AuScopeSissGeoserverMeeting2009
The meeting was attended by Jody Garnett, GeoServer developers Justin  Deoliveira and Gabriel Roldán from OpenGeo, AuScope Spatial Information  Services Stack developers, GeoSciML gurus, and AuScope participants  including GeoScience Victoria, Geoscience [...]]]></description>
			<content:encoded><![CDATA[<p>Last week AuScope hosted a GeoServer app-schema meeting in Perth,  Western Australia, to bring together developers, information modellers,  and users:</p>
<p><a class="moz-txt-link-freetext" href="https://twiki.auscope.org/twiki/bin/view/Grid/AuScopeSissGeoserverMeeting2009">https://twiki.auscope.org/twiki/bin/view/Grid/AuScopeSissGeoserverMeeting2009</a></p>
<p>The meeting was attended by Jody Garnett, GeoServer developers Justin  Deoliveira and Gabriel Roldán from OpenGeo, AuScope Spatial Information  Services Stack developers, GeoSciML gurus, and AuScope participants  including GeoScience Victoria, Geoscience Australia, and Landgate.  Discussions included the history of GeoServer app-schema, background on  AuScope, user perspectives, and future development priorities.</p>
<p>Future development options that received support included:</p>
<ul>
<li>Graphical configuration for app-schema (Wicket UI)</li>
<li>Support for polymorphism in encoded app-schema XML</li>
<li>3D geometry support</li>
<li>GML 3.2</li>
<li>WFS 2.0</li>
</ul>
<p>and more. See the minutes for details:</p>
<p><a class="moz-txt-link-freetext" href="https://twiki.auscope.org/twiki/bin/view/Grid/AppSchemaMeetingMinutes">https://twiki.auscope.org/twiki/bin/view/Grid/AppSchemaMeetingMinutes</a></p>
<p>The developers stayed on for a code sprint and:</p>
<ul>
<li>Implemented vocabulary operations in CQL</li>
<li>Got GeoServer app-schema working with an ArcSDE backend</li>
<li>Got GeoServer WMS working with a simple feature WFS backend</li>
<li>Demonstrated encoding failure of ISO 19107 geometries (3D support)</li>
<li>Debated polymorphism implementation approaches</li>
<li>Wrapped Justin in org.geotools.xml.Encoder
<ul>
<li><a href="http://svn.osgeo.org/geotools/trunk/modules/extension/xsd/xsd-core/src/main/java/org/geotools/xml/Encoder.java">http://svn.osgeo.org/geotools/trunk/modules/extension/xsd/xsd-core/src/main/java/org/geotools/xml/Encoder.java</a></li>
<li>To be fair, Justin is only the most recent maintainer</li>
<li>The source is 3.5 metres long when printed in 6 point DejaVu Sans Mono</li>
<li>One method alone is 1.2 metres long</li>
</ul>
</li>
</ul>
<p>AuScope thanks all the participants, especially Jody who helped organise  the meeting, and the international visitors Justin and Gabriel who  travelled from North and South America respectively. We hope you enjoyed  it as much as we did.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2009/07/03/geoserver-app-schema-meeting-in-perth-western-australia/feed/</wfw:commentRss>
		</item>
		<item>
		<title>GeoServer printing preview release</title>
		<link>http://blog.geoserver.org/2009/06/24/geoserver-printing-preview/</link>
		<comments>http://blog.geoserver.org/2009/06/24/geoserver-printing-preview/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 20:05:54 +0000</pubDate>
		<dc:creator>Alan Gerber</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<category><![CDATA[Developer notes]]></category>

		<category><![CDATA[Features]]></category>

		<category><![CDATA[community]]></category>

		<category><![CDATA[MapFish]]></category>

		<category><![CDATA[module]]></category>

		<category><![CDATA[printing]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=225</guid>
		<description><![CDATA[Remember the good ol&#8217; days, when the only maps you had were pieces of paper?  The past is now! 
Hi, I&#8217;m Alan, and I&#8217;m interning with OpenGeo this summer.  My first order of business has been plugging MapFish&#8217;s printing capability into GeoServer as a community module; right now we&#8217;re releasing a developer preview. The module [...]]]></description>
			<content:encoded><![CDATA[<p>Remember the good ol&#8217; days, when the only maps you had were pieces of paper?  The past is now! <img class="alignright" src="http://geoserver.org/download/thumbnails/20938936/Picture%201.png" alt="PDF example" /></p>
<p>Hi, I&#8217;m Alan, and I&#8217;m interning with <a href="http://opengeo.org/" target=_blank>OpenGeo</a> this summer.  My first order of business has been plugging <a href="http://trac.mapfish.org/trac/mapfish/wiki/PrintModuleDoc" target=_blank>MapFish</a>&#8217;s printing capability into GeoServer as a community module; right now we&#8217;re releasing a developer preview. The module exposes an HTTP interface that allows the user to ask the server to compose an attractive map in PDF format.  MapFish also provides a JavaScript library that allows easy printing from a OpenLayers map.</p>
<p>Up for trying it out? You&#8217;ll need to <a href="http://gridlock.openplans.org/geoserver/trunk" target=_blank>download a nightly build of trunk</a> and add a few files to it.  I have <a href="http://geoserver.org/display/GEOS/Printing+HOWTO" target=_blank>written up step-by-step instructions</a> for anyone interested.  If you have any feedback, please chime in on the <a href="https://lists.sourceforge.net/lists/listinfo/geoserver-devel" target=_blank>GeoServer developers mailing list</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2009/06/24/geoserver-printing-preview/feed/</wfw:commentRss>
		</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[GeoServer has provided a Windows installer for the past 4 years (since at least version 1.2.4, if not before).  It has always been simple and functional, providing a modest wrapper for the Jetty container found in the binary distribution.
However, there are a number of ways in which GeoServer works in this environment that could [...]]]></description>
			<content:encoded><![CDATA[<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>
		</item>
		<item>
		<title>Ahora tenemos un grupo de discusión para la comunidad hispano-hablante</title>
		<link>http://blog.geoserver.org/2009/06/11/tenemos-una-lista-de-correo-en-espanol/</link>
		<comments>http://blog.geoserver.org/2009/06/11/tenemos-una-lista-de-correo-en-espanol/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 20:07:36 +0000</pubDate>
		<dc:creator>Rolando Peñate</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<category><![CDATA[Polls]]></category>

		<category><![CDATA[Tips and Tricks]]></category>

		<category><![CDATA[User perspectives]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=224</guid>
		<description><![CDATA[Here’s a quick announcement for all those who understand the above:  GeoServer now has a Spanish language users mailing list!  Created and moderated by core GeoServer developer Gabriel Roldán, the mailing list is a resource for those who would like assistance in all things GeoServer, but prefer to discuss in Spanish.  This marks the fourth [...]]]></description>
			<content:encoded><![CDATA[<p>Here’s a quick announcement for all those who understand the above:  GeoServer now has a <a href="http://groups.google.com/group/geoserver-es">Spanish language users mailing list</a>!  Created and moderated by core GeoServer developer Gabriel Roldán, the mailing list is a resource for those who would like assistance in all things GeoServer, but prefer to discuss in Spanish.  This marks the fourth language for which GeoServer has a mailing list (the others being <a href="http://geoserver.org/display/GEOS/Mailing+Lists">English</a>, <a href="http://tech.groups.yahoo.com/group/geoserver/">Portugese</a>, and <a href="http://groups.google.com/group/geoserver-ita">Italian</a>).</p>
<p>En respuesta a la creciente demanda de información e ímpetu de colaboración de usuarios de habla hispana, hemos creado un <a href="http://groups.google.com/group/geoserver-es">grupo de discusión</a> para la comunidad hispano-hablante donde puedes comunicarte con otros usuarios de GeoServer en español y discutir cualquier tema relacionado con el proyecto. Si quieres involucrarte activamente en el desarrollo de GeoServer puedes inscribirte en la <a rel="nofollow" href="https://lists.sourceforge.net/lists/listinfo/geoserver-devel">lista de desarrolladores</a> (en inglés).</p>
<p>We&#8217;re also looking for users to contribute documentation in Spanish, así que si quieres ayudar a escribir documentación en español dejanos saber.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2009/06/11/tenemos-una-lista-de-correo-en-espanol/feed/</wfw:commentRss>
		</item>
		<item>
		<title>GeoServer 1.7.5 Released</title>
		<link>http://blog.geoserver.org/2009/06/11/geoserver-175-released/</link>
		<comments>http://blog.geoserver.org/2009/06/11/geoserver-175-released/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 15:03:12 +0000</pubDate>
		<dc:creator>Andrea Aime</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<category><![CDATA[charts]]></category>

		<category><![CDATA[jndi]]></category>

		<category><![CDATA[production]]></category>

		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=222</guid>
		<description><![CDATA[The GeoServer Team is happy to announce the the release of GeoServer 1.7.5, the sixth stable version in the 1.7 series.
This release contains some new features that are designed to improve the use of GeoServer in a production environment. Some new WMS settings have been added that allow the administrator to limit the amount of [...]]]></description>
			<content:encoded><![CDATA[<p>The GeoServer Team is happy to announce the the release of <a href="http://geoserver.org/display/GEOS/GeoServer+1.7.5" target="_blank">GeoServer 1.7.5</a>, the sixth stable version in the 1.7 series.</p>
<p>This release contains some new features that are designed to improve the use of GeoServer in a production environment. Some <a href="http://docs.geoserver.org/1.7.5/user/services/wms/configuration.html" target=_blank>new WMS settings</a> have been added that allow the administrator to limit the amount of resources consumed by each WMS request, specifically in terms of memory and time used.  It is also now possible to use <a href="http://docs.geoserver.org/1.7.5/user/data/jndi-connection-pools.html" target=_blank>JNDI connection pools</a> for the DB2 and Oracle (NG) databases, providing better integration with enterprise environments.</p>
<p>The <a href="http://docs.geoserver.org/1.7.5/user/tutorials/feature-pregeneralized/feature-pregeneralized_tutorial.html" target=_blank>features pregeneralized</a> datastore extension now allows an administrator to set up a vector data pyramid, and therefore significantly speed up WMS data serving over large data sets, especially those having geometries with a large number of coordinates.</p>
<p>The chart extension (<a href="http://blog.geoserver.org/2009/06/01/geoserver-chart-extension/" target=_blank>previously mentioned on this blog</a>) is contained in the release, allowing the overlay of typical business charts on top of WMS maps.</p>
<p>For Windows users, this version introduces a new <a href="http://downloads.sourceforge.net/geoserver/geoserver-1.7.5-ng.exe" target=_blank>service-based installer</a>, making GeoServer run like any other standard Windows service, and allowing for easier administration.</p>
<p>And, as usual, a host of <a href="http://jira.codehaus.org/browse/GEOS/fixforversion/14787" target="_blank">bug fixes</a> (over 40!) have been incorporated into this release.  <a href="http://geoserver.org/display/GEOS/GeoServer+1.7.5" target="_blank">Give it a try!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2009/06/11/geoserver-175-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>GeoServer 2.0, now in beta</title>
		<link>http://blog.geoserver.org/2009/06/03/geoserver-20-now-in-beta/</link>
		<comments>http://blog.geoserver.org/2009/06/03/geoserver-20-now-in-beta/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 16:08:51 +0000</pubDate>
		<dc:creator>Andrea Aime</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<category><![CDATA[Developer notes]]></category>

		<category><![CDATA[Features]]></category>

		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[User perspectives]]></category>

		<category><![CDATA[beta]]></category>

		<category><![CDATA[release]]></category>

		<category><![CDATA[ui]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=214</guid>
		<description><![CDATA[The GeoServer Team is happy to announce GeoServer 2.0-beta1, the first beta release of the 2.0 series.
The primary focus of version 2.0 is the new user interface.  This interface addresses many suggestions for usability improvements, including paging and filtering of lists of information, batch removal of layers, and the elimination of the Submit-Apply-Save workflow.

Another particularly useful [...]]]></description>
			<content:encoded><![CDATA[<p>The GeoServer Team is happy to announce <a href="http://geoserver.org/display/GEOS/GeoServer+2.0-beta1" target="_blank">GeoServer 2.0-beta1</a>, the first beta release of the 2.0 series.</p>
<p>The primary focus of version 2.0 is the <strong>new user interface</strong>.  This interface addresses many suggestions for usability improvements, including paging and filtering of lists of information, batch removal of layers, and the elimination of the Submit-Apply-Save workflow.</p>
<p><a href="http://blog.geoserver.org/wp-content/uploads/geoserver_2_beta.png"><img class="size-full wp-image-221" title="geoserver_2_beta" src="http://blog.geoserver.org/wp-content/uploads/geoserver_2_beta.png" alt="filtering styles" width="500" height="157" /></a></p>
<p>Another particularly useful feature added since <a href="http://blog.geoserver.org/2009/04/20/see-the-new-ui/" target="_blank">alpha2</a> was released is <strong>cascading delete</strong>. This feature allows a user to remove a workspace or a data store and have all the entities contained inside (such as layers) also be removed.  Previously, it was necessary to delete all layers individually before being able to remove a data store.  To prevent unintended deletion, a confirmation page details what will be removed.</p>
<p>As usual a host of other <a href="http://jira.codehaus.org/browse/GEOS/fixforversion/15082" target="_blank">fixes and improvements</a> (over 100!) have also been incorporated into this release. Please <a href="http://geoserver.org/display/GEOS/GeoServer+2.0-beta1" target="_blank">download</a>, give it a try, and forward your feedback along.  We greatly appreciate reporting issues to the <a href="mailto:geoserver-users@lists.sourceforge.net">users mailing list</a> and look forward to general feedback on the new user interface.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2009/06/03/geoserver-20-now-in-beta/feed/</wfw:commentRss>
		</item>
		<item>
		<title>GeoServer chart extension</title>
		<link>http://blog.geoserver.org/2009/06/01/geoserver-chart-extension/</link>
		<comments>http://blog.geoserver.org/2009/06/01/geoserver-chart-extension/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 15:59:32 +0000</pubDate>
		<dc:creator>Andrea Aime</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<category><![CDATA[Behind The Scenes]]></category>

		<category><![CDATA[Developer notes]]></category>

		<category><![CDATA[Features]]></category>

		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[User perspectives]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=217</guid>
		<description><![CDATA[Business reporting is a common need in various organisations. Most of the time, it is built upon tables and simple charts, such as pie or bar charts. Yet, sometimes, you need to add an extra dimension into it, in particular, geographic distribution. In some cases a thematic map does the job nicely, but if you [...]]]></description>
			<content:encoded><![CDATA[<p>Business reporting is a common need in various organisations. Most of the time, it is built upon tables and simple charts, such as pie or bar charts. Yet, sometimes, you need to add an extra dimension into it, in particular, geographic distribution. In some cases a thematic map does the job nicely, but if you need to represent the composition of a phenomena relying on more than one variable, the result ends up being hard to read.</p>
<p>This is where the overlay of charts and maps come into play: the idea is to overlay bar chars, or pie charts, over a polygon or point map, associating each geographic feature with its own little diagram. As surprising as it may sound, you have been able to create such maps with GeoServer since a few months ago: by putting together the <a href="http://blog.geoserver.org/2008/12/08/dynamic-symbolizers-part-1/">dynamic symbolizers</a> feature and the <a href="http://code.google.com/apis/chart/">Google Charts</a> online API, it&#8217;s already possible to nicely overlay charts of top of a map. This works great in conjuction with the KML output, where the client has to go and fetch the chart separately anyways. However, it present some limitations in the classic WMS case:</p>
<ul>
<li>you are depending on an external service that&#8217;s not under your control</li>
<li>if there is any missing feature, you can just ask and hope that next release will include that feature</li>
<li>rendering the charts requires remote calls, which will slow down the map rendering significantly, at least for the first requests</li>
</ul>
<p>An open source solution, completely embedded in GeoServer, would guarantee control over the service availability, over its features, and provide excellent performance. David Gilbert, of <a href="http://www.jfree.org/jfreechart/">JFreeChart</a> fame, must have thought the same when he developed <a href="http://www.jfree.org/eastwood/">Eastwood Charts</a>, an open source implementation of the Google Charts API.</p>
<p>The GeoServer charting module builds on top of Eastwood charts, bridging it with the dynamic symbolizers capabilities already available, to provide fast, in process charting over the map. Let&#8217;s have a look at an example built on top of the usual topp:states demo layer. We are going to depict the distribution of male/female population in the various states using pie charts, and to make the diagram more interesting, we&#8217;ll make the pie size proportional to the total amount of people in the state. Here is how the result will look:</p>
<p><a href="http://blog.geoserver.org/wp-content/uploads/malefemalepies.png"><img class="alignnone size-medium wp-image-218" title="Male/Female distribution" src="http://blog.geoserver.org/wp-content/uploads/malefemalepies-300x140.png" alt="" width="300" height="140" /></a></p>
<p>You can download the <a href="http://blog.geoserver.org/wp-content/uploads/statespiepss.sld">full style</a> if you like, here we&#8217;ll have a look at the snippet in which the diagram is setup:</p>
<pre>  &lt;PointSymbolizer&gt;
    &lt;Graphic&gt;
      &lt;ExternalGraphic&gt;
        &lt;OnlineResource xlink:href="http://chart?cht=p&amp;chd=t:${100 * MALE / PERSONS},${100 * FEMALE / PERSONS}&amp;chf=bg,s,FFFFFF00" /&gt;
        &lt;Format&gt;application/chart&lt;/Format&gt;
      &lt;/ExternalGraphic&gt;
      &lt;Size&gt;
        &lt;ogc:Add&gt;
          &lt;ogc:Literal&gt;20&lt;/ogc:Literal&gt;
          &lt;ogc:Mul&gt;
            &lt;ogc:Div&gt;
              &lt;ogc:PropertyName&gt;PERSONS&lt;/ogc:PropertyName&gt;
              &lt;ogc:Literal&gt;20000000.0&lt;/ogc:Literal&gt;
            &lt;/ogc:Div&gt;
            &lt;ogc:Literal&gt;60&lt;/ogc:Literal&gt;
          &lt;/ogc:Mul&gt;
        &lt;/ogc:Add&gt;
      &lt;/Size&gt;
    &lt;/Graphic&gt;
  &lt;/PointSymbolizer&gt;</pre>
<p>Let&#8217;s analyse the components of the ExternalGraphic call, which follow the rules of a Google Charts API call:</p>
<ul>
<li><code>cht=p</code>: the chart type is pie</li>
<li><code>chd=t:${100 * MALE / PERSONS},${100 * FEMALE / PERSONS}</code>: the chart data is expressed in &#8220;text&#8221; format, and in particular, the first value is the result of 100 * MALE / PERSONS, where MALE and PERSONS are two attributes of feature being rendered</li>
<li><code>chf=bg,s,FFFFFF00</code>: we state that the chart background fill is solid, white and&#8230; transparent. In particular, the color is expressed as RRGGBBAA, where AA is the alpha component, which controls transparency. In particular 0 is fully transparent, 255 is fully opaque</li>
</ul>
<p>The size of the chart is controlled using the usual &lt;Size&gt; element of external graphics, an in particular, it&#8217;s setup so that it&#8217;s proportional to the PERSONS attribute via the expression: <code>20 + (PERSONS / 20,000,000) * 60</code>.</p>
<p>We encourage you to download the <a href="http://blog.geoserver.org/wp-content/uploads/charts-extension.zip">chart extension</a> and to explore its charting possibilities. You can use it with GeoServer 1.7.4, and can find out more about chart setup in the online <a href="http://code.google.com/apis/chart/">Google Charts</a> documentation (mind, a handful of charts and options are not supported by Eastwood, in particular, the Google-o-meter and the spider ones).</p>
<p>Let us know how that works for you!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2009/06/01/geoserver-chart-extension/feed/</wfw:commentRss>
		</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 [...]]]></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>
		</item>
		<item>
		<title>GeoServer 1.7.4 Released</title>
		<link>http://blog.geoserver.org/2009/04/30/geoserver-174-released/</link>
		<comments>http://blog.geoserver.org/2009/04/30/geoserver-174-released/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 14:35:48 +0000</pubDate>
		<dc:creator>Mike Pumphrey</dc:creator>
		
		<category><![CDATA[Polls]]></category>

		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=211</guid>
		<description><![CDATA[The GeoServer Team is happy to announce the the release of GeoServer 1.7.4, the fifth stable version in the 1.7 series.
This release contains some new features, many having to do with improved map rendering options.  We have introduced WMS decoration, which provides a framework for adding images such as compasses and legends to WMS [...]]]></description>
			<content:encoded><![CDATA[<p>The GeoServer Team is happy to announce the the release of <a href="http://geoserver.org/display/GEOS/GeoServer+1.7.4" target=_blank>GeoServer 1.7.4</a>, the fifth stable version in the 1.7 series.</p>
<p>This release contains some new features, many having to do with improved map rendering options.  We have introduced <a href="http://docs.geoserver.org/1.7.4/user/advanced/wmsdecoration.html" target=_blank>WMS decoration</a>, which provides a framework for adding images such as compasses and legends to WMS requests using absolute, not spatial, positioning.  The GetFeatureInfo request, often used when clicking on an OpenLayers map, now has a parameter that can be adjusted to allow for looser tolerance, eliminating the need to click precisely on the feature.  GetFeatureInfo also now observes the filters in the SLD, so as to prevent displaying information about a hidden feature.  (Thanks to <a href="http://www.sata-hts.com/" target=_blank>SATA Hi-Tech Services</a>, an Italian company specializing in data security solutions, for providing funding for the GetFeatureInfo improvements.)  Those who work with labels on your map will be pleased to note that label conflict resolution (the selective display of labels to prevent visual collisions) can now be turned off if desired.  Finally, we have the ability to generate <a href="http://geoserver.org/display/GEOS/Raster+Legends+Explained" target=_blank>custom legends for raster files</a> via the GetLegendGraphic request.</p>
<p>And, as usual, a whole host of <a href="http://jira.codehaus.org/browse/GEOS/fixforversion/14787" target=_blank>bug fixes</a> (over 50!) have been incorporated into this release.  <a href="http://geoserver.org/display/GEOS/GeoServer+1.7.4" target=_blank>Give it a try!</a></p>
<p>Development work on the 1.7 series will begin to wind down in favor of <a href="http://blog.geoserver.org/2009/04/20/see-the-new-ui/" target=_blank>GeoServer 2.0</a>, but we anticipate the release of 1.7.5 within the next two months.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2009/04/30/geoserver-174-released/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
