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

_______________________________________________
Users mailing list
Users@openlayers.org
http://openlayers.org/mailman/listinfo/users

Reply via email to