Note that there are some explanatory texts on larger screens.

plurals
  1. POIssue while Creating Latitudes-Lines on Globe using WhirlyGlobeComponet
    text
    copied!<p>I am working on WhirlyGlobe component tester application (great framework for globe app in ios by mousebird team)and trying to create Latitudes and longitudes. I have created longitudes on globe using the method : <code>- (void)addGreatCircles:(LocationInfo *)locations len:(int)len stride:(int)stride offset:(int)offset </code> and assigning the values as in the array :<code>LocationInfo locations[NumLocations]</code> <strong>but when i try to create latitudes on the globe</strong> by giving the coordinates in the as: </p> <pre><code>LocationInfo locations[NumLocations] = { {"twenty five",0, 180}, {"twenty six",0, -10} // {"three",30,180.0}, // {"four",30,0}, // {"five",60, 180}, //{"six",60, 0}, } </code></pre> <p>and son on... i am just able to get half the latitude Line on the globe. I do not know why this issue is coming up.Is this due to OpenGL or what.Somebody please help me do it correctly. the screenshot when i give starting points(0,-180) end point(0,0) comes up like shown in IMAGES- 1,2:</p> <p>IMAGE-1 <img src="https://i.stack.imgur.com/85Peb.png" alt="enter image description here"></p> <p>IMAGE-2 <img src="https://i.stack.imgur.com/a36Er.png" alt="enter image description here"></p> <p>and what i need is that the complete latitude Line to be drawn on the Globe .Using start point(0,0) to end point(0,360) gives me a blank output(no line drawn on the globe). I have tried with Start point(0,10) end point (0,-10) so that line covers complete globe but no success yet.Please help guys!!</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload