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:
 




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/OpenLayers-with-App-Schemas-tp5075263p5076290.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


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, so I'm curious why we
seemed to be having the same issue that was solved at 2.1.x in that bug
report you mentioned?

Just for the record, here's the nginx config snippet that we're using now
(that works). Previously we weren't setting the Host header:

# By default, traffic is sent to Tomcat
location / {
proxy_pass http://127.0.0.1:8080;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header Host $http_host;
}

Thanks!
Ryan




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/OpenLayers-with-App-Schemas-tp5075263p5076303.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


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.1560.x6.nabble.com/OpenLayers-with-App-Schemas-tp5075263p5076259.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


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 using, it
appears that the WFS 1.1.0 app-schema GetFeature AND the WMS works fine, as
long as you indicate that the WMS is an image format and not OpenLayers.
Still will not display in OpenLayers.  Hopefully that is the fix that's
covered in Rini's new release?

http://data.usgin.org/azgs_bedrock_geology/gsmlp/ows?service=WFS&version=1.1.0&request=GetFeature&typeName=gsmlp:GeologicUnitView&maxFeatures=2

http://data.usgin.org/azgs_bedrock_geology/gsmlp/wms?service=WMS&version=1.1.0&request=GetMap&layers=gsmlp:GeologicUnitView&styles=&bbox=-114.8152032903,31.3320051418,-109.0445000163,37.0037805637&width=512&height=503&srs=EPSG:4326&format=image/png



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/OpenLayers-with-App-Schemas-tp5075263p5076067.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


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.1560.x6.nabble.com/OpenLayers-with-App-Schemas-tp5075263p5076048.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


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 mailing list archive at Nabble.com.

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


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
  

GetFeature20130903.xml
  



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/OpenLayers-with-App-Schemas-tp5075263p5075856.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[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
the scale is given, but no image. Help!



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/OpenLayers-with-App-Schemas-tp5075263.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


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

  



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/OpenLayers-with-App-Schemas-tp5075263p5075323.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


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?service=wfs&version=1.1.0&request=GetFeature&typeName=HeatFlow:HeatFlow

But when I try the version 2 request:

http://localhost:8080/geoserver/wfs?service=wfs&version=2.0.0&request=GetFeature&typeName=HeatFlow:HeatFlow&maxFeatures=10

I get the error:  "The prefix "null" for element
"null:Envelope" is not bound."

Is there a time frame for a fix, where the WFS version 2.0.0 will work with
app-schemas?

Thanks,
Christy




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/xlink-ref-not-well-encoded-in-WFS-response-app-schema-tp5002307p5060964.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


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 primary key. Not knowing this, when we
created the mapping file for Geoserver app-schema, we did not indicate this
objectid field anywhere. Yet it was still being read as a data field and
being put into the first field (ObservationURI) regardless of what the
mapping file said.  Anyway, we assigned the objectid as the primary key in
the table using PGAdmin and this cleared the issue.  GetFeature requests are
now correctly reading the data table and schema.




--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Re-App-Schema-Resolution-tp5040030p5043586.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


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-tp5040030p5042761.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


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
IdExpression.

I've attached an image of the GetFeature request, if that helps...

 



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Re-App-Schema-Resolution-tp5040030p5042442.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


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 context: 
http://osgeo-org.1560.n6.nabble.com/Re-App-Schema-Resolution-tp5040030p5041936.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


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.lang.IllegalArgumentException: Filter Function problem for function
strConcat argument #1 - expected type String" error:


   
strConcat('BT', objectid)


And we also tried:

  
strConcat('BT', strTrim(objectid))


Resulting in the same error.  Thanks to anyone with ideas.



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Re-App-Schema-Resolution-tp5040030p5040472.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users