Re: [Geoserver-users] Imagemosaic coverage parameters documentation or help

2011-11-25 Thread Andrea Aime
On Sat, Nov 26, 2011 at 12:22 AM, Robert Buckley
wrote:

> Hi,
>
> Is there any hidden documentation regarding the Imagemosaic coverage
> parameters?
>

There is a tutorial in the user guide. If I Google for "GeoServer image
mosaic" it's the
first response.
http://docs.geoserver.org/latest/en/user/tutorials/image_mosaic_plugin/imagemosaic.html

The ImageMosaic store description page also points to the tutorial.
Please read the "user posting guide", in particular the "check first"
section:
http://geoserver.org/display/GEOS/GeoServer+user+list+posting+guidelines

Filter is not described though. It's a CQL expression that allows you to
limit the tiles
that you are going to display, assuming you attached attributes to the
tiles in the
mosaic index

Cheers
Andrea


-- 
---
Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead

Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy

phone: +39 0584 962313
fax:  +39 0584 962313

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf

---
--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Imagemosaic coverage parameters documentation or help

2011-11-25 Thread Robert Buckley
Hi,


Is there any hidden documentation regarding the Imagemosaic coverage parameters?

BackgroundValues
Filter
InputTransparentColor
MaxAllowedTiles
OutputTransparentColor
SUGGESTED_TILE_SIZE
USE_JAI_IMAGEREAD

of particular interest are Filter, Background values, and Input/output 
transparentcolor

I have of course played around, but a definative answer is always better.

yours,

Robert--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] ArcSDE/PostGIS tables: An exception occurred while parsing WKB data

2011-11-25 Thread Andrea Aime
On Fri, Nov 25, 2011 at 9:06 PM, Ryan Clark  wrote:

>  The tables I'm dealing with are actually just points, so I don't think
> that it should be any extended geometry type. I found that I can use
> Geoserver to publish the layer by using the SQL View functionality, and
> specifying
> *select * from sde.azwellheaders*
>

This is really odd, since the same geometry reading code will be used by
this sql view (same as the table used).
Unless hmmm... is the column registred in "geography_columns"?
If so, can you dump the contents of geographic_columns for that
table/geometry?

More in general, would it be possible for you to give me a dump of that
database, or even just a portion to
replicate the problem?

Cheers
Andrea


-- 
---
Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead

Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy

phone: +39 0584 962313
fax:  +39 0584 962313

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf

---
--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] ArcSDE/PostGIS tables: An exception occurred while parsing WKB data

2011-11-25 Thread Ryan Clark
The tables I'm dealing with are actually just points, so I don't think 
that it should be any extended geometry type. I found that I can use 
Geoserver to publish the layer by using the SQL View functionality, and 
specifying

/select * from sde.azwellheaders/

Then, if I define the geometry type as point and give it the SRID 
(4326), the layer works fine. It works as well if I leave the geometry 
type as "GEOMETRY" and specify the SRID. The SQL view UI doesn't seem to 
be able to guess the SRID properly.


This is reasonable workaround, but I'm concerned about the trouble -- I 
was really hoping to be able to leverage SDE on top of PostGIS as a 
simple way to move all this ESRI data into an open format.


For the interested reader, the logged error is below.

Thanks,
Ryan


2011-11-23 16:18:03,072 ERROR [geoserver.ows] -
org.geoserver.platform.ServiceException:  error:Translator error
at 
org.geoserver.wfs.xml.GML2OutputFormat.encode(GML2OutputFormat.java:286)
at 
org.geoserver.wfs.xml.GML2OutputFormat.write(GML2OutputFormat.java:295)
at 
org.geoserver.wfs.WFSGetFeatureOutputFormat.write(WFSGetFeatureOutputFormat.java:141)

at org.geoserver.ows.Dispatcher.response(Dispatcher.java:757)
at 
org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:238)
at 
org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
at 
org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
at 
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:875)
at 
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:809)
at 
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:571)
at 
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:501)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at 
org.geoserver.filters.ThreadLocalsCleanupFilter.doFilter(ThreadLocalsCleanupFilter.java:23)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at 
org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:74)
at 
org.geoserver.filters.SpringDelegatingFilter.doFilter(SpringDelegatingFilter.java:45)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at 
org.geoserver.platform.AdvancedDispatchFilter.doFilter(AdvancedDispatchFilter.java:49)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at 
org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:109)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at 
org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:394)
at 
org.springframework.security.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109)
at 
org.springframework.security.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
at 
org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:406)
at 
org.springframework.security.ui.ExceptionTranslationFilter.doFilterHttp(ExceptionTranslationFilter.java:101)
at 
org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at 
org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:406)
at 
org.springframework.security.providers.anonymous.AnonymousProcessingFilter.doFilterHttp(AnonymousProcessingFilter.java:105)
at 
org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at 
org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:406)
at 
org.springframework.security.ui.basicauth.BasicProcessingFilter.doFilterHttp(BasicProcessingFilter.java:174)
at 
org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at 
org.springframework.security.util.FilterChainProxy$VirtualFilte

Re: [Geoserver-users] Problem with raster SLD

2011-11-25 Thread Andrea Aime
On Fri, Nov 25, 2011 at 3:38 PM, Nhan Vo  wrote:

> Hello,
>
> I've deployed the stable geoserver 2.1.2 and had some problems with
> custom raster SLD. I've tried re-deploying it from the beginning and
> immediately after deployment I go to Layer Preview to open sf:sfdem and
> still see the exception:
>
>
...


> Is it a bug that has not been resolved?
>

It may be, or it may be a problem with the SLD you are using
against sfdem.
Care to share it?

Cheers
Andrea

-- 
---
Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead

Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy

phone: +39 0584 962313
fax:  +39 0584 962313

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf

---
--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Problem with raster SLD

2011-11-25 Thread Nhan Vo
Hello,

I've deployed the stable geoserver 2.1.2 and had some problems with 
custom raster SLD. I've tried re-deploying it from the beginning and 
immediately after deployment I go to Layer Preview to open sf:sfdem and 
still see the exception:

org.geoserver.platform.ServiceException: Error rendering coverage on the 
fast path
 at 
org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(RenderedImageMapOutputFormat.java:333)
 at 
org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(RenderedImageMapOutputFormat.java:249)
 at 
org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(RenderedImageMapOutputFormat.java:124)
 at org.geoserver.wms.GetMap.run(GetMap.java:377)
 at org.geoserver.wms.GetMap.run(GetMap.java:107)
 at 
org.geoserver.wms.DefaultWebMapService.getMap(DefaultWebMapService.java:353)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at 
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
 at 
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
 at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
 at 
org.geoserver.gwc.wms.CacheSeedingWebMapService.invoke(CacheSeedingWebMapService.java:60)
 at 
org.geoserver.gwc.wms.CacheSeedingWebMapService.invoke(CacheSeedingWebMapService.java:34)
 at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
 at 
org.geoserver.gwc.wms.CachingWebMapService.invoke(CachingWebMapService.java:58)
 at 
org.geoserver.gwc.wms.CachingWebMapService.invoke(CachingWebMapService.java:40)
 at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
 at 
org.geoserver.ows.util.RequestObjectLogger.invoke(RequestObjectLogger.java:51)
 at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
 at 
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
 at $Proxy98.getMap(Unknown Source)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at org.geoserver.ows.Dispatcher.execute(Dispatcher.java:630)
 at 
org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:234)
 at 
org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
 at 
org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
 at 
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:875)
 at 
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:809)
 at 
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:571)
 at 
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:501)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
 at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
 at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 at 
org.geoserver.filters.ThreadLocalsCleanupFilter.doFilter(ThreadLocalsCleanupFilter.java:23)
 at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
 at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 at 
org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:74)
 at 
org.geoserver.filters.SpringDelegatingFilter.doFilter(SpringDelegatingFilter.java:45)
 at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
 at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 at 
org.geoserver.platform.AdvancedDispatchFilter.doFilter(AdvancedDispatchFilter.java:49)
 at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
 at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 at 
org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:109)
 at 
org.apache

Re: [Geoserver-users] WMS address

2011-11-25 Thread Mark Hall
Thanks Jukka but I don't really understand.  For the sake of simplicity lets 
say I want to be able to look at my shapefiles in Google earth.

In google earth I can add some publicly available WMS as a new layer - 
everything works fine.
I have a geoserver set up with my shapefiles and they display fine in 
OpenLayers via the Layer preview options.  I now want to set up my WMS such 
that I can display the same shapefile in google earth.  I naively thought that 
that was how they were served up to OpenLayers but just using the same address 
returns a message that the server isn't responding.  Where do I start?  Any 
(simple) examples I can read / follow?

Med vennlig hilsen / Kind regards

Mark Hall



From: Rahkonen Jukka [mailto:jukka.rahko...@mmmtike.fi]
Sent: 25 November 2011 13:19
To: Mark Hall; 'geoserver-users@lists.sourceforge.net'
Subject: Re: WMS address

Hi,

The address to give for WMS clients like QGis, Kosmo GIS, OpenJUMP, gvSIG, 
MapInfo, ArcGIS etc. is
http://server:port/geoserver/wms?

Clients are adding the rest.  If you want to read the capabilities with a 
browser you must add some parameters yourself.
http://demo.opengeo.org/geoserver/wms?service=wms&version=1.1.1&request=getCapabilities

Your browser does not necessarily show the response because of an odd MIME type 
used in WMS 1.1.1.  That's normal and you can just save the result on disk and 
open with a text editor. Try then the same with your own server.

-Jukka Rahkonen-


Mark Hall  wrote:
As I said i am a novice fumbling towards my modest goal of publishing some 
shapefiles on a WMS.

My layers are in place and I can see them using OpenLayers via Layer preview 
but I am struggling to find the service from my other software (which supports 
WMS) and I am not sure what address to use.  The address in OpenLayers is...

myPcServername:portNo/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=J02-New&styles=&bbox=-244588.376,6176682.56,1198377.782,7691252.968&width=487&height=512&srs=EPSG:23031&format=application/openlayers

The application I am using trims this address and looks for the service at...

http:// myPcServername:portNo 
/geoserver/wms?f=json

but claims that there was no response.

I couldn't find a lot of information about this anywhere - any idea what I am 
doing wrong?
I gave my Workspace a namespace URI of http:// myPcServername:portNo 
/MarksTest, is that how it is supposed to be used?
Should that then be part of the WMS address?
Does the fact that OpenLayers can preview my file mean that the WMS is up and 
running correctly?

Med vennlig hilsen / Kind regards

Mark Hall




Notice: This message and any attachments are solely intended for the addressees 
and are confidential.
If you receive this message in error, please delete it and immediately notify 
the sender. Any uses not in accordance with its purpose, any dissemination or 
disclosure, either whole or partial, is prohibited except formal approval. The 
internet cannot guarantee the integrity of this message. VNG Norge AS will 
therefore not be liable for the message if modified. Thank you.
--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] size of the labels don't change

2011-11-25 Thread Edward Mac Gillavry

It's cartographic practice not to include a north arrow if your map is point 
north anyway. Only in case the orientation is different (e.g. western coast 
line of Portugal at the top). This is only a new feature since GeoServer 2.0.2. 
to define an angle...

http://docs.geoserver.org/stable/en/user/services/wms/vendor.html#angle

If you really need to have a north arrow, check out WMS decoration:

http://docs.geoserver.org/stable/en/user/advanced/wmsdecoration.html

Regards,

edward

P.S. Make sure you do "reply all", so you may also receive responses from 
others on the mailing list!

Date: Fri, 25 Nov 2011 12:18:05 +
From: pedrocostaa...@sapo.pt
To: emacgilla...@hotmail.com
Subject: Re: [Geoserver-users] size of the labels don't change


  



  
  
Ok Edward.



Just one more question, Do you know how do i put a north arrow in
the maps?



Thanks


Pedro Costa





Em 25-11-2011 12:04, Edward Mac Gillavry escreveu:

  
  
Hi Pedro,



Glad that worked for you. It's always a good custom to also post
your confirmation back to the list, so everyone realises that
you have an answer already and they don't have to reply to your
thread anymore. No offense taken, but just something for you to
keep in mind...



Regards,



Edward








  Date: Fri, 25 Nov 2011 11:22:36 +

  From: pedrocostaa...@sapo.pt

  To: emacgilla...@hotmail.com

  Subject: Re: [Geoserver-users] size of the labels don't change

  

  
  
  Great Edward...I install and works.

  

  Thank you very much

  

  

  

  

  

  

  On 25-11-2011 11:11, Edward Mac Gillavry wrote:
  

 I presume you have installed the font Arial
  on your server?

  

  apt-get install ttf-mscorefonts-installer

  

  Just checking..

  

  Edward

  

  
Date: Fri, 25 Nov 2011 10:53:41
+

From: pedrocostaa...@sapo.pt

To: geoserver-users@lists.sourceforge.net.

Subject: [Geoserver-users] size of the labels don't
change



Hello to all,



This is my first mail to the list.

I have a problem, i have a style and i edit the font
size of the label (in "
6") but


the layer appears
  always the same. never changes the size and I've tried a 
variety of styles. Can you
tell me what I do to change
the size?



OS: Ubuntu 10.04

Geoserver 2.1-beta1





Thanks



   One of the styles I
used is the following:



xml version="1.0" encoding="ISO-8859-1"?>

http://www.opengis.net/sld";
xmlns:ogc="http://www.opengis.net/ogc";

  xmlns:xlink="http://www.w3.org/1999/xlink";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";

  xsi:schemaLocation="http://www.opengis.net/sld
  
http://schemas.opengis.net/sld/1.0.0/StyledLayerDescriptor.xsd";>

  

Default Point



  Default point

  A sample style that just
prints out a 6px wide red square



 

 

   

 

   


circle

 

   #FF

 

   

   6

 

   

   

 

  
codi

 

 

   Arial

   6

   normal

   bold

 

 

   

 

  
0.0

  
0.0

   

[Geoserver-users] How to get TMS working.

2011-11-25 Thread Robert Buckley
Hi,

here´s my geoserver url
http://maps.zgb.de/geoserver

on the right are the activated serviced. I can´t get TMS to work with a client 
or produce a getcapatibilities doc, although this is apparently loaded.

Could anyone advise me on how to debug this or check for loading errors or how 
to reload it? 

in the log files I see only this

2011-11-25 11:32:20,826 ERROR [geowebcache.GeoWebCacheDispatcher] - Unable to 
find handler for service "tms" 
http://maps.zgb.de/geoserver/gwc/service/tms/1.0.0


any help would be great,
yours,

Rob--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] WMS address

