How to use other maps in cesium ?

Hello Cesium Developers,

i have to use this "https://skyvector.com/" map in cesium i.e. Aeronautical Map.
so, how am i use this map in cesium. just like Bing map.
Give me some sample code for that its very helpful to me.
Please help me out. Thank you guys.

Did Cesium Support other maps except which is given in cesium by default ?

Hello,

Cesium has support for many different imagery providers, including TMS, WMS and WMTS. You’ll have to figure out in what tile format the imagery is available.

Cesium also has a UrlTemplateImageryProvider where you can use a template to create the URL

Best,

Hannah