CircleNode Radius and Map Projection Problem #2377
Unanswered
mehmetalideligoz
asked this question in
Support Q&A
Replies: 1 comment
-
Help me understand better. Can you post a simple earth file with your set up? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I want to show a CircleNode in the map. But the radius that I see is not right when I actually measure it (google earth).
When I create a line by using GeoMath::destination, I can compute the correct point.
The map profile and the ImageLayer profile are the same (the reasoın was GDAL::reproject takes too much time, I've decied to equalize my XYZImage profile and the map profile).
The map source is http://[abc].tile.openstreetmap.org/{z}/{x}/{y}.png (spherical-mercator)
osgearth version is 3.5.0
Note
If I do not equalize the map profile and image layer profile the resulting circle radius is correct.

What am I missing?
Thanks
Update
Maybe I should use FeatureNode for that? When I manually create a feature and compute the geometry using GeoMath::destination it looks correct. Sorry if it is a dumb question :)
Beta Was this translation helpful? Give feedback.
All reactions