Re: [Geoserver-users] Best way to serve thousands of imagery files?

2015-02-10 Thread Ben Johnson
pyramid of .jp2 files (I have the JPEG 2000 plugin properly included and see JP2K as a raster option). What imagery types are supported in a GeoServer image pyramid? On Tue, Feb 10, 2015 at 3:26 PM, Ben Johnson wrote: > thanks for the help guys! ImagePyramid was the answer, and for anyone >

Re: [Geoserver-users] Best way to serve thousands of imagery files?

2015-02-10 Thread Ben Johnson
Fri, Feb 6, 2015 at 12:14 AM, Ben Johnson wrote: > >> So I created an ImagePyramid using gdal from command line and got a >> directory structure of the images at different resolutions.. when I tried >> to use this directory via the web interface by following the instructions &

Re: [Geoserver-users] Building and Debugging GeoServer with extensions

2015-02-06 Thread Ben Johnson
Your suggestion worked Ben! Thanks!! Now to figure out the rest services in GeoServer... I'm not a Java dev.. mostly C++ and C#. On Fri, Feb 6, 2015 at 8:11 AM, uros wrote: > I also had some issues with GDAL native lib loading. > At the end I just dropped gdal libs to Windows/System32. It is not

[Geoserver-users] Building and Debugging GeoServer with extensions

2015-02-05 Thread Ben Johnson
I pulled the latest source from GeoServer master because I was going to look into fixing some of the bugs dealing with the GDAL Rest issues but do not know how to run GeoServer in debug with the extension enabled. I followed the steps for getting extensions and building using the following command

Re: [Geoserver-users] Best way to serve thousands of imagery files?

2015-02-05 Thread Ben Johnson
web interface is expecting a file and not a directory path. How do I import an ImagePyramid into geoserver? On Thu, Feb 5, 2015 at 1:13 AM, Andrea Aime wrote: > On Tue, Feb 3, 2015 at 5:33 PM, Ben Johnson wrote: > >> Is there no performance hit if the ImageMosaic ends up being sever

Re: [Geoserver-users] Best way to serve thousands of imagery files?

2015-02-03 Thread Ben Johnson
Is there no performance hit if the ImageMosaic ends up being several GBs in size? On Tue, Feb 3, 2015 at 10:31 AM, Bistrais, Bob wrote: > Hi Ben, > > > > You should use an ImageMosaic for this. > > > > -Bob > > > > *From:* Ben Johnson [mailto:weagl...@gm

[Geoserver-users] Best way to serve thousands of imagery files?

2015-02-03 Thread Ben Johnson
I have >100,000 imagery files I would like to serve using GeoServer and would like to know the recommended way for serving these files? I tried to just import them all individually as files in a directory, but the GeoServer start-up time was over 2hrs!! I also tried to create an image pyramid from

Re: [Geoserver-users] Geowebcache - what to seed

2015-01-16 Thread Ben Johnson
You will want to seed for the layer for which you will be requesting images from via WMS... In most cases that is the layergroup. Ben On Fri, Jan 16, 2015 at 9:57 AM, Ismail, Mark wrote: > I have a layer group I want to seed tiles into using the built in > geowebcache in geoserver 2.6.1 > > It

Re: [Geoserver-users] what is the DPI (Dot Per Inch) of the PNG image output from geoserver?

2014-12-07 Thread Ben Johnson
default is 90 dpi http://docs.geoserver.org/latest/en/user/services/wms/vendor.html#format-options On Fri, Dec 5, 2014 at 11:42 AM, KhunSanAung wrote: > Hi All, > > I'd like to add the PNG image output from Geoserver on the web interface > with a in a fixed scale. > > My.question is What is the

Re: [Geoserver-users] GeoServer don't caching my map

2014-11-28 Thread Ben Johnson
tiled=true will be a query param on your wms request URL On Thu, Nov 27, 2014 at 8:41 AM, civieroc wrote: > Ok, I read, I try to change the settings, but a question: > > Where I can set the TILED=true ? I don't find the place where setting it. > > This is my configuration now: > (Caching Default

Re: [Geoserver-users] Unable to add GDAL coverages through REST API using v2.4.4 and greater

2014-03-10 Thread Ben Johnson
t; GeoSolutions S.A.S. > Via Poggio alle Viti 1187 > 55054 Massarosa (LU) > Italy > phone: +39 0584 962313 > fax: +39 0584 1660272 > > http://www.geo-solutions.it > http://twitter.com/geosolutions_it > > --- >

[Geoserver-users] Unable to add GDAL coverages through REST API using v2.4.4 and greater

2014-03-06 Thread Ben Johnson
We were using GeoServer 2.3.3 and loading everything via the REST API and decided to upgrade. However, loading any GDAL coverage fails when trying to publish the coverage. I can add the CoverageStore but when I try and add the Coverage it fails with an ... IllegalArgumentException: The specified c

[Geoserver-users] Unable to publish FeatureType using GeoServer REST services

2014-01-21 Thread Ben Johnson
I'm trying to publish a FeatureType from an existing shapefile DataStore using the GeoServer REST API with no success. GeoServer version: 2.4.3 ERROR: 2014-01-21 14:13:29,494 ERROR [geoserver.rest] - Trying to create new feature type inside the store, but no attributes were specified 2014-01-21 14

Re: [Geoserver-users] Height data in GeoServer

2013-11-12 Thread Ben Johnson
Hey Jonathan, So I did what I think you are attempting to do just a few months ago on a project I'm on. We have 1m MrSid imagery served up by WMS and DTED data served by WCS and with that create a world wide 3D environment. I noticed you stated you were going to use a color map through WMS and we

[Geoserver-users] GeoServer Rest .NET Library

2013-08-08 Thread Ben Johnson
I've started a project on codeplex that is a good starting point for people wanting to use .NET to connect to the GeoServer REST API. Let me know if anyone wants to be added as a developer so that they can make commits to the project. https://geoserverrest.codeplex.com/ Thanks Ben --

Re: [Geoserver-users] MrSID not being seen by GeoServer

2013-07-22 Thread Ben Johnson
This solution worked! Thanks! Ben Sent from my Windows Phone From: Simone Giannecchini Sent: 7/18/2013 11:46 AM To: Ben Johnson Cc: geoserver-users@lists.sourceforge.net Subject: Re: [Geoserver-users] MrSID not being seen by GeoServer I believe you are missing GDAL_DRIVER_PATH env var (I notice

[Geoserver-users] MrSID not being seen by GeoServer

2013-07-18 Thread Ben Johnson
I'm trying to get GeoServer to serve MrSID images with no success. I have installed the GDAL libraries and data correctly using the steps provided in the User Documentation (all x64) and the standard GDAL formats do show up as available in GeoServer, however when I install the library for MrSID su