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

2013-09-05 Thread Ryan Clark
/ { 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 Ryan Clark Arizona Geological Survey ryan.cl...@azgs.az.govmailto:ryan.cl

[Geoserver-users] Multi-part features lack XML CRS definition, flipped in ArcGIS

2011-12-05 Thread Ryan Clark
Using Geoserver 2.1.2, I ran into a silly situation when looking at WFS data in ArcGIS. /SOME/ of the polygons in the dataset have their coordinate axes reversed, while others don't. It's only a problem with GML3, it is WGS84 data, yadda yadda yadda. I managed to track down the difference in

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

2011-11-25 Thread Ryan Clark
) at org.geotools.data.postgis.WKBAttributeIO.wkb2Geometry(WKBAttributeIO.java:80) ... 87 more On 11/24/2011 02:25 AM, Andrea Aime wrote: On Thu, Nov 24, 2011 at 12:45 AM, Ryan Clark ryan.cl...@azgs.az.gov mailto:ryan.cl...@azgs.az.gov wrote: I'm working on a database that has been generated as an ArcSDE

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

2011-11-23 Thread Ryan Clark
I'm working on a database that has been generated as an ArcSDE database on top of PostgreSQL and PostGIS. The database was built from a PostGIS template and the featureclasses in the database use the PostGIS geometry type. On the database end, everything seems to be working fine. Queries like

[Geoserver-users] CORS support for Geoserver?

2011-07-26 Thread Ryan Clark
Hello -- I'm curious if there is any inclination to provide cross-origin resource sharing support in Geoserver itself? It is pretty simple to configure Apache to handle CORS: http://enable-cors.org/#how-apache, and this servlet filter should do the trick in Tomcat:

Re: [Geoserver-users] net.sf.saxon.TransformerFactoryImpl not found

2011-03-12 Thread Ryan Clark
, 2011, at 10:21 AM, Andrea Aime wrote: On Sat, Mar 12, 2011 at 2:33 AM, Ryan Clark ryan.cl...@azgs.az.gov wrote: This is an old posting, but I've run into exactly this problem, and I can identify that installing a specific app in the same Tomcat instance causes Geoserver to have this problem

Re: [Geoserver-users] net.sf.saxon.TransformerFactoryImpl not found

2011-03-11 Thread Ryan Clark
This is an old posting, but I've run into exactly this problem, and I can identify that installing a specific app in the same Tomcat instance causes Geoserver to have this problem. Unfortunately, I have to figure out how to make the two apps work together. Can you provide any more insight into

[Geoserver-users] Problems with web interface: click and nothing happens

2011-03-09 Thread Ryan Clark
I have two different Amazon VMs that are running Geoserver 2.0.2. One has been sitting there for a while without my having to pay much attention to it (Ubuntu server 9.04), another is a brand new build (Ubuntu server 10.10). I'm having some kind of interface trouble, where clicking some links

Re: [Geoserver-users] app-schema: 2 namespaces in one targetAttribute: how to?

2010-09-10 Thread Ryan Clark
Hi there! I ran into exactly this problem myself. You need to create another folder in your workspaces directory for the other namespace. Here's some more information: http://old.nabble.com/Re:-App-schema-and-GeoSciML-3.0:-cgu:CGI_Term-p2934174 5.html

Re: [Geoserver-users] Appschema: NullPointerException

2010-08-26 Thread Ryan Clark
Victor - Verbose logging was a good idea! The problem was duplicate values in the backend. The SQL query returned two results, but that would not be allowed in the schema. Some other part of the system must have decided to show nothing instead of showing both the results. Anyways, deleting one

Re: [Geoserver-users] Appschema: NullPointerException

2010-08-25 Thread Ryan Clark
), but for some reason it is not coming through in the WFS response. Thanks, Ryan -Original Message- From: Ryan Clark [mailto:ryan.cl...@azgs.az.gov] Sent: Wednesday, August 25, 2010 8:42 AM To: geoserver-users@lists.sourceforge.net Subject: Re: [Geoserver-users] Appschema: NullPointerException

Re: [Geoserver-users] Appschema: Circular feature-chaining

2010-08-24 Thread Ryan Clark
: http://jira.codehaus.org/browse/GEOT-2843. Cheers Rini Ryan Clark wrote: Hello - I've ran into the old circular feature-chaining problem in a GeoSciML WFS service again. Basically it is exactly the problem outlined at http://docs.geoserver.org/stable/en/user/data/app-schema

[Geoserver-users] Appschema: NullPointerException

2010-08-24 Thread Ryan Clark
Okay - hopefully my last app-schema issue for a while. I certainly appreciate the help! My MappedFeature mapping file works perfectly until I add the targetAttribute gsmlcore:metadata. Here's the mapping: AttributeMapping targetAttributegsmlcore:metadata/targetAttribute

Re: [Geoserver-users] [ExternalEmail] Re: Geosciml 3.0?

2010-07-30 Thread Ryan Clark
Thanks for taking a look at this. Ben - I am trying to use the GML 3.1 version. The schema I'm trying to use is here: https://www.seegrid.csiro.au/subversion/GeoSciML/tags/3.0.0_rc1_gml3.1/geosc iml-core/3.0.0/xsd/geosciml-core.xsd Victor - The OpenGeo suite that I'm trying to use runs PostgreSQL