GeoSolutions

(FIX) GDAL extension not working with GeoServer’s Windows service wrapper

Today, we have investigated the issue reported by several users on the GeoServer's mailing list about being unable to get the GDAL-ImageI/O-Ext extension to work when GeoServer runs as a service on Windows.Deploying the GDAL ImageI/O-Ext native libraries in a location referred by the PATH environment variable (like, as an instance, your JDK/bin folder) allows GeoServer to successfully recognize them when invoked via the start.bat script. However, this does not seem to work when running GeoServer as a service on Windows. As a result, during the service startup, GeoServer log reports this worrysome message:it.geosolutions.imageio.gdalframework.GDALUtilities loadGDALWARNING: Native library load failed.java.lang.UnsatisfiedLinkError: no...

More

Geoserver continuous map wrapping!

Recently one of our clients has provided us with the funding to address an issue with the Geoserver rendering core module that was preventing us from drawing polygons crossing the dateline change, or, to put it another way, to be able to have maps that were wrapping like continuous wrapped maps from Google.Our specific use case is also quite challenging on its own since we need to use a projection in which the dateline change has been moved away from the usual -180/+180 by using a non standard central meridianThe result, prior to the work described here, does not look...

More

Notizie dal FOSS4G-IT 2010 Lugano

Scriviamo dall’aula magna della Scuola Università Professionale della Svizzera Italiana (SUPSI) che gentilmente ospita presso le sue strutture l’edizione 2010 del FOSS4G-IT.Di seguito pubblichiamo uno scatto della giornata di ieri, la giornata dedicata ai workshop, tipicamente il momento nel quale gli ‘esperti’ del campo condividono le loro conoscenze per la formazione.GeoSolutions, tramite Alessio Fabiani e Simone Giannecchini, core developers di Geoserver, GeoTools, GeoBatch e ImageIO-Ext, hanno messo a disposizione dei partecipanti le loro conoscenze di sviluppatori del Geoserver in tre intense ore di formazione di base e non solo.E’ stata un’ottima occasione sia per noi di testare le nostre capacità...

More

GeoServer workshop at FOSS4G-IT

Sorry, this is a post for the Italian-speaking users.Salve a tutti, siamo lieti di annunciare che l'Ing. Alessio Fabiani e l'Ing Simone Giannecchini saranno presenti al FOSS4G-IT anche noto come 'XI meeting degli utenti di lingua italiana di GRASS e GFOSS', con un workshop ed una presentazione su GeoServer (programma)I contenuti del workshop sono descritti qui sotto.GeoServer è un server geospaziale ricco di funzionalità avanzate, concepito ed implementato per supportare standard OGC, quali WMS, WFS e WCS.Scopo di questo workshop e' fornire all'utente una panoramica delle funzionalita' offerte dal Geoserver per la gestione e la pubblicazione di dati geospaziali, corredando...

More

Adding TIME and ELEVATION support to GeoServer and Mosaic plugin

Ciao a tutti,in my previous post I showed a preview of the work we are doing to be able to serve raster datasets with support with TIME and ELEVATION in both WMS and WCS. We have been doing some more progresses with this work and now we can support the ELEVATION keyword as well in WMS queries, therefore I wanted to show some screenshots.Here below you see some screenshots of of the water temperature over the Ligurian see with the respective requests, first at the same timestamp at increasing depths, then at a certain depth with increasing timestamps. Notice that...

More