Replies: 1 comment
-
Good to hear there is some path forward. Tomorrow I'll do a review of
vsgpagedlod and cirl to see about resolving the problem.
…On Mon, 14 Nov 2022 at 20:03, bclay1297 ***@***.***> wrote:
I finally got a chance to get back to the curl issue in vsgXchange /
vsgpagedlod.
I believe it was Francois that suggested this change to curl.cpp
curl_easy_setopt(_curl, CURLOPT_SSL_OPTIONS, (long)CURLSSLOPT_NATIVE_CA);
The change does work and I am able to see OSM tiles in vsgpagedlod. I did
submit an issue for this fix. I am not sure if the fix will work across all
platforms of if it should be conditionally compiled for WIN32
There is still a difference between --osm and --rm in navigation
--rm appears to rotate about the center of the earth but --osm appears to
rotate about thew surface of the earth, i.e you cannot rotate the globe to
the back side and keep the same distance. I do not see anything in
vsgpagedlod that sets a reference. How can we get both tile sets to work
the same.
Bruce
—
Reply to this email directly, view it on GitHub
<#579>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKEGUC76S5D6ROASZ3W3MLWIKLHDANCNFSM6AAAAAASAF6O3M>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
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
-
I finally got a chance to get back to the curl issue in vsgXchange / vsgpagedlod.
I believe it was Francois that suggested this change to curl.cpp
The change does work and I am able to see OSM tiles in vsgpagedlod. I did submit an issue for this fix. I am not sure if the fix will work across all platforms of if it should be conditionally compiled for WIN32
There is still a difference between --osm and --rm in navigation
--rm appears to rotate about the center of the earth but --osm appears to rotate about thew surface of the earth, i.e you cannot rotate the globe to the back side and keep the same distance. I do not see anything in vsgpagedlod that sets a reference. How can we get both tile sets to work the same.
Bruce
Beta Was this translation helpful? Give feedback.
All reactions