Re: [Geoserver-users] Labelling - why are they only showing intermittently?

2014-07-16 Thread Andrea Aime
On Mon, Jul 14, 2014 at 5:03 PM, Jonathan Moules <
jonathanmou...@warwickshire.gov.uk> wrote:

> But throw in the other text layer:
>
> http://maps.warwickshire.gov.uk/gs/wms?LAYERS=OS_VML_ROADCENTRELINE,
> *OS_MM_CARTOGRAPHIC_TEXT*
> &STYLES=&FORMAT=image%2Fpng&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&SRS=EPSG%3A27700&BBOX=428428.71093752,264954.34570313,428618.8964844,265128.17382813&WIDTH=779&HEIGHT=712
>
> Of course, the weird thing again is as you can see, there's plenty of
> space for the label to be placed down the middle of the street (which is
> where it's placed much of the time):
> [image: Inline images 1]
>
>
Ah, there is plenty of space yes, but the labelling engine has a space
reservation system that is pretty simple,
it uses the axis aligned bounding box of the label to reserve and check
so... a diagonal label takes
a _lot_ of extra space

This is done for performance reasons, as checking intersections between
randomly rotated bounding
boxes (and for curved labels, funny curved worms) would be much more
intensive.

I had some thoughts about switching from rectangle based to "raster" based,
to account more or less
for the actual space used by the labels, but the funding to do this kind of
switch never materialized

Cheers
Andrea


> Is it still worth opening a JIRA or is this just some bad-luck with
> centroids and placement of text in relation to other text? (the other text
> only has "conflictResolution = true" as its vendorParameter).
>
> Assuming my understanding of layer render ordering is valid, the road text
> is rendered first, though I seem to remember labelling is something of a
> special case.
>

Yes, all labels are rendered at the end, so if you assign a high priority
to some labels, they should be rendered
before the others regardless of the layer order.
One little known thing is that the default priority is 1000, so you have to
go above it. Don't know why 1000 was chosen,
that was done by, I believe, David Blasby, many many years ago

Cheers
Andrea

-- 
==
GeoServer Professional Services from the experts! Visit
http://goo.gl/NWWaa2 for more information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

---
--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Oracle XDB Error

2014-07-16 Thread Andrea Aime
On Mon, Jul 14, 2014 at 4:59 PM, Price, Robert C.  wrote:

>  I am trying to setup WFS on GeoServer 2.5.1 using the oracle plugin and
> I am running into the error below.
>
>
>
> Error is java.lang.NoClassDefFoundError: oracle/xdb/XMLType
> oracle/xdb/XMLType oracle.xdb.XMLType
>
>
It would be nice to see the full error (stack trace) found in the geoserver
logs.
That said, GeoServer does not support Oracle XML type (adding meaningful
support for
it would make for an interesting discussion)

Cheers
Andrea

-- 
==
GeoServer Professional Services from the experts! Visit
http://goo.gl/NWWaa2 for more information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

---
--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Building/Setting up a Linux GIS server stack

2014-07-16 Thread Daniel Kranich
Hello,

I hope I am not completely breaking the etiquette of this mailing list, 
however I am needing some help creating a Linux GIS server stack (if 
that's what its called) as well as a web page to display the resulting 
data/map.

I have a full project description on Elance for anyone or company 
willing to take a look: 
https://www.elance.com/j/creation-of-gis-server-population-of-data/59614564/ 


---
This email is free from viruses and malware because avast! Antivirus protection 
is active.
http://www.avast.com


--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Temporal mosaic on multi-band GeoTiff

2014-07-16 Thread Matthias Müller
Hi folks,

is there a way to let Geoserver handle a multi-band Geotiff as a 
temporal mosaic? I have a large collection of GeoTiffs that each have 
about 1000+ bands. The temporal reference is related to the bands in the 
following way:

data.tif#band1: 01-2006
data.tif#band2: 02-2006
data.tif#band2: 03-2006

data.tif#bandN: 12-2099

Up to now I have built mosaics as described in [1]. But littering my 
disk with thousands of small files seems not to be a good solution in 
this case. Mapping timestamps into bands would be my favourite solution.

Is this possible, and if so, how can I do it?

Cheers,
Matthias


[1]: 
http://docs.geoserver.org/stable/en/user/tutorials/imagemosaic_timeseries/imagemosaic_timeseries.html

--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] "No such style" with an existing Style

2014-07-16 Thread Kevin Smith
Embeded GWC in GS 2.5 doesn't have a way to represent workspaces.  So
cached layers are always rendered using the global workspace which makes
styles in workspaces inaccessible.

If that's the issue, you can solve it by making the style global (Not in a
workspace).  In GeoServer 2.6, GWC will be able to indicate the workspace
using a parameter filter, "WORKSPACE", although you need to add this filter
yourself.


