Announcement

Collapse
No announcement yet.

Setting Up Web WorldWind

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Setting Up Web WorldWind

    So I've tried setting up Web WorldWind to a T in the Get Started support at https://worldwind.arc.nasa.gov/web/get-started/#anchor, however, I am not getting anything to show on my browser except any test text I added to make sure my HTTP server was running properly. I included a screen capture of what I see including the inspector to show that it does see the canvas being loaded. The following is what the shell shows when opening the site:

    PS D:\WebWorldWind\HelloWorldWind> python -m http.server
    Serving HTTP on :: port 8000 (http://[::]:8000/) ...
    ::1 - - [29/Mar/2020 16:19:48] "GET / HTTP/1.1" 200 -

    What would be the first place to troubleshoot here? I also attempted downloading the project and running locally, replacing the scrip src to local files and same issue happens. I don't believe the issue is due to loading from worldwind.arc.nasa.gov.
Working...
X