nemo 2 space Main page https://atlas.microsoft.com/sdk/javascript/mapcontrol/3/atlas.min.js var map, datasource, spline, tension = 0.5, nodeSize = 30, close = false; var pulse_marker ; var json_data ; //Sample positions. function GetMap() { //Initialize a map instance. map = new atlas.Map(‚myMap’, { center: [21.800,52.200], zoom: 5, view: ‚Auto’, //Add authentication details for connecting to Azure Maps. authOptions: { //An Azure Maps key at https://azure.com/maps. NOTE: The primary key should be used as the key. authType: ‚subscriptionKey’, subscriptionKey: ‚VYw0fKIFJm_9psG1l3FjjIeB1X4SU1iR2cNDBFBJHBk’ } });