On 16 July 2014 09:58, Filipe  wrote:

> Hello everyone.
>
> Im having a strange error (stack bellow) in my Geoserver (windows 2008R2,
> geoserver 2.5.1, tomcat7, postgres, java32 bits)
> It states an unexisting Style when the style exists and i've got a layer
> using it (i can see it in layer Preview).
>
> Any thoughts?
>
> Regards,
> Filipe
>
> org.geoserver.platform.ServiceException: No such style: V4_sm_9_towns
> at
>
> org.geoserver.wms.map.GetMapKvpRequestReader.parseStyles(GetMapKvpRequestReader.java:1386)
> at
>
> org.geoserver.wms.map.GetMapKvpRequestReader.read(GetMapKvpRequestReader.java:318)
> at
>
> org.geoserver.wms.map.GetMapKvpRequestReader.read(GetMapKvpRequestReader.java:80)
> at
> org.geoserver.ows.Dispatcher.parseRequestKVP(Dispatcher.java:1412)
> at org.geoserver.ows.Dispatcher.dispatch(Dispatcher.java:622)
> at
> org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:263)
> at
>
> org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
> at org.geoserver.gwc.GWC.dispatchOwsRequest(GWC.java:1162)
> at
>
> org.geoserver.gwc.layer.GeoServerTileLayer.dispatchGetMap(GeoServerTileLayer.java:572)
> at
>
> org.geoserver.gwc.layer.GeoServerTileLayer.getMetatilingReponse(GeoServerTileLayer.java:517)
> at
>
> org.geoserver.gwc.layer.GeoServerTileLayer.getTile(GeoServerTileLayer.java:466)
> at
>
> org.geowebcache.GeoWebCacheDispatcher.handleServiceRequest(GeoWebCacheDispatcher.java:363)
> at
>
> org.geowebcache.GeoWebCacheDispatcher.handleRequestInternal(GeoWebCacheDispatcher.java:254)
> at
>
> org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
> at
>
> org.geoserver.gwc.dispatch.GwcServiceProxy.dispatch(GwcServiceProxy.java:97)
> at sun.reflect.GeneratedMethodAccessor129.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.geoserver.ows.Dispatcher.execute(Dispatcher.java:774)
> at
> org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:272)
> 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:923)
> at
>
> org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
> at
>
> org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
> at
>
> org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
> at
>
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
> at
>
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
> at
> org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
> at
>
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
> at
>
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
> at
> org.apache.catalina.filters.CorsFilter.handleNonCORS(CorsFilter.java:439)
> at
> org.apache.catalina.filters.CorsFilter.doFilter(CorsFilter.java:178)
> at
>
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
> at
>
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
> at
>
> org.geoserver.filters.ThreadLocalsCleanupFilter.doFilter(ThreadLocalsCleanupFilter.java:27)
> 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.wms.animate.AnimatorFilter.doFilter(AnimatorFilter.java:70)
> at
>
> org.geoserver.filters.SpringDelegatingFil

[Geoserver-users] "No such style" with an existing Style

2014-07-16 Thread Filipe
Hello everyone.

Im having a strange error (stack bellow) in my Geoserver (windows 2008R2,
geoserver 2.5.1, tomcat7, postgres, java32 bits) 
It states an unexisting Style when the style exists and i've got a layer
using it (i can see it in layer Preview).

Any thoughts?

Regards,
Filipe

org.geoserver.platform.ServiceException: No such style: V4_sm_9_towns
at
org.geoserver.wms.map.GetMapKvpRequestReader.parseStyles(GetMapKvpRequestReader.java:1386)
at
org.geoserver.wms.map.GetMapKvpRequestReader.read(GetMapKvpRequestReader.java:318)
at
org.geoserver.wms.map.GetMapKvpRequestReader.read(GetMapKvpRequestReader.java:80)
at org.geoserver.ows.Dispatcher.parseRequestKVP(Dispatcher.java:1412)
at org.geoserver.ows.Dispatcher.dispatch(Dispatcher.java:622)
at 
org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:263)
at
org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
at org.geoserver.gwc.GWC.dispatchOwsRequest(GWC.java:1162)
at
org.geoserver.gwc.layer.GeoServerTileLayer.dispatchGetMap(GeoServerTileLayer.java:572)
at
org.geoserver.gwc.layer.GeoServerTileLayer.getMetatilingReponse(GeoServerTileLayer.java:517)
at
org.geoserver.gwc.layer.GeoServerTileLayer.getTile(GeoServerTileLayer.java:466)
at
org.geowebcache.GeoWebCacheDispatcher.handleServiceRequest(GeoWebCacheDispatcher.java:363)
at
org.geowebcache.GeoWebCacheDispatcher.handleRequestInternal(GeoWebCacheDispatcher.java:254)
at
org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
at
org.geoserver.gwc.dispatch.GwcServiceProxy.dispatch(GwcServiceProxy.java:97)
at sun.reflect.GeneratedMethodAccessor129.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.geoserver.ows.Dispatcher.execute(Dispatcher.java:774)
at 
org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:272)
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:923)
at
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
at
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at 
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.apache.catalina.filters.CorsFilter.handleNonCORS(CorsFilter.java:439)
at org.apache.catalina.filters.CorsFilter.doFilter(CorsFilter.java:178)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.geoserver.filters.ThreadLocalsCleanupFilter.doFilter(ThreadLocalsCleanupFilter.java:27)
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.wms.animate.AnimatorFilter.doFilter(AnimatorFilter.java:70)
at
org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:70)
at
org.geoserver.flow.controller.IpBlacklistFilter.doFilter(IpBlacklistFilter.java:92)
at
org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:70)
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.

[Geoserver-users] Image collection images are inaccessible after moving them then moving them back.

2014-07-16 Thread Garey Mills
I have an established Geoserver installation (2.2-beta2) using the
ImageCollection plugin. I got the bright idea of moving the whole data
directory to another place in the filesystem and then linking it back to
it's original position.

That didn't work. I moved the directory back and restarted geoserver, and
was able to see layers that I have in Geoserver.

But I also have images in the directory data/images, and I cannot get them
to display. I get the error below. Any ideas about how I can get this
working again? I know I have to update Geoserver, but I don't have the time
right now, and had it scheduled for next month.



http://gis-gs.lib.berkeley.edu:100/geoserver/schemas/wms/1.1.1/WMS_exception_1_1_1.dtd";>
   
  Error rendering coverage on the fast path
