GeoServer

GeoServer

Upcoming Webinar: Best Practices for Optimizing Performance with GeoServer

Dear Reader, One of the main goals of GeoSolutions customers is to improve performance of their geospatial server. We have been improving open source tools (e.g. GeoServer and GeoWebCache) to allow for proper dissemination of large geospatial datasets in private and public cloud environments. In this post, I highlight some tricks and tips to improve performance and I also cordially invite you to a webinar on June 10th 11:00-12:00 EDT / 15:00 GMT, led by our GeoServer lead developer Andrea Aime. Check other time zones here.  We want to enable a client to play with maps backed by millions of geometries or...

More
ASITA 2018

GeoSolutions presente ad ASITA 2018

GeoSolutions sarà presente alla 22esima conferenza nazionale ASITA dal 27 al 29 Novembre 2018 presso l'hotel Four Points Sheraton a Bolzano con un proprio stand, dove vi aspettano per parlare di come poter soddisfare i vostri bisogni attraverso i nostri prodotti Open Source GeoServer, MapStore e GeoNode ed attraverso i nostri piani di supporto professionale e consulenza.   Durante la conferenze i tecnici di GeoSolutions prenderanno parte Martedì 27 Novembre dalle ore 14:30 alle ore 18:30 alla sessione parallela #2 "Infrastrutture di dati geografici e interoperabilità" con i seguenti interventi: MapStore: Modern WebMapping con OpenLayers, Leaflet e React con Mauro Bartolomeoli GeoServer, il server open source per la gestione...

More

Developer’s Corner: Achieving Extreme GeoServer Scalability with the new Marlin vector rasterizer

As you probably know, GeoServer is a Java based software, so its performance is heavily dependent on what the Java Virtual Machine and the Java standard library can offer. Over the years the GeoServer developers have been pushing the boundaries of what can be done by replacing portions of the Java standard libraries by adopting faster replacements, for example, the turbo jpeg encoder, the native PNG encoder available in ImageIO native extensions, or the recent adoption of the pure java, high performance PNGJ library. One of the Achilles' heel that so far we failed to replace is the anti-aliased rasterizer contained in the...

More

GeoSolutions Enterprise Services 2014: Here comes the GeoServer Supporter Package

The GeoSolutions  Enterprises Support Services offer the possibility for creating an Enterprise SDI based on the best Open Source frameworks as GeoServer, GeoNetwork and MapStore. Our support services are available in different sizes because we care about who has small needs  as well as about who has to manage complex infrastructures and needs highly specialized support. Thanks to GeoSolutions it is easy to meet the Open Source world, forget about licenses and decide the budget for the features you are looking for with the support from the developers of the software you are using! We are also proud to announce a new package called GeoServer Supporter Plan which is very suitable for organizations looking...

More

Developer’s Corner: DXF output format promoted to official extension for GeoServer

Dear all,as you may already know, GeoServer supports a wide variety of formats as an output of the WFS OGC service, to represent vector feature data. Such formats include the OGC standard GML XML based format (in its various versions), but also more "user friendly" ones such as the shapefile format, GeoJSON, CSV and so on.Some formats that are not supported by default, but that are used by some people working in the GIS field, are CAD formats. Among them, the most used in absolute (thinking of open formats) is DXF, the standard AutoCad file interchange format.Many GIS tools, for...

More