GeoServer Blog
GeoServer 2.6.2 released
The GeoServer team is happy to announce the release of GeoServer 2.6.2. Download bundles are provided (zip, war, dmg and exe) along with documentation and extensions.
GeoServer 2.6.2 is the next the stable release of GeoServer and is recommended for production deployment. Thanks to everyone taking part, submitting fixes and new functionality:
-
The issue with GZIP encoding breaking CSS download in some browsers has been fixed
-
Have the pre-generalized store use again the simplified geometries against the PostGIS store (regressed in 2.6.0)
-
Relative paths in SLD using a “file://image.png” syntax are supported again (regressed in 2.6.0)
-
Removing also layer groups and styles contained in the workspace when the workspace is deleted
-
Make WCS 2.0 / WCS EO more lenient when the workspace is not specified in requests, or when a single mosaic granule is requested in EO requests
-
Allow disabling “advanced projection handling” for raster data via a system variable (for the few cases in which it misbehaves, fixes are underway, please do report if you see issues)
-
A number of minor fixes to WCS capabilities and GetCoverage handling
-
Added icelandic language support in the INSPIRE plugin
-
Check the release notes for more details
-
This release is made in conjunction with GeoTools 12.2
Thanks to Andrea (GeoSolutions), Jody and Kevin (Boundless) for this release
About GeoServer 2.6
Articles and resources for GeoServer 2.6 series:
-
Raster Views in GeoServer via the CoverageView concept (GeoSolutions)
-
Advanced Raster Projection in GeoServer (GeoSolutions)
-
Supporting Wind Barbs In GeoServer and GeoTools (GeoSolutions)
-
GeoServer now supports Vector Footprints for ImageMosaic (GeoSolutions)
FOSS4G-NA and OSGeo Code Sprint
There are a couple of upcoming events that will be fun for all the GeoServer fans out there.
FOSS4G-NA (March 9-12th)
FOSS4G North America is set to be an amazing mix of open source activity. Held in San Francisco over March 9-12, the conference is co-located with EclipseCon and a PostgreSQL day. Co-locating reduces the costs and provides a diverse selection of talks we do not normally get at a FOSS4G.
The schedule is up and a number of GeoServer talks have been selected:
-
GeoServer, an introduction for beginners (workshop)
Keep in mind:
-
There are some discount codes for Committers, OSGeo Sponsors or “Alumni” that have attended FOSS4G in the past.
-
The early bird rate is already gone (Dec 31st) but you can still get a reduced rate before Feb 2nd
-
If you cannot otherwise afford to attend FOSS4G please apply for a conference grant (between Jan 7th and the 21st)
-
If you are feeling lucky, try the weekly-draw contest for an All-Access pass.
The conference is a collaboration of OSGeo and LocationTech. Thanks to both organisations for supporting open source mapping.
OSGeo Code Sprint (Feb 10th-13th)
The OSGeo code sprint is located in Philadelphia this year (alternating between Europe and North America). If you are making plans to attend, please add your name to the wiki page.
If you are interested in attending please add your name to the list (there is a column where you can mark yourself down as “likely” or “booked”).
Thanks to Robert Cheetham for organizing this year and providing a venue.
GeoServer 2.5.4 Released
The GeoServer community is happy to announce the release of GeoServer 2.5.4, now available for download. This is the latest maintenance release for the GeoServer 2.5.4 series. Check out the change log for more details.
Happy holidays and thanks for using GeoServer!
GeoServer 2.6.1 released
The GeoServer team is happy to announce the release of GeoServer 2.6.1. Download bundles are provided (zip, war, dmg and exe) along with documentation and extensions.
GeoServer 2.6.1 is the next the stable release of GeoServer and is recommended for production deployment. Thanks to everyone taking part, submitting fixes and new functionality:
-
Fix for slow rendering of maps with lots of layers coming from a spatial database, reported by numerous users
-
Improvements in rendering labels over transparent maps
-
Fix for rendering tiled raster data, it could occasionally miss portions of the data
-
Fixes for WFS 2.0 joins
-
Better memory management when HTTP gzip-ping large amounts of GML/CSV/JSON data
-
Multidimensional WCS 2.0 outputs (NetCDF downloads) now support subsetting in CRS other than WGS84
-
An option to disable JAI native warp, which can cause some instability when reprojecting certain raster data sets
-
Some improvements in the GeoPackage outputs (still a community module, available via nightly builds)
-
Check the release notes for more details
-
This release is made in conjunction with GeoTools 12.1
Thanks to Andrea (GeoSolutions) for this release
About GeoServer 2.6
Articles and resources for GeoServer 2.6 series:
-
Raster Views in GeoServer via the CoverageView concept (GeoSolutions)
-
Advanced Raster Projection in GeoServer (GeoSolutions)
-
Supporting Wind Barbs In GeoServer and GeoTools (GeoSolutions)
-
GeoServer now supports Vector Footprints for ImageMosaic (GeoSolutions)
GeoServer 2.5.3 released
The GeoServer team is happy to announce the release of GeoServer 2.5.3. Download bundles are provided (zip, war, dmg and exe) along with documentation and extensions.
GeoServer 2.5.3 is the next the stable release of GeoServer and is recommended for production deployment. Thanks to everyone taking part, submitting fixes and new functionality:
-
A new process, PagedUnique, to efficiently grab large amounts of unique values from a layer column
-
Legend preview functionality in the style editor
-
A long awaited fix for poor font rendering when creating transparent map
-
Some fixes in WFS 2.0 joins
-
GeoJSON CRS syntax has been updated to the current valid one (we were using a old legacy one)
-
Some GetFeatureInfo further fixes for complex styles
-
Fix scale computation when the CRS unit of measure is not meters
-
Some WMS 1.3 rendering fixes with image mosaics
-
Avoid invalid reports of leaked connections when using SHAPE-ZIP output format against SQL views whose SQL is no more valid
-
Check the release notes for more details
-
This release is made in conjunction with GeoTools 11.3
About GeoServer 2.5
Articles and resources for GeoServer 2.5 series:
-
GeoServer 2.5-beta announcement reviews key features of this release:
-
WCS 2.0 and WCS 2.0 Earth Observation have been added (thanks to DLR and Eumesat for funding this)
-
The addition of a batch importer to making setting up GeoServer easier (thanks to MapStory).
-
High performance PNG encoder based on PNGJ library (Andrea Aime). Improved JPEG performance using libjpegturbo available as an optional extension (Simone Giannecchini and Daniele Romagnoli)
-
Use of ST_Simplify to improve PostGIS rendering performance (a collaboration with Andrea and Jonathan Moules).
-
New implementation of GetFeatureInfo that takes into account symbol shapes, offsets, and dynamic line widths into account (thanks to Eskilstuna municipality for funding this).
-
-
Using GeoServer at IGN to create new digital maps is an impressive look at advanced styling deployed by the french mapping agency
-
Labelling a MultiPoint geometry with WPS (Boundless) is a good example of integrating WPS and Styling
-
Achieving extreme GeoServer Scalability with new Marlin vector rasterizer (GeoSolutions) shows an exciting JRE extension that can be used for improved performance. If you are using GeoServer with a large number of CPU cores you owe yourself an hour to try this out.
-
DXF output format promoted to official extension for GeoServer (GeoSolutions)
-
Active Directory based security in GeoServer through LDAP (GeoSolutions)
Tutorials
- Using Logical Operators in GeoServer Filters
- Exploring CQL/ECQL Filtering in GeoServer
- Using Spatial Operators in GeoServer Filters
- Using Value Comparison Operators in GeoServer Filters
- Using Binary Comparison Operators in GeoServer Filters
- Utilizing the Demo Section in Geoserver
- How to Implement Basic Security in Geoserver
- How to create Tile Layers with GeoServer
- How to style layers using GeoServer and QGIS
- How to Publish a GeoTIFF file in GeoServer