[Geoserver-users] WFST xml request causing namespace error

2018-06-13 Thread Todd Jacobus
Hi all, Thank you for viewing this post. I'm trying to set up a simple WFS-T datastore on a PostGIS database table that talks to a leaflet map. I'm using jquery ajax to send a transaction POST request by sending the transaction-insert xml stored as a string. The request seems to go through just

[Geoserver-users] Coordinate Reference Systems

2018-06-13 Thread Kris Johnson
Hello, I have, what might be, a basic question. I am loading a number of layers into geoserver that have a "Native SRS" of EPSG:26915. I am attempting to optimize serving these layers for use in a web mapping client (ie. leaflet, openlayers) as WMS and WFS requests. I, therefore, presumed that I

Re: [Geoserver-users] WFST xml request causing namespace error

2018-06-13 Thread Ben Caradoc-Davies
Todd, secondary namespaces are only required for the app-schema data store, which does not support WFS-T. For non-app-schema data stores, namespace prefixes should be defined in the WFS-T request document. The error you see is consistent with an undefined namespace prefix. Try adding an xmln

Re: [Geoserver-users] Coordinate Reference Systems

2018-06-13 Thread Ben Caradoc-Davies
Kris, GeoServer will reproject on the fly if the output CRS differs from the input CRS, but will get your database to do it if it can. This is usually quite fast. Rendering can often be more expensive. You probably want "Declared SRS" EPSG:26915 and "Force declared". See: http://docs.geoserve