webglearth / webglearth2

[UNMAINTAINED] WebGL Earth 2 - the source code of the project
Apache License 2.0
884 stars 212 forks source link

Add a marker with an elevation #105

Closed tmamedzadeh closed 6 years ago

tmamedzadeh commented 6 years ago

I'm trying to add a marker on an elevation in Webgl-Earth. Is there a way?

What I'm trying to do, is to show a satellite, giving the latitude, longitude and elevation of its position around the Earth.

Tried the marker = WE.marker([0, 0], 'satellite.png', 32, 32, {elevation: 260.0}).addTo(earth);, it didn't work.