No routes shown even when I have about 50 routes. I have one hub. But the map does not show them. I have attached two files. First is empty route map screenshot. Second is the screenshot from console log in Developer Tool.
I dug into it. Turns out the jquery link is referencing a http url instead of https. Changing this to https url should make this work.
Line number 121 is making an ajax call to fetch all routes for the arilines in the specific world. But ajax call fails because jquery file is not available.