Re: [Geoserver-users] code runs fine but layer not appearing

2018-03-07 Thread Ian Turton
Without a copy of your data it is hard to debug, the usual things to check are is the case of your propertynames correct? is that literal exactly what is in the attribute? Does it work when you use a default polygon style? Ian On 6 March 2018 at 22:46, GeorgeJones92 wrote: > I have zero error m

Re: [Geoserver-users] Common problem with GWC: error creating bean with name 'gwcFacade' defined in URL

2018-03-07 Thread GISGusting
It may happen due to user error. I changed GWC config in a newer GeoServer (2.11.0) version and it broke the older GeoServer (2.6.0). I compared the 'faulty' geowebcache.xml with a backup taht worked and 'backported' it (it was just changing the version back and deleting -- Sent from: http://os

Re: [Geoserver-users] code runs fine but layer not appearing

2018-03-07 Thread GeorgeJones92
i think some of the problems are in the image above. Notice Aberdeen:Jurisdictions has an unfilled polygon compared to schools layer. have no idea how to change it to be filled. any thoughts? i'm really new

Re: [Geoserver-users] code runs fine but layer not appearing

2018-03-07 Thread Ian Turton
The 0 size is more probably the issue, check the data you are loading is really there. Ian On 7 March 2018 at 15:32, GeorgeJones92 wrote: > CaptureSettingsForGeoserverLayerss.png> > > i think some of the problems are in the image above. Notic

Re: [Geoserver-users] code runs fine but layer not appearing

2018-03-07 Thread GeorgeJones92
the data is there. i run it off pg admin database. idk if you know to much about that but i originally deleted the old jurisdictions layer and added a new one but can't get that to show up in geoserver. idk how to make a connection to it. -george -- Sent from: http://osgeo-org.1560.x6.nabble

Re: [Geoserver-users] code runs fine but layer not appearing

2018-03-07 Thread GeorgeJones92
also i keep getting the above error message when submitting the layer attributes with the installed code. absolutely no idea what it means- i'm missing attributes? thanks GJ -- Sent from: http://osgeo-org.1560.x6.nabb

[Geoserver-users] problem with cql_filter "id in(...)"

2018-03-07 Thread Walter Nordmann
Hi still using geoserver 2.8 i'm trying to get some polygons calling my local GeoServer using javascript and ajax. doing this call    data: {    service : "WFS",    version : "1.1.0",     request : "GetFeature",   outputForm

Re: [Geoserver-users] Fwd: Geoserver WMTS GetTile Time Specification

2018-03-07 Thread Andrea Aime
On Tue, Mar 6, 2018 at 12:33 AM, Kevin Smith wrote: > http://docs.geoserver.org/latest/en/user/geowebcache/webadmin/layers.html# > parameter-filters > Be careful as the number of caches is the Cartesian product of the > formats, gridsets, and all the values for each parameter and if you are > usi

[Geoserver-users] Reorder Layer Groups

2018-03-07 Thread Robbins, Amber
How do I reorder Layer Groups? For example: Current Layer Group order: Land Layer Group Business Development Layer Group Geology Layer Group The Layer Group order I want: Business Development Layer Group Geology Layer Group Land Layer Group Thank you, Amber Robbins Senior Geoscience Technici

Re: [Geoserver-users] Reorder Layer Groups

2018-03-07 Thread Ian Turton
there are little green up/down arrows next to the layers you can use those to move a layer up or down. Ian On 7 March 2018 at 21:23, Robbins, Amber wrote: > How do I reorder Layer Groups? > > > > For example: > > > > *Current Layer Group order:* > > Land Layer Group > > Business Development Lay

Re: [Geoserver-users] problem with cql_filter "id in(...)"

2018-03-07 Thread Walter Nordmann
got it. after setting "id" to be the primary key, the query is returning results. regards walter Am 07.03.2018 um 19:31 schrieb Walter Nordmann: Hi still using geoserver 2.8 i'm trying to get some polygons calling my local GeoServer using javascript and ajax. doing this call