zouyaoji / vue-cesium

🎉 Vue 3.x components for CesiumJS.
https://zouyaoji.top/vue-cesium
MIT License
1.53k stars 325 forks source link

[BUG Feedback] Heatmap might use wrong projection #78

Closed NoPodi closed 2 years ago

NoPodi commented 4 years ago

Browser

Edge (Chromium)

Vue Version

1.73.0

VueCesium Version

2.1.6

Problem Description

When projecting a heatmap over the whole globe the WebMercatorProjection renders an unexprected result.

Changing the projection to GeographicProjection renders the expected result.

Online example / github URL

https://github.com/NoPodi/heatmap-issue

Expected result

Latitude values should display with equal distance around the globe.

Actual result

Latitude values get spread out approaching the poles.

zouyaoji commented 4 years ago

Hi I haven't used it in the 2D scene, can you provide the code for me to test it?