I edit WFS layer with openlayers and after editing save changes. But edited object saved in wrong projection.
At first Geoserver get layer from PostGIS with projection EPSG70066. In geoserver i publish layer with EPSG900913 and Reproject to declared option. And with this option Geoserver save object in PostGIS with EPSG900913, but i need in EPSG70066.
But if i use Keep native option all works fine, but i don't want to do this.
Why geoserver do this, and how to make them save in right projection?