2011-11-25 Thread Rahkonen Jukka
Hi,

The address to give for WMS clients like QGis, Kosmo GIS, OpenJUMP, gvSIG, 
MapInfo, ArcGIS etc. is
http://server:port/geoserver/wms?

Clients are adding the rest.  If you want to read the capabilities with a 
browser you must add some parameters yourself.
http://demo.opengeo.org/geoserver/wms?service=wms&version=1.1.1&request=getCapabilities

Your browser does not necessarily show the response because of an odd MIME type 
used in WMS 1.1.1.  That's normal and you can just save the result on disk and 
open with a text editor. Try then the same with your own server.

-Jukka Rahkonen-


Mark Hall  wrote:
As I said i am a novice fumbling towards my modest goal of publishing some 
shapefiles on a WMS.

My layers are in place and I can see them using OpenLayers via Layer preview 
but I am struggling to find the service from my other software (which supports 
WMS) and I am not sure what address to use.  The address in OpenLayers is...

myPcServername:portNo/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=J02-New&styles=&bbox=-244588.376,6176682.56,1198377.782,7691252.968&width=487&height=512&srs=EPSG:23031&format=application/openlayers

The application I am using trims this address and looks for the service at...

http:// myPcServername:portNo 
/geoserver/wms?f=json

but claims that there was no response.

I couldn't find a lot of information about this anywhere - any idea what I am 
doing wrong?
I gave my Workspace a namespace URI of http:// myPcServername:portNo 
/MarksTest, is that how it is supposed to be used?
Should that then be part of the WMS address?
Does the fact that OpenLayers can preview my file mean that the WMS is up and 
running correctly?

Med vennlig hilsen / Kind regards

Mark Hall




Notice: This message and any attachments are solely intended for the addressees 
and are confidential.
If you receive this message in error, please delete it and immediately notify 
the sender. Any uses not in accordance with its purpose, any dissemination or 
disclosure, either whole or partial, is prohibited except formal approval. The 
internet cannot guarantee the integrity of this message. VNG Norge AS will 
therefore not be liable for the message if modified. Thank you.
--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] size of the labels don't change

2011-11-25 Thread Edward Mac Gillavry

Hi Pedro,

Glad that worked for you. It's always a good custom to also post your 
confirmation back to the list, so everyone realises that you have an answer 
already and they don't have to reply to your thread anymore. No offense taken, 
but just something for you to keep in mind...

Regards,

Edward



Date: Fri, 25 Nov 2011 11:22:36 +
From: pedrocostaa...@sapo.pt
To: emacgilla...@hotmail.com
Subject: Re: [Geoserver-users] size of the labels don't change


  



  
  
Great Edward...I install and works.



Thank you very much













On 25-11-2011 11:11, Edward Mac Gillavry wrote:

  
  
I presume you have installed the font Arial on your server?



apt-get install ttf-mscorefonts-installer



Just checking..



Edward




  Date: Fri, 25 Nov 2011 10:53:41 +

  From: pedrocostaa...@sapo.pt

  To: geoserver-users@lists.sourceforge.net.

  Subject: [Geoserver-users] size of the labels don't change

  

  Hello to all,

  

  This is my first mail to the list.

  I have a problem, i have a style and i edit the font size of
  the label (in " 6") but

  the layer appears always the same. never changes the size and I've 
tried a variety of styles.
Can you tell me what I do
  to change the size?

  

  OS: Ubuntu 10.04

  Geoserver 2.1-beta1

  

  

  Thanks

  

 One of the styles I used
  is the following:

  

  xml version="1.0" encoding="ISO-8859-1"?>

  http://www.opengis.net/sld";
  xmlns:ogc="http://www.opengis.net/ogc";

xmlns:xlink="http://www.w3.org/1999/xlink";
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";

xsi:schemaLocation="http://www.opengis.net/sld
http://schemas.opengis.net/sld/1.0.0/StyledLayerDescriptor.xsd";>



  Default Point

  

Default point

