the map projection

Hello everyone,

    Did cesium support for multiple projection method such as Lambert projection? I only found Web Mercator and WGS84.  If cesium not support , could the team had a plan on it?

Thanks

Hi Rick,

Unfortunately we don’t have support for that yet. We’d love a pull request if you want to contribute though!

Here’s our projection interface:

https://github.com/AnalyticalGraphicsInc/cesium/blob/master/Source/Core/MapProjection.js

Here’s the WebMercatorProjection for reference:

https://github.com/AnalyticalGraphicsInc/cesium/blob/master/Source/Core/WebMercatorProjection.js

Best,

  • Rachel