org.geotools.data.DataSourceException: IOException occurred while accessing
the specified path
/data/geoserver-data/data/images/histopo/brk0300_10a.sid
IOException occurred while accessing the specified path
/data/geoserver-data/data/images/histopo/brk0300_10a.sid
Unable to get a reader for the specified path
/data/geoserver-data/data/images/histopo/brk0300_10a.sid
Details:
org.geoserver.platform.ServiceException: Error rendering coverage on the
fast path
at
org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(RenderedImageMapOutputFormat.java:334)
at
org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(RenderedImageMapOutputFormat.java:254)
at
org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(RenderedImageMapOutputFormat.java:126)
at org.geoserver.wms.GetMap.executeInternal(GetMap.java:464)
at org.geoserver.wms.GetMap.run(GetMap.java:207)
at org.geoserver.wms.GetMap.run(GetMap.java:111)
at
org.geoserver.wms.DefaultWebMapService.getMap(DefaultWebMapService.java:353)
at sun.reflect.GeneratedMethodAccessor341.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(AopUtils.java:318)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at
org.geoserver.gwc.wms.CacheSeedingWebMapService.invoke(CacheSeedingWebMapService.java:61)
at
org.geoserver.gwc.wms.CacheSeedingWebMapService.invoke(CacheSeedingWebMapService.java:35)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at
org.geoserver.gwc.wms.CachingWebMapService.invoke(CachingWebMapService.java:75)
at
org.geoserver.gwc.wms.CachingWebMapService.invoke(CachingWebMapService.java:42)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at
org.geoserver.ows.util.RequestObjectLogger.invoke(RequestObjectLogger.java:32)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
at $Proxy89.getMap(Unknown Source)
at sun.reflect.GeneratedMethodAccessor340.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:769)
at org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:272)
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:923)
at
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
at
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778)
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:306)
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:244)
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(App

Re: [Geoserver-users] GeoServer color ramp doesn't work for Geotiff

2014-07-16 Thread William Hudspeth
Simone,

Thank you for all your help on this. I discovered that I had set the 
null values in the raster to transparent both in the SLD file and in the 
layer settings page (i.e. InputTransparentColor). Once I removed the 
setting in InputTransparentColor, then I successfully achieved the 
desired effect.

W


On 07/15/2014 05:38 PM, Simone Giannecchini wrote:
> Dear William,
> I loaded the sample data + the style (not as default but as additional
> style) in a standlone binary for geoserver
> 2.4.7 and ti worked for me.
>
> You can find it at this link (in a few mins...):
>
> http://demo.geo-solutions.it/share/temp/geoserver-2.4.7.zip
>
> Let me know if this helps.
>
> Regards,
> Simone Giannecchini
> ==
> GeoServer Professional Services from the experts! Visit
> http://goo.gl/NWWaa2 for more information.
> ==
>
> Ing. Simone Giannecchini
> @simogeo
> Founder/Director
>
> GeoSolutions S.A.S.
> Via Poggio alle Viti 1187
> 55054  Massarosa (LU)
> Italy
> phone: +39 0584 962313
> fax: +39 0584 1660272
> mob:   +39  333 8128928
>
> http://www.geo-solutions.it
> http://twitter.com/geosolutions_it
>
> ---
>
>
> On Wed, Jul 16, 2014 at 1:01 AM, Simone Giannecchini
>  wrote:
>> Ciao Williams,
>> can you change the log level to verbose send a request and then send
>> me the logs?
>>
>> That said, can you tell me which platform you are working on and the
>> paster here also the exact information
>> about the geoserver version (look under "About GeoServer")?
>>
>>
>>
>>
>> Regards,
>> Simone Giannecchini
>> ==
>> GeoServer Professional Services from the experts! Visit
>> http://goo.gl/NWWaa2 for more information.
>> ==
>>
>> Ing. Simone Giannecchini
>> @simogeo
>> Founder/Director
>>
>> GeoSolutions S.A.S.
>> Via Poggio alle Viti 1187
>> 55054  Massarosa (LU)
>> Italy
>> phone: +39 0584 962313
>> fax: +39 0584 1660272
>> mob:   +39 333 8128928
>>
>> http://www.geo-solutions.it
>> http://twitter.com/geosolutions_it
>>
>> ---
>>
>>
>> On Tue, Jul 15, 2014 at 5:22 PM, William Hudspeth
>>  wrote:
>>> Thank you for your assistance Simone,
>>>
>>> For the appropriate layer, under the 'Publishing' tab, and for the 'WMS
>>> Settings' -> 'Default Style' setting, I have selected 'PM2.5', which is the
>>> name of the SLD style I am referring the layer to (see below for code).
>>> The small graphic under the 'Default Style' selection drop down correctly
>>> shows the red-to-blue color range, but a preview of the layer fails to show
>>> the correct styling that you sent me.
>>>
>>> 
>>> 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";>
>>> 
>>> PM 2.5 Geotiffs
>>> 
>>> PM 2.5 Geotiff Color Ramp
>>> PM 2.5 Color Classification
>>> 
>>> 
>>>
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> On 07/14/2014 04:35 PM, Simone Giannecchini wrote:
 Dear William,
 I tested the (privately) sent sample data and it worked.

 I suspect that you are previewing the data without specifing the correct
 style.
 Either you set your style as the default one or you explicitly call it
 using the style dropdown. If you don't specify your style as the
 default one
 the "raster" style will kick-in and it does very little that is:
 - select a band, usually number 1
 - stretch to 256 bits

 The experience you are describing is compatible with this situation.

 Let me know how it goes.
 Regards,
 Simone Giannecchini
 ==
 GeoServer Professional Services from the experts! Visit
 http://goo.gl/NWWaa2 for more information.
 ==

 Ing. Simone Giannecchini
 @simogeo
 Founder/Director

 GeoSolutions S.A.S.
 Via Poggio alle Viti 1187
 55054  Massarosa (LU)
 Italy
 phone: +39 0584 962313
 fax: +39 0584 1660272
 mob:   +39 333 8128928

 http://www.geo-solutions.it
 http://twitter.com/geosolutions_it

 ---


 On Sun, Jul 13, 2014 at 7:53 PM, Simone Giannecchini
  wrote:
> Dear W,
> stupid question, did you select the style you mention as the default
> style in the "publishing" tab for this geotiff's layer?
>
> If so, can you share (even privately) a sample of the geotiff as well
> as the sld?
>
> Regards,
> Simone Giannecchini
> ==
> GeoServer Professional Services from the experts! Visit
> http://goo.gl/NWWaa2 for more information.
> ==
>
> Ing. Simone Giannecchini
> @simogeo
> Founder/Director
>
> GeoSolutions S.

Re: [Geoserver-users] GWC and CQL_FILTER

2014-07-16 Thread Paolo Corti
Hi Kevin


On Wed, Jul 16, 2014 at 12:30 AM, Kevin Smith  wrote:
>
> The paragraph at the end is important:
>
> > If a request is made using any of the above parameters, the request will be 
> > passed to GeoServer, unless a parameter filter has been set up, in which 
> > case GeoWebCache will process the request.
>
> You need to add a parameter filter to let GWC know that it can cache based on 
> that parameter and what values to allow.
>

thanks for the explanation, I have figured out it just some minutes
after writing the email reading the doc, as always :)

