[OpenLayers-Users] proj4js question

bartvde at osgis.nl bartvde at osgis.nl
Wed Jul 23 08:46:22 EDT 2008


Hi list,

I am transforming a geometry from EPSG:28992 to EPSG:4326, and after that
to EPSG:23031. In the last step the geometry does not transform anymore.

        if (point.transformed) {
          this.log("point already transformed");
          return;
        }

Apparently proj4js thinks the point has already been transformed.

Who is responsible for managing the transformed property? Since it does
not seem possible to reproject geometries more than once currently?

Best regards,
Bart




More information about the Users mailing list