Hi all,
It may be a beginner question, but there are any way to change the 
bounds of a point?
For example, if I wanted to change (lon,lat) for (lat,lon), can I do this?:

var x = this.feature.geometry.getBounds().getCenterLonLat().lon;
var y = this.feature.geometry.getBounds().getCenterLonLat().lat;
this.feature.geometry.setBounds(y,x);

Thanks for your attention.
Maribel.

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

Reply via email to