A sample style that just prints out
  a 6px wide red square

  

   

   

 

   

 

  
  circle

   

 #FF

   

 

 6

   

 

 

   


  codi

   

   

 Arial

 6

 normal

 bold

   

   

 

   


  0.0


  0.0

   

   


  0


  0

   

 

   

   

 #00

   

 

   

 

  



  

 

  
--
All
  the data continuously generated in your IT infrastructure
  contains a definitive record of customers, application
  performance, security threats, fraudulent activity, and more.
  Splunk takes this data and makes sense of it. IT sense. And
  common sense.
  http://p.sf.net/sfu/splunk-novd2d

  ___
  Geoserver-users mailing list
  Geoserver-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/geoserver-users
  


  --
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] WMS address

2011-11-25 Thread Mark Hall
As I said i am a novice fumbling towards my modest goal of publishing some 
shapefiles on a WMS.

My layers are in place and I can see them using OpenLayers via Layer preview 
but I am struggling to find the service from my other software (which supports 
WMS) and I am not sure what address to use.  The address in OpenLayers is...

myPcServername:portNo/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=J02-New&styles=&bbox=-244588.376,6176682.56,1198377.782,7691252.968&width=487&height=512&srs=EPSG:23031&format=application/openlayers

The application I am using trims this address and looks for the service at...

http:// myPcServername:portNo 
/geoserver/wms?f=json

but claims that there was no response.

I couldn't find a lot of information about this anywhere - any idea what I am 
doing wrong?
I gave my Workspace a namespace URI of http:// myPcServername:portNo 
/MarksTest, is that how it is supposed to be used?
Should that then be part of the WMS address?
Does the fact that OpenLayers can preview my file mean that the WMS is up and 
running correctly?

Med vennlig hilsen / Kind regards

Mark Hall




Notice: This message and any attachments are solely intended for the addressees 
and are confidential.
If you receive this message in error, please delete it and immediately notify 
the sender. Any uses not in accordance with its purpose, any dissemination or 
disclosure, either whole or partial, is prohibited except formal approval. The 
internet cannot guarantee the integrity of this message. VNG Norge AS will 
therefore not be liable for the message if modified. Thank you.
--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] List of public WFS implementations

2011-11-25 Thread Mike Sharp
OKMaps:  http://ogi.state.ok.us/geoserver/wfs?

Mike Sharp
Acting State Geographic Information Coordinator
Office of Geographic Information
and
Director Information Technology
Assistant Director AML Program
Oklahoma Conservation Commission
4545 N. Lincoln Blvd., Suite 11A
Oklahoma City, OK 73105
405-521-4813 (O)
405-833-0648 (C)
mike.sh...@conservation.ok.gov

From: Martin Tomko [tom...@unimelb.edu.au]
Sent: Thursday, November 24, 2011 10:59 PM
To: geoserver-users@lists.sourceforge.net
Subject: [Geoserver-users] List of public WFS implementations

Dear all,
I am looking for some public WFS implementations that we could use for testing 
with our code, by preference distributed across the world (we are interested in 
response times and latencies etc…)

I have found the somehow obsolete list on 
http://geoserver.org/display/GEOS/Available+WMS+and+WFS+servers
Any other suggestions? In particular, I would be interested in datasets with 
numerous small polygons, or with street networks or other graph-like structures.

Thanks,
Martin
--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Problems with shapefiles

2011-11-25 Thread Mark Hall
Thanks Andrea that did the trick and thanks a lot for the rapid response.

When I 'converted' the file from Shape to Shape but forcing everything to be 
written as a POLYGON via ogr2ogr it came in OK.  Having said that when I tried 
to find out what was written as PolygonM I just got an empty file out.

Thanks again,

Med vennlig hilsen / Kind regards

Mark Hall

From: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] On Behalf Of Andrea 
Aime
Sent: 24 November 2011 14:45
To: Mark Hall
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Problems with shapefiles

On Thu, Nov 24, 2011 at 11:36 AM, Mark Hall 
mailto:mark.h...@vng.no>> wrote:
Help.

I'm a novice at all this and I am having problems trying to add shapefiles to 
GeoServer.  All the demos go fine and it all looks ok when I add my own files 
(correct bounding box etc.) but when I check the result with the layer viewer 
it is blank and if I click inside the window it says

"Internal error occurred ShapeType changed illegally from PolygonM to Polygon".

Is this an issue that geoserver doesn't support 'PolygonM' or is there some 
style that needs adding, or...?  Any suggestions?

As far as I remember measured geometries can be read, but they lose the 
information about the measure.
But it seems your shapefile is invalid, it declares the geometries to be of 
type PolygonM, but then it has non
measured polygons inside too (which is not valid according to my understanding 
of the shapefile specification).

