I’m using GWT-OpenLayers in my project and i have problems with converting coordinates.
I know how to do this for single point transform(from,to) but can i do this without applyinng for each point?
Right now i’m parsing KLM data to get list of features and i’m adding them to new vector
I’m using GWT-OpenLayers in my project and i have problems with converting coordinates. I
Share
Call
transformon any Geometry, it should just work. Multi-point geometries inherit fromOpenLayers.Geometry.Collectionwhich has its owntransformmethod.