Guys, I need to tackle this Greenwich meridian problem where a straight line is drawn across the map projected in EPSG 4326. I need to figure out a methodical way to split such a feature taking into consideration the map projection.
For example, if I have a line that goes around the world and my projection is, 4326 for example, i do not want a straight line across the map. So, I may have to split the line into a multi line.... a solution of this nature.
Do you guys already have a way to handle this? I looked at the Proj4Projection class but could determine if any of these methods will do the trick.
Thanks,
Klaus