Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

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?

share|improve this question
Its bug with geoserver and postgressql communication. I find only this solution: create another one table with geometry column with SRID=900913. And work with this table on geoserver. And make trigger to save data in both tables. – Kliver Max Jul 30 '12 at 3:52

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.