> You can check the headers of the response to see if GWC handled it.  If you 
> see geowebcache-cache-result then GWC handled the tile, it may have a value 
> of HIT or MISS.  If you make the same request again, then the result should 
> always be HIT if caching is working.
>

What I am trying to accomplish is to have a different cached tileset
for each different value of a field.
Just to make it more easy to understand: I have a layer named
hotspots, with a iso3 field containing the country code.
Now I would like to generate a different cache for each different
country code, readed from the CQL_FILTER parameter in the request.

I created a CQL_FILTER for the layer, using the 'list of strings'
choice (though I guess it would be possible to use the 'Regular
expression', but for now I am just testing).
As a default I have added ISO3='USA', and as allowed strings I have added:

ISO3='ITA'
ISO3='GER'
ISO3='FRA'
...

Now when sending a request like this:

LAYERS=hotspots&STYLES=&FORMAT=image/png&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&SRS=EPSG:4326&CQL_FILTER=ISO3='USA'&BBOX=-150.66830366504,-54.559164505859,214.14413666504,87.575552505859&WIDTH=847&HEIGHT=330&tiled=true

the tile is not generated by GWC, but from GeoServer WMS, as suggested
by the response header:

geowebcache-cache-result MISS
geowebcache-miss-reason no parameter filter exists for FILTER

I am pretty sure I am wrongly defining the filter, but I could not
find any sample so if you have an hint it would be greatly
appreciated.

regards
p

-- 
Paolo Corti
Geospatial software developer
web: http://www.paolocorti.net
twitter: @capooti
skype: capooti

--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Geoxacml and GeoServer

2014-07-16 Thread Berker Soyluoglu
Hi Chirstian,

So is that a standalone module or does work with GeoServer? If it works with 
GeoServer are there documents that i can read so that i can integrate it to 
GeoServer?

Thanks in advance,
Berker Soyluoglu

> On Jul 16, 2014, at 2:28 PM, Christian Mueller 
>  wrote:
> 
> Hi Berker
> 
> The GeoXacml module is not integrated into GeoServer itself, but it is an 
> implementation.
> 
> Cheers
> Christian
> 
> 
>> On Tue, Jul 15, 2014 at 8:01 PM, Jody Garnett  wrote:
>> If I modified Geoxacml it was only in passing in my role on the steering 
>> committee or as a volunteer making releases. I do not know much about the 
>> geoserver security subsystem :) I would try to the geoserver users list for 
>> help myself, and possibly set up a contract with the author if I had a 
>> deadline to hit.
>> 
>> All the best.
>> 
>> Jody Garnett
>> 
>> 
>>> On Tue, Jul 15, 2014 at 10:54 AM, Berker Soyluoglu  
>>> wrote:
>>> Hi,
>>> 
>>> I hope I am not bothering you in anyway but, I saw that you've made the 
>>> last contribution to the GeoServers' Geoxacml. I am fairly new to the 
>>> subject and for a few weeks now I've been trying to find a geoxacml 
>>> implementation. I feel like I'm getting closer with this geoserver and the 
>>> gexacml implementation depending on it but yet I am having problems 
>>> grasping the concept and how all these parts come together to form a whole.
>>> 
>>> Is it possible for you to point me a direction so that I might get this 
>>> stuff up and running?
>>> 
>>> Thanks in advance,
>>> -- 
>>> Berker Soyluoglu
>> 
>> 
>> --
>> Want fast and easy access to all the code in your enterprise? Index and
>> search up to 200,000 lines of code with a free copy of Black Duck
>> Code Sight - the same software that powers the world's largest code
>> search on Ohloh, the Black Duck Open Hub! Try it now.
>> http://p.sf.net/sfu/bds
>> ___
>> Geoserver-users mailing list
>> Geoserver-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>> 
> 
> 
> 
> -- 
> DI Christian Mueller MSc (GIS), MSc (IT-Security)
> OSS Open Source Solutions GmbH
> 
--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] WPS Extension doesn't appear to install correctly

2014-07-16 Thread Russell Fulton
I installed on Mac recently and found I had to install the WPS and CWS plugins 
by hand and unpack them in the right place in the install tree.  That was on my 
home machine so I can’t dig out the details now.  IIRC I googled on geoserver 
install XXX and found pages that had instructions.

R
On 16/07/2014, at 4:59 am, Stephen Brooke  wrote:

