2d view incorrect projection

Hi,

it sounds like like an obvious problem and it could be easily found in demos
In 2d view tiles (and coordinates) are streched vertically.


Compare the size of text of Sudan and Greenland.

How can I make original scale(or at lease proportional) of tiles?

Try creating the viewer passing a mapProjection of WebMercatorProjection instead of the default, GeographicProjection.

Note that web mercator is actually more distorted than geographic (equidistant cylindrical) but you may be more accustomed to the common mercator distortion.

Thank you. That helped.