ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

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
تم إضافة السؤال من قبل مستخدم محذوف‎
تاريخ النشر: 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")));

                           

 

المزيد من الأسئلة المماثلة

هل تحتاج لمساعدة في كتابة سيرة ذاتية تحتوي على الكلمات الدلالية التي يبحث عنها أصحاب العمل؟