Google Maps API版本3中的新FusionTablesLayer可以選擇顯示爲熱圖而不是點。 Here's the example。有沒有辦法在不使用Fusion Tables的情況下獲取熱圖顯示(但仍使用Google Maps API)?我已經在自己的PostgreSQL/Postgis數據庫中獲得了我的數據。谷歌做熱圖是實現我自己的瓷磚服務器的首選替代方案。V3中沒有Fusion Tables的熱圖?
2
A
回答
0
Heatmap Layer已正式添加到Google Maps API,無需Fusion Table。
1
您可能想嘗試外部服務或庫,如Heat Map API。除了Fusion Tables Google不提供可以在Maps API上呈現的熱量映射服務。
+0
是的,看起來是這樣,至少目前。如果他們最終爲基於KML的疊加層啓用相同類型的事物,就會發現KML和融合表都有機會在服務器端進行處理和呈現,這並不會讓我感到驚訝。有一天,我想。 – Mark 2010-07-09 13:35:34
3
2
我發現迄今heatmap.js的最佳解決方案。這是一個很好的瀏覽器端解決方案,運行良好,效率驚人。其中一個缺點是它使用HTML畫布,因此無法在版本9之前的IE版本上使用。
相關問題
- 1. Fusion Tables的熱圖層
- 2. Google Fusion Tables中的熱圖問題
- 3. 在Google Maps v3中隱藏Fusion Tables中的Infowindow的陰影
- 4. Google Fusion Tables Future?
- 5. Fusion Tables造型
- 6. Fusion Tables實驗
- 7. Fusion Tables distinct
- 8. Fusion Tables URL太長
- 9. Fusion Tables數字ID
- 10. Google Fusion Tables上傳
- 11. 在Fusion Tables上隱藏圖標圖層
- 12. 搜索後破解的Fusion Tables地圖
- 13. 對Fusion Tables的查詢不適用於Google Maps JS API v3
- 14. dailyLimitExceededUnreg從Fusion Tables的API
- 15. Fusion Tables的半徑定位
- 16. Google Maps API V3 - 通過採用InfoBox標籤Fusion Tables多邊形
- 17. Google Fusion Tables和多個圖層
- 18. Fusion Tables,Phonegap和靜態地圖API
- 19. 通過沒有Google帳戶的GAS訪問Fusion Tables
- 20. SQL API或Fusion Tables搜索
- 21. Google Fusion Tables或替代
- 22. Fusion Tables搜索並縮放
- 23. Fusion Tables fusiontips mouseover event not working
- 24. Fusion Tables過濾條件OR
- 25. IE9中的角度$ http和Fusion Tables
- 26. 從Fusion Tables中的OAuthConfig遷移CRUD
- 27. 使用Google Fusion Tables中的查詢API
- 28. 限於Fusion Tables中的查詢長度?
- 29. 減少Javascript中的遞歸,Fusion Tables API
- 30. 如何使用Google Maps API v3和Fusion Tables打開/關閉圖層?
良好的通話。新功能最終將客戶端熱圖導入API。可能會出現瀏覽器渲染不合理的情況,但它適用於我的情況。 – Mark 2012-07-27 02:29:46