<?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; Justin Deoliveira</title>
	<atom:link href="http://blog.geoserver.org/author/justin-deoliveira/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.geoserver.org</link>
	<description>Everything GeoServer, and a little more</description>
	<lastBuildDate>Tue, 07 Sep 2010 13:35:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>GeoServer 2.1 Beta Released!</title>
		<link>http://blog.geoserver.org/2010/09/04/geoserver-21-beta-released/</link>
		<comments>http://blog.geoserver.org/2010/09/04/geoserver-21-beta-released/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 14:56:46 +0000</pubDate>
		<dc:creator>Justin Deoliveira</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Features]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=736</guid>
		<description><![CDATA[Just in time for FOSS4G the GeoServer community is pleased to announce the release of 2.1 beta1. The first beta release of the long awaited 2.1 branch is now available for download. Anticipation for this release has been growing over the last few months due to the number of notable new features it brings. Let&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Just in time for FOSS4G the GeoServer community is pleased to announce the release of 2.1 beta1. The first beta release of the long awaited 2.1 branch is now available for <a href="http://geoserver.org/display/GEOS/GeoServer+2.1-beta1">download</a>. Anticipation for this release has been growing over the last few months due to the number of notable new features it brings. Let&#8217;s go down the list.</p>
<h3>WMS Cascading</h3>
<p>Something users have asked for since the addition of WMS support itself is cascading, the ability of GeoServer to proxy for another remote WMS server like MapServer or another GeoServer. 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><a href="http://geoserver.org/display/GEOS/GSIP+47+-+WMS+cascading">Read more</a> about WMS cascading.</p>
<h3>Virtual Services</h3>
<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. Well now with virtual services one can create multiple service endpoints within a single physical geoserver instance.</p>
<p>Special thanks to <a href="http://www.landgate.wa.gov.au">Landgate</a> for funding this work.</p>
<p><a href="http://docs.geoserver.org/latest/en/user/services/virtual-services.html">Read more</a> about virtual services.</p>
<h3>Layers from SQL</h3>
<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, or join two tables together, or generate column values on the fly with a function. Before this feature the recommendation was to create a view. However 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 on top of that query definitions can be parameterized which allows one to create dynamic queries on the fly. These parameters can be restricted with regular expressions in order to prevent an SQL injection security hole. </p>
<p>Special thanks to Andrea for spending much of his personal time on this one. And also to <a href="http://www.iobis.org/">OBIS</a> who provided the funding for the parametric component of the work.</p>
<p><a href="http://gridlock.openplans.org/geoserver/trunk/doc/en/user/data/sqlview.html">Read more</a> about SQL layers.</p>
<h3>WPS</h3>
<p>With 2.1 and the arrival of WPS we welcome a new OGC service to the family. 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 like buffering a geometry to more complex processes such as image processing. </p>
<p>Historically GeoServer has been focused primarily on data delivery without any tools for performing analysis of 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><a href="http://geoserver.org/display/GEOSDOC/4.+WPS+-+Web+Processing+Service">Read more</a> about WPS. <a href="http://sourceforge.net/projects/geoserver/files/GeoServer%20Extensions/2.1-beta1/geoserver-2.1-beta1-wps-plugin.zip/download">Download</a> the WPS extension now to try it out.</p>
<h3>Unit of Measure</h3>
<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 in many cases alleviates the need for multiple scale dependent rendering rules. This has the upside of greatly simplifying complex SLD documents. </p>
<p>Special thanks to Milton Jonathan who did the initial GeoTools work to make unit of measure support possible and to Andrea for working with Milton to improve the initial patch.  <b>Note</b> that this feature has also been backported to the stable 2.0.x branch. Thanks 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 the backport.</p>
<p><a href="http://docs.geoserver.org/latest/en/user/styling/sld-extensions/uom.html">Read more</a> about UOM support.</p>
<h3>DPI Scaling</h3>
<p>By default GeoServer renders images at a resolution of 90 DPI. While this is acceptable for the standard screen it is not acceptable for print which requires a higher resolution. Now it is possible to supply a format option to a WMS request on the fly that controls the DPI setting. </p>
<p>Special thanks again to <a href="http://www.swecogroup.com/en/enswecose/">SWECO</a> and to <a href="http://www.malmo.se/">Malmö City of Sweden</a> for sponsoring this work. <b>Note</b> also that this feature has also been backported to the stable 2.0.x branch.</p>
<p><a href="http://docs.geoserver.org/latest/en/user/services/wms/vendor.html#format-options">Read more</a> about DPI scaling.</p>
<h3>And More</h3>
<p>And as usual this release comes with a number of bug fixes and minor improvements. Check out the entire <a href="http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10311&#038;version=15082">changelog</a>. Help us get to 2.1.0 by <a href="http://geoserver.org/display/GEOS/GeoServer+2.1-beta1">downloading</a> the beta and trying it out. Be sure to report any issues on the <a href="https://lists.sourceforge.net/lists/listinfo/geoserver-users">mailing list</a> or in the <a href="http://jira.codehaus.org/browse/GEOS">bug tracker</a>.</p>
<p>Thanks for using GeoServer!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2010/09/04/geoserver-21-beta-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>REST Security Update for 1.7.x</title>
		<link>http://blog.geoserver.org/2010/01/26/rest-security-update-for-1-7-x/</link>
		<comments>http://blog.geoserver.org/2010/01/26/rest-security-update-for-1-7-x/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 23:26:33 +0000</pubDate>
		<dc:creator>Justin Deoliveira</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=452</guid>
		<description><![CDATA[A recent post describes a security issue with RESTful services in GeoServer that was fixed for GeoServer 2.0.1. A patch has been created for 1.7.x and is now available. Any users using the restconfig plugin with GeoServer 1.7 are urged to apply the patch. 
Note that by applying the patch the same rules as described [...]]]></description>
			<content:encoded><![CDATA[<p>A recent <a href="http://blog.geoserver.org/2010/01/26/securing-restful-services-with-geoserver-2-0-1/">post</a> describes a security issue with RESTful services in GeoServer that was fixed for GeoServer 2.0.1. A <a href="http://geoserver.org/display/GEOS/1.7.x+REST+Security+Update">patch</a> has been created for 1.7.x and is now available. Any users using the restconfig plugin with GeoServer 1.7 are urged to apply the patch. </p>
<p><strong>Note</strong> that by applying the patch the same rules as described <a href="http://blog.geoserver.org/2010/01/26/securing-restful-services-with-geoserver-2-0-1/">here</a> apply. Users will have to either update systems that rely on anonymous access via GET operations or alternatively configure the security subsystem to allow them.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2010/01/26/rest-security-update-for-1-7-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Securing RESTful Services with GeoServer 2.0.1</title>
		<link>http://blog.geoserver.org/2010/01/26/securing-restful-services-with-geoserver-2-0-1/</link>
		<comments>http://blog.geoserver.org/2010/01/26/securing-restful-services-with-geoserver-2-0-1/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 17:51:22 +0000</pubDate>
		<dc:creator>Justin Deoliveira</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Developer notes]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=438</guid>
		<description><![CDATA[A feature that has become quite popular in GeoServer over the last year has been the RESTful configuration plug-in (&#8221;restconfig&#8221;),  that allows one to configure a GeoServer instance programmatically via simple HTTP operations. 
Recently the issue of security has come up with regards to the restconfig plug-in. Essentially it boils down to the fact [...]]]></description>
			<content:encoded><![CDATA[<p>A feature that has become quite popular in GeoServer over the last year has been the <a href="http://docs.geoserver.org/2.0.x/en/user/extensions/rest/index.html">RESTful configuration plug-in</a> (&#8221;restconfig&#8221;),  that allows one to configure a GeoServer instance programmatically via simple HTTP operations. </p>
<p>Recently the issue of security has come up with regards to the restconfig plug-in. Essentially it boils down to the fact that GeoServer allows anonymous access to any resource or service when the HTTP request method is GET. In the case of restconfig this can make sensitive information available anonymously such as database connection parameters which can contain passwords and the like.</p>
<p>To remedy this situation in 2.0.1 the GeoServer security subsystem has been extended to allow for configuring access to RESTful services. This is documented in the <a href="http://docs.geoserver.org/2.0.x/en/user/security/sec_rest.html">user guide</a>.</p>
<p>The major caveat for users upgrading to 2.0.1 is that any systems that depended on the previous behavior of allowing GET access to resources without authentication will undoubtedly break. In this case users have two options:</p>
<ol>
<li>Start supplying administrator credentials with all requests
<li><a href="http://docs.geoserver.org/2.0.x/en/user/security/sec_rest.html#providing-anonymous-read-only-access">Reconfigure</a> GeoServer to allow for anonymous access for GET operations
</ol>
<p>A <a href="http://blog.geoserver.org/2010/01/26/rest-security-update-for-1-7-x/">patch</a> has been created for 1.7.x users as well.</p>
<p>Try it out. Please report any issues to the <a href="mailto:geoserver-users@lists.sourceforge.net">GeoServer users list</a>. Thanks for using GeoServer!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2010/01/26/securing-restful-services-with-geoserver-2-0-1/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>GeoServer 2.0 Released!</title>
		<link>http://blog.geoserver.org/2009/10/26/geoserver-2-0-released/</link>
		<comments>http://blog.geoserver.org/2009/10/26/geoserver-2-0-released/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 04:24:45 +0000</pubDate>
		<dc:creator>Justin Deoliveira</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Features]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=344</guid>
		<description><![CDATA[It has been a long time coming but it is finally here. GeoServer 2.0 has been officially released and is available for download. The 2.0 release marks a major milestone for the GeoServer project. A special thanks to all the developers who worked hard for this release, all the users who contributed bug reports, and [...]]]></description>
			<content:encoded><![CDATA[<p>It has been a long time coming but it is finally here. GeoServer 2.0 has been officially released and is available for <a title="GeoServer 2.0 Download" href="http://geoserver.org/display/GEOS/GeoServer+2.0.0">download</a>. The 2.0 release marks a major milestone for the GeoServer project. A special thanks to all the developers who worked hard for this release, all the users who contributed bug reports, and for those who provided feedback by testing out the 2.0 release candidates.</p>
<p>So what is new in 2.0? The first new feature that people will notice is a completely new web administration interface. Based on the <a href="http://wicket.apache.org/">Wicket</a> framework the new user interface provides a much more integrated and streamlined application for configuring GeoServer. Wicket makes developing ajax enabled applications trivial by doing all the hard work for you.</p>
<p><a href="http://geoserver.org/display/GEOS/2.0+New+and+Noteworthy"><img class="alignnone size-medium wp-image-345" title="GeoServer_ Welcome-1-1" src="http://blog.geoserver.org/wp-content/uploads/GeoServer_-Welcome-1-1-300x215.jpg" alt="GeoServer_ Welcome-1-1" width="300" height="215" /></a></p>
<p>One of the powerful features of Wicket for the developer is extensibility. Wicket allows one to plug-in components dynamically. This means that developers can now easily write plug-ins and extensions for the GeoServer UI. And some have already done so. Francesco Izzi and the developers from the <a href="http://www.geosdi.org/">geoSDI</a> project have contributed a plug-in for configuring the GeoServer security sub system. Special thanks for the great contribution.</p>
<p><img class="alignnone size-medium wp-image-354" title="GeoServer_ Users list" src="http://blog.geoserver.org/wp-content/uploads/GeoServer_-Users-list-300x95.jpg" alt="GeoServer_ Users list" width="300" height="95" /></p>
<p>The 2.0 release also hails the home coming of the &#8220;complex features&#8221; branch and true support for application schemas. Led by Ben Caradoc-Davies and Rini Angreani, developers from CSIRO have made this functionality available in the core of GeoServer. Special thanks to them and to <a href="http://www.auscope.org.au/">AuScope</a> for funding the work. Check out the <a href="http://docs.geoserver.org/trunk/en/user/data/app-schema/index.html">documentation</a> for more information about getting started with application schemas.</p>
<p>New features has not been the only focus of 2.0. Much work has also gone into scalability and performance in order to ensure that GeoServer continues to improve not only in terms of new features, but also that it continues to get faster.</p>
<p>Much of this work came in preparation for the <a href="http://www.slideshare.net/gatewaygeomatics.com/wms-performance-shootout">WMS Shootout</a> at FOSS4G in Sydney this year. Great thanks goes out to Andrea Aime for not only representing GeoServer in this benchmarking exercise, but also for the countless number of hours he has poured into improving GeoServer performance and robustness.</p>
<p>As with any release many minor features and bug fixes have gone into 2.0. Be sure to check out the <a href="http://www.slideshare.net/jdeolive/geoserver-past-present-future-2009">GeoServer Past Present Future</a> talk given at FOSS4G that provides an overview of what else has gone on this year in preparation for 2.0.</p>
<p><a href="http://geoserver.org/display/GEOS/GeoServer+2.0.0">Download</a> 2.0 now and try it out. Please help us to continue to improve GeoServer by reporting any issues you encounter on the <a href="mailto:geoserver-users@lists.sourceforge.net">mailing list</a> and <a href="http://jira.codehaus.org/browse/GEOS">bug tracker</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2009/10/26/geoserver-2-0-released/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>GeoServer 2.0-beta2 Released</title>
		<link>http://blog.geoserver.org/2009/07/21/geoserver-20-beta2-released/</link>
		<comments>http://blog.geoserver.org/2009/07/21/geoserver-20-beta2-released/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 15:43:29 +0000</pubDate>
		<dc:creator>Justin Deoliveira</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[complex]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=230</guid>
		<description><![CDATA[The GeoServer community is happy to announce the second beta release of GeoServer 2.0, available for download. The developers have been working hard to get the new user interface up to the quality and functionality of the existing interface. This release of 2.0-beta2 brings us 74 issues closer to that goal.
The most noteworthy feature for [...]]]></description>
			<content:encoded><![CDATA[<p>The GeoServer community is happy to announce the second beta release of GeoServer 2.0, available for <a href="http://geoserver.org/display/GEOS/GeoServer+2.0-beta2" target=_blank>download</a>. The developers have been working hard to get the <a href="http://blog.geoserver.org/2009/06/03/geoserver-20-now-in-beta/" target=_blank>new user interface</a> up to the quality and functionality of the existing interface. This release of 2.0-beta2 brings us <a href="http://jira.codehaus.org/browse/GEOS/fixforversion/15284" target=_blank>74 issues</a> closer to that goal.</p>
<p>The most noteworthy feature for 2.0-beta2 is the official inclusion of the <a href="http://docs.geoserver.org/trunk/user/tutorials/app-schema/index.html" target=_blank>app-schema extension</a>. Most people probably know app-schema better as <strong>complex features</strong>, a feature GeoServer has been striving toward for the past three years. The extension gives GeoServer WFS the ability to support complex feature application schemas such as <a href="http://en.wikipedia.org/wiki/GeoSciML" target=_blank>GeoSciML</a>. Much thanks goes out to Ben Caradoc-Davies, Rini Angreani, and the rest of the <a href="http://www.auscope.org.au/" target=_blank>AuScope</a>* team for seeing this work through and actually making complex feature support a reality in GeoServer.</p>
<p>For those who missed the previous <a href="http://blog.geoserver.org/2009/07/03/geoserver-app-schema-meeting-in-perth-western-australia/" target=_blank>post</a> about it, Ben and the folks from AuScope recently hosted a complex feature workshop in Perth, Australia, in which a number of the GeoServer developers were brought out. Special thanks for AuScope for hosting the event, which was a great success.</p>
<p>A special thanks also goes out to users who have been downloading the 2.0 alpha and beta releases, trying them out and reporting bugs. The more bug reports we get the faster we can get to the official 2.0 release. This should be the final beta release of 2.0 before it moves into release candidate phase, so stay tuned for RC1 coming soon.</p>
<p>* AuScope Ltd is funded under the National Collaborative Research Infrastructure Strategy (NCRIS), an Australian Commonwealth Government Programme.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2009/07/21/geoserver-20-beta2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GeoServer 1.7.3 Updated</title>
		<link>http://blog.geoserver.org/2009/03/16/geoserver-173-updated/</link>
		<comments>http://blog.geoserver.org/2009/03/16/geoserver-173-updated/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 22:54:12 +0000</pubDate>
		<dc:creator>Justin Deoliveira</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=188</guid>
		<description><![CDATA[A quick note to all those who recently downloaded GeoServer 1.7.3. The release has been patched to address a bug with the user interface. The patched release can be found on the download page. The bug prevents a user from editing a feature type directly after it has been added. For those not wanting to upgrade [...]]]></description>
			<content:encoded><![CDATA[<p>A quick note to all those who recently downloaded GeoServer 1.7.3. The release has been patched to address a <a href="http://jira.codehaus.org/browse/GEOS-2751">bug</a> with the user interface. The patched release can be found on the <a href="http://geoserver.org/display/GEOS/GeoServer+1.7.3">download page</a>. The bug prevents a user from editing a feature type directly after it has been added. For those not wanting to upgrade the work around is to first add the feature type, then save, then reload the configuration. After a reload the feature type will be editable. Apologies for the inconvenience.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2009/03/16/geoserver-173-updated/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>GeoServer 1.7.2 Released</title>
		<link>http://blog.geoserver.org/2009/01/25/geoserver-172-released/</link>
		<comments>http://blog.geoserver.org/2009/01/25/geoserver-172-released/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 02:14:21 +0000</pubDate>
		<dc:creator>Justin Deoliveira</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Features]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=171</guid>
		<description><![CDATA[The GeoServer team would like to announce the release of GeoServer 1.7.2.  This release brings many exciting new features.
The first major improvement is label rendering. In version 1.7.1, GeoServer added support for curved labeling.  In this version, support is added for wrapped labels, which enables a label to span multiple lines. This feature [...]]]></description>
			<content:encoded><![CDATA[<p>The GeoServer team would like to announce the release of <a href="http://geoserver.org/display/GEOS/GeoServer+1.7.2">GeoServer 1.7.2</a>.  This release brings many exciting new features.</p>
<p>The first major improvement is label rendering. In version 1.7.1, GeoServer added support for <a href="http://blog.geoserver.org/2009/01/08/throw-geoserver-a-curve/">curved labeling</a>.  In this version, support is added for <a href="http://geoserver.org/display/GEOSDOC/LabelingOptions#LabelingOptions-newlabel">wrapped labels</a>, which enables a label to span multiple lines. This feature affects the labeling of points and polygons.</p>
<p><a href="http://blog.geoserver.org/wp-content/uploads/wrappedlabels.png"><img class="alignnone size-medium wp-image-173" title="Wrapped Labels" src="http://blog.geoserver.org/wp-content/uploads/wrappedlabels.png" alt="" /></a></p>
<p>Thanks to Andrea Aime for all the great labeling improvements.</p>
<p>Another new styling feature is support for <a href="http://geoserver.org/display/GEOSDOC/Hatching">hatching</a>.  Among many other new designs, this allows <strong>railroad styling</strong> to be accomplished for the first time.  Also, polygon hatched fills can now be drawn, and GeoServer ships with a new style, <code>pophatch.sld</code>, that can be applied to the topp:states layer to see this in action.</p>
<p><a href="http://blog.geoserver.org/wp-content/uploads/hatchedfills.png"><img class="alignnone size-medium wp-image-174" title="Hatched Fills" src="http://blog.geoserver.org/wp-content/uploads/hatchedfills-300x214.png" alt="" /></a></p>
<p>The 1.7.2 release also brings some great new extensions. The <a href="http://geoserver.org/display/GEOS/HTML+ImageMap+support">HTML imagemap extension</a> (<a href="http://downloads.sourceforge.net/geoserver/geoserver-1.7.2-imagemap-plugin.zip">download</a>), contributed by Mauro Bartolomeoli, allows a user to add interactive features to a map without the use of Flash, SVG, or other dynamic content languages. You can check out the <a href="http://geo.openplans.org/states.html">imagemap extension in action</a>.  A special thanks to Mauro for the contribution.</p>
<p>The new and improved DB2 extension (<a href="http://downloads.sourceforge.net/geoserver/geoserver-1.7.2-db2ng-plugin.zip">download</a>), which allows connection with <a href="http://www.ibm.com/db2">IBM DB2 databases</a> is based on the <a href="http://geotools.codehaus.org/JDBC+DataStore+-+NG">GeoTools JDBC Next Generation</a> framework. The extension was contributed by Christian Müller, who is an active member of the <a href="http://geotools.org">GeoTools</a> community. Special thanks to Christian.</p>
<p>The new <a href="http://geoserver.org/display/GEOS/Ogr2Ogr+based+WFS+output+format">OGR extension</a> (<a href="http://downloads.sourceforge.net/geoserver/geoserver-1.7.2-ogr-plugin.zip">download</a>) is based on the <a href="http://www.gdal.org/ogr/">GDAL/OGR</a> library. The extension adds the ability to output from WFS any of the formats supported by OGR. OGR has a very diverse and comprehensive list of output formats, so this extension very much enhances the utility of the GeoServer WFS.</p>
<p>Improvements were also made to the <a href="http://geoserver.org/display/GEOS/GeoExt+Styler">GeoExt styler extension</a> (<a href="http://downloads.sourceforge.net/geoserver/styler-1.7.2.zip">download</a>), which is a new graphical interface for map styling initially released with GeoServer 1.7.1. Tim Schaub, Andreas Hocevar, and the rest of the <a href="http://www.geoext.org">GeoExt</a> team have added support for labels to the styler application.</p>
<p><a href="http://blog.geoserver.org/wp-content/uploads/stylerlabels.png"><img class="alignnone size-medium wp-image-175" title="stylerlabels" src="http://blog.geoserver.org/wp-content/uploads/stylerlabels-300x157.png" alt="" width="300" height="157" /></a></p>
<p>Thanks to the GeoExt team for this great improvement.</p>
<p>In addition, a total of <a href="http://jira.codehaus.org/browse/GEOS/fixforversion/14681">70 issues</a> were handled for 1.7.2.</p>
<p>Thanks to everyone who contributed features and bug reports for this release. We encourage you to <a href="http://geoserver.org/display/GEOS/GeoServer+1.7.2">download GeoServer 1.7.2</a>, try it out, and let us know what you think. Comments and feedback are always welcome on the <a href="mailto:geoserver-users@lists.sourceforge.net">mailing list</a>, as the community is always interested to hear how people are using GeoServer. Stay tuned for the 1.7.3 release, slated for release in the next month, which will include improvements to <a href="http://blog.geoserver.org/2008/05/13/geoserver-and-googles-geo-search/">Geo Search</a>, and the official release of the REST configuration API.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2009/01/25/geoserver-172-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>GeoExt Based SLD Editor</title>
		<link>http://blog.geoserver.org/2008/12/23/geoext-based-sld-editor/</link>
		<comments>http://blog.geoserver.org/2008/12/23/geoext-based-sld-editor/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 16:49:56 +0000</pubDate>
		<dc:creator>Justin Deoliveira</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Features]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=165</guid>
		<description><![CDATA[
Just in time for the holiday season the GeoServer team is happy to announce the coming of a new SLD editor extension based on the newly founded GeoExt project. Download the new extension and try it out. It also requires the installation of the rest plugin. A quick walk through of the installation and functionality [...]]]></description>
			<content:encoded><![CDATA[<p>
Just in time for the holiday season the GeoServer team is happy to announce the coming of a new SLD editor extension based on the newly founded <a href="http://www.geoext.org/">GeoExt</a> project. <a href="http://downloads.sourceforge.net/geoserver/styler-1.7.1.zip?big_mirror=0">Download</a> the new extension and try it out. It also requires the installation of the <a href="http://downloads.sourceforge.net/geoserver/geoserver-1.7.1-rest-plugin.zip?big_mirror=0">rest plugin</a>. A quick walk through of the installation and functionality can be found <a href="http://geoserver.org/display/GEOS/GeoExt+Styler">here</a>.
</p>
<p>
<img align="center" src="http://geoserver.org/download/attachments/13926403/legend.png">
</p>
<p>
The GeoExt library is a javascript framework for building rich web based mapping applications which is built on top of the the <a href="http://openlayers.org">OpenLayers</a> and <a href="http://extjs.com">Ext</a> libraries. The project has recently kicked itself off with the forming of a <a href="mailto:geoext@lists.opengeo.org">mailing list</a>, and a <a href="http://www.geoext.org/trac/geoext/wiki/CallParticipation">call for participation</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2008/12/23/geoext-based-sld-editor/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>GeoServer 1.7.1 Released</title>
		<link>http://blog.geoserver.org/2008/12/09/geoserver-171-released/</link>
		<comments>http://blog.geoserver.org/2008/12/09/geoserver-171-released/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 16:55:52 +0000</pubDate>
		<dc:creator>Justin Deoliveira</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=158</guid>
		<description><![CDATA[The GeoServer team is happy to announce the release of GeoServer 1.7.1!
The biggest improvement in this release is better Google Earth support.   Using revamped KML output (known as the KML &#8220;reflector&#8221;) GeoServer can now output vector super-overlays.  Prior to this version, data served by GeoServer when viewed in Google Earth would only update when [...]]]></description>
			<content:encoded><![CDATA[<p>The GeoServer team is happy to announce the release of <a href="http://geoserver.org/display/GEOS/GeoServer+1.7.1" target="_blank">GeoServer 1.7.1</a>!</p>
<p>The biggest improvement in this release is better <strong>Google Earth support</strong>.   Using revamped KML output (known as the <a href="http://geoserver.org/display/GEOSDOC/01-KML+Reflector" target="_blank">KML &#8220;reflector&#8221;</a>) GeoServer can now output <a href="http://geoserver.org/display/GEOSDOC/07-KML+Super-Overlays" target="_blank">vector super-overlays</a>.  Prior to this version, data served by GeoServer when viewed in Google Earth would only update when the the camera stopped.  With super-overlays, however, views are updated dynamically.  Data is also broken up into <a href="http://geoserver.org/display/GEOSDOC/08-KML+Regionation" target="_blank">regions</a> which are used to sort features into a hierarchy so that more prominent features are visible at higher zoom levels and less prominent features become visible at lower zoom levels. Super-overlays also work on raster datasets, providing lower resolutions versions of imagery (overviews) at higher zoom levels and higher resolutions at lower zoom levels.</p>
<p>All of this is is a huge step for GeoServer, as it is now the first major GIS server to return placemarks, lines, and polygons with the super-overlay mechanism.  This means that serving data through Google Earth is a more seamless experience; your data will look like it is naturally part of Google Earth.  And with super-overlays, you can serve large amounts of data with minimal performance issues.</p>
<p>In addition to super-overlays, GeoServer now has support for adding a <a href="http://geoserver.org/display/GEOSDOC/04-KML+Height+and+Time" target="_blank">height attribute</a> to features (also known as &#8220;extrudes&#8221;), which allows Google Earth to <a href="http://geoserver.org/display/GEOSDOC/04-Height+Templates" target="_blank">render data in 3-D</a>. Height information is specified via a template, similar to how one specifies <a href="http://geoserver.org/display/GEOSDOC/02-Time+Templates" target="_blank">time attributes</a> to create animations.  We have a nice tutorial on how to use the <a href="http://geoserver.org/display/GEOSDOC/05-Super+Overlays+and+Extrudes+with+Building+Data" target="_blank">height feature with super-overlays</a>, to see this in action, but here&#8217;s a quick screenshot.</p>
<p><a href="http://geoserver.org/download/attachments/13565962/google_earth2.png"><br />
<img src="http://geoserver.org/download/attachments/13565962/google_earth2.png" alt="" width="333" height="253" /><br />
</a></p>
<p>Although the default mode of output using the improved <a href="http://geoserver.org/display/GEOSDOC/01-KML+Reflector" target="_blank">KML reflector</a> is now the super-overlay mode, the previous default, <a href="http://geoserver.org/display/GEOSDOC/01-KML+Reflector-modes" target="_blank">refresh</a> mode, is still available. Also available is a <a href="http://geoserver.org/display/GEOSDOC/01-KML+Reflector-modes" target="_blank">download</a> mode which outputs a self-contained KML file, useful for situations where server access is not necessary or possible.</p>
<p>Special thanks go out to David Winslow for all the great work implementing all the new KML functionality.</p>
<p>This version has more than just improved Google Earth support.  GeoServer now has an official <a href="http://downloads.sourceforge.net/geoserver/geoserver-1.7.1-sqlserver-plugin.zip">SQL Server extension</a> (described <a href="http://blog.geoserver.org/2008/11/10/146/" target="_blank">previously</a>). In addition, there is a new and improved <a href="http://downloads.sourceforge.net/geoserver/geoserver-1.7.1-oracleng-plugin.zip" target="_blank">Oracle extension</a> which provides better performance and security from the previous version.</p>
<p>Further improving the visualization experience is <a href="http://geowebcache.org" target="_blank">GeoWebCache</a>, a WMS tile-caching program.  Previously available as an extension (and still available as a <a href="http://geowebcache.org" target="_blank">standalone product</a>), GeoWebCache is now built-in to GeoServer and can vastly accelerate map rendering.  We will be talking more about GeoWebCache in a future post.</p>
<p>Finally, this version includes a new <a href="http://downloads.sourceforge.net/geoserver/geoserver-1.7.1.dmg" target="_blank">drag and drop installer</a> for Mac OS X users.</p>
<p>As always with any GeoServer release a heap of other improvements and bug fixes are included. A total of <a href="http://jira.codehaus.org/browse/GEOS/fixforversion/14502" target="_blank">98 issues</a> were handled for this release.</p>
<p>We&#8217;re very excited about this release, and we encourage you to <a href="http://geoserver.org/display/GEOS/GeoServer+1.7.1" target="_blank">download</a>, try it out, and let us know what you think. Comments and feedback are always welcome on the <a href="mailto:geoserver-users@lists.sourceforge.net" target="_blank">mailing list</a>, as the community is always interested to hear how people are using GeoServer. Stay tuned for the 1.7.2 release, slated for release in the next month or so, which will include new breakthroughs in support for <a href="http://blog.geoserver.org/2008/05/13/geoserver-and-googles-geo-search/" target="_blank">GeoSearch</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2008/12/09/geoserver-171-released/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Support for SQL Server</title>
		<link>http://blog.geoserver.org/2008/11/10/146/</link>
		<comments>http://blog.geoserver.org/2008/11/10/146/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 01:15:34 +0000</pubDate>
		<dc:creator>Justin Deoliveira</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Developer notes]]></category>
		<category><![CDATA[Features]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=146</guid>
		<description><![CDATA[The GeoServer team is happy to announce an extension for Microsoft SQL Server, currently available as a nightly build. Instructions for getting the extension up and running are available on the wiki.
At this point the extension is still quite young and is missing some key features like spatial indexing and support for well known binary. [...]]]></description>
			<content:encoded><![CDATA[<p>The GeoServer team is happy to announce an extension for <a href="http://www.microsoft.com/sqlserver/2008/en/us/default.aspx">Microsoft SQL Server</a>, currently available as a <a href="http://gridlock.openplans.org/geoserver/1.7.x/ext-latest/geoserver-1.7.1-SNAPSHOT-sqlserver-plugin.zip" target="_blank">nightly build</a>. Instructions for getting the extension up and running are available on the <a href="http://geoserver.org/display/GEOSDOC/SQL+Server+DataStore" target="_blank">wiki</a>.</p>
<p>At this point the extension is still quite young and is missing some key features like spatial indexing and support for well known binary. By trying it out and providing us with feedback you can help drive development of these features.</p>
<p>The extension is based on the recent re-architecture in <a href="http://geotools.org">GeoTools</a> for database backed data stores. Code named &#8220;JDBC Next Generation&#8221;, it provides a framework for building new data store implementations quickly and robustly. Also based on this architecture are soon to come improved extensions for MySQL, Oracle, and DB2. A new extension for SpatiaLite is also in the works.</p>
<p><a href="http://gridlock.openplans.org/geoserver/1.7.x/ext-latest/geoserver-1.7.1-SNAPSHOT-sqlserver-plugin.zip" target="_blank">Download the SQL Server extension</a> and try it out. We are very eager to here any feedback on the <a href="mailto:geoserver-users@lists.sourceforge.net">mailing list</a>. You can also help us make it better by reporting any issues in our <a href="http://jira.codehaus.org/browse/GEOS">bug tracker</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2008/11/10/146/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>
