Tagged Questions
1
vote
2answers
555 views
OpenLayers Circle not visible
I'm trying to draw a circle with OpenLayers with a Google Maps Layer. I'm able to transform a simple marker and have it draw at the correct location, but I can't figure out the circle. I'm trying to ...
3
votes
2answers
413 views
How do I find the points of intersection between a small circle and a great circle?
I only actually need to intersect a great circle arc i.e. the shortest path between two points, with a given small circle.
I found this tutorial for intersecting two great circle arcs, but ...
5
votes
1answer
164 views
Intermediate points on a small circle
I need to interpolate lat/lon points along a small circle, with a given centre and radius. I've successfully used these formulas for great circles. What is the equivalent for small circles?