Questions tagged [webgl-globe]

The WebGL Globe is a library for visualizing data on a 3d globe in the browser

The WebGL Globe is an open platform for geographic data visualization created by the Google Data Arts Team.

39 questions
0
votes
1 answer

WebGL Globe not rendering with OS and Chrome upgrade

I've been developing with the WebGL Chrome globe: https://www.chromeexperiments.com/globe Everything was working fine until I recently upgraded my operating system to macOS Sierra, and also updated Google Chrome. Now I do not see the globe in the…
Michael Gaio
  • 155
  • 1
  • 4
  • 13
0
votes
1 answer

Issue with D3 Smooth Zoom in of globe on click of plot

I have created D3 globe. I am stuck in issue, right now on click on plot, Map zoom in but it is not smooth zoom in. I need to zoom in map with smooth transition. http://projectsdemo.net/globe/v4/ globe.focus = function(d, k) {…
0
votes
0 answers

D3 Globe pointer issue on map move

I have created globe using D3. I am facing issue when I move map its Pointer also move along with map that is okay, but currently the Pointer is going out of map area when Map is moved. Please check below link for…
0
votes
1 answer

Change the color of a Three.js globe

There is a really cool Three.js demo which has a 3D Globe: http://data-arts.appspot.com/globe/ I'd like to change the color of the globe itself from black to navy blue. I'm looking through all the source files and keep changing things but nothing is…
tim peterson
  • 23,653
  • 59
  • 177
  • 299
0
votes
2 answers

WebGL Globe Won't Load

I am trying to run the examples in the WebGL Globe code package. I have downloaded the code from the GitHub repository and am attempting to run the page within the globe folder of the main directory. I have been having issues loading the WebGL Globe…
Adam Jakiela
  • 2,188
  • 7
  • 30
  • 48
0
votes
1 answer

WebGL Globe Position in scene

I am playing around with the WebGL Globe and have got it to rotate, but can't figure out how to position it so that it is not in the center of the scene. I have altered the code at…
imperium2335
  • 23,402
  • 38
  • 111
  • 190
0
votes
0 answers

Finding Lat and Long of a point clicked on in Webgl Globe

I used the code listed as the answer in Get longitude and latitude from the Globe in WebGL However, when I tried it, when I turn the globe over, even when I click the same point, I get different coordinate, and the longitude coordinate is almost…
aishpr
  • 143
  • 3
  • 15
0
votes
1 answer

WebGL Globe (Google Experiments) doesn't display world map image

My website display the globe can be found here. Anyways, previously I was having issues with loading the globe itself. However I fixed that, the globe loads, but the world map image doesn't display on the globe as shown. The image can be found here.…
user2970029
  • 35
  • 1
  • 8
0
votes
1 answer

JavaScript: Changing a texture on webgl globe with onclick event

I'm using Google's webGL globe for a fun project of mine. Want: When a user clicks a box with a "moon" icon it changes the image used to make the globe from world.jpg to world_night.jpg. There is a file that handles the texture element of the…
Markus Proctor
  • 425
  • 1
  • 7
  • 27
1 2
3