[OpenLayers-Users] Can I draw a "great circle" Vector?
Ken Martin
kenm at digitalcyclone.com
Fri Sep 26 19:17:26 EDT 2008
Newbie (and incredibly impressed) user. :)
I'm drawing lines based on example code I've grabbed from
openlayers.org, which is essentially using this...
var lineFeature = new OpenLayers.Feature.Vector(
new OpenLayers.Geometry.LineString(pointList),null,style_green);
It's working great, but I'd like the lines to be "great circle" or
"haversine" lines.
Possible?
I have seen the following, but not sure how to use it for this... http://trac.openlayers.org/wiki/GreatCircleAlgorithms
Thanks! :)
Ken Martin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/openlayers-users/attachments/20080926/d596a30a/attachment.html
More information about the Users
mailing list