December 21, 2011 – 5:28 pm
The GeoServer team is happy to announce the release of GeoServer 2.1.3, now available for download. For the most part this is a maintainance release consisting of bug fixes, but as usual a few new features and improvements have managed to creep in. A total of 59 issues were resolved for this release. Some of [...]
This week has been a busy one for the GeoServer team with two releases coming out. The community is happy to announce the release of both 2.0.3 and 2.1-RC3. GeoServer 2.0.3 is a maintenance release for the 2.0.x branch and contains over 60 fixes and a few small new features. For those who have already upgraded [...]
January 18, 2011 – 11:04 am
The GeoServer community is happy to announce that the first release candidate of GeoServer 2.1 is now available for download. The team has been busy working on some great new improvements and features since 2.1-beta3. First up is GeoWebCache integration, allowing clients to enjoy the benefits of tile caching through the regular GeoServer WMS endpoint. This enables GeoWebCache [...]
September 4, 2010 – 9:56 am
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’s [...]
Support for polymorphism is included in Geoserver 2.0.2. Why do we need polymorphism support in app-schema? Some complex attributes are polymorphic by nature, which means they can have different types for different features. Before polymorphism was supported, attribute types had to be specified in the mapping file, so could not vary across features. With polymorphism support, [...]
With the soon-to-be-released GeoServer 2.0.2, there are some exciting new features, two of which I would like to mention here. GeoServer will soon be able to handle raster/image data in customized JDBC database layouts. This is useful for special use cases or existing image databases, offering the freedom of choosing individual table layouts, provided the [...]
GeoServer users have a lot to wrap their heads around. We need to optimize our servlet containers, determine projections for all those broken shapefiles, and remember to fill out layer metadata. One issue in particular that comes up again and again is difficulty with creating SLD files to style maps. It is hardly surprising that [...]
When designing a map, sometimes you want to render something that is related to the geometries you have at hand, but which is not specifically the geometries themselves. Maybe you want to highlight the end of a line, create a drop shadow effect, or make the vertices that make up a geometry more evident to [...]
January 20, 2010 – 5:56 pm
With a large number of users upgrading to GeoServer 2.0, it’s no wonder we’ve had so many fixes and improvements make it into GeoServer 2.0.1, now available for download. Possibly the most significant change since 2.0.0 has been the addition of the RESTful API to the security sub system. Previously, users were able to connect [...]
December 11, 2009 – 8:50 pm
Lately, I have been working on adding support for the TIME attribute for GeoServer in WMS GetMap requests via an improvement of the ImageMosaic raster store: http://yourserver/geoserver/wms?REQUEST=GetMap&…&TIME=2009-12-12,2009-12-13&… You can get some more details on the GeoSolutions blog.