> When I install the GeoServer WPS extension v2.5.1 as described here the 
> extension does not appear in the Service Capabilities list in GeoServer admin 
> UI and I don’t see any errors in the log.  What I do see in the log is:
>  
> …
> 15 Jul 09:54:41 INFO [org.geoserver] - Loaded service 'wcs', enabled
> 15 Jul 09:54:41 INFO [org.geoserver] - Loaded service 'wfs', enabled
> 15 Jul 09:54:41 INFO [org.geoserver] - Loaded service 'wms', enabled
> 15 Jul 09:54:41 INFO [org.geoserver] - Loaded service 
> 'WPSInfoImpl-5dbe844d:14737022c46:-8000', enabled  <<<
> …
> 15 Jul 09:54:48 INFO [geoserver.wps] - Found 48 bindable processes in 
> Geometry processes  <<<
> 15 Jul 09:54:48 INFO [geoserver.wps] - Found 89 bindable processes in 
> Deprecated processes  <<<
> 15 Jul 09:54:48 INFO [geoserver.wps] - Found 29 bindable processes in Vector 
> processes  <<<
> 15 Jul 09:54:48 INFO [geoserver.wps] - Found 4 bindable processes in 
> GeoServer specific processes  <<<
> 15 Jul 09:54:48 INFO [geoserver.wps] - Found 11 bindable processes in Raster 
> processes  <<<
> …
>  
> The log lines with <<< at end are new since the WPS extension was installed.
>  
> I also see there is a “wps.xml” file in the GeoServer “data_dir” with the 
> following contents:
>  
> 
>   WPSInfoImpl-5dbe844d:14737022c46:-8000
>   true
>   WPS
>   
> 
>   1.0.0
> 
>   
>   false
>   http://schemas.opengis.net
>   false
>   30.0
>   300
>   16
>   16
>   
> 
>   org.geoserver.wps.DeprecatedProcessFactory
>   true
> 
> 
>   
> org.geoserver.wps.jts.SpringBeanProcessFactory
>   true
> 
> 
>   
> org.geotools.process.geometry.GeometryProcessFactory
>   true
> 
> 
>   
> org.geotools.process.raster.RasterProcessFactory
>   true
> 
> 
>   
> org.geotools.process.vector.VectorProcessFactory
>   true
> 
>   
> 
>  
> I am using GeoServer 2.5.1 on Windows 7 64-bit and using JDK 7.0.54 64-bit.  
> Does anyone know why WPS doesn’t appear to install correctly?
>  
> --Steve
> --
> Want fast and easy access to all the code in your enterprise? Index and
> search up to 200,000 lines of code with a free copy of Black Duck
> Code Sight - the same software that powers the world's largest code
> search on Ohloh, the Black Duck Open Hub! Try it now.
> http://p.sf.net/sfu/bds___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users


--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Geoxacml and GeoServer

2014-07-16 Thread Andrea Aime
On Wed, Jul 16, 2014 at 2:37 PM, Christian Mueller <
christian.muel...@os-solutions.at> wrote:

> The module is standalone and is not integrated in geoserver.
>
> You can start by implementing your own Catalog implementation, the default
> implementation is here.
>
>
> https://github.com/geoserver/geoserver/blob/master/src/main/src/main/java/org/geoserver/security/SecureCatalogImpl.java
>
> The Catalog implementation used is injected by the Spring context.
>
>
SecureCatalogImpl is not meant to be plugged and cannot be replaced (well,
unless you fork the code base of course)
if you want to plug in a different authorization mechanism the
inteface to look at is ResourceAccessManager

Cheers
Andrea
-- 
==
GeoServer Professional Services from the experts! Visit
http://goo.gl/NWWaa2 for more information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

---
--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] App-Schema - No top level element found in schemas

2014-07-16 Thread Pedro Arriondo
Ben, thanks for your answer.
I was able to resolve the conflict.
Check the code step by step, and found a syntax error in a mention of a
namespace in one file.
It's amazing, but when you are tired, look but do not see!
I am very grateful that you have always taken the time to answer.
Best Regards
Pedro


2014-07-15 0:46 GMT-03:00 Ben Caradoc-Davies :

> Pedro,
>
> this schema document is a little hard to follow as I do not know where it
> is published so I cannot know if the relative imports exist. Tou indicate
> that you are working with http://schemas.cubewerx.com/
> schemas/gazetteer/1.0.0/gmlsf1/full/iso19112.xsd but I do not see an
> include for this schema.
>
> - Are you able to trace from your schema to a schema that defines the
> element and its type?
>
> - Remember that relative imports are relative to the containing schema
> document location; if you intend to import from another host, use absolute
> imports.
>
> - Is your schema valid? (XmlSpy, Oxygen, or Eclipse JEE should tell you.)
>
> Kind regards,
> Ben.
>
>
> On 13/07/14 01:23, Pedro Arriondo wrote:
>
>> Dear friends,
>> I'm trying to implement the ISO19112 schema.
>> I am working with
>> http://schemas.cubewerx.com/schemas/gazetteer/1.0.0/
>> gmlsf1/full/iso19112.xsd.
>>
>> I had to "complete" to try to make it work.
>>
>> Now I get this error:
>> "WARN [complex.config] - Error creating app-schema data store for
>> 'iso19112:SI_LocationInstance', caused by: No top level element found in
>> schemas: {http://www.isotc211.org/iso19112}SI_LocationInstance";
>>
>> This is my scheme adapted:
>> "> xmlns="http://www.w3.org/2001/XMLSchema"; attributeFormDefault="
>> unqualified"
>> targetNamespace="http://www.isotc211.org/19112";
>> xmlns:iso19112="http://www.isotc211.org/19112";
>> xmlns:gmdsf1="http://www.isotc211.org/2005/gmdsf1";
>> xmlns:gml="http://www.opengis.net/gml";
>> xmlns:gmlsf="http://www.opengis.net/gmlsf";
>> xmlns:xsd="http://www.w3.org/2001/XMLSchema";
>> elementFormDefault="qualified"
>> version="19112_2003">
>>
>> 
>>>   source="../../../../gml/3.1.1/profiles/gmlsfProfile/1.0.0/
>> gmlsfLevels.xsd">
>>   1
>>
>>   ../../../../gml/3.1.1/profiles/
>> gmlsfProfile/1.0.0/gmlsf.xsd
>>
>> 
>>
>> http://www.opengis.net/gml";
>>schemaLocation="../../../../gml/3.1.1/base/gml.xsd"/>
>>
>> http://www.opengis.net/gmlsf";
>>
>> schemaLocation="../../../../gml/3.1.1/profiles/gmlsfProfile/1.0.0/
>> gmlsfLevels.xsd"/>
>>
>> http://www.isotc211.org/2005/gmdsf1";
>>schemaLocation="./gmd.xsd"/>
>>
>> http://www.w3.org/XML/1998/namespace";
>> schemaLocation="http://www.w3.org/2001/xml.xsd"/>
>> "
>>
>> Any help?
>> Thanks!
>> Pedro
>>
>> --
>> Pedro A. Arriondo
>> /*Ingeniero en Sistemas de Información*/
>>
>>
>> 
>> --
>>
>>
>>
>> ___
>> Geoserver-users mailing list
>> Geoserver-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
>>
> --
> Ben Caradoc-Davies 
> Software Engineer
> CSIRO Mineral Resources Flagship
> Australian Resources Research Centre
>



-- 
Pedro A. Arriondo
*Ingeniero en Sistemas de Información*
--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Geoxacml and GeoServer

2014-07-16 Thread Christian Mueller
The module is standalone and is not integrated in geoserver.

You can start by implementing your own Catalog implementation, the default
implementation is here.

https://github.com/geoserver/geoserver/blob/master/src/main/src/main/java/org/geoserver/security/SecureCatalogImpl.java

The Catalog implementation used is injected by the Spring context.

Cheers
Christian



On Wed, Jul 16, 2014 at 2:12 PM, Berker Soyluoglu 
wrote:

> Hi Chirstian,
>
> So is that a standalone module or does work with GeoServer? If it works
> with GeoServer are there documents that i can read so that i can integrate
> it to GeoServer?
>
> Thanks in advance,
> Berker Soyluoglu
>
> On Jul 16, 2014, at 2:28 PM, Christian Mueller <
> christian.muel...@os-solutions.at> wrote:
>
> Hi Berker
>
> The GeoXacml module is not integrated into GeoServer itself, but it is an
> implementation.
>
> Cheers
> Christian
>
>
> On Tue, Jul 15, 2014 at 8:01 PM, Jody Garnett 
> wrote:
>
>> If I modified Geoxacml it was only in passing in my role on the steering
>> committee or as a volunteer making releases. I do not know much about the
>> geoserver security subsystem :) I would try to the geoserver users list for
>> help myself, and possibly set up a contract with the author if I had a
>> deadline to hit.
>>
>> All the best.
>>
>> Jody Garnett
>>
>>
>> On Tue, Jul 15, 2014 at 10:54 AM, Berker Soyluoglu 
>> wrote:
>>
>>> Hi,
>>>
>>> I hope I am not bothering you in anyway but, I saw that you've made the
>>> last contribution to the GeoServers' Geoxacml. I am fairly new to the
>>> subject and for a few weeks now I've been trying to find a geoxacml
>>> implementation. I feel like I'm getting closer with this geoserver and the
>>> gexacml implementation depending on it but yet I am having problems
>>> grasping the concept and how all these parts come together to form a whole.
>>>
>>> Is it possible for you to point me a direction so that I might get this
>>> stuff up and running?
>>>
>>> Thanks in advance,
>>> --
>>> Berker Soyluoglu
>>>
>>
>>
>>
>> --
>> Want fast and easy access to all the code in your enterprise? Index and
>> search up to 200,000 lines of code with a free copy of Black Duck
>> Code Sight - the same software that powers the world's largest code
>> search on Ohloh, the Black Duck Open Hub! Try it now.
>> http://p.sf.net/sfu/bds
>> ___
>> Geoserver-users mailing list
>> Geoserver-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
>>
>
>
> --
> DI Christian Mueller MSc (GIS), MSc (IT-Security)
> OSS Open Source Solutions GmbH
>
>


