You will find that websites like "nabble" offer searching of the email archive 
(there are so many websites offering this service that we do not recommend on 
or the other).

Jody

On 01/03/2010, at 8:01 AM, Tawan Banchuen wrote:

> Dear Jody,
> 
> Is there a way to search the mailing list archive?  I could only browse 
> through it on sourceforge.  I wonder whether you provide another interface to 
> search for a particular topic.
> 
> Thank you very much.
> 
> Tawan
> 
> -----Original Message-----
> From: Jody Garnett [mailto:[email protected]] 
> Sent: Sunday, 21 February 2010 5:25 p.m.
> To: Tawan Banchuen
> Cc: [email protected]
> Subject: Re: [Geotools-gt2-users] Displaying WMS and Shapefile in the Same 
> ContextPane
> 
> Hi Tawan:
> 
> I was not able to fully update the WMS example for last years foss4g
> lab (I was having trouble sorting out how to communicate between
> streaming renderer and WMS).
> 
> The JPL server often returns an error due to number of connections...
> 
> Background on WebMapServer classes and WMSLab:
> 
> The WMS code was implemented for the uDig project which uses it to
> request images one at a time issing GetMap requests. uDig combines the
> images that come back onto the screen itself not using GeoTools code.
> 
> The GeoTools system provides a Streaming Renderer for:
> - vector data (FeatureSource from disk/web, or FeatureCollection from memory)
> - raster data ( GridCoverageReader from disk, GridCoverage from memory)
> 
> The WMS Lab shows one way to do this ...  request an image from a WMS;
> and place it into a grid coverage in memory (so it can be combined
> with the other local data such as a shape file).
> 
> Jody
> 
> On Tue, Feb 16, 2010 at 3:52 PM, Tawan Banchuen
> <[email protected]> wrote:
>> Hello GeoTools gurus out there,
>> Please help me display WMS and shapefile contents in the same MapContext.  I
>> am having trouble adding a WMS layer to MapContext.  When I tried to run the
>> example code, WMSLab:
>> http://svn.osgeo.org/geotools/trunk/demo/example/src/main/java/org/geotools/demo/WMSLab.java
>> I selected the NASA WMS server:
>> http://wms.jpl.nasa.gov/wms.cgi?Service=WMS&Version=1.1.1&Request=GetCapabilities
>> and the Blue Marble Next Generation, Global MODIS derived image.
>> The renderer failed and spit out the following error:
>> http://wms.jpl.nasa.gov/wms.cgi?SERVICE=WMS&LAYERS=BMNG&EXCEPTIONS=application/vnd.ogc.se_inimage&FORMAT=image/png&TRANSPARENT=TRUE&HEIGHT=200&REQUEST=GetMap&BBOX=-180.0,-90.0,180.0,90.0&WIDTH=400&STYLES=&SRS=EPSG:4326&VERSION=1.1.1
>> get map completed
>> 16/02/2010 5:48:03 PM org.geotools.renderer.lite.StreamingRenderer paint
>> SEVERE: null
>> java.lang.NullPointerException
>> at
>> org.geotools.renderer.lite.StreamingRenderer.queryLayer(StreamingRenderer.java:768)
>> at
>> org.geotools.renderer.lite.StreamingRenderer.processStylers(StreamingRenderer.java:1760)
>> at
>> org.geotools.renderer.lite.StreamingRenderer.paint(StreamingRenderer.java:690)
>> at
>> org.geotools.swing.RenderingExecutor$Task.call(RenderingExecutor.java:148)
>> at
>> org.geotools.swing.RenderingExecutor$Task.call(RenderingExecutor.java:104)
>> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>> at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>> at
>> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
>> at
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
>> at java.lang.Thread.run(Thread.java:619)
>> Any idea what I have done wrong?  Is using MapContext the correct way to
>> combine multiple WMS and shapefile contents?
>> Thank you very much.
>> Regards,
>> Tawan
>> 
>> ------------------------------------------------------------------------------
>> SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
>> Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
>> http://p.sf.net/sfu/solaris-dev2dev
>> _______________________________________________
>> Geotools-gt2-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
>> 
>> 


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to