The current shapefile code bombs out, with a code modification I guess we could 
make it tolerant to the
switch between measured and non measured geometry of the same type, keeping it 
complaining if someone
has a mix of different geometry types.

For the time being I guess the simplest way out is to use ogr2ogr to rewrite 
the file. Or I can point you to
the Geotools code that does the check and you can make the improvement (and add 
a test).

Cheers
Andrea

--
---
Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead

Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy

phone: +39 0584 962313
fax:  +39 0584 962313

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf

---



Notice: This message and any attachments are solely intended for the addressees 
and are confidential.
If you receive this message in error, please delete it and immediately notify 
the sender. Any uses not in accordance with its purpose, any dissemination or 
disclosure, either whole or partial, is prohibited except formal approval. The 
internet cannot guarantee the integrity of this message. VNG Norge AS will 
therefore not be liable for the message if modified. Thank you.
--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] size of the labels don't change

2011-11-25 Thread Andrea Aime
On Fri, Nov 25, 2011 at 11:53 AM, Pedro Costa wrote:

>  Hello to all,
>
> This is my first mail to the list.
> I have a problem, i have a style and i edit the font size of the label (in
> " 6") but the layer appears 
> always
> the same. never changes the size and I've tried a variety of styles. Can
> you tell me what I do to change the size?
>

This normally happens if the font you specified is not found. I believe
I've recently fixed this
so that rescaling is enabled even if the font is not found, should be
something you can find
only in a nightly build though, 2.1.2 did not have the fix.

Cheers
Andrea


-- 
---
Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead

Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy

phone: +39 0584 962313
fax:  +39 0584 962313

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf

---
--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] size of the labels don't change

2011-11-25 Thread Edward Mac Gillavry

I presume you have installed the font Arial on your server?

apt-get install ttf-mscorefonts-installer

Just checking..

Edward

Date: Fri, 25 Nov 2011 10:53:41 +
From: pedrocostaa...@sapo.pt
To: geoserver-users@lists.sourceforge.net.
Subject: [Geoserver-users] size of the labels don't change


  




  
  
Hello to all,



This is my first mail to the list.

I have a problem, i have a style and i edit the font size of the
label (in "
6") but
the layer appears always the same.
  never changes the size and I've
tried a variety of styles. Can you tell me what I do to change the size?



OS: Ubuntu 10.04

Geoserver 2.1-beta1





Thanks



   One of the styles
  I used is the
following:



xml version="1.0" encoding="ISO-8859-1"?>

http://www.opengis.net/sld";
xmlns:ogc="http://www.opengis.net/ogc";

  xmlns:xlink="http://www.w3.org/1999/xlink";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";

  xsi:schemaLocation="http://www.opengis.net/sld
http://schemas.opengis.net/sld/1.0.0/StyledLayerDescriptor.xsd";>

  

Default Point



  Default point

  A sample style that just prints out a 6px
wide red square



 

 

   

 

   

 circle

 

   #FF

 

   

   6

 

   

   

 

   codi

 

 

   Arial

   6

   normal

   bold

 

 

   

 

   0.0

   0.0

 

 

   0

   0

 

   

 

 

   #00

 

   

 

   



  



  
  


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
  --
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] size of the labels don't change

2011-11-25 Thread Pedro Costa

Hello to all,

This is my first mail to the list.
I have a problem, i have a style and i edit the font size of the label 
(in "6") but the layer 
appears always the same. never changes the sizeand I've tried a variety 
of styles. Can you tell me what I do to change the size?


OS: Ubuntu 10.04
Geoserver *2.1-beta1*


Thanks

One of the styles I used is the following:

xml version="1.0" encoding="ISO-8859-1"?>
xmlns="http://www.opengis.net/sld"; xmlns:ogc="http://www.opengis.net/ogc";
  xmlns:xlink="http://www.w3.org/1999/xlink"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  xsi:schemaLocation="http://www.opengis.net/sld 
http://schemas.opengis.net/sld/1.0.0/StyledLayerDescriptor.xsd";>


Default Point

Default point
A sample style that just prints out a 6px wide red 
square







circle

#FF


6




codi


Arial
6
normal
bold




0.0
0.0


0
0




#00







--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Fwd: Geoserver, Geowebcache, wms 1.3.0, INSPIRE

2011-11-25 Thread Ian Feeney
Correction to the e-mail below: 
 
I would be grateful for confirmation of these conclusions, and if they
are correct guidance on when/if geowebcache will support INSPIRE and wms
1.3.0.


>>> On 11/25/2011 at 10:22 am, Ian Feeney
 wrote:

We have implemented an INSPIRE compatible version 1.3.0 wms which
serves UK cadastral parcel reference point data in projections CRS84,
EPSG:27700 and EPSG:4258 using Geoserver with the INPSIRE extension.
 
We are looking for a caching solution that will serve cached tiles in
response to both arbitrary wms and wms-c requests while still supporting
INSPIRE and wms 1.3.0 get capabilities requests.
 
I have been looking at the integrated version of geowebcahce, and have
come to the following conclusions
 
Ø   The INSPIRE and wms 1.3.0 capabilities of geoserver do not
extend to geowebcache
Ø   The documentation suggests that geowebcache can be configured
to recombine and resample tiles to answer arbitrary WMS requests, but
this is not possible in the integrated/bundled version.
 
I would be grateful for confirmation of these conclusions, and if they
are correct guidance on when/if geoserver will support INSPIRE and wms
1.3.0.
 
Also, could you recommend any approach/solutions that we could
implement just now.
 
I'm new to these service and standards, so please be gentle with me.
 
Regards
 
Ian Feeney
 
 
--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Getting started with Oracle

2011-11-25 Thread Ian Turton
On 25 November 2011 10:06, Mark Hammond  wrote:
> I’ve set up the Oracle Connector plugin and correctly configured it.
>
> I have published two tables that have spatial fields in them.
>
>

Looks like your data is in 4326 not 909913.

Ian

--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Geoserver, Geowebcache, wms 1.3.0, INSPIRE

2011-11-25 Thread Ian Feeney

We have implemented an INSPIRE compatible version 1.3.0 wms which
serves UK cadastral parcel reference point data in projections CRS84,
EPSG:27700 and EPSG:4258 using Geoserver with the INPSIRE extension.
 
We are looking for a caching solution that will serve cached tiles in
response to both arbitrary wms and wms-c requests while still supporting
INSPIRE and wms 1.3.0 get capabilities requests.
 
I have been looking at the integrated version of geowebcahce, and have
come to the following conclusions
 
Ø   The INSPIRE and wms 1.3.0 capabilities of geoserver do not
extend to geowebcache
Ø   The documentation suggests that geowebcache can be configured
to recombine and resample tiles to answer arbitrary WMS requests, but
this is not possible in the integrated/bundled version.
 
I would be grateful for confirmation of these conclusions, and if they
are correct guidance on when/if geoserver will support INSPIRE and wms
1.3.0.
 
Also, could you recommend any approach/solutions that we could
implement just now.
 
I'm new to these service and standards, so please be gentle with me.
 
Regards
 
Ian Feeney
 
 
--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Getting started with Oracle

2011-11-25 Thread Mark Hammond
I've set up the Oracle Connector plugin and correctly configured it.

I have published two tables that have spatial fields in them.

 

When previewing the first layer, I just get a blank map

When previewing the second layer, I get a blank map with an error:
"code="internalError" Rendering process failed  / by zero

 

Any ideas what's going on?

 

Details of first layer:

 

Coordinate Reference Systems

 Native SRS 

   UNKNOWN  Longitude / Latitude (WGS 84)...

 Declared SRS 

   EPSG:900913  EPSG:WGS84 / Google Mercator...

 SRS handling

   Force Declared

 

Bounding Boxes

 Native Bounding Box

   Min X -11.112

   Min Y 48.744

   Max X 2.513

   Max Y 61.581

 

 Lat/Lon Bounding Box

   Min X -12.15

   Min Y 47.85

   Max X 3.15

   Max Y 63.15

 

 

Feature Type Details

 

Property   TypeNillable   Min/Max Occurences

GRIDREFString  false  1/1

SYSTEM String  false  1/1

PARENT String  true   0/1

TYPE   BigDecimal  false 1/1

BOUNDARY   Geometrytrue   0/1

 

 

Details of second layer:

 

Coordinate Reference Systems

 Native SRS 

   UNKNOWN  Longitude / Latitude (WGS 84)...

 Declared SRS 

  EPSG:900913  EPSG:WGS84 / Google Mercator...

 SRS handling

   Force Declared

   

Bounding Boxes

 Native Bounding Box

   Min X -33.407

   Min Y 25.682

   Max X 45.343

   Max Y 71.032

 

 Lat/Lon Bounding Box

   Min X -33

   Min Y 25

   Max X 46

   Max Y 72

 

Feature Type Details

PropertyType Nillable   Min/Max Occurences

REGION_CODE String false  1/1

REGION_NAME String false  1/1

ADDED_DATE  Date   false  1/1

LAST_EDITED Date   false  1/1

BOUNDARYGeometry   true   0/1

LAST_EDIT_BYString true   0/1

EDITABLEString false  1/1

 

 

Error from error log:

 

2011-11-25 09:54:24,678 ERROR [geoserver.ows] - 

org.geoserver.platform.ServiceException: Rendering process failed

 at
org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(RenderedImageM
apOutputFormat.java:491)

 at
org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(RenderedImageM
apOutputFormat.java:228)

 at
org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(RenderedImageM
apOutputFormat.java:122)

 at org.geoserver.wms.GetMap.run(GetMap.java:377)

 at org.geoserver.wms.GetMap.run(GetMap.java:107)

 at
org.geoserver.wms.DefaultWebMapService.getMap(DefaultWebMapService.java:352)

 at sun.reflect.GeneratedMethodAccessor1340.invoke(Unknown Source)

 at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)

 at java.lang.reflect.Method.invoke(Method.java:597)

 at
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopU
tils.java:310)

 at
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint
(ReflectiveMethodInvocation.java:182)

 at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Reflect
iveMethodInvocation.java:149)

 at
org.geoserver.gwc.wms.CacheSeedingWebMapService.invoke(CacheSeedingWebMapSer
vice.java:60)

 at
org.geoserver.gwc.wms.CacheSeedingWebMapService.invoke(CacheSeedingWebMapSer
vice.java:34)

 at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Reflect
iveMethodInvocation.java:171)

 at
org.geoserver.gwc.wms.CachingWebMapService.invoke(CachingWebMapService.java:
56)

 at
org.geoserver.gwc.wms.CachingWebMapService.invoke(CachingWebMapService.java:
38)

 at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Reflect
iveMethodInvocation.java:171)

 at
org.geoserver.ows.util.RequestObjectLogger.invoke(RequestObjectLogger.java:5
1)

 at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Reflect
iveMethodInvocation.java:171)

 at
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopPro
xy.java:204)

 at $Proxy363.getMap(Unknown Source)

 at sun.reflect.GeneratedMethodAccessor1339.invoke(Unknown Source)

 at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)

 at java.lang.reflect.Method.invoke(Method.java:597)

 at org.geoserver.ows.Dispatcher.execute(Dispatcher.java:630)

 at
org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:234)

 at
org.springframework.web.servlet.mvc.AbstractController.handleRequest(Abstrac
tController.java:153)

 at
org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(Si
mpleControllerHandlerAdapter.java:48)

 at
org.springframework.web.servlet.DispatcherServ

[Geoserver-users] Oracle DB: Where to start

2011-11-25 Thread Mark Hammond
I would be grateful for some pointers of where to start with this:

1. I have a Geoserver 2.0 (could be upgraded to 2.1) install running on
Glassfish 3.1
2. I have an Oracle 10g Database running with a table that includes an
Oracle Spatial field
3. I wish to add a WMS layer to a webpage running OpenLayers that is
calculated from an SQL statement called on the Oracle Database
4. I'd like to style the resulting shapes based on one of the value of one
of the returned non-spatial fields

The documentation is just a little beyond my understanding right now - I'm
sure once the steps have been explained, it'll make more sense, so
a. Is what I'm asking possible?
b. How's it done?
c. Any concrete examples available I can look at?

Mark Hammond


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Routing web service-geoserver

2011-11-25 Thread Edward Mac Gillavry

Gordon,

Check out the JSON Formatter in OpenLayers as a starting point: 
http://dev.openlayers.org/docs/files/OpenLayers/Format/JSON-js.html. It takes 
in your JSON (that contains coordinates for each segment of the journey and 
coordinates for every turn I presume) and then you can plot it using any of the 
various renderers, depending on the browsers capabilities (VML, SVG, Canvas). 
Taking this approach, the route appears as an overlay on your map and are only 
merged in the client.

Regards,

Edward


> Date: Fri, 25 Nov 2011 00:09:53 -0800
> From: gordonle...@hotmail.com
> To: geoserver-users@lists.sourceforge.net
> Subject: [Geoserver-users] Routing web service-geoserver
> 
> Hi, 
> I'm new to openlayers-geoserver-postgresql
> May i know how do i draw my route on openlayers as i have got a routing web
> server online which sends back a json request?
> -Gordon
> 
> --
> View this message in context: 
> http://osgeo-org.1803224.n2.nabble.com/Routing-web-service-geoserver-tp7030334p7030334.html
> Sent from the GeoServer - User mailing list archive at Nabble.com.
> 
> --
> All the data continuously generated in your IT infrastructure 
> contains a definitive record of customers, application performance, 
> security threats, fraudulent activity, and more. Splunk takes this 
> data and makes sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-novd2d
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
  --
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Routing web service-geoserver

2011-11-25 Thread Gordon
Hi, 
I'm new to openlayers-geoserver-postgresql
May i know how do i draw my route on openlayers as i have got a routing web
server online which sends back a json request?
-Gordon

--
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Routing-web-service-geoserver-tp7030334p7030334.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users