mephinet commented on issue #10253: URL: https://github.com/apache/echarts/issues/10253#issuecomment-994799800
Hmmm, after reading the documentation and through a few relevant pieces of the code, I wonder how maps are supposed to work at all: There is no projection specified in the documentation or code, **and** there is no code that would be able to convert any given projection to one used by echarts. So my guess is this: Echarts currently is completely projection-naive (with the exception of the BMaps extension), and just plots the coordinate X/Y numbers without any awareness that they are projected/geodetic/geocentric/... That's why they are (and have to be) deformed... Maybe @pissang can enlighten me if I am missing something important here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
