great circle

Discussion of troubles you experience and possible bugs.
Post Reply
jpp142
Posts: 1
Joined: Mon Mar 14, 2011 8:05 am

great circle

Post by jpp142 »

I have Geocart 3.1
I don't know how to draw a great circle.
It was so easy with Geocart 2.6.9
daan
Site Admin
Posts: 977
Joined: Sat Mar 28, 2009 11:17 pm

Re: great circle

Post by daan »

Here is a sample. Just replace the center coordinate and radius (in degrees) to match what you want. Repeat the “great_circle” line for as many great circles as you need, and save it in a file with extension “.metric.txt”. You can add that file as a database. While a little harder than Geocart 2 for drawing a single great circle, it allows for much more flexibility. You can, for example, specify distance in meters, or portions of a great circle, or the great circle segment between two points. Please see the manual, Appendix J, for details.

Code: Select all

<metric_lines>
<great_circle center='20,120' radius='15' />
</metric_lines>
Post Reply