GIS

Presentazione su GeoServer al meeting italiano degli utenti GRASS e GFOSS

GeoSolutions sarà presente domani al  XII Italian GRASS and GFOSS users meeting con una presentazione su GeoServer. Ecco di seguito l'abstract: GeoServer è un server GeoSpaziale Open Source scritto in Java, seguendo le comuni pratiche Java 2 Enterprise, per la gestione, disseminazione e analisi di dati geospaziali. GeoServer permette di distribuire, manipolare e analizzare i dati usando i più diffusi standard OGC (WMS, WFS, WCS, WPS), senza però dimenticare estensioni specifiche per una interazione trasparente con client come Google Earth e software commerciale in genere, ne gli ormai diffusi approcci basati su protocolli REST e GeoJSON per la distribuzione semplificata di semplici dati vettoriali....

More

Developer corner: cross layer filtering coming down to GeoServer

Ever needed to find the answer to a question involving the spatial relationship between two layers? Something like "get me all the coffe shops withing 100 meters of the subway M exits?" Or "show me all the industrial buildings in counties X, Y and Z"?Both of those queries require finding features in one layer, possibly with an attribute filter, and then locate all the locate all the features in another layer that have some kind of spatial relationship with the first result set.This is known as a spatial join and it's used to find object that do relate with each...

More

Developers Corner: Improvements to the rendering engine on upcoming GeoServer 2.1/GeoTools 2.7

In this installment we are going to look into the rendering speed improvements featured in the the upcoming GeoServer 2.1/GeoTools 2.7.0 release.We recently talked about a very significant one already: raster reprojection performance has skyrocketed, providing an overall speedup factor of four to six on the overall reprojected WMS request chain (if you want to know about the pure GeoTools reprojection operation speedup, it's more alike a hundred times faster).What you might not know is that the above is coupled by another speedup that we made for the WMS shootout 2010: the "direct rendering path", which makes GeoServer into a...

More

GeoSolutions YouTube channel

Hi all,at GeoSolutions we decided to create a YouTube channel in order to have common repository for the videos that we make sometimes to demonstrate and/or explain new functionalities for the software we develop.You can reach the channel here.Enjoy!The GeoSolutions team.

More

Developers Corner: Improving GeoServer WMS Cascading Support

Hi all,The ability to server WMS layers from a remote WMS server through a Geoserver installation (a.k.a. Cascading WMS) has been one of the latest improvements in Geoserver world in last couple of months. You can read about it more in one of our previous blog, where the basics have been explained already.GeoSolutions team has since been improving the existing state and introduced some new features. A few patches have been created to fix some important issues: Enabling cascading layer to be included in layer groups (GEOS-4273)Make GetFeatureInfo requests work again on cascading servers (GEOS-4301)Make GetFeatureInfo requests work on older...

More