Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

To migrate my code from Google earth API to Cesium, I want to know how to retrieve data from SQL database to Cesium?

Example: an alternative to this code of Google earth API:

var point = new google.maps.LatLng(  parseFloat(location[i].getAttribute("latitude")),  parseFloat(location[i].getAttribute("longitude")));

 

user-image
Question added by Deleted user
Date Posted: 2016/03/17

I got the answer from Cesium forum, and want share it with you. So, the task can be done in the same fashion: 

  var point =newCesium.Cartographic( parseFloat(location[i].getAttribute("latitude")),  parseFloat(location[i].getAttribute("longitude")));

                           

 

More Questions Like This

Do you need help in adding the right keywords to your CV? Let our CV writing experts help you.