You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am attempting to obtain the precise lat/lon coordinates on globe click but I get the error message that globe is an unsupported coordinate system when calling convertFromPixel
I noticed that convertFromPixel is not defined on the globe. When I examine the ._coordSysMgr._coordinateSystems object on the instance of echarts I see
where I can see convertFromPixel is undefined here. For the map series in echarts for example convertFromPixel is defined.
Is it extremely difficult to implement convertFromPixel for the 3d and globe map systems? Or perhaps is there another way to get lat/lon from globe click?
Thank you for the assistance
The text was updated successfully, but these errors were encountered:
Hello, I am attempting to obtain the precise lat/lon coordinates on globe click but I get the error message that globe is an unsupported coordinate system when calling convertFromPixel
I noticed that convertFromPixel is not defined on the globe. When I examine the ._coordSysMgr._coordinateSystems object on the instance of echarts I see
where I can see convertFromPixel is undefined here. For the map series in echarts for example convertFromPixel is defined.
Is it extremely difficult to implement convertFromPixel for the 3d and globe map systems? Or perhaps is there another way to get lat/lon from globe click?
Thank you for the assistance
The text was updated successfully, but these errors were encountered: