Update wwt url to the correct link

This commit is contained in:
Ylva Selling
2022-08-25 16:59:40 -04:00
parent 12be6d5ab7
commit 77822656b2

View File

@@ -431,8 +431,7 @@ namespace {
glm::vec3 positionTarget = glm::vec3(0.9f, 0.4f, -2.1f);
glm::dvec3 galacticTarget = skybrowser::localCameraToGalactic(positionTarget);
std::string guiPath = "/Sky Browser";
//std::string url = "http://wwt.openspaceproject.com/1/openspace/";
std::string url = "http://localhost:8000/openspace";
std::string url = "http://wwt.openspaceproject.com/1/openspace/";
double fov = 70.0;
double size = skybrowser::sizeFromFov(fov, galacticTarget);