Re: [Geoserver-users] OpenLayers with App-Schemas

2013-09-05 Thread christy@azgs
Okay, so you can see that the OnlineResource in the GetCapabilities still references 127.0.0.1 http://data.usgin.org/azgs_bedrock_geology/gsmlp/wms?service=WMS&version=1.3.0&request=GetCapabilities And attached is a screen shot that the Proxy has been set, but is being ignored:

Re: [Geoserver-users] OpenLayers with App-Schemas

2013-09-05 Thread christy@azgs
Update from email thread: Ben - We got things to work by adjusting the Host header on the proxy server (nginx in this case), but before doing that we were seeing 127.0.0.1 addresses in the GetCapabilities and OpenLayers previews even though we had set the Geoserver proxy base url. We're using 2.3

Re: [Geoserver-users] OpenLayers with App-Schemas

2013-09-05 Thread christy@azgs
Hey Ben, I already have the Proxy Base URL listed as http://data.usgin.org/azgs_bedrock_geology and am using v2.3.0 of GeoServer. I changed it after creating these layers, so do I need to do the work over, after the Proxy has been indicated? -- View this message in context: http://osgeo-org.

Re: [Geoserver-users] OpenLayers with App-Schemas

2013-09-04 Thread christy@azgs
I am having some trouble with the newest Nightly version Rini suggested (when I try to Submit an SLD, it bonks with an error message java.lang.IllegalStateException: Form too large224778>20). Any help there would be great On another front, in the 2.3.0 version of GeoServer that I've been u

Re: [Geoserver-users] OpenLayers with App-Schemas

2013-09-04 Thread christy@azgs
Adding that to the request seems to work fine: http://data.usgin.org/azgs_bedrock_geology/gsmlp/ows?service=WFS&version=1.1.0&request=GetFeature&typeName=gsmlp:GeologicUnitView&maxFeatures=2&srsName=http://www.opengis.net/def/crs/EPSG/0/4326 -- View this message in context: http://osgeo-org.15

Re: [Geoserver-users] OpenLayers with App-Schemas

2013-09-03 Thread christy@azgs
Rini, For the Nightly 2.5-snapshot download, which version of app-schemas will work with that? Version geoserver-2.4-RC1-app-schema-plugin? -- View this message in context: http://osgeo-org.1560.x6.nabble.com/OpenLayers-with-App-Schemas-tp5075263p5075888.html Sent from the GeoServer - User mai

Re: [Geoserver-users] OpenLayers with App-Schemas

2013-09-03 Thread christy@azgs
Hi Ben, thanks for the reply. Before I try the newest patch with the mentioned bug fixes, here is my GeoServer Logs error report and the 1.1.0 GetFeature request. This layer is pulling data from a shapefile. logs_OpenLayersError.txt

[Geoserver-users] OpenLayers with App-Schemas

2013-09-03 Thread christy@azgs
We cannot get SLDs to show return with OpenLayers using App-Schemas configurations. Data from some layers are pulling from shapefiles and some are pulling from PostGIS, but all using app-schemas. OpenLayers won't return an image; either "Click on the map to get feature info" is the only text, or th

Re: [Geoserver-users] OpenLayers with App-Schemas

2013-08-30 Thread christy@azgs
For more info, attached are a mapping file and SLD for one layer. GeologicUnitViewAZGS.xml USAZ_AZGS_1M_Lithostratigraphy_azgsOneGeologyGUV.sld

Re: [Geoserver-users] xlink:ref not well encoded in WFS response (app schema)

2013-06-19 Thread christy@azgs
I noticed a similar problem with WFS version 2.0.0. I'm using app-schema configuration and get schema resolution with the following WFS GetFeature request GetFeature-AppSchema.xml : http://localhost:8080/geoserver/wfs?

Re: [Geoserver-users] FW: App Schema Resolution

2013-04-09 Thread christy@azgs
Thanks for the advice in not using CQL in the gml:id - it is not mandatory that our 'objectid' show there. We figured out why the data was being returned in the incorrect fields in a GetFeature request: Our tables were created using ArcMap, which did not actually specify the OBJECTID as the primar

Re: [Geoserver-users] App Schema Resolution

2013-03-26 Thread christy@azgs
Thank you for the suggestion. I no longer get the error, but it still doesn't use my objectid in the idExpression: -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Re-App-Schema-Resolution-tp50400

Re: [Geoserver-users] App Schema Resolution

2013-03-26 Thread christy@azgs
I don't know if this is related or not, but I realize that my GetFeature request is yielding data in the incorrect fields - the fields each have data in them that should be in the field above them. The objectid field is the first field, which is not accounted for when using the getId() as the IdEx

Re: [Geoserver-users] App Schema Resolution

2013-03-26 Thread christy@azgs
Please see the attached DDL for the table. As you can see, the objected is never null, and isn't be big - it is numbered 1 - 1949. Thank you, Christy azboreholetemperaturesDDL.xml -- View this message in cont

Re: [Geoserver-users] App Schema Resolution

2013-03-14 Thread christy@azgs
We have achieved schema resolution! That is, as long as we use the getId() idExpression. However, because we'd like to use our integer field 'objectid', we need to figure out how to concatenate an integer with that field OR make that read as a string. We tried the following, but we get that "java.