-- 
DI Christian Mueller MSc (GIS), MSc (IT-Security)
OSS Open Source Solutions GmbH
--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Geoxacml and GeoServer

2014-07-16 Thread Christian Mueller
Hi Berker

The GeoXacml module is not integrated into GeoServer itself, but it is an
implementation.

Cheers
Christian


On Tue, Jul 15, 2014 at 8:01 PM, Jody Garnett 
wrote:

> If I modified Geoxacml it was only in passing in my role on the steering
> committee or as a volunteer making releases. I do not know much about the
> geoserver security subsystem :) I would try to the geoserver users list for
> help myself, and possibly set up a contract with the author if I had a
> deadline to hit.
>
> All the best.
>
> Jody Garnett
>
>
> On Tue, Jul 15, 2014 at 10:54 AM, Berker Soyluoglu 
> wrote:
>
>> Hi,
>>
>> I hope I am not bothering you in anyway but, I saw that you've made the
>> last contribution to the GeoServers' Geoxacml. I am fairly new to the
>> subject and for a few weeks now I've been trying to find a geoxacml
>> implementation. I feel like I'm getting closer with this geoserver and the
>> gexacml implementation depending on it but yet I am having problems
>> grasping the concept and how all these parts come together to form a whole.
>>
>> Is it possible for you to point me a direction so that I might get this
>> stuff up and running?
>>
>> Thanks in advance,
>> --
>> Berker Soyluoglu
>>
>
>
>
> --
> Want fast and easy access to all the code in your enterprise? Index and
> search up to 200,000 lines of code with a free copy of Black Duck
> Code Sight - the same software that powers the world's largest code
> search on Ohloh, the Black Duck Open Hub! Try it now.
> http://p.sf.net/sfu/bds
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
>


-- 
DI Christian Mueller MSc (GIS), MSc (IT-Security)
OSS Open Source Solutions GmbH
--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] help

2014-07-16 Thread Christian Mueller
Hi Rogelio

I think you mean a WAR file.

Do you see something in SystemOut.log

Christian


On Wed, Jul 16, 2014 at 1:32 AM, Rogelio Sánchez Bonilla <
rogeli...@hotmail.com> wrote:

> Hi, I am trying to install GeoServer on WebSphere 8.0 but I frame errors
> libraries.
>
> Installing the EAR file is done correctly, the problem is when I try to
> run GeoServer in WebSphere.
>
> Someone to GeoServer installed in WebSphere 8.0 for I indicate where the
> error may be
>
>
> --
> Want fast and easy access to all the code in your enterprise? Index and
> search up to 200,000 lines of code with a free copy of Black Duck
> Code Sight - the same software that powers the world's largest code
> search on Ohloh, the Black Duck Open Hub! Try it now.
> http://p.sf.net/sfu/bds
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
>


-- 
DI Christian Mueller MSc (GIS), MSc (IT-Security)
OSS Open Source Solutions GmbH
--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Filtering on attributes not in feature_id column

2014-07-16 Thread Andrea Aime
On Tue, Jul 15, 2014 at 5:07 PM, Steven Campbell 
wrote:

>  Hi
>
>
>
> I am wanting to make a WFS call, where I can get Geoserver to filter on a
> column other than FEATURE_ID, is this possible?
>
>
>
> In my example, I have a column called Field6 and I just want to bring
> back those records with an attribute of ‘Private’, not those with an
> attribute of ‘Public’.
>
>
>
> Any help is most appreciated
>
>
The quickest answer would be to add &CQL_FILTER=Field6='Private' to your
GetFeature URL

Cheers
Andrea


-- 
==
GeoServer Professional Services from the experts! Visit
http://goo.gl/NWWaa2 for more information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

---
--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users