Hole in the North Pole in 3D? Line features getting cut off at 85 Degrees North.

475
2
06-25-2020 02:03 PM
RyanCody
New Contributor

Hello,

In our 3D JS app, line features are getting cut off at 85 degrees North. The service is Web Mercator, but I also tried a service in a polar projection and it has the same issue. Has anyone else had this problem?

Tags (2)
0 Kudos
2 Replies
RalucaNicola1
Esri Contributor

Hi Ryan, when visualizing data at the poles the best is to use a polar projection. However, then you can only use a local scene, because global scenes only support WGS84 and WebMercator.

Here is an example of a local scene with Arctic Imagery: Scene Viewer. Can you try to overlay your data here and if you still have this issue write back to me?

0 Kudos
RalucaNicola1
Esri Contributor

Here's an example where I draw geometry at the north pole on the scene previously mentioned using the sketch widget: https://codepen.io/nicolaraluk/pen/rNeoQvV?editors=1000 

0 Kudos