We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As of now, WFS-T queries with implicit namespace like
<Transaction xmlns="http://www.opengis.net/wfs" service="WFS" version="1.1.0" xsi:schemaLocation="http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Update typeName="filip:poly" xmlns:filip="http://filip"> <Property> <Name>wkb_geometry</Name> <Value> <Polygon xmlns="http://www.opengis.net/gml" srsName="EPSG:3857"> <exterior> <LinearRing srsName="EPSG:3857"> <posList srsDimension="2">1766017.811 11424089.3044 -2106309.2073 3245917.4174 2674829.2541 3522473.9546 4613901.549156107 6717360.945902297 4492452.1402 11187040.8439 1766017.811 11424089.3044</posList> </LinearRing> </exterior> </Polygon> </Value> </Property> <Filter xmlns="http://www.opengis.net/ogc"> <FeatureId fid="poly.1" /> </Filter> </Update> </Transaction>
fails in Layman geoserver proxy: Nevertheless, they are processed by GeoServer without a problem.
Options:
The text was updated successfully, but these errors were encountered:
In case of such request, Layman does not create not-yet existing attribute. This could be problem.
Sorry, something went wrong.
No branches or pull requests
As of now, WFS-T queries with implicit namespace like
fails in Layman geoserver proxy:
Nevertheless, they are processed by GeoServer without a problem.
Options:
The text was updated successfully, but these errors were encountered: