[{"data":1,"prerenderedAt":6085},["ShallowReactive",2],{"blog-\u002Fblog\u002F2024\u002F05\u002Fmapping-location-on-dashboard-2":3,"featureCatalog":5156,"changelog-titles":5550,"blog-all-for-related":6084},{"id":4,"title":5,"authors":6,"body":8,"cta":5126,"date":5130,"description":5131,"extension":5132,"features":5133,"image":5134,"lastUpdated":5135,"meta":5136,"navigation":5142,"path":5143,"release":5133,"seo":5144,"sitemap":5145,"stem":5146,"subtitle":5147,"tags":5148,"tldr":5154,"video":5133,"__hash__":5155},"blog\u002Fblog\u002F2024\u002F05\u002Fmapping-location-on-dashboard-2.md","Mapping location data within Node-RED Dashboard 2.0. (2026)",[7],"sumit-shinde",{"type":9,"value":10,"toc":5114},"minimark",[11,15,24,29,39,63,67,76,106,115,128,132,135,155,161,185,191,208,214,239,245,265,271,316,320,331,338,355,361,365,372,377,404,408,431,438,442,449,5081,5097,5104,5108,5111],[12,13,14],"p",{},"Fleet management in IoT uses sensors and software to collect real-time data on vehicles, such as location, fuel consumption, and driver behavior. This data allows companies to optimize routes, reduce costs, improve safety, and enhance overall operational efficiency of their fleet. Building an application that allows the tracking of location to support Fleet management is what this post is about.",[12,16,17,18,23],{},"Before moving further, make sure you have installed Dashboard 2.0. If you are new to Dashboard 2.0, please refer to ",[19,20,22],"a",{"href":21},"\u002Fblog\u002F2024\u002F03\u002Fdashboard-getting-started\u002F","Getting Started with Dashboard 2.0"," for more information.",[25,26,28],"h2",{"id":27},"installing-world-map-custom-node","Installing world map custom node",[12,30,31,32,38],{},"To render an interactive world map webpage for plotting location data, we will use a popular custom node called ",[19,33,37],{"href":34,"rel":35},"https:\u002F\u002Fflows.nodered.org\u002Fnode\u002Fnode-red-contrib-web-worldmap",[36],"nofollow","node-red-contrib-web-worldmap-page",". This node offers extensive features enabling us to render a world map and plot various items with different icons, colors, NATO symbologies, ranges, and more.",[40,41,42,46,49,52,60],"ol",{},[43,44,45],"li",{},"Click the Node-RED Settings (top-right).",[43,47,48],{},"Click \"Manage Palette\".",[43,50,51],{},"Switch to the \"Install\" tab.",[43,53,54,55,59],{},"Search for ",[56,57,58],"code",{},"node-red-contrib-web-worldmap",".",[43,61,62],{},"Click \"Install\".",[25,64,66],{"id":65},"retrieving-location-data","Retrieving location Data",[12,68,69,70,75],{},"Before plotting locations, we need to obtain the data first. For this purpose, we will utilize the ",[19,71,74],{"href":72,"rel":73},"https:\u002F\u002Ftfe-opendata.readme.io\u002Fdocs\u002Fgetting-started",[36],"Edenburg Open Public Transportation API",". This API provides the live locations of all of Edenburg's public buses and trams, enabling us to access the necessary data for plotting on Worldmap within Dashboard 2.0.",[40,77,78,86],{},[43,79,80,81,85],{},"Drag an ",[82,83,84],"strong",{},"Inject"," node onto the canvas and set the repeat property to a 20-second interval.",[43,87,88,89,92,93,96,97,100,101,105],{},"Drag an HTTP request node onto the canvas, Dobule-click on it and choose ",[82,90,91],{},"GET"," method, and enter ",[56,94,95],{},"https:\u002F\u002Ftfe-opendata.com\u002Fapi\u002Fv1\u002Fvehicle_locations"," in the URL field and select return  as ",[82,98,99],{},"a parsed json object",". This API is public, so no need for environment variables. For private APIs, consider using ",[19,102,104],{"href":103},"\u002Fblog\u002F2023\u002F01\u002Fenvironment-variables-in-node-red","environment variables"," for security.",[12,107,108],{},[109,110],"img",{"alt":111,"dataZoomable":112,"src":113,"title":114},"\"Screenshot of the HTTP request node configuration for retrieving data from the API\"","","\u002Fblog\u002F2024\u002F05\u002Fimages\u002Fmapping-location-on-dashboard-2-http-request-node.png","Screenshot of the HTTP request node configuration for retrieving data from the API",[40,116,118],{"start":117},3,[43,119,120,121,123,124,127],{},"Connect the ",[82,122,84],{}," node's output to the ",[82,125,126],{},"HTTP request"," node's input.",[25,129,131],{"id":130},"formatting-location-data","Formatting Location Data",[12,133,134],{},"To ensure compatibility with the Worldmap custom node, we need to format the location data appropriately.",[40,136,137],{},[43,138,139,140,143,144,147,148,151,152,59],{},"Drag the ",[82,141,142],{},"Change"," node onto the canvas, and set the ",[56,145,146],{},"msg.payload"," to ",[56,149,150],{},"msg.payload.vehicles",", and give it name ",[82,153,154],{},"Set payload",[12,156,157],{},[109,158],{"alt":159,"dataZoomable":112,"src":160,"title":159},"Screenshot of the Change node setting the payload to the vehicles JSON array containing actual vehicle location data","\u002Fblog\u002F2024\u002F05\u002Fimages\u002Fmapping-location-on-dashboard-2-change-node.png",[40,162,164,171],{"start":163},2,[43,165,166,167,170],{},"Drag a ",[82,168,169],{},"Split"," node onto the canvas.",[43,172,173,174,176,177,180,181,184],{},"Add another ",[82,175,142],{}," node to the canvas. Configure it to set and delete properties as shown in the image below, and give it name ",[82,178,179],{},"Change and delete properties",". By changing and deleting properties of the location, we ensure that only the properties acceptable by the ",[82,182,183],{},"Worldmap"," node are included in the location data.",[12,186,187],{},[109,188],{"alt":189,"dataZoomable":112,"src":190,"title":189},"Screenshot of the Change node configuring properties to ensure compatibility with the Worldmap node","\u002Fblog\u002F2024\u002F05\u002Fimages\u002Fmapping-location-on-dashboard-2-change-node-changing-and-deleting-properties.png",[40,192,194],{"start":193},4,[43,195,166,196,199,200,203,204,207],{},[82,197,198],{},"Switch"," node onto the canvas and add conditions to check if ",[56,201,202],{},"msg.payload.vehicle_type"," is equal to ",[82,205,206],{},"tram"," or not.",[12,209,210],{},[109,211],{"alt":212,"dataZoomable":112,"src":213,"title":212},"Screenshot of the Switch node checking if the vehicle type is tram or not","\u002Fblog\u002F2024\u002F05\u002Fimages\u002Fmapping-location-on-dashboard-2-switch-node-checking-is-vehicale-type-is-tram-or-not.png",[40,215,217],{"start":216},5,[43,218,173,219,221,222,225,226,147,229,232,233,147,236,59],{},[82,220,142],{}," node to the canvas and give it a name ",[82,223,224],{},"set icon and icon color for tram",". Set ",[56,227,228],{},"msg.payload.icon",[82,230,231],{},"fa-train"," and ",[56,234,235],{},"msg.payload.iconColor",[82,237,238],{},"yellow",[12,240,241],{},[109,242],{"alt":243,"dataZoomable":112,"src":244,"title":243},"Screenshot of the Change node setting the icon and icon color for tram","\u002Fblog\u002F2024\u002F05\u002Fimages\u002Fmapping-location-on-dashboard-2-change-node-setting-icon-for-tram.png",[40,246,248],{"start":247},7,[43,249,173,250,221,252,225,255,147,257,232,260,147,262,59],{},[82,251,142],{},[82,253,254],{},"set icon and icon color for bus",[56,256,228],{},[82,258,259],{},"bus",[56,261,235],{},[82,263,264],{},"red",[12,266,267],{},[109,268],{"alt":269,"dataZoomable":112,"src":270,"title":269},"Screenshot of the Change node setting the icon and icon color for bus","\u002Fblog\u002F2024\u002F05\u002Fimages\u002Fmapping-location-on-dashboard-2-change-node-setting-icon-for-bus.png",[40,272,274,291],{"start":273},8,[43,275,120,276,278,279,281,282,284,285,287,288,290],{},[82,277,126],{}," node's output to the input of the ",[82,280,142],{}," node named ",[82,283,154],{},", and connect the output of that ",[82,286,142],{}," node to the input of the ",[82,289,169],{}," node.",[43,292,293,294,287,296,281,298,300,301,303,304,306,307,281,309,311,312,281,314,59],{},"Then, connect the output of the ",[82,295,169],{},[82,297,142],{},[82,299,179],{},", and connect the output of the \"Change and delete properties\" node to the input of the ",[82,302,198],{}," node. Then ",[82,305,198],{}," node's first output to the input of the ",[82,308,142],{},[82,310,224],{},", and its second output to the input of the ",[82,313,142],{},[82,315,254],{},[25,317,319],{"id":318},"plotting-location-data-on-worldmap","Plotting location data on Worldmap",[40,321,322],{},[43,323,166,324,326,327,330],{},[82,325,183],{}," node onto the canvas. Set the path to ",[82,328,329],{},"\u002Fworldmap"," and keep the rest of the settings unchanged, although you can modify other properties according to your preferences.",[12,332,333],{},[109,334],{"alt":335,"dataZoomable":112,"src":336,"title":337},"\"Screenshot displaying the configuration of the Worldmap custom node\"","\u002Fblog\u002F2024\u002F05\u002Fimages\u002Fmapping-location-on-dashboard-2-worldmap-node.png","Screenshot displaying the configuration of the Worldmap custom node",[40,339,340,347],{"start":163},[43,341,342,343,346],{},"With the ",[82,344,345],{},"worldmap"," node configured, it will generate a world map with plotted data accessible at the specified path.",[43,348,120,349,352,353,127],{},[82,350,351],{},"Function"," node's output to ",[82,354,183],{},[12,356,357,358,59],{},"Now we have successfully created a page with a world map displaying plotted vehicle location data. To confirm, you can visit ",[56,359,360],{},"https:\u002F\u002F\u003Cyour-instance-name>.flowfuse.cloud\u002Fworldmap",[25,362,364],{"id":363},"rendering-map-on-dashboard-20","Rendering map on Dashboard 2.0",[12,366,367,368,371],{},"To render worlmap webpage on dashboard 2.0 we will use ",[82,369,370],{},"iframe"," custom widget which will allow us to embed an external webpage into Dashboard 2.0 applications using an iframe.",[373,374,376],"h3",{"id":375},"installing-iframe-custom-widget","Installing iframe custom widget",[40,378,379,382,388,395,400],{},[43,380,381],{},"Click the Node-RED Settings (top-right)",[43,383,384,385],{},"Click ",[82,386,387],{},"Manage Palette",[43,389,390,391,394],{},"Switch to the ",[82,392,393],{},"Install"," tab",[43,396,54,397],{},[56,398,399],{},"@flowfuse\u002Fnode-red-dashboard-2-ui-iframe",[43,401,384,402],{},[82,403,393],{},[373,405,407],{"id":406},"rendering-worlmap-on-dashboard-20","Rendering worlmap on Dashboard 2.0",[40,409,410,415,425],{},[43,411,80,412,414],{},[82,413,370],{}," widget onto the canvas.",[43,416,417,418,232,421,424],{},"Select ",[82,419,420],{},"ui-group",[82,422,423],{},"ui-base"," for it, where you want to render the webpage.",[43,426,427,428,59],{},"Set height and width for it according to your preference and set URL to ",[82,429,430],{},"\u002Fworlmap",[12,432,433],{},[109,434],{"alt":435,"dataZoomable":112,"src":436,"title":437},"\"Screenshot showing configurations of iframe widget for rendering worlmap page on dashboard\"","\u002Fblog\u002F2024\u002F05\u002Fimages\u002Fmapping-location-on-dashboard-2-iframe-widget.png","Screenshot showing configurations of iframe widget for rendering worlmap page on dashboard",[25,439,441],{"id":440},"deploying-the-flow","Deploying the flow",[12,443,444],{},[109,445],{"alt":446,"dataZoomable":112,"src":447,"title":448},"\"Image displaying live locations of UK public transport on the dashboard\"","\u002Fblog\u002F2024\u002F05\u002Fimages\u002Fmapping-location-on-dashboard-2-uk-live-transport.gif","Image displaying live locations of UK public transport on the dashboard",[450,451,452],"render-flow",{},[453,454,458],"pre",{"className":455,"code":456,"language":457,"meta":112,"style":112},"language-json shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","[{\"id\":\"4e45e8ef870b86fb\",\"type\":\"group\",\"z\":\"eacc68e72f120b0e\",\"style\":{\"stroke\":\"#b2b3bd\",\"stroke-opacity\":\"1\",\"fill\":\"#f2f3fb\",\"fill-opacity\":\"0.5\",\"label\":true,\"label-position\":\"nw\",\"color\":\"#32333b\"},\"nodes\":[\"b6917d83.d1bac\",\"3842171.4d487e8\",\"b4f2e2dabd5b8220\",\"5f0d149d4dc38916\",\"2ff7e9501ad50cd5\",\"a08f0a836ac412a7\",\"bc891dc2aaaedc39\",\"726a8da3fe930e54\",\"b3dd7814ea5270ca\",\"0c5d6bcfd71d40da\",\"e037ee3d1f702d25\",\"d7ca6c3cdf176e4e\"],\"x\":814,\"y\":759,\"w\":1872,\"h\":322},{\"id\":\"b6917d83.d1bac\",\"type\":\"http request\",\"z\":\"eacc68e72f120b0e\",\"g\":\"4e45e8ef870b86fb\",\"name\":\"\",\"method\":\"GET\",\"ret\":\"obj\",\"paytoqs\":\"ignore\",\"url\":\"https:\u002F\u002Ftfe-opendata.com\u002Fapi\u002Fv1\u002Fvehicle_locations\",\"tls\":\"\",\"persist\":false,\"proxy\":\"\",\"insecureHTTPParser\":false,\"authType\":\"\",\"senderr\":false,\"headers\":[],\"x\":1190,\"y\":900,\"wires\":[[\"a08f0a836ac412a7\"]]},{\"id\":\"3842171.4d487e8\",\"type\":\"inject\",\"z\":\"eacc68e72f120b0e\",\"g\":\"4e45e8ef870b86fb\",\"name\":\"get transporatation data\",\"props\":[{\"p\":\"payload\"}],\"repeat\":\"5\",\"crontab\":\"\",\"once\":false,\"onceDelay\":\"\",\"topic\":\"\",\"payload\":\"\",\"payloadType\":\"str\",\"x\":970,\"y\":900,\"wires\":[[\"b6917d83.d1bac\"]]},{\"id\":\"b4f2e2dabd5b8220\",\"type\":\"worldmap\",\"z\":\"eacc68e72f120b0e\",\"g\":\"4e45e8ef870b86fb\",\"name\":\"worldmap\",\"lat\":\"\",\"lon\":\"\",\"zoom\":\"\",\"layer\":\"OSMG\",\"cluster\":\"\",\"maxage\":\"\",\"usermenu\":\"show\",\"layers\":\"show\",\"panit\":\"false\",\"panlock\":\"false\",\"zoomlock\":\"false\",\"hiderightclick\":\"false\",\"coords\":\"mgrs\",\"showgrid\":\"false\",\"showruler\":\"false\",\"allowFileDrop\":\"false\",\"path\":\"\u002Fworldmap\",\"overlist\":\"DR,CO,RA,DN\",\"maplist\":\"OSMG,OSMC,EsriC,EsriS,UKOS\",\"mapname\":\"\",\"mapurl\":\"\",\"mapopt\":\"\",\"mapwms\":false,\"x\":2600,\"y\":900,\"wires\":[]},{\"id\":\"5f0d149d4dc38916\",\"type\":\"comment\",\"z\":\"eacc68e72f120b0e\",\"g\":\"4e45e8ef870b86fb\",\"name\":\"Retrieving, formatting, and plotting location data on a world map.\",\"info\":\"\",\"x\":1390,\"y\":800,\"wires\":[]},{\"id\":\"2ff7e9501ad50cd5\",\"type\":\"comment\",\"z\":\"eacc68e72f120b0e\",\"g\":\"4e45e8ef870b86fb\",\"name\":\"Rendering a map with plotted data on Dashboard 2.0.\",\"info\":\"\",\"x\":1440,\"y\":980,\"wires\":[]},{\"id\":\"a08f0a836ac412a7\",\"type\":\"change\",\"z\":\"eacc68e72f120b0e\",\"g\":\"4e45e8ef870b86fb\",\"name\":\"Set payload\",\"rules\":[{\"t\":\"set\",\"p\":\"payload\",\"pt\":\"msg\",\"to\":\"payload.vehicles\",\"tot\":\"msg\"}],\"action\":\"\",\"property\":\"\",\"from\":\"\",\"to\":\"\",\"reg\":false,\"x\":1390,\"y\":900,\"wires\":[[\"726a8da3fe930e54\"]]},{\"id\":\"bc891dc2aaaedc39\",\"type\":\"change\",\"z\":\"eacc68e72f120b0e\",\"g\":\"4e45e8ef870b86fb\",\"name\":\"Change and delete properties\",\"rules\":[{\"t\":\"set\",\"p\":\"payload.lat\",\"pt\":\"msg\",\"to\":\"payload.latitude\",\"tot\":\"msg\"},{\"t\":\"delete\",\"p\":\"payload.latitude\",\"pt\":\"msg\"},{\"t\":\"set\",\"p\":\"payload.lon\",\"pt\":\"msg\",\"to\":\"payload.longitude\",\"tot\":\"msg\"},{\"t\":\"delete\",\"p\":\"payload.longitude\",\"pt\":\"msg\"},{\"t\":\"set\",\"p\":\"payload.color\",\"pt\":\"msg\",\"to\":\"blue\",\"tot\":\"str\"},{\"t\":\"set\",\"p\":\"payload.name\",\"pt\":\"msg\",\"to\":\"payload.vehicle_id\",\"tot\":\"msg\"},{\"t\":\"delete\",\"p\":\"payload.vehicle_id\",\"pt\":\"msg\"}],\"action\":\"\",\"property\":\"\",\"from\":\"\",\"to\":\"\",\"reg\":false,\"x\":1770,\"y\":900,\"wires\":[[\"b3dd7814ea5270ca\"]]},{\"id\":\"726a8da3fe930e54\",\"type\":\"split\",\"z\":\"eacc68e72f120b0e\",\"g\":\"4e45e8ef870b86fb\",\"name\":\"\",\"splt\":\"\\\\n\",\"spltType\":\"str\",\"arraySplt\":1,\"arraySpltType\":\"len\",\"stream\":false,\"addname\":\"\",\"x\":1550,\"y\":900,\"wires\":[[\"bc891dc2aaaedc39\"]]},{\"id\":\"b3dd7814ea5270ca\",\"type\":\"switch\",\"z\":\"eacc68e72f120b0e\",\"g\":\"4e45e8ef870b86fb\",\"name\":\"is vehical type is tram\",\"property\":\"payload.vehicle_type\",\"propertyType\":\"msg\",\"rules\":[{\"t\":\"eq\",\"v\":\"tram\",\"vt\":\"str\"},{\"t\":\"else\"}],\"checkall\":\"true\",\"repair\":false,\"outputs\":2,\"x\":2040,\"y\":900,\"wires\":[[\"0c5d6bcfd71d40da\"],[\"e037ee3d1f702d25\"]]},{\"id\":\"0c5d6bcfd71d40da\",\"type\":\"change\",\"z\":\"eacc68e72f120b0e\",\"g\":\"4e45e8ef870b86fb\",\"name\":\"set icon and icon color for tram\",\"rules\":[{\"t\":\"set\",\"p\":\"payload.icon\",\"pt\":\"msg\",\"to\":\"fa-train\",\"tot\":\"str\"},{\"t\":\"set\",\"p\":\"payload.iconColor\",\"pt\":\"msg\",\"to\":\"yellow\",\"tot\":\"str\"}],\"action\":\"\",\"property\":\"\",\"from\":\"\",\"to\":\"\",\"reg\":false,\"x\":2310,\"y\":860,\"wires\":[[\"b4f2e2dabd5b8220\"]]},{\"id\":\"e037ee3d1f702d25\",\"type\":\"change\",\"z\":\"eacc68e72f120b0e\",\"g\":\"4e45e8ef870b86fb\",\"name\":\"set icon and icon color for bus\",\"rules\":[{\"t\":\"set\",\"p\":\"payload.icon\",\"pt\":\"msg\",\"to\":\"bus\",\"tot\":\"str\"},{\"t\":\"set\",\"p\":\"payload.iconColor\",\"pt\":\"msg\",\"to\":\"red\",\"tot\":\"str\"}],\"action\":\"\",\"property\":\"\",\"from\":\"\",\"to\":\"\",\"reg\":false,\"x\":2310,\"y\":940,\"wires\":[[\"b4f2e2dabd5b8220\"]]},{\"id\":\"d7ca6c3cdf176e4e\",\"type\":\"ui-iframe\",\"z\":\"eacc68e72f120b0e\",\"g\":\"4e45e8ef870b86fb\",\"name\":\"\",\"group\":\"15d2dfa55e99ea43\",\"order\":0,\"src\":\"\u002Fworldmap\",\"width\":\"12\",\"height\":\"10\",\"x\":1370,\"y\":1040,\"wires\":[]},{\"id\":\"15d2dfa55e99ea43\",\"type\":\"ui-group\",\"name\":\"U.K Transportation Live\",\"page\":\"e098e3047b4a4eaa\",\"width\":\"12\",\"height\":\"1\",\"order\":-1,\"showTitle\":false,\"className\":\"\",\"visible\":\"true\",\"disabled\":\"false\"},{\"id\":\"e098e3047b4a4eaa\",\"type\":\"ui-page\",\"name\":\"U.K Transportation Live\",\"ui\":\"c2e1aa56f50f03bd\",\"path\":\"\u002Fworldmap\",\"icon\":\"earth\",\"layout\":\"grid\",\"theme\":\"129e99574def90a3\",\"order\":-1,\"className\":\"\",\"visible\":\"true\",\"disabled\":\"false\"},{\"id\":\"c2e1aa56f50f03bd\",\"type\":\"ui-base\",\"name\":\"Dashboard\",\"path\":\"\u002Fdashboard\",\"showPathInSidebar\":false,\"navigationStyle\":\"default\"},{\"id\":\"129e99574def90a3\",\"type\":\"ui-theme\",\"name\":\"Another Theme\",\"colors\":{\"surface\":\"#000000\",\"primary\":\"#ff4000\",\"bgPage\":\"#f0f0f0\",\"groupBg\":\"#ffffff\",\"groupOutline\":\"#d9d9d9\"},\"sizes\":{\"pagePadding\":\"9px\",\"groupGap\":\"12px\",\"groupBorderRadius\":\"9px\",\"widgetGap\":\"6px\"}}]\n","json",[56,459,460],{"__ignoreMap":112},[461,462,465,469,472,476,478,481,483,487,489,492,494,497,499,501,503,506,508,510,512,515,517,519,521,524,526,528,530,533,535,538,540,544,546,548,550,553,555,557,559,562,564,566,568,571,573,575,577,580,582,584,586,589,591,593,595,598,600,602,604,607,609,611,613,616,618,621,623,626,628,630,632,635,637,639,641,644,646,648,650,653,655,658,660,663,665,668,670,673,675,677,679,682,684,686,688,691,693,695,697,700,702,704,706,709,711,713,715,718,720,722,724,727,729,731,733,736,738,740,742,745,747,749,751,754,756,758,760,763,765,767,769,772,774,777,779,782,784,786,790,792,794,797,799,801,804,806,808,811,813,815,818,820,822,825,827,829,832,835,837,839,841,843,845,847,849,851,853,855,857,859,861,864,866,868,870,872,874,876,878,880,882,884,886,889,891,893,895,897,899,901,903,906,908,910,913,915,917,920,922,924,926,928,930,932,934,937,939,941,943,946,948,950,952,955,957,959,961,964,966,968,970,973,975,977,979,981,983,985,987,990,992,994,996,998,1000,1003,1005,1008,1010,1013,1015,1017,1019,1021,1023,1026,1028,1030,1032,1035,1037,1039,1041,1043,1045,1048,1050,1052,1054,1057,1059,1062,1064,1066,1068,1070,1073,1075,1077,1079,1081,1083,1086,1088,1090,1093,1095,1098,1100,1102,1104,1107,1109,1111,1113,1115,1117,1119,1121,1123,1125,1127,1129,1131,1133,1136,1138,1140,1142,1144,1146,1148,1150,1152,1154,1156,1158,1160,1162,1164,1166,1168,1170,1172,1174,1176,1178,1180,1182,1185,1187,1189,1191,1194,1196,1199,1201,1203,1205,1207,1209,1212,1214,1217,1219,1222,1224,1226,1228,1231,1233,1235,1237,1240,1242,1244,1246,1248,1250,1253,1255,1257,1259,1262,1264,1266,1268,1270,1272,1275,1277,1279,1281,1283,1285,1287,1289,1291,1293,1295,1297,1300,1302,1304,1306,1309,1311,1313,1315,1317,1319,1321,1324,1326,1328,1330,1332,1334,1336,1338,1340,1342,1344,1346,1348,1350,1352,1354,1356,1358,1360,1362,1364,1366,1368,1370,1372,1374,1376,1378,1380,1382,1384,1386,1388,1390,1392,1394,1396,1398,1400,1402,1404,1406,1408,1410,1412,1414,1416,1418,1420,1422,1424,1426,1428,1430,1432,1434,1436,1439,1441,1443,1445,1447,1449,1452,1454,1456,1458,1460,1462,1465,1467,1469,1471,1473,1475,1478,1480,1482,1484,1487,1489,1491,1493,1496,1498,1500,1502,1504,1506,1509,1511,1513,1515,1517,1519,1522,1524,1526,1528,1531,1533,1535,1537,1540,1542,1544,1546,1548,1550,1552,1554,1557,1559,1561,1563,1566,1568,1570,1572,1575,1577,1579,1581,1583,1585,1587,1589,1592,1594,1596,1598,1600,1602,1604,1606,1609,1611,1613,1615,1617,1619,1621,1623,1626,1628,1630,1632,1635,1637,1639,1641,1644,1646,1648,1650,1652,1654,1656,1658,1661,1663,1665,1667,1669,1671,1673,1675,1678,1680,1682,1684,1686,1688,1690,1692,1695,1697,1699,1701,1703,1705,1707,1709,1712,1714,1716,1718,1721,1723,1725,1727,1730,1732,1734,1736,1739,1741,1743,1745,1748,1750,1752,1754,1756,1758,1761,1763,1765,1767,1769,1771,1774,1776,1778,1780,1782,1784,1787,1789,1791,1793,1795,1797,1799,1802,1804,1806,1808,1810,1812,1814,1816,1818,1820,1822,1825,1827,1829,1831,1833,1835,1837,1839,1841,1843,1845,1847,1849,1851,1854,1856,1858,1860,1862,1864,1866,1868,1870,1872,1874,1876,1878,1880,1882,1884,1886,1888,1890,1892,1894,1896,1898,1900,1903,1905,1907,1909,1912,1914,1916,1918,1920,1922,1924,1926,1928,1931,1933,1935,1937,1939,1941,1944,1946,1948,1950,1952,1954,1956,1958,1960,1962,1964,1966,1968,1970,1972,1974,1976,1978,1980,1982,1984,1986,1988,1990,1992,1994,1996,1998,2000,2002,2004,2006,2008,2010,2012,2014,2016,2018,2020,2022,2024,2026,2028,2031,2033,2035,2037,2039,2041,2043,2045,2047,2049,2051,2053,2055,2058,2060,2062,2064,2066,2068,2071,2073,2075,2077,2079,2081,2083,2085,2087,2089,2091,2093,2095,2097,2099,2101,2103,2105,2107,2110,2112,2114,2116,2118,2120,2122,2124,2126,2128,2130,2132,2134,2136,2138,2140,2142,2144,2146,2148,2150,2152,2154,2156,2158,2160,2162,2164,2167,2169,2171,2173,2176,2178,2180,2182,2185,2187,2189,2191,2193,2195,2197,2199,2201,2203,2205,2207,2210,2212,2214,2216,2219,2221,2223,2225,2228,2230,2232,2234,2237,2239,2241,2243,2246,2248,2250,2252,2254,2256,2258,2260,2263,2265,2267,2269,2271,2273,2276,2278,2280,2282,2284,2286,2289,2291,2293,2295,2297,2299,2301,2303,2305,2307,2309,2311,2314,2316,2318,2320,2322,2324,2326,2328,2330,2332,2334,2336,2338,2340,2342,2344,2346,2348,2350,2352,2354,2356,2358,2360,2362,2364,2366,2368,2370,2372,2374,2376,2378,2380,2382,2384,2386,2388,2390,2392,2394,2396,2398,2400,2402,2404,2406,2408,2410,2412,2414,2416,2418,2420,2422,2424,2426,2428,2430,2432,2434,2436,2438,2440,2442,2444,2446,2448,2450,2452,2454,2456,2458,2460,2462,2464,2466,2468,2470,2472,2475,2477,2479,2481,2483,2485,2487,2489,2491,2493,2495,2497,2499,2501,2503,2505,2508,2510,2512,2514,2516,2518,2520,2522,2524,2526,2528,2530,2532,2534,2536,2538,2541,2543,2545,2547,2549,2551,2553,2555,2557,2559,2561,2563,2565,2567,2569,2571,2573,2575,2577,2579,2581,2583,2585,2587,2589,2591,2593,2595,2597,2599,2601,2603,2606,2608,2610,2612,2614,2616,2618,2620,2622,2624,2626,2628,2630,2632,2634,2636,2639,2641,2643,2645,2647,2649,2651,2653,2655,2657,2659,2661,2663,2665,2667,2669,2671,2673,2675,2677,2679,2681,2683,2685,2687,2689,2691,2693,2695,2697,2699,2701,2703,2705,2707,2709,2711,2713,2715,2717,2719,2721,2723,2725,2727,2729,2731,2733,2736,2738,2740,2742,2744,2746,2748,2750,2752,2754,2756,2758,2760,2762,2764,2766,2769,2771,2773,2775,2777,2779,2781,2783,2785,2787,2789,2791,2793,2795,2797,2799,2801,2803,2805,2807,2809,2811,2813,2815,2818,2820,2822,2824,2826,2828,2830,2832,2834,2836,2838,2840,2842,2844,2846,2848,2851,2853,2855,2857,2859,2861,2863,2865,2867,2869,2871,2873,2875,2877,2879,2881,2883,2885,2887,2889,2891,2893,2895,2897,2899,2901,2903,2905,2907,2909,2911,2913,2915,2917,2919,2921,2923,2925,2927,2929,2931,2933,2935,2937,2939,2941,2943,2945,2947,2949,2951,2953,2955,2957,2959,2961,2963,2965,2967,2969,2971,2973,2975,2977,2979,2981,2983,2986,2988,2990,2992,2994,2996,2998,3000,3002,3004,3006,3008,3010,3012,3014,3016,3018,3020,3022,3024,3026,3028,3030,3032,3034,3036,3038,3040,3042,3045,3047,3049,3051,3053,3055,3057,3059,3061,3063,3065,3067,3069,3071,3073,3075,3077,3079,3081,3083,3085,3087,3089,3091,3093,3095,3098,3100,3102,3104,3108,3111,3113,3115,3117,3120,3122,3124,3126,3128,3130,3132,3134,3137,3139,3141,3143,3145,3147,3150,3152,3154,3156,3159,3161,3163,3165,3168,3170,3172,3174,3177,3179,3181,3183,3185,3187,3189,3191,3193,3196,3198,3200,3202,3204,3206,3208,3210,3212,3214,3216,3218,3220,3222,3224,3226,3228,3230,3232,3234,3236,3238,3240,3242,3244,3246,3248,3250,3252,3255,3257,3259,3261,3263,3265,3267,3269,3271,3273,3275,3277,3279,3281,3283,3285,3287,3289,3291,3293,3295,3297,3299,3301,3304,3306,3308,3310,3312,3314,3316,3318,3321,3323,3325,3327,3330,3332,3334,3336,3338,3340,3342,3344,3346,3348,3350,3352,3354,3356,3358,3360,3363,3365,3367,3369,3372,3374,3376,3378,3380,3382,3384,3386,3389,3391,3393,3395,3397,3399,3401,3403,3405,3407,3409,3411,3414,3416,3418,3420,3423,3425,3427,3429,3432,3434,3436,3438,3441,3443,3445,3447,3450,3452,3454,3457,3459,3461,3463,3465,3467,3470,3472,3474,3476,3478,3480,3482,3484,3486,3488,3490,3492,3494,3496,3498,3501,3503,3505,3507,3509,3511,3513,3515,3517,3519,3521,3523,3525,3527,3529,3531,3533,3535,3537,3539,3541,3543,3545,3547,3549,3551,3553,3555,3557,3559,3561,3563,3565,3567,3569,3571,3573,3575,3577,3579,3581,3583,3585,3587,3589,3591,3593,3595,3597,3599,3601,3603,3605,3607,3609,3611,3613,3615,3617,3619,3621,3623,3626,3628,3630,3632,3634,3636,3638,3640,3642,3644,3646,3648,3650,3652,3654,3656,3658,3660,3662,3664,3666,3668,3670,3672,3674,3676,3678,3680,3682,3684,3686,3688,3690,3692,3694,3696,3698,3700,3702,3704,3707,3709,3711,3713,3715,3717,3719,3721,3723,3725,3727,3729,3731,3733,3735,3737,3739,3741,3743,3745,3747,3749,3751,3753,3755,3757,3759,3761,3763,3765,3767,3769,3771,3773,3775,3777,3779,3781,3783,3785,3787,3789,3791,3793,3795,3797,3799,3801,3803,3805,3807,3809,3811,3813,3815,3817,3819,3821,3823,3826,3828,3830,3832,3834,3836,3839,3841,3843,3845,3847,3849,3851,3853,3855,3857,3859,3861,3863,3865,3867,3869,3871,3873,3875,3877,3879,3881,3883,3885,3887,3889,3891,3893,3895,3897,3899,3901,3903,3905,3907,3909,3911,3913,3915,3917,3919,3921,3923,3925,3927,3929,3931,3933,3935,3937,3939,3941,3943,3945,3947,3949,3951,3953,3955,3957,3959,3961,3963,3965,3967,3969,3971,3973,3975,3977,3979,3981,3983,3985,3987,3989,3991,3993,3995,3997,3999,4001,4003,4005,4007,4009,4011,4013,4015,4017,4019,4021,4023,4025,4027,4029,4031,4033,4035,4037,4039,4041,4043,4045,4047,4049,4051,4053,4055,4057,4059,4061,4063,4065,4067,4069,4071,4073,4075,4077,4079,4081,4083,4085,4087,4089,4091,4093,4095,4097,4099,4101,4103,4105,4107,4109,4111,4113,4115,4117,4119,4121,4123,4125,4127,4129,4131,4133,4135,4137,4139,4141,4143,4145,4147,4149,4151,4153,4155,4157,4159,4161,4163,4165,4167,4169,4171,4173,4175,4177,4179,4181,4184,4186,4188,4190,4192,4194,4196,4198,4200,4202,4204,4206,4208,4210,4212,4214,4216,4218,4220,4222,4224,4226,4228,4231,4233,4235,4237,4239,4241,4243,4245,4247,4249,4251,4253,4255,4257,4259,4261,4263,4265,4267,4269,4271,4273,4275,4277,4279,4281,4283,4285,4287,4289,4292,4294,4296,4298,4301,4303,4305,4308,4310,4312,4315,4317,4319,4321,4323,4325,4327,4329,4332,4334,4336,4338,4341,4343,4345,4347,4350,4352,4354,4356,4359,4361,4363,4365,4367,4369,4371,4374,4376,4378,4380,4382,4384,4387,4389,4391,4393,4395,4397,4399,4401,4403,4405,4407,4409,4411,4413,4415,4417,4419,4421,4423,4425,4427,4429,4431,4433,4435,4437,4439,4442,4444,4446,4448,4451,4453,4455,4457,4460,4462,4464,4466,4468,4470,4472,4474,4476,4478,4480,4482,4484,4486,4488,4490,4492,4494,4496,4498,4500,4502,4504,4507,4509,4511,4514,4516,4518,4520,4523,4525,4527,4529,4531,4533,4536,4538,4540,4542,4544,4546,4548,4550,4553,4555,4557,4559,4561,4563,4565,4567,4569,4571,4573,4575,4577,4579,4581,4583,4585,4587,4589,4591,4594,4596,4598,4600,4602,4604,4606,4608,4610,4612,4614,4616,4619,4621,4623,4625,4628,4630,4632,4634,4636,4638,4640,4642,4644,4646,4648,4650,4653,4655,4657,4659,4662,4664,4666,4668,4671,4673,4675,4677,4680,4682,4684,4686,4689,4691,4693,4695,4698,4700,4702,4704,4706,4708,4710,4712,4714,4716,4718,4720,4722,4724,4726,4728,4730,4732,4734,4736,4738,4740,4742,4744,4746,4748,4750,4752,4754,4756,4758,4760,4762,4764,4766,4768,4770,4772,4774,4776,4778,4780,4782,4784,4786,4788,4790,4792,4794,4796,4798,4800,4803,4805,4807,4809,4811,4813,4815,4817,4820,4822,4824,4826,4829,4831,4833,4835,4838,4840,4842,4844,4847,4849,4851,4853,4855,4857,4859,4861,4863,4865,4867,4869,4871,4873,4875,4877,4880,4882,4884,4886,4888,4890,4892,4894,4897,4899,4901,4903,4906,4908,4910,4912,4915,4917,4919,4921,4924,4926,4928,4930,4933,4935,4937,4939,4942,4944,4946,4948,4951,4953,4955,4957,4960,4962,4964,4966,4969,4971,4973,4975,4978,4980,4982,4984,4987,4989,4991,4993,4996,4998,5000,5002,5005,5007,5009,5011,5014,5016,5018,5020,5023,5025,5027,5029,5032,5034,5036,5038,5041,5043,5045,5047,5050,5052,5054,5056,5058,5060,5062,5064,5067,5069,5071,5073,5076,5078],"span",{"class":463,"line":464},"line",1,[461,466,468],{"class":467},"sMK4o","[{",[461,470,471],{"class":467},"\"",[461,473,475],{"class":474},"spNyl","id",[461,477,471],{"class":467},[461,479,480],{"class":467},":",[461,482,471],{"class":467},[461,484,486],{"class":485},"sfazB","4e45e8ef870b86fb",[461,488,471],{"class":467},[461,490,491],{"class":467},",",[461,493,471],{"class":467},[461,495,496],{"class":474},"type",[461,498,471],{"class":467},[461,500,480],{"class":467},[461,502,471],{"class":467},[461,504,505],{"class":485},"group",[461,507,471],{"class":467},[461,509,491],{"class":467},[461,511,471],{"class":467},[461,513,514],{"class":474},"z",[461,516,471],{"class":467},[461,518,480],{"class":467},[461,520,471],{"class":467},[461,522,523],{"class":485},"eacc68e72f120b0e",[461,525,471],{"class":467},[461,527,491],{"class":467},[461,529,471],{"class":467},[461,531,532],{"class":474},"style",[461,534,471],{"class":467},[461,536,537],{"class":467},":{",[461,539,471],{"class":467},[461,541,543],{"class":542},"sBMFI","stroke",[461,545,471],{"class":467},[461,547,480],{"class":467},[461,549,471],{"class":467},[461,551,552],{"class":485},"#b2b3bd",[461,554,471],{"class":467},[461,556,491],{"class":467},[461,558,471],{"class":467},[461,560,561],{"class":542},"stroke-opacity",[461,563,471],{"class":467},[461,565,480],{"class":467},[461,567,471],{"class":467},[461,569,570],{"class":485},"1",[461,572,471],{"class":467},[461,574,491],{"class":467},[461,576,471],{"class":467},[461,578,579],{"class":542},"fill",[461,581,471],{"class":467},[461,583,480],{"class":467},[461,585,471],{"class":467},[461,587,588],{"class":485},"#f2f3fb",[461,590,471],{"class":467},[461,592,491],{"class":467},[461,594,471],{"class":467},[461,596,597],{"class":542},"fill-opacity",[461,599,471],{"class":467},[461,601,480],{"class":467},[461,603,471],{"class":467},[461,605,606],{"class":485},"0.5",[461,608,471],{"class":467},[461,610,491],{"class":467},[461,612,471],{"class":467},[461,614,615],{"class":542},"label",[461,617,471],{"class":467},[461,619,620],{"class":467},":true,",[461,622,471],{"class":467},[461,624,625],{"class":542},"label-position",[461,627,471],{"class":467},[461,629,480],{"class":467},[461,631,471],{"class":467},[461,633,634],{"class":485},"nw",[461,636,471],{"class":467},[461,638,491],{"class":467},[461,640,471],{"class":467},[461,642,643],{"class":542},"color",[461,645,471],{"class":467},[461,647,480],{"class":467},[461,649,471],{"class":467},[461,651,652],{"class":485},"#32333b",[461,654,471],{"class":467},[461,656,657],{"class":467},"},",[461,659,471],{"class":467},[461,661,662],{"class":474},"nodes",[461,664,471],{"class":467},[461,666,667],{"class":467},":[",[461,669,471],{"class":467},[461,671,672],{"class":485},"b6917d83.d1bac",[461,674,471],{"class":467},[461,676,491],{"class":467},[461,678,471],{"class":467},[461,680,681],{"class":485},"3842171.4d487e8",[461,683,471],{"class":467},[461,685,491],{"class":467},[461,687,471],{"class":467},[461,689,690],{"class":485},"b4f2e2dabd5b8220",[461,692,471],{"class":467},[461,694,491],{"class":467},[461,696,471],{"class":467},[461,698,699],{"class":485},"5f0d149d4dc38916",[461,701,471],{"class":467},[461,703,491],{"class":467},[461,705,471],{"class":467},[461,707,708],{"class":485},"2ff7e9501ad50cd5",[461,710,471],{"class":467},[461,712,491],{"class":467},[461,714,471],{"class":467},[461,716,717],{"class":485},"a08f0a836ac412a7",[461,719,471],{"class":467},[461,721,491],{"class":467},[461,723,471],{"class":467},[461,725,726],{"class":485},"bc891dc2aaaedc39",[461,728,471],{"class":467},[461,730,491],{"class":467},[461,732,471],{"class":467},[461,734,735],{"class":485},"726a8da3fe930e54",[461,737,471],{"class":467},[461,739,491],{"class":467},[461,741,471],{"class":467},[461,743,744],{"class":485},"b3dd7814ea5270ca",[461,746,471],{"class":467},[461,748,491],{"class":467},[461,750,471],{"class":467},[461,752,753],{"class":485},"0c5d6bcfd71d40da",[461,755,471],{"class":467},[461,757,491],{"class":467},[461,759,471],{"class":467},[461,761,762],{"class":485},"e037ee3d1f702d25",[461,764,471],{"class":467},[461,766,491],{"class":467},[461,768,471],{"class":467},[461,770,771],{"class":485},"d7ca6c3cdf176e4e",[461,773,471],{"class":467},[461,775,776],{"class":467},"],",[461,778,471],{"class":467},[461,780,781],{"class":474},"x",[461,783,471],{"class":467},[461,785,480],{"class":467},[461,787,789],{"class":788},"sbssI","814",[461,791,491],{"class":467},[461,793,471],{"class":467},[461,795,796],{"class":474},"y",[461,798,471],{"class":467},[461,800,480],{"class":467},[461,802,803],{"class":788},"759",[461,805,491],{"class":467},[461,807,471],{"class":467},[461,809,810],{"class":474},"w",[461,812,471],{"class":467},[461,814,480],{"class":467},[461,816,817],{"class":788},"1872",[461,819,491],{"class":467},[461,821,471],{"class":467},[461,823,824],{"class":474},"h",[461,826,471],{"class":467},[461,828,480],{"class":467},[461,830,831],{"class":788},"322",[461,833,834],{"class":467},"},{",[461,836,471],{"class":467},[461,838,475],{"class":474},[461,840,471],{"class":467},[461,842,480],{"class":467},[461,844,471],{"class":467},[461,846,672],{"class":485},[461,848,471],{"class":467},[461,850,491],{"class":467},[461,852,471],{"class":467},[461,854,496],{"class":474},[461,856,471],{"class":467},[461,858,480],{"class":467},[461,860,471],{"class":467},[461,862,863],{"class":485},"http request",[461,865,471],{"class":467},[461,867,491],{"class":467},[461,869,471],{"class":467},[461,871,514],{"class":474},[461,873,471],{"class":467},[461,875,480],{"class":467},[461,877,471],{"class":467},[461,879,523],{"class":485},[461,881,471],{"class":467},[461,883,491],{"class":467},[461,885,471],{"class":467},[461,887,888],{"class":474},"g",[461,890,471],{"class":467},[461,892,480],{"class":467},[461,894,471],{"class":467},[461,896,486],{"class":485},[461,898,471],{"class":467},[461,900,491],{"class":467},[461,902,471],{"class":467},[461,904,905],{"class":474},"name",[461,907,471],{"class":467},[461,909,480],{"class":467},[461,911,912],{"class":467},"\"\"",[461,914,491],{"class":467},[461,916,471],{"class":467},[461,918,919],{"class":474},"method",[461,921,471],{"class":467},[461,923,480],{"class":467},[461,925,471],{"class":467},[461,927,91],{"class":485},[461,929,471],{"class":467},[461,931,491],{"class":467},[461,933,471],{"class":467},[461,935,936],{"class":474},"ret",[461,938,471],{"class":467},[461,940,480],{"class":467},[461,942,471],{"class":467},[461,944,945],{"class":485},"obj",[461,947,471],{"class":467},[461,949,491],{"class":467},[461,951,471],{"class":467},[461,953,954],{"class":474},"paytoqs",[461,956,471],{"class":467},[461,958,480],{"class":467},[461,960,471],{"class":467},[461,962,963],{"class":485},"ignore",[461,965,471],{"class":467},[461,967,491],{"class":467},[461,969,471],{"class":467},[461,971,972],{"class":474},"url",[461,974,471],{"class":467},[461,976,480],{"class":467},[461,978,471],{"class":467},[461,980,95],{"class":485},[461,982,471],{"class":467},[461,984,491],{"class":467},[461,986,471],{"class":467},[461,988,989],{"class":474},"tls",[461,991,471],{"class":467},[461,993,480],{"class":467},[461,995,912],{"class":467},[461,997,491],{"class":467},[461,999,471],{"class":467},[461,1001,1002],{"class":474},"persist",[461,1004,471],{"class":467},[461,1006,1007],{"class":467},":false,",[461,1009,471],{"class":467},[461,1011,1012],{"class":474},"proxy",[461,1014,471],{"class":467},[461,1016,480],{"class":467},[461,1018,912],{"class":467},[461,1020,491],{"class":467},[461,1022,471],{"class":467},[461,1024,1025],{"class":474},"insecureHTTPParser",[461,1027,471],{"class":467},[461,1029,1007],{"class":467},[461,1031,471],{"class":467},[461,1033,1034],{"class":474},"authType",[461,1036,471],{"class":467},[461,1038,480],{"class":467},[461,1040,912],{"class":467},[461,1042,491],{"class":467},[461,1044,471],{"class":467},[461,1046,1047],{"class":474},"senderr",[461,1049,471],{"class":467},[461,1051,1007],{"class":467},[461,1053,471],{"class":467},[461,1055,1056],{"class":474},"headers",[461,1058,471],{"class":467},[461,1060,1061],{"class":467},":[],",[461,1063,471],{"class":467},[461,1065,781],{"class":474},[461,1067,471],{"class":467},[461,1069,480],{"class":467},[461,1071,1072],{"class":788},"1190",[461,1074,491],{"class":467},[461,1076,471],{"class":467},[461,1078,796],{"class":474},[461,1080,471],{"class":467},[461,1082,480],{"class":467},[461,1084,1085],{"class":788},"900",[461,1087,491],{"class":467},[461,1089,471],{"class":467},[461,1091,1092],{"class":474},"wires",[461,1094,471],{"class":467},[461,1096,1097],{"class":467},":[[",[461,1099,471],{"class":467},[461,1101,717],{"class":485},[461,1103,471],{"class":467},[461,1105,1106],{"class":467},"]]},{",[461,1108,471],{"class":467},[461,1110,475],{"class":474},[461,1112,471],{"class":467},[461,1114,480],{"class":467},[461,1116,471],{"class":467},[461,1118,681],{"class":485},[461,1120,471],{"class":467},[461,1122,491],{"class":467},[461,1124,471],{"class":467},[461,1126,496],{"class":474},[461,1128,471],{"class":467},[461,1130,480],{"class":467},[461,1132,471],{"class":467},[461,1134,1135],{"class":485},"inject",[461,1137,471],{"class":467},[461,1139,491],{"class":467},[461,1141,471],{"class":467},[461,1143,514],{"class":474},[461,1145,471],{"class":467},[461,1147,480],{"class":467},[461,1149,471],{"class":467},[461,1151,523],{"class":485},[461,1153,471],{"class":467},[461,1155,491],{"class":467},[461,1157,471],{"class":467},[461,1159,888],{"class":474},[461,1161,471],{"class":467},[461,1163,480],{"class":467},[461,1165,471],{"class":467},[461,1167,486],{"class":485},[461,1169,471],{"class":467},[461,1171,491],{"class":467},[461,1173,471],{"class":467},[461,1175,905],{"class":474},[461,1177,471],{"class":467},[461,1179,480],{"class":467},[461,1181,471],{"class":467},[461,1183,1184],{"class":485},"get transporatation data",[461,1186,471],{"class":467},[461,1188,491],{"class":467},[461,1190,471],{"class":467},[461,1192,1193],{"class":474},"props",[461,1195,471],{"class":467},[461,1197,1198],{"class":467},":[{",[461,1200,471],{"class":467},[461,1202,12],{"class":542},[461,1204,471],{"class":467},[461,1206,480],{"class":467},[461,1208,471],{"class":467},[461,1210,1211],{"class":485},"payload",[461,1213,471],{"class":467},[461,1215,1216],{"class":467},"}],",[461,1218,471],{"class":467},[461,1220,1221],{"class":474},"repeat",[461,1223,471],{"class":467},[461,1225,480],{"class":467},[461,1227,471],{"class":467},[461,1229,1230],{"class":485},"5",[461,1232,471],{"class":467},[461,1234,491],{"class":467},[461,1236,471],{"class":467},[461,1238,1239],{"class":474},"crontab",[461,1241,471],{"class":467},[461,1243,480],{"class":467},[461,1245,912],{"class":467},[461,1247,491],{"class":467},[461,1249,471],{"class":467},[461,1251,1252],{"class":474},"once",[461,1254,471],{"class":467},[461,1256,1007],{"class":467},[461,1258,471],{"class":467},[461,1260,1261],{"class":474},"onceDelay",[461,1263,471],{"class":467},[461,1265,480],{"class":467},[461,1267,912],{"class":467},[461,1269,491],{"class":467},[461,1271,471],{"class":467},[461,1273,1274],{"class":474},"topic",[461,1276,471],{"class":467},[461,1278,480],{"class":467},[461,1280,912],{"class":467},[461,1282,491],{"class":467},[461,1284,471],{"class":467},[461,1286,1211],{"class":474},[461,1288,471],{"class":467},[461,1290,480],{"class":467},[461,1292,912],{"class":467},[461,1294,491],{"class":467},[461,1296,471],{"class":467},[461,1298,1299],{"class":474},"payloadType",[461,1301,471],{"class":467},[461,1303,480],{"class":467},[461,1305,471],{"class":467},[461,1307,1308],{"class":485},"str",[461,1310,471],{"class":467},[461,1312,491],{"class":467},[461,1314,471],{"class":467},[461,1316,781],{"class":474},[461,1318,471],{"class":467},[461,1320,480],{"class":467},[461,1322,1323],{"class":788},"970",[461,1325,491],{"class":467},[461,1327,471],{"class":467},[461,1329,796],{"class":474},[461,1331,471],{"class":467},[461,1333,480],{"class":467},[461,1335,1085],{"class":788},[461,1337,491],{"class":467},[461,1339,471],{"class":467},[461,1341,1092],{"class":474},[461,1343,471],{"class":467},[461,1345,1097],{"class":467},[461,1347,471],{"class":467},[461,1349,672],{"class":485},[461,1351,471],{"class":467},[461,1353,1106],{"class":467},[461,1355,471],{"class":467},[461,1357,475],{"class":474},[461,1359,471],{"class":467},[461,1361,480],{"class":467},[461,1363,471],{"class":467},[461,1365,690],{"class":485},[461,1367,471],{"class":467},[461,1369,491],{"class":467},[461,1371,471],{"class":467},[461,1373,496],{"class":474},[461,1375,471],{"class":467},[461,1377,480],{"class":467},[461,1379,471],{"class":467},[461,1381,345],{"class":485},[461,1383,471],{"class":467},[461,1385,491],{"class":467},[461,1387,471],{"class":467},[461,1389,514],{"class":474},[461,1391,471],{"class":467},[461,1393,480],{"class":467},[461,1395,471],{"class":467},[461,1397,523],{"class":485},[461,1399,471],{"class":467},[461,1401,491],{"class":467},[461,1403,471],{"class":467},[461,1405,888],{"class":474},[461,1407,471],{"class":467},[461,1409,480],{"class":467},[461,1411,471],{"class":467},[461,1413,486],{"class":485},[461,1415,471],{"class":467},[461,1417,491],{"class":467},[461,1419,471],{"class":467},[461,1421,905],{"class":474},[461,1423,471],{"class":467},[461,1425,480],{"class":467},[461,1427,471],{"class":467},[461,1429,345],{"class":485},[461,1431,471],{"class":467},[461,1433,491],{"class":467},[461,1435,471],{"class":467},[461,1437,1438],{"class":474},"lat",[461,1440,471],{"class":467},[461,1442,480],{"class":467},[461,1444,912],{"class":467},[461,1446,491],{"class":467},[461,1448,471],{"class":467},[461,1450,1451],{"class":474},"lon",[461,1453,471],{"class":467},[461,1455,480],{"class":467},[461,1457,912],{"class":467},[461,1459,491],{"class":467},[461,1461,471],{"class":467},[461,1463,1464],{"class":474},"zoom",[461,1466,471],{"class":467},[461,1468,480],{"class":467},[461,1470,912],{"class":467},[461,1472,491],{"class":467},[461,1474,471],{"class":467},[461,1476,1477],{"class":474},"layer",[461,1479,471],{"class":467},[461,1481,480],{"class":467},[461,1483,471],{"class":467},[461,1485,1486],{"class":485},"OSMG",[461,1488,471],{"class":467},[461,1490,491],{"class":467},[461,1492,471],{"class":467},[461,1494,1495],{"class":474},"cluster",[461,1497,471],{"class":467},[461,1499,480],{"class":467},[461,1501,912],{"class":467},[461,1503,491],{"class":467},[461,1505,471],{"class":467},[461,1507,1508],{"class":474},"maxage",[461,1510,471],{"class":467},[461,1512,480],{"class":467},[461,1514,912],{"class":467},[461,1516,491],{"class":467},[461,1518,471],{"class":467},[461,1520,1521],{"class":474},"usermenu",[461,1523,471],{"class":467},[461,1525,480],{"class":467},[461,1527,471],{"class":467},[461,1529,1530],{"class":485},"show",[461,1532,471],{"class":467},[461,1534,491],{"class":467},[461,1536,471],{"class":467},[461,1538,1539],{"class":474},"layers",[461,1541,471],{"class":467},[461,1543,480],{"class":467},[461,1545,471],{"class":467},[461,1547,1530],{"class":485},[461,1549,471],{"class":467},[461,1551,491],{"class":467},[461,1553,471],{"class":467},[461,1555,1556],{"class":474},"panit",[461,1558,471],{"class":467},[461,1560,480],{"class":467},[461,1562,471],{"class":467},[461,1564,1565],{"class":485},"false",[461,1567,471],{"class":467},[461,1569,491],{"class":467},[461,1571,471],{"class":467},[461,1573,1574],{"class":474},"panlock",[461,1576,471],{"class":467},[461,1578,480],{"class":467},[461,1580,471],{"class":467},[461,1582,1565],{"class":485},[461,1584,471],{"class":467},[461,1586,491],{"class":467},[461,1588,471],{"class":467},[461,1590,1591],{"class":474},"zoomlock",[461,1593,471],{"class":467},[461,1595,480],{"class":467},[461,1597,471],{"class":467},[461,1599,1565],{"class":485},[461,1601,471],{"class":467},[461,1603,491],{"class":467},[461,1605,471],{"class":467},[461,1607,1608],{"class":474},"hiderightclick",[461,1610,471],{"class":467},[461,1612,480],{"class":467},[461,1614,471],{"class":467},[461,1616,1565],{"class":485},[461,1618,471],{"class":467},[461,1620,491],{"class":467},[461,1622,471],{"class":467},[461,1624,1625],{"class":474},"coords",[461,1627,471],{"class":467},[461,1629,480],{"class":467},[461,1631,471],{"class":467},[461,1633,1634],{"class":485},"mgrs",[461,1636,471],{"class":467},[461,1638,491],{"class":467},[461,1640,471],{"class":467},[461,1642,1643],{"class":474},"showgrid",[461,1645,471],{"class":467},[461,1647,480],{"class":467},[461,1649,471],{"class":467},[461,1651,1565],{"class":485},[461,1653,471],{"class":467},[461,1655,491],{"class":467},[461,1657,471],{"class":467},[461,1659,1660],{"class":474},"showruler",[461,1662,471],{"class":467},[461,1664,480],{"class":467},[461,1666,471],{"class":467},[461,1668,1565],{"class":485},[461,1670,471],{"class":467},[461,1672,491],{"class":467},[461,1674,471],{"class":467},[461,1676,1677],{"class":474},"allowFileDrop",[461,1679,471],{"class":467},[461,1681,480],{"class":467},[461,1683,471],{"class":467},[461,1685,1565],{"class":485},[461,1687,471],{"class":467},[461,1689,491],{"class":467},[461,1691,471],{"class":467},[461,1693,1694],{"class":474},"path",[461,1696,471],{"class":467},[461,1698,480],{"class":467},[461,1700,471],{"class":467},[461,1702,329],{"class":485},[461,1704,471],{"class":467},[461,1706,491],{"class":467},[461,1708,471],{"class":467},[461,1710,1711],{"class":474},"overlist",[461,1713,471],{"class":467},[461,1715,480],{"class":467},[461,1717,471],{"class":467},[461,1719,1720],{"class":485},"DR,CO,RA,DN",[461,1722,471],{"class":467},[461,1724,491],{"class":467},[461,1726,471],{"class":467},[461,1728,1729],{"class":474},"maplist",[461,1731,471],{"class":467},[461,1733,480],{"class":467},[461,1735,471],{"class":467},[461,1737,1738],{"class":485},"OSMG,OSMC,EsriC,EsriS,UKOS",[461,1740,471],{"class":467},[461,1742,491],{"class":467},[461,1744,471],{"class":467},[461,1746,1747],{"class":474},"mapname",[461,1749,471],{"class":467},[461,1751,480],{"class":467},[461,1753,912],{"class":467},[461,1755,491],{"class":467},[461,1757,471],{"class":467},[461,1759,1760],{"class":474},"mapurl",[461,1762,471],{"class":467},[461,1764,480],{"class":467},[461,1766,912],{"class":467},[461,1768,491],{"class":467},[461,1770,471],{"class":467},[461,1772,1773],{"class":474},"mapopt",[461,1775,471],{"class":467},[461,1777,480],{"class":467},[461,1779,912],{"class":467},[461,1781,491],{"class":467},[461,1783,471],{"class":467},[461,1785,1786],{"class":474},"mapwms",[461,1788,471],{"class":467},[461,1790,1007],{"class":467},[461,1792,471],{"class":467},[461,1794,781],{"class":474},[461,1796,471],{"class":467},[461,1798,480],{"class":467},[461,1800,1801],{"class":788},"2600",[461,1803,491],{"class":467},[461,1805,471],{"class":467},[461,1807,796],{"class":474},[461,1809,471],{"class":467},[461,1811,480],{"class":467},[461,1813,1085],{"class":788},[461,1815,491],{"class":467},[461,1817,471],{"class":467},[461,1819,1092],{"class":474},[461,1821,471],{"class":467},[461,1823,1824],{"class":467},":[]},{",[461,1826,471],{"class":467},[461,1828,475],{"class":474},[461,1830,471],{"class":467},[461,1832,480],{"class":467},[461,1834,471],{"class":467},[461,1836,699],{"class":485},[461,1838,471],{"class":467},[461,1840,491],{"class":467},[461,1842,471],{"class":467},[461,1844,496],{"class":474},[461,1846,471],{"class":467},[461,1848,480],{"class":467},[461,1850,471],{"class":467},[461,1852,1853],{"class":485},"comment",[461,1855,471],{"class":467},[461,1857,491],{"class":467},[461,1859,471],{"class":467},[461,1861,514],{"class":474},[461,1863,471],{"class":467},[461,1865,480],{"class":467},[461,1867,471],{"class":467},[461,1869,523],{"class":485},[461,1871,471],{"class":467},[461,1873,491],{"class":467},[461,1875,471],{"class":467},[461,1877,888],{"class":474},[461,1879,471],{"class":467},[461,1881,480],{"class":467},[461,1883,471],{"class":467},[461,1885,486],{"class":485},[461,1887,471],{"class":467},[461,1889,491],{"class":467},[461,1891,471],{"class":467},[461,1893,905],{"class":474},[461,1895,471],{"class":467},[461,1897,480],{"class":467},[461,1899,471],{"class":467},[461,1901,1902],{"class":485},"Retrieving, formatting, and plotting location data on a world map.",[461,1904,471],{"class":467},[461,1906,491],{"class":467},[461,1908,471],{"class":467},[461,1910,1911],{"class":474},"info",[461,1913,471],{"class":467},[461,1915,480],{"class":467},[461,1917,912],{"class":467},[461,1919,491],{"class":467},[461,1921,471],{"class":467},[461,1923,781],{"class":474},[461,1925,471],{"class":467},[461,1927,480],{"class":467},[461,1929,1930],{"class":788},"1390",[461,1932,491],{"class":467},[461,1934,471],{"class":467},[461,1936,796],{"class":474},[461,1938,471],{"class":467},[461,1940,480],{"class":467},[461,1942,1943],{"class":788},"800",[461,1945,491],{"class":467},[461,1947,471],{"class":467},[461,1949,1092],{"class":474},[461,1951,471],{"class":467},[461,1953,1824],{"class":467},[461,1955,471],{"class":467},[461,1957,475],{"class":474},[461,1959,471],{"class":467},[461,1961,480],{"class":467},[461,1963,471],{"class":467},[461,1965,708],{"class":485},[461,1967,471],{"class":467},[461,1969,491],{"class":467},[461,1971,471],{"class":467},[461,1973,496],{"class":474},[461,1975,471],{"class":467},[461,1977,480],{"class":467},[461,1979,471],{"class":467},[461,1981,1853],{"class":485},[461,1983,471],{"class":467},[461,1985,491],{"class":467},[461,1987,471],{"class":467},[461,1989,514],{"class":474},[461,1991,471],{"class":467},[461,1993,480],{"class":467},[461,1995,471],{"class":467},[461,1997,523],{"class":485},[461,1999,471],{"class":467},[461,2001,491],{"class":467},[461,2003,471],{"class":467},[461,2005,888],{"class":474},[461,2007,471],{"class":467},[461,2009,480],{"class":467},[461,2011,471],{"class":467},[461,2013,486],{"class":485},[461,2015,471],{"class":467},[461,2017,491],{"class":467},[461,2019,471],{"class":467},[461,2021,905],{"class":474},[461,2023,471],{"class":467},[461,2025,480],{"class":467},[461,2027,471],{"class":467},[461,2029,2030],{"class":485},"Rendering a map with plotted data on Dashboard 2.0.",[461,2032,471],{"class":467},[461,2034,491],{"class":467},[461,2036,471],{"class":467},[461,2038,1911],{"class":474},[461,2040,471],{"class":467},[461,2042,480],{"class":467},[461,2044,912],{"class":467},[461,2046,491],{"class":467},[461,2048,471],{"class":467},[461,2050,781],{"class":474},[461,2052,471],{"class":467},[461,2054,480],{"class":467},[461,2056,2057],{"class":788},"1440",[461,2059,491],{"class":467},[461,2061,471],{"class":467},[461,2063,796],{"class":474},[461,2065,471],{"class":467},[461,2067,480],{"class":467},[461,2069,2070],{"class":788},"980",[461,2072,491],{"class":467},[461,2074,471],{"class":467},[461,2076,1092],{"class":474},[461,2078,471],{"class":467},[461,2080,1824],{"class":467},[461,2082,471],{"class":467},[461,2084,475],{"class":474},[461,2086,471],{"class":467},[461,2088,480],{"class":467},[461,2090,471],{"class":467},[461,2092,717],{"class":485},[461,2094,471],{"class":467},[461,2096,491],{"class":467},[461,2098,471],{"class":467},[461,2100,496],{"class":474},[461,2102,471],{"class":467},[461,2104,480],{"class":467},[461,2106,471],{"class":467},[461,2108,2109],{"class":485},"change",[461,2111,471],{"class":467},[461,2113,491],{"class":467},[461,2115,471],{"class":467},[461,2117,514],{"class":474},[461,2119,471],{"class":467},[461,2121,480],{"class":467},[461,2123,471],{"class":467},[461,2125,523],{"class":485},[461,2127,471],{"class":467},[461,2129,491],{"class":467},[461,2131,471],{"class":467},[461,2133,888],{"class":474},[461,2135,471],{"class":467},[461,2137,480],{"class":467},[461,2139,471],{"class":467},[461,2141,486],{"class":485},[461,2143,471],{"class":467},[461,2145,491],{"class":467},[461,2147,471],{"class":467},[461,2149,905],{"class":474},[461,2151,471],{"class":467},[461,2153,480],{"class":467},[461,2155,471],{"class":467},[461,2157,154],{"class":485},[461,2159,471],{"class":467},[461,2161,491],{"class":467},[461,2163,471],{"class":467},[461,2165,2166],{"class":474},"rules",[461,2168,471],{"class":467},[461,2170,1198],{"class":467},[461,2172,471],{"class":467},[461,2174,2175],{"class":542},"t",[461,2177,471],{"class":467},[461,2179,480],{"class":467},[461,2181,471],{"class":467},[461,2183,2184],{"class":485},"set",[461,2186,471],{"class":467},[461,2188,491],{"class":467},[461,2190,471],{"class":467},[461,2192,12],{"class":542},[461,2194,471],{"class":467},[461,2196,480],{"class":467},[461,2198,471],{"class":467},[461,2200,1211],{"class":485},[461,2202,471],{"class":467},[461,2204,491],{"class":467},[461,2206,471],{"class":467},[461,2208,2209],{"class":542},"pt",[461,2211,471],{"class":467},[461,2213,480],{"class":467},[461,2215,471],{"class":467},[461,2217,2218],{"class":485},"msg",[461,2220,471],{"class":467},[461,2222,491],{"class":467},[461,2224,471],{"class":467},[461,2226,2227],{"class":542},"to",[461,2229,471],{"class":467},[461,2231,480],{"class":467},[461,2233,471],{"class":467},[461,2235,2236],{"class":485},"payload.vehicles",[461,2238,471],{"class":467},[461,2240,491],{"class":467},[461,2242,471],{"class":467},[461,2244,2245],{"class":542},"tot",[461,2247,471],{"class":467},[461,2249,480],{"class":467},[461,2251,471],{"class":467},[461,2253,2218],{"class":485},[461,2255,471],{"class":467},[461,2257,1216],{"class":467},[461,2259,471],{"class":467},[461,2261,2262],{"class":474},"action",[461,2264,471],{"class":467},[461,2266,480],{"class":467},[461,2268,912],{"class":467},[461,2270,491],{"class":467},[461,2272,471],{"class":467},[461,2274,2275],{"class":474},"property",[461,2277,471],{"class":467},[461,2279,480],{"class":467},[461,2281,912],{"class":467},[461,2283,491],{"class":467},[461,2285,471],{"class":467},[461,2287,2288],{"class":474},"from",[461,2290,471],{"class":467},[461,2292,480],{"class":467},[461,2294,912],{"class":467},[461,2296,491],{"class":467},[461,2298,471],{"class":467},[461,2300,2227],{"class":474},[461,2302,471],{"class":467},[461,2304,480],{"class":467},[461,2306,912],{"class":467},[461,2308,491],{"class":467},[461,2310,471],{"class":467},[461,2312,2313],{"class":474},"reg",[461,2315,471],{"class":467},[461,2317,1007],{"class":467},[461,2319,471],{"class":467},[461,2321,781],{"class":474},[461,2323,471],{"class":467},[461,2325,480],{"class":467},[461,2327,1930],{"class":788},[461,2329,491],{"class":467},[461,2331,471],{"class":467},[461,2333,796],{"class":474},[461,2335,471],{"class":467},[461,2337,480],{"class":467},[461,2339,1085],{"class":788},[461,2341,491],{"class":467},[461,2343,471],{"class":467},[461,2345,1092],{"class":474},[461,2347,471],{"class":467},[461,2349,1097],{"class":467},[461,2351,471],{"class":467},[461,2353,735],{"class":485},[461,2355,471],{"class":467},[461,2357,1106],{"class":467},[461,2359,471],{"class":467},[461,2361,475],{"class":474},[461,2363,471],{"class":467},[461,2365,480],{"class":467},[461,2367,471],{"class":467},[461,2369,726],{"class":485},[461,2371,471],{"class":467},[461,2373,491],{"class":467},[461,2375,471],{"class":467},[461,2377,496],{"class":474},[461,2379,471],{"class":467},[461,2381,480],{"class":467},[461,2383,471],{"class":467},[461,2385,2109],{"class":485},[461,2387,471],{"class":467},[461,2389,491],{"class":467},[461,2391,471],{"class":467},[461,2393,514],{"class":474},[461,2395,471],{"class":467},[461,2397,480],{"class":467},[461,2399,471],{"class":467},[461,2401,523],{"class":485},[461,2403,471],{"class":467},[461,2405,491],{"class":467},[461,2407,471],{"class":467},[461,2409,888],{"class":474},[461,2411,471],{"class":467},[461,2413,480],{"class":467},[461,2415,471],{"class":467},[461,2417,486],{"class":485},[461,2419,471],{"class":467},[461,2421,491],{"class":467},[461,2423,471],{"class":467},[461,2425,905],{"class":474},[461,2427,471],{"class":467},[461,2429,480],{"class":467},[461,2431,471],{"class":467},[461,2433,179],{"class":485},[461,2435,471],{"class":467},[461,2437,491],{"class":467},[461,2439,471],{"class":467},[461,2441,2166],{"class":474},[461,2443,471],{"class":467},[461,2445,1198],{"class":467},[461,2447,471],{"class":467},[461,2449,2175],{"class":542},[461,2451,471],{"class":467},[461,2453,480],{"class":467},[461,2455,471],{"class":467},[461,2457,2184],{"class":485},[461,2459,471],{"class":467},[461,2461,491],{"class":467},[461,2463,471],{"class":467},[461,2465,12],{"class":542},[461,2467,471],{"class":467},[461,2469,480],{"class":467},[461,2471,471],{"class":467},[461,2473,2474],{"class":485},"payload.lat",[461,2476,471],{"class":467},[461,2478,491],{"class":467},[461,2480,471],{"class":467},[461,2482,2209],{"class":542},[461,2484,471],{"class":467},[461,2486,480],{"class":467},[461,2488,471],{"class":467},[461,2490,2218],{"class":485},[461,2492,471],{"class":467},[461,2494,491],{"class":467},[461,2496,471],{"class":467},[461,2498,2227],{"class":542},[461,2500,471],{"class":467},[461,2502,480],{"class":467},[461,2504,471],{"class":467},[461,2506,2507],{"class":485},"payload.latitude",[461,2509,471],{"class":467},[461,2511,491],{"class":467},[461,2513,471],{"class":467},[461,2515,2245],{"class":542},[461,2517,471],{"class":467},[461,2519,480],{"class":467},[461,2521,471],{"class":467},[461,2523,2218],{"class":485},[461,2525,471],{"class":467},[461,2527,834],{"class":467},[461,2529,471],{"class":467},[461,2531,2175],{"class":542},[461,2533,471],{"class":467},[461,2535,480],{"class":467},[461,2537,471],{"class":467},[461,2539,2540],{"class":485},"delete",[461,2542,471],{"class":467},[461,2544,491],{"class":467},[461,2546,471],{"class":467},[461,2548,12],{"class":542},[461,2550,471],{"class":467},[461,2552,480],{"class":467},[461,2554,471],{"class":467},[461,2556,2507],{"class":485},[461,2558,471],{"class":467},[461,2560,491],{"class":467},[461,2562,471],{"class":467},[461,2564,2209],{"class":542},[461,2566,471],{"class":467},[461,2568,480],{"class":467},[461,2570,471],{"class":467},[461,2572,2218],{"class":485},[461,2574,471],{"class":467},[461,2576,834],{"class":467},[461,2578,471],{"class":467},[461,2580,2175],{"class":542},[461,2582,471],{"class":467},[461,2584,480],{"class":467},[461,2586,471],{"class":467},[461,2588,2184],{"class":485},[461,2590,471],{"class":467},[461,2592,491],{"class":467},[461,2594,471],{"class":467},[461,2596,12],{"class":542},[461,2598,471],{"class":467},[461,2600,480],{"class":467},[461,2602,471],{"class":467},[461,2604,2605],{"class":485},"payload.lon",[461,2607,471],{"class":467},[461,2609,491],{"class":467},[461,2611,471],{"class":467},[461,2613,2209],{"class":542},[461,2615,471],{"class":467},[461,2617,480],{"class":467},[461,2619,471],{"class":467},[461,2621,2218],{"class":485},[461,2623,471],{"class":467},[461,2625,491],{"class":467},[461,2627,471],{"class":467},[461,2629,2227],{"class":542},[461,2631,471],{"class":467},[461,2633,480],{"class":467},[461,2635,471],{"class":467},[461,2637,2638],{"class":485},"payload.longitude",[461,2640,471],{"class":467},[461,2642,491],{"class":467},[461,2644,471],{"class":467},[461,2646,2245],{"class":542},[461,2648,471],{"class":467},[461,2650,480],{"class":467},[461,2652,471],{"class":467},[461,2654,2218],{"class":485},[461,2656,471],{"class":467},[461,2658,834],{"class":467},[461,2660,471],{"class":467},[461,2662,2175],{"class":542},[461,2664,471],{"class":467},[461,2666,480],{"class":467},[461,2668,471],{"class":467},[461,2670,2540],{"class":485},[461,2672,471],{"class":467},[461,2674,491],{"class":467},[461,2676,471],{"class":467},[461,2678,12],{"class":542},[461,2680,471],{"class":467},[461,2682,480],{"class":467},[461,2684,471],{"class":467},[461,2686,2638],{"class":485},[461,2688,471],{"class":467},[461,2690,491],{"class":467},[461,2692,471],{"class":467},[461,2694,2209],{"class":542},[461,2696,471],{"class":467},[461,2698,480],{"class":467},[461,2700,471],{"class":467},[461,2702,2218],{"class":485},[461,2704,471],{"class":467},[461,2706,834],{"class":467},[461,2708,471],{"class":467},[461,2710,2175],{"class":542},[461,2712,471],{"class":467},[461,2714,480],{"class":467},[461,2716,471],{"class":467},[461,2718,2184],{"class":485},[461,2720,471],{"class":467},[461,2722,491],{"class":467},[461,2724,471],{"class":467},[461,2726,12],{"class":542},[461,2728,471],{"class":467},[461,2730,480],{"class":467},[461,2732,471],{"class":467},[461,2734,2735],{"class":485},"payload.color",[461,2737,471],{"class":467},[461,2739,491],{"class":467},[461,2741,471],{"class":467},[461,2743,2209],{"class":542},[461,2745,471],{"class":467},[461,2747,480],{"class":467},[461,2749,471],{"class":467},[461,2751,2218],{"class":485},[461,2753,471],{"class":467},[461,2755,491],{"class":467},[461,2757,471],{"class":467},[461,2759,2227],{"class":542},[461,2761,471],{"class":467},[461,2763,480],{"class":467},[461,2765,471],{"class":467},[461,2767,2768],{"class":485},"blue",[461,2770,471],{"class":467},[461,2772,491],{"class":467},[461,2774,471],{"class":467},[461,2776,2245],{"class":542},[461,2778,471],{"class":467},[461,2780,480],{"class":467},[461,2782,471],{"class":467},[461,2784,1308],{"class":485},[461,2786,471],{"class":467},[461,2788,834],{"class":467},[461,2790,471],{"class":467},[461,2792,2175],{"class":542},[461,2794,471],{"class":467},[461,2796,480],{"class":467},[461,2798,471],{"class":467},[461,2800,2184],{"class":485},[461,2802,471],{"class":467},[461,2804,491],{"class":467},[461,2806,471],{"class":467},[461,2808,12],{"class":542},[461,2810,471],{"class":467},[461,2812,480],{"class":467},[461,2814,471],{"class":467},[461,2816,2817],{"class":485},"payload.name",[461,2819,471],{"class":467},[461,2821,491],{"class":467},[461,2823,471],{"class":467},[461,2825,2209],{"class":542},[461,2827,471],{"class":467},[461,2829,480],{"class":467},[461,2831,471],{"class":467},[461,2833,2218],{"class":485},[461,2835,471],{"class":467},[461,2837,491],{"class":467},[461,2839,471],{"class":467},[461,2841,2227],{"class":542},[461,2843,471],{"class":467},[461,2845,480],{"class":467},[461,2847,471],{"class":467},[461,2849,2850],{"class":485},"payload.vehicle_id",[461,2852,471],{"class":467},[461,2854,491],{"class":467},[461,2856,471],{"class":467},[461,2858,2245],{"class":542},[461,2860,471],{"class":467},[461,2862,480],{"class":467},[461,2864,471],{"class":467},[461,2866,2218],{"class":485},[461,2868,471],{"class":467},[461,2870,834],{"class":467},[461,2872,471],{"class":467},[461,2874,2175],{"class":542},[461,2876,471],{"class":467},[461,2878,480],{"class":467},[461,2880,471],{"class":467},[461,2882,2540],{"class":485},[461,2884,471],{"class":467},[461,2886,491],{"class":467},[461,2888,471],{"class":467},[461,2890,12],{"class":542},[461,2892,471],{"class":467},[461,2894,480],{"class":467},[461,2896,471],{"class":467},[461,2898,2850],{"class":485},[461,2900,471],{"class":467},[461,2902,491],{"class":467},[461,2904,471],{"class":467},[461,2906,2209],{"class":542},[461,2908,471],{"class":467},[461,2910,480],{"class":467},[461,2912,471],{"class":467},[461,2914,2218],{"class":485},[461,2916,471],{"class":467},[461,2918,1216],{"class":467},[461,2920,471],{"class":467},[461,2922,2262],{"class":474},[461,2924,471],{"class":467},[461,2926,480],{"class":467},[461,2928,912],{"class":467},[461,2930,491],{"class":467},[461,2932,471],{"class":467},[461,2934,2275],{"class":474},[461,2936,471],{"class":467},[461,2938,480],{"class":467},[461,2940,912],{"class":467},[461,2942,491],{"class":467},[461,2944,471],{"class":467},[461,2946,2288],{"class":474},[461,2948,471],{"class":467},[461,2950,480],{"class":467},[461,2952,912],{"class":467},[461,2954,491],{"class":467},[461,2956,471],{"class":467},[461,2958,2227],{"class":474},[461,2960,471],{"class":467},[461,2962,480],{"class":467},[461,2964,912],{"class":467},[461,2966,491],{"class":467},[461,2968,471],{"class":467},[461,2970,2313],{"class":474},[461,2972,471],{"class":467},[461,2974,1007],{"class":467},[461,2976,471],{"class":467},[461,2978,781],{"class":474},[461,2980,471],{"class":467},[461,2982,480],{"class":467},[461,2984,2985],{"class":788},"1770",[461,2987,491],{"class":467},[461,2989,471],{"class":467},[461,2991,796],{"class":474},[461,2993,471],{"class":467},[461,2995,480],{"class":467},[461,2997,1085],{"class":788},[461,2999,491],{"class":467},[461,3001,471],{"class":467},[461,3003,1092],{"class":474},[461,3005,471],{"class":467},[461,3007,1097],{"class":467},[461,3009,471],{"class":467},[461,3011,744],{"class":485},[461,3013,471],{"class":467},[461,3015,1106],{"class":467},[461,3017,471],{"class":467},[461,3019,475],{"class":474},[461,3021,471],{"class":467},[461,3023,480],{"class":467},[461,3025,471],{"class":467},[461,3027,735],{"class":485},[461,3029,471],{"class":467},[461,3031,491],{"class":467},[461,3033,471],{"class":467},[461,3035,496],{"class":474},[461,3037,471],{"class":467},[461,3039,480],{"class":467},[461,3041,471],{"class":467},[461,3043,3044],{"class":485},"split",[461,3046,471],{"class":467},[461,3048,491],{"class":467},[461,3050,471],{"class":467},[461,3052,514],{"class":474},[461,3054,471],{"class":467},[461,3056,480],{"class":467},[461,3058,471],{"class":467},[461,3060,523],{"class":485},[461,3062,471],{"class":467},[461,3064,491],{"class":467},[461,3066,471],{"class":467},[461,3068,888],{"class":474},[461,3070,471],{"class":467},[461,3072,480],{"class":467},[461,3074,471],{"class":467},[461,3076,486],{"class":485},[461,3078,471],{"class":467},[461,3080,491],{"class":467},[461,3082,471],{"class":467},[461,3084,905],{"class":474},[461,3086,471],{"class":467},[461,3088,480],{"class":467},[461,3090,912],{"class":467},[461,3092,491],{"class":467},[461,3094,471],{"class":467},[461,3096,3097],{"class":474},"splt",[461,3099,471],{"class":467},[461,3101,480],{"class":467},[461,3103,471],{"class":467},[461,3105,3107],{"class":3106},"sTEyZ","\\\\",[461,3109,3110],{"class":485},"n",[461,3112,471],{"class":467},[461,3114,491],{"class":467},[461,3116,471],{"class":467},[461,3118,3119],{"class":474},"spltType",[461,3121,471],{"class":467},[461,3123,480],{"class":467},[461,3125,471],{"class":467},[461,3127,1308],{"class":485},[461,3129,471],{"class":467},[461,3131,491],{"class":467},[461,3133,471],{"class":467},[461,3135,3136],{"class":474},"arraySplt",[461,3138,471],{"class":467},[461,3140,480],{"class":467},[461,3142,570],{"class":788},[461,3144,491],{"class":467},[461,3146,471],{"class":467},[461,3148,3149],{"class":474},"arraySpltType",[461,3151,471],{"class":467},[461,3153,480],{"class":467},[461,3155,471],{"class":467},[461,3157,3158],{"class":485},"len",[461,3160,471],{"class":467},[461,3162,491],{"class":467},[461,3164,471],{"class":467},[461,3166,3167],{"class":474},"stream",[461,3169,471],{"class":467},[461,3171,1007],{"class":467},[461,3173,471],{"class":467},[461,3175,3176],{"class":474},"addname",[461,3178,471],{"class":467},[461,3180,480],{"class":467},[461,3182,912],{"class":467},[461,3184,491],{"class":467},[461,3186,471],{"class":467},[461,3188,781],{"class":474},[461,3190,471],{"class":467},[461,3192,480],{"class":467},[461,3194,3195],{"class":788},"1550",[461,3197,491],{"class":467},[461,3199,471],{"class":467},[461,3201,796],{"class":474},[461,3203,471],{"class":467},[461,3205,480],{"class":467},[461,3207,1085],{"class":788},[461,3209,491],{"class":467},[461,3211,471],{"class":467},[461,3213,1092],{"class":474},[461,3215,471],{"class":467},[461,3217,1097],{"class":467},[461,3219,471],{"class":467},[461,3221,726],{"class":485},[461,3223,471],{"class":467},[461,3225,1106],{"class":467},[461,3227,471],{"class":467},[461,3229,475],{"class":474},[461,3231,471],{"class":467},[461,3233,480],{"class":467},[461,3235,471],{"class":467},[461,3237,744],{"class":485},[461,3239,471],{"class":467},[461,3241,491],{"class":467},[461,3243,471],{"class":467},[461,3245,496],{"class":474},[461,3247,471],{"class":467},[461,3249,480],{"class":467},[461,3251,471],{"class":467},[461,3253,3254],{"class":485},"switch",[461,3256,471],{"class":467},[461,3258,491],{"class":467},[461,3260,471],{"class":467},[461,3262,514],{"class":474},[461,3264,471],{"class":467},[461,3266,480],{"class":467},[461,3268,471],{"class":467},[461,3270,523],{"class":485},[461,3272,471],{"class":467},[461,3274,491],{"class":467},[461,3276,471],{"class":467},[461,3278,888],{"class":474},[461,3280,471],{"class":467},[461,3282,480],{"class":467},[461,3284,471],{"class":467},[461,3286,486],{"class":485},[461,3288,471],{"class":467},[461,3290,491],{"class":467},[461,3292,471],{"class":467},[461,3294,905],{"class":474},[461,3296,471],{"class":467},[461,3298,480],{"class":467},[461,3300,471],{"class":467},[461,3302,3303],{"class":485},"is vehical type is tram",[461,3305,471],{"class":467},[461,3307,491],{"class":467},[461,3309,471],{"class":467},[461,3311,2275],{"class":474},[461,3313,471],{"class":467},[461,3315,480],{"class":467},[461,3317,471],{"class":467},[461,3319,3320],{"class":485},"payload.vehicle_type",[461,3322,471],{"class":467},[461,3324,491],{"class":467},[461,3326,471],{"class":467},[461,3328,3329],{"class":474},"propertyType",[461,3331,471],{"class":467},[461,3333,480],{"class":467},[461,3335,471],{"class":467},[461,3337,2218],{"class":485},[461,3339,471],{"class":467},[461,3341,491],{"class":467},[461,3343,471],{"class":467},[461,3345,2166],{"class":474},[461,3347,471],{"class":467},[461,3349,1198],{"class":467},[461,3351,471],{"class":467},[461,3353,2175],{"class":542},[461,3355,471],{"class":467},[461,3357,480],{"class":467},[461,3359,471],{"class":467},[461,3361,3362],{"class":485},"eq",[461,3364,471],{"class":467},[461,3366,491],{"class":467},[461,3368,471],{"class":467},[461,3370,3371],{"class":542},"v",[461,3373,471],{"class":467},[461,3375,480],{"class":467},[461,3377,471],{"class":467},[461,3379,206],{"class":485},[461,3381,471],{"class":467},[461,3383,491],{"class":467},[461,3385,471],{"class":467},[461,3387,3388],{"class":542},"vt",[461,3390,471],{"class":467},[461,3392,480],{"class":467},[461,3394,471],{"class":467},[461,3396,1308],{"class":485},[461,3398,471],{"class":467},[461,3400,834],{"class":467},[461,3402,471],{"class":467},[461,3404,2175],{"class":542},[461,3406,471],{"class":467},[461,3408,480],{"class":467},[461,3410,471],{"class":467},[461,3412,3413],{"class":485},"else",[461,3415,471],{"class":467},[461,3417,1216],{"class":467},[461,3419,471],{"class":467},[461,3421,3422],{"class":474},"checkall",[461,3424,471],{"class":467},[461,3426,480],{"class":467},[461,3428,471],{"class":467},[461,3430,3431],{"class":485},"true",[461,3433,471],{"class":467},[461,3435,491],{"class":467},[461,3437,471],{"class":467},[461,3439,3440],{"class":474},"repair",[461,3442,471],{"class":467},[461,3444,1007],{"class":467},[461,3446,471],{"class":467},[461,3448,3449],{"class":474},"outputs",[461,3451,471],{"class":467},[461,3453,480],{"class":467},[461,3455,3456],{"class":788},"2",[461,3458,491],{"class":467},[461,3460,471],{"class":467},[461,3462,781],{"class":474},[461,3464,471],{"class":467},[461,3466,480],{"class":467},[461,3468,3469],{"class":788},"2040",[461,3471,491],{"class":467},[461,3473,471],{"class":467},[461,3475,796],{"class":474},[461,3477,471],{"class":467},[461,3479,480],{"class":467},[461,3481,1085],{"class":788},[461,3483,491],{"class":467},[461,3485,471],{"class":467},[461,3487,1092],{"class":474},[461,3489,471],{"class":467},[461,3491,1097],{"class":467},[461,3493,471],{"class":467},[461,3495,753],{"class":485},[461,3497,471],{"class":467},[461,3499,3500],{"class":467},"],[",[461,3502,471],{"class":467},[461,3504,762],{"class":485},[461,3506,471],{"class":467},[461,3508,1106],{"class":467},[461,3510,471],{"class":467},[461,3512,475],{"class":474},[461,3514,471],{"class":467},[461,3516,480],{"class":467},[461,3518,471],{"class":467},[461,3520,753],{"class":485},[461,3522,471],{"class":467},[461,3524,491],{"class":467},[461,3526,471],{"class":467},[461,3528,496],{"class":474},[461,3530,471],{"class":467},[461,3532,480],{"class":467},[461,3534,471],{"class":467},[461,3536,2109],{"class":485},[461,3538,471],{"class":467},[461,3540,491],{"class":467},[461,3542,471],{"class":467},[461,3544,514],{"class":474},[461,3546,471],{"class":467},[461,3548,480],{"class":467},[461,3550,471],{"class":467},[461,3552,523],{"class":485},[461,3554,471],{"class":467},[461,3556,491],{"class":467},[461,3558,471],{"class":467},[461,3560,888],{"class":474},[461,3562,471],{"class":467},[461,3564,480],{"class":467},[461,3566,471],{"class":467},[461,3568,486],{"class":485},[461,3570,471],{"class":467},[461,3572,491],{"class":467},[461,3574,471],{"class":467},[461,3576,905],{"class":474},[461,3578,471],{"class":467},[461,3580,480],{"class":467},[461,3582,471],{"class":467},[461,3584,224],{"class":485},[461,3586,471],{"class":467},[461,3588,491],{"class":467},[461,3590,471],{"class":467},[461,3592,2166],{"class":474},[461,3594,471],{"class":467},[461,3596,1198],{"class":467},[461,3598,471],{"class":467},[461,3600,2175],{"class":542},[461,3602,471],{"class":467},[461,3604,480],{"class":467},[461,3606,471],{"class":467},[461,3608,2184],{"class":485},[461,3610,471],{"class":467},[461,3612,491],{"class":467},[461,3614,471],{"class":467},[461,3616,12],{"class":542},[461,3618,471],{"class":467},[461,3620,480],{"class":467},[461,3622,471],{"class":467},[461,3624,3625],{"class":485},"payload.icon",[461,3627,471],{"class":467},[461,3629,491],{"class":467},[461,3631,471],{"class":467},[461,3633,2209],{"class":542},[461,3635,471],{"class":467},[461,3637,480],{"class":467},[461,3639,471],{"class":467},[461,3641,2218],{"class":485},[461,3643,471],{"class":467},[461,3645,491],{"class":467},[461,3647,471],{"class":467},[461,3649,2227],{"class":542},[461,3651,471],{"class":467},[461,3653,480],{"class":467},[461,3655,471],{"class":467},[461,3657,231],{"class":485},[461,3659,471],{"class":467},[461,3661,491],{"class":467},[461,3663,471],{"class":467},[461,3665,2245],{"class":542},[461,3667,471],{"class":467},[461,3669,480],{"class":467},[461,3671,471],{"class":467},[461,3673,1308],{"class":485},[461,3675,471],{"class":467},[461,3677,834],{"class":467},[461,3679,471],{"class":467},[461,3681,2175],{"class":542},[461,3683,471],{"class":467},[461,3685,480],{"class":467},[461,3687,471],{"class":467},[461,3689,2184],{"class":485},[461,3691,471],{"class":467},[461,3693,491],{"class":467},[461,3695,471],{"class":467},[461,3697,12],{"class":542},[461,3699,471],{"class":467},[461,3701,480],{"class":467},[461,3703,471],{"class":467},[461,3705,3706],{"class":485},"payload.iconColor",[461,3708,471],{"class":467},[461,3710,491],{"class":467},[461,3712,471],{"class":467},[461,3714,2209],{"class":542},[461,3716,471],{"class":467},[461,3718,480],{"class":467},[461,3720,471],{"class":467},[461,3722,2218],{"class":485},[461,3724,471],{"class":467},[461,3726,491],{"class":467},[461,3728,471],{"class":467},[461,3730,2227],{"class":542},[461,3732,471],{"class":467},[461,3734,480],{"class":467},[461,3736,471],{"class":467},[461,3738,238],{"class":485},[461,3740,471],{"class":467},[461,3742,491],{"class":467},[461,3744,471],{"class":467},[461,3746,2245],{"class":542},[461,3748,471],{"class":467},[461,3750,480],{"class":467},[461,3752,471],{"class":467},[461,3754,1308],{"class":485},[461,3756,471],{"class":467},[461,3758,1216],{"class":467},[461,3760,471],{"class":467},[461,3762,2262],{"class":474},[461,3764,471],{"class":467},[461,3766,480],{"class":467},[461,3768,912],{"class":467},[461,3770,491],{"class":467},[461,3772,471],{"class":467},[461,3774,2275],{"class":474},[461,3776,471],{"class":467},[461,3778,480],{"class":467},[461,3780,912],{"class":467},[461,3782,491],{"class":467},[461,3784,471],{"class":467},[461,3786,2288],{"class":474},[461,3788,471],{"class":467},[461,3790,480],{"class":467},[461,3792,912],{"class":467},[461,3794,491],{"class":467},[461,3796,471],{"class":467},[461,3798,2227],{"class":474},[461,3800,471],{"class":467},[461,3802,480],{"class":467},[461,3804,912],{"class":467},[461,3806,491],{"class":467},[461,3808,471],{"class":467},[461,3810,2313],{"class":474},[461,3812,471],{"class":467},[461,3814,1007],{"class":467},[461,3816,471],{"class":467},[461,3818,781],{"class":474},[461,3820,471],{"class":467},[461,3822,480],{"class":467},[461,3824,3825],{"class":788},"2310",[461,3827,491],{"class":467},[461,3829,471],{"class":467},[461,3831,796],{"class":474},[461,3833,471],{"class":467},[461,3835,480],{"class":467},[461,3837,3838],{"class":788},"860",[461,3840,491],{"class":467},[461,3842,471],{"class":467},[461,3844,1092],{"class":474},[461,3846,471],{"class":467},[461,3848,1097],{"class":467},[461,3850,471],{"class":467},[461,3852,690],{"class":485},[461,3854,471],{"class":467},[461,3856,1106],{"class":467},[461,3858,471],{"class":467},[461,3860,475],{"class":474},[461,3862,471],{"class":467},[461,3864,480],{"class":467},[461,3866,471],{"class":467},[461,3868,762],{"class":485},[461,3870,471],{"class":467},[461,3872,491],{"class":467},[461,3874,471],{"class":467},[461,3876,496],{"class":474},[461,3878,471],{"class":467},[461,3880,480],{"class":467},[461,3882,471],{"class":467},[461,3884,2109],{"class":485},[461,3886,471],{"class":467},[461,3888,491],{"class":467},[461,3890,471],{"class":467},[461,3892,514],{"class":474},[461,3894,471],{"class":467},[461,3896,480],{"class":467},[461,3898,471],{"class":467},[461,3900,523],{"class":485},[461,3902,471],{"class":467},[461,3904,491],{"class":467},[461,3906,471],{"class":467},[461,3908,888],{"class":474},[461,3910,471],{"class":467},[461,3912,480],{"class":467},[461,3914,471],{"class":467},[461,3916,486],{"class":485},[461,3918,471],{"class":467},[461,3920,491],{"class":467},[461,3922,471],{"class":467},[461,3924,905],{"class":474},[461,3926,471],{"class":467},[461,3928,480],{"class":467},[461,3930,471],{"class":467},[461,3932,254],{"class":485},[461,3934,471],{"class":467},[461,3936,491],{"class":467},[461,3938,471],{"class":467},[461,3940,2166],{"class":474},[461,3942,471],{"class":467},[461,3944,1198],{"class":467},[461,3946,471],{"class":467},[461,3948,2175],{"class":542},[461,3950,471],{"class":467},[461,3952,480],{"class":467},[461,3954,471],{"class":467},[461,3956,2184],{"class":485},[461,3958,471],{"class":467},[461,3960,491],{"class":467},[461,3962,471],{"class":467},[461,3964,12],{"class":542},[461,3966,471],{"class":467},[461,3968,480],{"class":467},[461,3970,471],{"class":467},[461,3972,3625],{"class":485},[461,3974,471],{"class":467},[461,3976,491],{"class":467},[461,3978,471],{"class":467},[461,3980,2209],{"class":542},[461,3982,471],{"class":467},[461,3984,480],{"class":467},[461,3986,471],{"class":467},[461,3988,2218],{"class":485},[461,3990,471],{"class":467},[461,3992,491],{"class":467},[461,3994,471],{"class":467},[461,3996,2227],{"class":542},[461,3998,471],{"class":467},[461,4000,480],{"class":467},[461,4002,471],{"class":467},[461,4004,259],{"class":485},[461,4006,471],{"class":467},[461,4008,491],{"class":467},[461,4010,471],{"class":467},[461,4012,2245],{"class":542},[461,4014,471],{"class":467},[461,4016,480],{"class":467},[461,4018,471],{"class":467},[461,4020,1308],{"class":485},[461,4022,471],{"class":467},[461,4024,834],{"class":467},[461,4026,471],{"class":467},[461,4028,2175],{"class":542},[461,4030,471],{"class":467},[461,4032,480],{"class":467},[461,4034,471],{"class":467},[461,4036,2184],{"class":485},[461,4038,471],{"class":467},[461,4040,491],{"class":467},[461,4042,471],{"class":467},[461,4044,12],{"class":542},[461,4046,471],{"class":467},[461,4048,480],{"class":467},[461,4050,471],{"class":467},[461,4052,3706],{"class":485},[461,4054,471],{"class":467},[461,4056,491],{"class":467},[461,4058,471],{"class":467},[461,4060,2209],{"class":542},[461,4062,471],{"class":467},[461,4064,480],{"class":467},[461,4066,471],{"class":467},[461,4068,2218],{"class":485},[461,4070,471],{"class":467},[461,4072,491],{"class":467},[461,4074,471],{"class":467},[461,4076,2227],{"class":542},[461,4078,471],{"class":467},[461,4080,480],{"class":467},[461,4082,471],{"class":467},[461,4084,264],{"class":485},[461,4086,471],{"class":467},[461,4088,491],{"class":467},[461,4090,471],{"class":467},[461,4092,2245],{"class":542},[461,4094,471],{"class":467},[461,4096,480],{"class":467},[461,4098,471],{"class":467},[461,4100,1308],{"class":485},[461,4102,471],{"class":467},[461,4104,1216],{"class":467},[461,4106,471],{"class":467},[461,4108,2262],{"class":474},[461,4110,471],{"class":467},[461,4112,480],{"class":467},[461,4114,912],{"class":467},[461,4116,491],{"class":467},[461,4118,471],{"class":467},[461,4120,2275],{"class":474},[461,4122,471],{"class":467},[461,4124,480],{"class":467},[461,4126,912],{"class":467},[461,4128,491],{"class":467},[461,4130,471],{"class":467},[461,4132,2288],{"class":474},[461,4134,471],{"class":467},[461,4136,480],{"class":467},[461,4138,912],{"class":467},[461,4140,491],{"class":467},[461,4142,471],{"class":467},[461,4144,2227],{"class":474},[461,4146,471],{"class":467},[461,4148,480],{"class":467},[461,4150,912],{"class":467},[461,4152,491],{"class":467},[461,4154,471],{"class":467},[461,4156,2313],{"class":474},[461,4158,471],{"class":467},[461,4160,1007],{"class":467},[461,4162,471],{"class":467},[461,4164,781],{"class":474},[461,4166,471],{"class":467},[461,4168,480],{"class":467},[461,4170,3825],{"class":788},[461,4172,491],{"class":467},[461,4174,471],{"class":467},[461,4176,796],{"class":474},[461,4178,471],{"class":467},[461,4180,480],{"class":467},[461,4182,4183],{"class":788},"940",[461,4185,491],{"class":467},[461,4187,471],{"class":467},[461,4189,1092],{"class":474},[461,4191,471],{"class":467},[461,4193,1097],{"class":467},[461,4195,471],{"class":467},[461,4197,690],{"class":485},[461,4199,471],{"class":467},[461,4201,1106],{"class":467},[461,4203,471],{"class":467},[461,4205,475],{"class":474},[461,4207,471],{"class":467},[461,4209,480],{"class":467},[461,4211,471],{"class":467},[461,4213,771],{"class":485},[461,4215,471],{"class":467},[461,4217,491],{"class":467},[461,4219,471],{"class":467},[461,4221,496],{"class":474},[461,4223,471],{"class":467},[461,4225,480],{"class":467},[461,4227,471],{"class":467},[461,4229,4230],{"class":485},"ui-iframe",[461,4232,471],{"class":467},[461,4234,491],{"class":467},[461,4236,471],{"class":467},[461,4238,514],{"class":474},[461,4240,471],{"class":467},[461,4242,480],{"class":467},[461,4244,471],{"class":467},[461,4246,523],{"class":485},[461,4248,471],{"class":467},[461,4250,491],{"class":467},[461,4252,471],{"class":467},[461,4254,888],{"class":474},[461,4256,471],{"class":467},[461,4258,480],{"class":467},[461,4260,471],{"class":467},[461,4262,486],{"class":485},[461,4264,471],{"class":467},[461,4266,491],{"class":467},[461,4268,471],{"class":467},[461,4270,905],{"class":474},[461,4272,471],{"class":467},[461,4274,480],{"class":467},[461,4276,912],{"class":467},[461,4278,491],{"class":467},[461,4280,471],{"class":467},[461,4282,505],{"class":474},[461,4284,471],{"class":467},[461,4286,480],{"class":467},[461,4288,471],{"class":467},[461,4290,4291],{"class":485},"15d2dfa55e99ea43",[461,4293,471],{"class":467},[461,4295,491],{"class":467},[461,4297,471],{"class":467},[461,4299,4300],{"class":474},"order",[461,4302,471],{"class":467},[461,4304,480],{"class":467},[461,4306,4307],{"class":788},"0",[461,4309,491],{"class":467},[461,4311,471],{"class":467},[461,4313,4314],{"class":474},"src",[461,4316,471],{"class":467},[461,4318,480],{"class":467},[461,4320,471],{"class":467},[461,4322,329],{"class":485},[461,4324,471],{"class":467},[461,4326,491],{"class":467},[461,4328,471],{"class":467},[461,4330,4331],{"class":474},"width",[461,4333,471],{"class":467},[461,4335,480],{"class":467},[461,4337,471],{"class":467},[461,4339,4340],{"class":485},"12",[461,4342,471],{"class":467},[461,4344,491],{"class":467},[461,4346,471],{"class":467},[461,4348,4349],{"class":474},"height",[461,4351,471],{"class":467},[461,4353,480],{"class":467},[461,4355,471],{"class":467},[461,4357,4358],{"class":485},"10",[461,4360,471],{"class":467},[461,4362,491],{"class":467},[461,4364,471],{"class":467},[461,4366,781],{"class":474},[461,4368,471],{"class":467},[461,4370,480],{"class":467},[461,4372,4373],{"class":788},"1370",[461,4375,491],{"class":467},[461,4377,471],{"class":467},[461,4379,796],{"class":474},[461,4381,471],{"class":467},[461,4383,480],{"class":467},[461,4385,4386],{"class":788},"1040",[461,4388,491],{"class":467},[461,4390,471],{"class":467},[461,4392,1092],{"class":474},[461,4394,471],{"class":467},[461,4396,1824],{"class":467},[461,4398,471],{"class":467},[461,4400,475],{"class":474},[461,4402,471],{"class":467},[461,4404,480],{"class":467},[461,4406,471],{"class":467},[461,4408,4291],{"class":485},[461,4410,471],{"class":467},[461,4412,491],{"class":467},[461,4414,471],{"class":467},[461,4416,496],{"class":474},[461,4418,471],{"class":467},[461,4420,480],{"class":467},[461,4422,471],{"class":467},[461,4424,420],{"class":485},[461,4426,471],{"class":467},[461,4428,491],{"class":467},[461,4430,471],{"class":467},[461,4432,905],{"class":474},[461,4434,471],{"class":467},[461,4436,480],{"class":467},[461,4438,471],{"class":467},[461,4440,4441],{"class":485},"U.K Transportation Live",[461,4443,471],{"class":467},[461,4445,491],{"class":467},[461,4447,471],{"class":467},[461,4449,4450],{"class":474},"page",[461,4452,471],{"class":467},[461,4454,480],{"class":467},[461,4456,471],{"class":467},[461,4458,4459],{"class":485},"e098e3047b4a4eaa",[461,4461,471],{"class":467},[461,4463,491],{"class":467},[461,4465,471],{"class":467},[461,4467,4331],{"class":474},[461,4469,471],{"class":467},[461,4471,480],{"class":467},[461,4473,471],{"class":467},[461,4475,4340],{"class":485},[461,4477,471],{"class":467},[461,4479,491],{"class":467},[461,4481,471],{"class":467},[461,4483,4349],{"class":474},[461,4485,471],{"class":467},[461,4487,480],{"class":467},[461,4489,471],{"class":467},[461,4491,570],{"class":485},[461,4493,471],{"class":467},[461,4495,491],{"class":467},[461,4497,471],{"class":467},[461,4499,4300],{"class":474},[461,4501,471],{"class":467},[461,4503,480],{"class":467},[461,4505,4506],{"class":788},"-1",[461,4508,491],{"class":467},[461,4510,471],{"class":467},[461,4512,4513],{"class":474},"showTitle",[461,4515,471],{"class":467},[461,4517,1007],{"class":467},[461,4519,471],{"class":467},[461,4521,4522],{"class":474},"className",[461,4524,471],{"class":467},[461,4526,480],{"class":467},[461,4528,912],{"class":467},[461,4530,491],{"class":467},[461,4532,471],{"class":467},[461,4534,4535],{"class":474},"visible",[461,4537,471],{"class":467},[461,4539,480],{"class":467},[461,4541,471],{"class":467},[461,4543,3431],{"class":485},[461,4545,471],{"class":467},[461,4547,491],{"class":467},[461,4549,471],{"class":467},[461,4551,4552],{"class":474},"disabled",[461,4554,471],{"class":467},[461,4556,480],{"class":467},[461,4558,471],{"class":467},[461,4560,1565],{"class":485},[461,4562,471],{"class":467},[461,4564,834],{"class":467},[461,4566,471],{"class":467},[461,4568,475],{"class":474},[461,4570,471],{"class":467},[461,4572,480],{"class":467},[461,4574,471],{"class":467},[461,4576,4459],{"class":485},[461,4578,471],{"class":467},[461,4580,491],{"class":467},[461,4582,471],{"class":467},[461,4584,496],{"class":474},[461,4586,471],{"class":467},[461,4588,480],{"class":467},[461,4590,471],{"class":467},[461,4592,4593],{"class":485},"ui-page",[461,4595,471],{"class":467},[461,4597,491],{"class":467},[461,4599,471],{"class":467},[461,4601,905],{"class":474},[461,4603,471],{"class":467},[461,4605,480],{"class":467},[461,4607,471],{"class":467},[461,4609,4441],{"class":485},[461,4611,471],{"class":467},[461,4613,491],{"class":467},[461,4615,471],{"class":467},[461,4617,4618],{"class":474},"ui",[461,4620,471],{"class":467},[461,4622,480],{"class":467},[461,4624,471],{"class":467},[461,4626,4627],{"class":485},"c2e1aa56f50f03bd",[461,4629,471],{"class":467},[461,4631,491],{"class":467},[461,4633,471],{"class":467},[461,4635,1694],{"class":474},[461,4637,471],{"class":467},[461,4639,480],{"class":467},[461,4641,471],{"class":467},[461,4643,329],{"class":485},[461,4645,471],{"class":467},[461,4647,491],{"class":467},[461,4649,471],{"class":467},[461,4651,4652],{"class":474},"icon",[461,4654,471],{"class":467},[461,4656,480],{"class":467},[461,4658,471],{"class":467},[461,4660,4661],{"class":485},"earth",[461,4663,471],{"class":467},[461,4665,491],{"class":467},[461,4667,471],{"class":467},[461,4669,4670],{"class":474},"layout",[461,4672,471],{"class":467},[461,4674,480],{"class":467},[461,4676,471],{"class":467},[461,4678,4679],{"class":485},"grid",[461,4681,471],{"class":467},[461,4683,491],{"class":467},[461,4685,471],{"class":467},[461,4687,4688],{"class":474},"theme",[461,4690,471],{"class":467},[461,4692,480],{"class":467},[461,4694,471],{"class":467},[461,4696,4697],{"class":485},"129e99574def90a3",[461,4699,471],{"class":467},[461,4701,491],{"class":467},[461,4703,471],{"class":467},[461,4705,4300],{"class":474},[461,4707,471],{"class":467},[461,4709,480],{"class":467},[461,4711,4506],{"class":788},[461,4713,491],{"class":467},[461,4715,471],{"class":467},[461,4717,4522],{"class":474},[461,4719,471],{"class":467},[461,4721,480],{"class":467},[461,4723,912],{"class":467},[461,4725,491],{"class":467},[461,4727,471],{"class":467},[461,4729,4535],{"class":474},[461,4731,471],{"class":467},[461,4733,480],{"class":467},[461,4735,471],{"class":467},[461,4737,3431],{"class":485},[461,4739,471],{"class":467},[461,4741,491],{"class":467},[461,4743,471],{"class":467},[461,4745,4552],{"class":474},[461,4747,471],{"class":467},[461,4749,480],{"class":467},[461,4751,471],{"class":467},[461,4753,1565],{"class":485},[461,4755,471],{"class":467},[461,4757,834],{"class":467},[461,4759,471],{"class":467},[461,4761,475],{"class":474},[461,4763,471],{"class":467},[461,4765,480],{"class":467},[461,4767,471],{"class":467},[461,4769,4627],{"class":485},[461,4771,471],{"class":467},[461,4773,491],{"class":467},[461,4775,471],{"class":467},[461,4777,496],{"class":474},[461,4779,471],{"class":467},[461,4781,480],{"class":467},[461,4783,471],{"class":467},[461,4785,423],{"class":485},[461,4787,471],{"class":467},[461,4789,491],{"class":467},[461,4791,471],{"class":467},[461,4793,905],{"class":474},[461,4795,471],{"class":467},[461,4797,480],{"class":467},[461,4799,471],{"class":467},[461,4801,4802],{"class":485},"Dashboard",[461,4804,471],{"class":467},[461,4806,491],{"class":467},[461,4808,471],{"class":467},[461,4810,1694],{"class":474},[461,4812,471],{"class":467},[461,4814,480],{"class":467},[461,4816,471],{"class":467},[461,4818,4819],{"class":485},"\u002Fdashboard",[461,4821,471],{"class":467},[461,4823,491],{"class":467},[461,4825,471],{"class":467},[461,4827,4828],{"class":474},"showPathInSidebar",[461,4830,471],{"class":467},[461,4832,1007],{"class":467},[461,4834,471],{"class":467},[461,4836,4837],{"class":474},"navigationStyle",[461,4839,471],{"class":467},[461,4841,480],{"class":467},[461,4843,471],{"class":467},[461,4845,4846],{"class":485},"default",[461,4848,471],{"class":467},[461,4850,834],{"class":467},[461,4852,471],{"class":467},[461,4854,475],{"class":474},[461,4856,471],{"class":467},[461,4858,480],{"class":467},[461,4860,471],{"class":467},[461,4862,4697],{"class":485},[461,4864,471],{"class":467},[461,4866,491],{"class":467},[461,4868,471],{"class":467},[461,4870,496],{"class":474},[461,4872,471],{"class":467},[461,4874,480],{"class":467},[461,4876,471],{"class":467},[461,4878,4879],{"class":485},"ui-theme",[461,4881,471],{"class":467},[461,4883,491],{"class":467},[461,4885,471],{"class":467},[461,4887,905],{"class":474},[461,4889,471],{"class":467},[461,4891,480],{"class":467},[461,4893,471],{"class":467},[461,4895,4896],{"class":485},"Another Theme",[461,4898,471],{"class":467},[461,4900,491],{"class":467},[461,4902,471],{"class":467},[461,4904,4905],{"class":474},"colors",[461,4907,471],{"class":467},[461,4909,537],{"class":467},[461,4911,471],{"class":467},[461,4913,4914],{"class":542},"surface",[461,4916,471],{"class":467},[461,4918,480],{"class":467},[461,4920,471],{"class":467},[461,4922,4923],{"class":485},"#000000",[461,4925,471],{"class":467},[461,4927,491],{"class":467},[461,4929,471],{"class":467},[461,4931,4932],{"class":542},"primary",[461,4934,471],{"class":467},[461,4936,480],{"class":467},[461,4938,471],{"class":467},[461,4940,4941],{"class":485},"#ff4000",[461,4943,471],{"class":467},[461,4945,491],{"class":467},[461,4947,471],{"class":467},[461,4949,4950],{"class":542},"bgPage",[461,4952,471],{"class":467},[461,4954,480],{"class":467},[461,4956,471],{"class":467},[461,4958,4959],{"class":485},"#f0f0f0",[461,4961,471],{"class":467},[461,4963,491],{"class":467},[461,4965,471],{"class":467},[461,4967,4968],{"class":542},"groupBg",[461,4970,471],{"class":467},[461,4972,480],{"class":467},[461,4974,471],{"class":467},[461,4976,4977],{"class":485},"#ffffff",[461,4979,471],{"class":467},[461,4981,491],{"class":467},[461,4983,471],{"class":467},[461,4985,4986],{"class":542},"groupOutline",[461,4988,471],{"class":467},[461,4990,480],{"class":467},[461,4992,471],{"class":467},[461,4994,4995],{"class":485},"#d9d9d9",[461,4997,471],{"class":467},[461,4999,657],{"class":467},[461,5001,471],{"class":467},[461,5003,5004],{"class":474},"sizes",[461,5006,471],{"class":467},[461,5008,537],{"class":467},[461,5010,471],{"class":467},[461,5012,5013],{"class":542},"pagePadding",[461,5015,471],{"class":467},[461,5017,480],{"class":467},[461,5019,471],{"class":467},[461,5021,5022],{"class":485},"9px",[461,5024,471],{"class":467},[461,5026,491],{"class":467},[461,5028,471],{"class":467},[461,5030,5031],{"class":542},"groupGap",[461,5033,471],{"class":467},[461,5035,480],{"class":467},[461,5037,471],{"class":467},[461,5039,5040],{"class":485},"12px",[461,5042,471],{"class":467},[461,5044,491],{"class":467},[461,5046,471],{"class":467},[461,5048,5049],{"class":542},"groupBorderRadius",[461,5051,471],{"class":467},[461,5053,480],{"class":467},[461,5055,471],{"class":467},[461,5057,5022],{"class":485},[461,5059,471],{"class":467},[461,5061,491],{"class":467},[461,5063,471],{"class":467},[461,5065,5066],{"class":542},"widgetGap",[461,5068,471],{"class":467},[461,5070,480],{"class":467},[461,5072,471],{"class":467},[461,5074,5075],{"class":485},"6px",[461,5077,471],{"class":467},[461,5079,5080],{"class":467},"}}]\n",[40,5082,5083,5090],{},[43,5084,5085,5086,5089],{},"With your flow updated to include the above, click the ",[82,5087,5088],{},"Deploy"," button in the top-right of the Node-RED Editor.",[43,5091,5092,5093,5096],{},"Locate the ",[82,5094,5095],{},"Open Dashboard"," button at the top-right corner of the Dashboard 2.0 sidebar and click on it to navigate to the dashboard.",[12,5098,5099,5100,59],{},"Now you can view the live location of Edinburgh public transport vehicles on the dashboard. Additionally, clicking on each vehicle reveals further details such as its name, speed, and other properties you've included. Moreover, if you wish to track the live locations of your own vehicles instead of Edinburgh's public transport vehicles, you can connect your devices and access GPS and sensor data using the ",[19,5101,5103],{"href":5102},"\u002Fplatform\u002Fdevice-agent\u002F","Flowfuse device agent",[25,5105,5107],{"id":5106},"conclusion","Conclusion",[12,5109,5110],{},"In conclusion, this guide shows an easy way to map location data on Dashboard 2.0. By following these steps, you can make interactive dashboards that give you real-time info, useful for things like managing fleets and tracking logistics.",[532,5112,5113],{},"html pre.shiki code .sMK4o, html code.shiki .sMK4o{--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF}html pre.shiki code .spNyl, html code.shiki .spNyl{--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA}html pre.shiki code .sfazB, html code.shiki .sfazB{--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D}html pre.shiki code .sBMFI, html code.shiki .sBMFI{--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B}html pre.shiki code .sbssI, html code.shiki .sbssI{--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C}html pre.shiki code .sTEyZ, html code.shiki .sTEyZ{--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8}html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":112,"searchDepth":193,"depth":193,"links":5115},[5116,5117,5118,5119,5120,5124,5125],{"id":27,"depth":163,"text":28},{"id":65,"depth":163,"text":66},{"id":130,"depth":163,"text":131},{"id":318,"depth":163,"text":319},{"id":363,"depth":163,"text":364,"children":5121},[5122,5123],{"id":375,"depth":117,"text":376},{"id":406,"depth":117,"text":407},{"id":440,"depth":163,"text":441},{"id":5106,"depth":163,"text":5107},{"type":5127,"title":5128,"description":5129},"sign-up","Build Real-Time Fleet Tracking Dashboards","FlowFuse gives you everything you need to connect GPS devices, visualize live location data, and deploy production-ready dashboards, all on one platform.","2024-05-13","Learn how to plot location data on Dashboard 2.0 with this comprehensive step-by-step guide.","md",null,"\u002Fblog\u002F2024\u002F05\u002Fimages\u002Fmapping-location-on-dashboard-2-worldmap.png","2026-06-03",{"keywords":5137,"excerpt":5138},"node-red dashboard map, node-red worldmap, dashboard 2.0 location, fleet tracking node-red, node-red map widget",{"type":9,"value":5139},[5140],[12,5141,14],{},true,"\u002Fblog\u002F2024\u002F05\u002Fmapping-location-on-dashboard-2",{"title":5,"description":5131},{"loc":5143},"blog\u002F2024\u002F05\u002Fmapping-location-on-dashboard-2","Step-by-step guide to plot location data on dashboard 2.0.",[5149,5150,5151,5152,5153],"posts","dashboard","fleet tracking","location","how-to","This guide shows how to build a real-time fleet tracking dashboard in Node-RED Dashboard 2.0 using the node-red-contrib-web-worldmap node. It covers retrieving live vehicle location data from a public API, formatting it for the Worldmap node, and embedding the interactive map inside a Dashboard 2.0 iframe widget.","ZDOCJ0jEwCCCRAFK211qpmngbqqQAa2ZbrrZpZR7vZI",{"id":5157,"extension":5158,"meta":5159,"sections":5160,"stem":5548,"__hash__":5549},"featureCatalog\u002Ffeature-catalog.yml","yml",{},[5161,5212,5313,5374,5451,5530],{"id":5162,"title":5163,"features":5164},"ai-automation","AI & Automation",[5165,5175,5185,5195,5201,5207],{"id":5166,"title":5167,"description":5168,"docsLink":5169,"changelog":5170,"tiers":5174},"flowfuse-expert-ai","FlowFuse Expert AI","Build industrial apps with agents, and query the state of the factory with an agent. Adapt your current hardware and machines so agentic work can be done against them, without ripping and replacing what's already on the plant floor.","\u002Fdocs\u002Fuser\u002Fexpert\u002F",[5171],{"url":5172,"release":5173},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-update-banner\u002F","2.28",{"edge":5142,"hub":5142,"fleet":5142},{"id":5176,"title":5177,"description":5178,"docsLink":5179,"changelog":5180,"subfeature":5142,"showOnPricing":5183,"tiers":5184},"flowfuse-expert-support-mode","Support Mode","Chat-based assistance for FlowFuse and Node-RED, including Node-RED instance management through natural language.","\u002Fdocs\u002Fuser\u002Fexpert\u002Fchat\u002F#support-mode",[5181],{"url":5182,"release":5173},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-debug-log-context\u002F",false,{"edge":5142,"hub":5142,"fleet":5142},{"id":5186,"title":5187,"description":5188,"docsLink":5189,"changelog":5190,"subfeature":5142,"showOnPricing":5183,"tiers":5194},"flowfuse-expert-application-building","Application Building","Describe what you want to build and FlowFuse Expert assembles it on your workspace, adding tabs, wiring nodes, and configuring properties.","\u002Fdocs\u002Fuser\u002Fexpert\u002Fchat\u002F",[5191],{"url":5192,"release":5193},"\u002Fchangelog\u002F2026\u002F05\u002Fexpert-application-building\u002F","2.30",{"edge":5142,"hub":5142,"fleet":5142},{"id":5196,"title":5197,"description":5198,"docsLink":5199,"subfeature":5142,"beta":5142,"showOnPricing":5183,"tiers":5200},"flowfuse-expert-insights-mode","Insights Mode","Connects FlowFuse Expert to MCP servers in your Node-RED instances, enabling real-time data queries and actions through a single chat interface.","\u002Fdocs\u002Fuser\u002Fexpert\u002Fchat\u002F#insights-mode",{"edge":5142,"hub":5142,"fleet":5142},{"id":5202,"title":5203,"description":5204,"docsLink":5205,"tiers":5206},"mcp-servers","Agentic Operations","Expose your Node-RED flows as tools an AI agent can call directly, so agents can query the state of the factory or trigger actions without custom integration work.","\u002Fnode-red\u002Fflowfuse\u002Fmcp\u002F",{"edge":5142,"hub":5142,"fleet":5142},{"id":5208,"title":5209,"description":5210,"tiers":5211},"onnx-integration","ONNX Integration","Run trained machine learning models directly in your flows, including on edge hardware, without sending data out to an external inference service.",{"edge":5142,"hub":5142,"fleet":5142},{"id":5213,"title":5214,"features":5215},"build","Build",[5216,5222,5228,5238,5244,5250,5254,5260,5266,5274,5280,5284,5288,5297,5305],{"id":5217,"title":5218,"description":5219,"docsLink":5220,"tiers":5221},"edge-development","Edge Development","Develop and test Node-RED flows directly on edge devices with a remote editor proxy.","\u002Fdocs\u002Fdevice-agent\u002Fquickstart\u002F",{"edge":5142,"hub":5183,"fleet":5142},{"id":5223,"title":5224,"description":5225,"docsLink":5226,"tiers":5227},"private-npm-registry","Custom Node-RED Nodes","Create and manage your own private npm registry for Node-RED nodes, so you can share custom nodes across your team and devices without publishing them publicly.","\u002Fdocs\u002Fuser\u002Fcustom-npm-packages\u002F",{"edge":5142,"hub":5142,"fleet":5142},{"id":5229,"title":5230,"description":5231,"docsLink":5232,"changelog":5233,"tiers":5237},"flowfuse-tables","FlowFuse Tables","A managed PostgreSQL database for every application, so you can store and query structured data without standing up and maintaining your own database.","\u002Fdocs\u002Fuser\u002Fff-tables\u002F",[5234],{"url":5235,"release":5236},"\u002Fchangelog\u002F2026\u002F07\u002Fexpert-tables-automation\u002F","2.33",{"edge":5142,"hub":5142,"fleet":5142},{"id":5239,"title":5240,"description":5241,"docsLink":5242,"tiers":5243},"persistent-files","File Storage","Store and retrieve files from your Node-RED flows, with automatic replication and backup across your devices and hosted instances.","\u002Fdocs\u002Finstall\u002Ffile-storage\u002F",{"edge":5142,"hub":5142,"fleet":5142},{"id":5245,"title":5246,"description":5247,"docsLink":5248,"showOnPricing":5183,"tiers":5249},"persistent-context","Persistent Context","In-memory values defined in a Node-RED flow persist across project restarts and upgrades.","\u002Fdocs\u002Fuser\u002Fpersistent-context\u002F",{"edge":5142,"hub":5142,"fleet":5142},{"id":5251,"title":5252,"showOnPricing":5183,"tiers":5253},"static-assets","Static Assets",{"edge":5142,"hub":5142,"fleet":5142},{"id":5255,"title":5256,"description":5257,"docsLink":5258,"tiers":5259},"team-library","Team Library","Set up standard nodes and flows that can be shared with all team members across your organisation.","\u002Fdocs\u002Fuser\u002Fshared-library\u002F",{"edge":5142,"hub":5142,"fleet":5142},{"id":5261,"title":5262,"description":5263,"docsLink":5264,"tiers":5265},"personalised-multi-user-dashboards","Personalised Multi-User Dashboards","Build applications that provide unique data to each logged-in user using personalised multi-user dashboards.","https:\u002F\u002Fdashboard.flowfuse.com\u002Fuser\u002Fmulti-tenancy.html",{"edge":5142,"hub":5142,"fleet":5142},{"id":5267,"title":5268,"description":5269,"changelog":5270,"subfeature":5142,"showOnPricing":5183,"tiers":5273},"dashboards-view","Dashboards View","Browse and open every dashboard across your team from a dedicated Dashboards view, at both team and application level, without leaving FlowFuse.",[5271],{"url":5272,"release":5236},"\u002Fchangelog\u002F2026\u002F07\u002Fteam-and-application-dashboards\u002F",{"edge":5142,"hub":5142,"fleet":5142},{"id":5275,"title":5276,"description":5277,"docsLink":5278,"tiers":5279},"blueprints-converge","Blueprints","Ready-made starting points for your apps, from cross-team Converge templates to OT and IT specific blueprints.","\u002Fdocs\u002Fuser\u002Fconcepts\u002F#blueprint",{"edge":5142,"hub":5142,"fleet":5142},{"id":5281,"title":5282,"subfeature":5142,"showOnPricing":5183,"tiers":5283},"blueprints-ot-apps","Blueprints - OT APPS",{"edge":5142,"hub":5183,"fleet":5142},{"id":5285,"title":5286,"subfeature":5142,"showOnPricing":5183,"tiers":5287},"blueprints-it-apps","Blueprints - IT APPS",{"edge":5183,"hub":5142,"fleet":5183},{"id":5289,"title":5290,"description":5291,"changelog":5292,"showOnPricing":5183,"tiers":5296},"immersive-editor-snapshots","Snapshot Details in Immersive Editor","View and manage snapshot details directly inside the immersive editor without leaving your editing session.",[5293],{"url":5294,"release":5295},"\u002Fchangelog\u002F2026\u002F03\u002Fsnapshot-detail-modal-immersive-editor\u002F","2.29",{"edge":5142,"hub":5142,"fleet":5142},{"id":5298,"title":5299,"description":5300,"changelog":5301,"showOnPricing":5183,"tiers":5304},"immersive-editor-drawer","Customisable Immersive Editor Drawer","Pin, move, resize, or full-screen the immersive editor drawer. Your preferences are remembered between sessions.",[5302],{"url":5303,"release":5193},"\u002Fchangelog\u002F2026\u002F04\u002Fimmersive-editor-drawer\u002F",{"edge":5142,"hub":5142,"fleet":5142},{"id":5306,"title":5307,"description":5308,"changelog":5309,"showOnPricing":5183,"tiers":5312},"embedded-editor-tab-title","Embedded Editor Browser Tab Title","The browser tab title updates to reflect the active Node-RED canvas tab when working in the embedded editor.",[5310],{"url":5311,"release":5295},"\u002Fchangelog\u002F2026\u002F03\u002Fembedded-editor-tab-title\u002F",{"edge":5142,"hub":5142,"fleet":5142},{"id":5314,"title":5088,"features":5315},"deploy",[5316,5322,5331,5337,5343,5349,5355,5361,5366],{"id":5317,"title":5318,"description":5319,"docsLink":5320,"tiers":5321},"hosted-instances","Cloud Instances","Run Node-RED instances managed and hosted by FlowFuse.","\u002Fdocs\u002Fuser\u002Fintroduction\u002F#creating-a-node-red-instance",{"edge":5142,"hub":5142,"fleet":5142},{"id":5323,"title":5324,"description":5325,"docsLink":5326,"changelog":5327,"tiers":5330},"edge-devices","Edge Instances","Deploy and mange your Node-RED instances on edge PLCs and gateways, with full visibility and control from the cloud.","\u002Fdocs\u002Fdevice-agent\u002Fintroduction\u002F",[5328],{"url":5329,"release":5173},"\u002Fchangelog\u002F2026\u002F02\u002Fdevice-agent-nodejs-options\u002F",{"edge":5142,"hub":5183,"fleet":5142},{"id":5332,"title":5333,"description":5334,"docsLink":5335,"tiers":5336},"custom-hostnames","Custom Hostnames","Access your Node-RED application via your own domain name.","\u002Fdocs\u002Fuser\u002Fcustom-hostnames\u002F",{"edge":5183,"hub":5142,"fleet":5183},{"id":5338,"title":5339,"description":5340,"docsLink":5341,"tiers":5342},"mqtt-broker","MQTT Broker","Manage and create MQTT clients to transport data for efficient messaging and communication within your applications.","\u002Fdocs\u002Fuser\u002Fteambroker\u002F",{"edge":5142,"hub":5183,"fleet":5142},{"id":5344,"title":5345,"description":5346,"docsLink":5347,"showOnPricing":5183,"tiers":5348},"project-nodes","Project Nodes aka seamless project comms","FlowFuse Project Nodes enable the passing of data and messages between your Node-RED projects.","\u002Fdocs\u002Fuser\u002Fprojectnodes\u002F",{"edge":5142,"hub":5142,"fleet":5142},{"id":5350,"title":5351,"description":5352,"docsLink":5353,"tiers":5354},"devops-pipelines","DevOps Pipelines","Set up different environments for development, testing, and production Node-RED instances to support a full software delivery lifecycle.","\u002Fdocs\u002Fuser\u002Fdevops-pipelines\u002F",{"edge":5142,"hub":5142,"fleet":5142},{"id":5356,"title":5357,"description":5358,"docsLink":5359,"tiers":5360},"git-integration","Git Integration","Back up your flows to a remote Git repository through a DevOps Pipeline. Supports GitHub and Azure DevOps repositories.","\u002Fdocs\u002Fuser\u002Fdevops-pipelines\u002F#git-repository-stage",{"edge":5183,"hub":5142,"fleet":5183},{"id":5362,"title":5363,"description":5364,"docsLink":5359,"subfeature":5142,"showOnPricing":5183,"tiers":5365},"git-integration-github","GitHub","Push and pull snapshots to GitHub repositories through DevOps Pipeline Git Stages.",{"edge":5183,"hub":5142,"fleet":5183},{"id":5367,"title":5368,"description":5369,"docsLink":5359,"changelog":5370,"subfeature":5142,"showOnPricing":5183,"tiers":5373},"git-integration-azure","Azure DevOps","Push and pull snapshots to Azure DevOps repositories through DevOps Pipeline Git Stages.",[5371],{"url":5372,"release":5295},"\u002Fchangelog\u002F2026\u002F03\u002Fazure-dev-ops-gitops\u002F",{"edge":5183,"hub":5142,"fleet":5183},{"id":5375,"title":5376,"features":5377},"operate-maintain","Operate & Maintain",[5378,5384,5390,5395,5403,5407,5411,5416,5422,5428,5433,5439,5443,5447],{"id":5379,"title":5380,"description":5381,"docsLink":5382,"tiers":5383},"snapshots","Snapshots & Version History","Automatic snapshots on remote devices and hosted instances, plus a full version history timeline so you can roll back to any prior state.","\u002Fdocs\u002Fuser\u002Fsnapshots\u002F",{"edge":5142,"hub":5142,"fleet":5142},{"id":5385,"title":5386,"description":5387,"docsLink":5388,"subfeature":5142,"showOnPricing":5183,"tiers":5389},"auto-snapshot-remote","Auto Snapshot (Remote)","Automatically capture a snapshot every time a remote instance is deployed, so you always have a recoverable history of what was running on each device.","\u002Fdocs\u002Fuser\u002Fsnapshots\u002F#auto-snapshots",{"edge":5142,"hub":5142,"fleet":5142},{"id":5391,"title":5392,"description":5393,"docsLink":5388,"subfeature":5142,"showOnPricing":5183,"tiers":5394},"auto-snapshot-hosted","Auto Snapshot (Hosted)","Automatically capture a snapshot every time a hosted instance is deployed, so you always have a recoverable history of what was running.",{"edge":5142,"hub":5142,"fleet":5142},{"id":5396,"title":5397,"description":5398,"changelog":5399,"subfeature":5142,"showOnPricing":5183,"tiers":5402},"snapshot-comparison","Snapshot Comparison","Compare two snapshots side-by-side with a navigable diff view. Step through every changed, added, or deleted node and see property and code diffs.",[5400],{"url":5401,"release":5295},"\u002Fchangelog\u002F2026\u002F04\u002Fsnapshot-diff-viewer\u002F",{"edge":5142,"hub":5142,"fleet":5142},{"id":5404,"title":5405,"subfeature":5142,"showOnPricing":5183,"tiers":5406},"version-history-timeline","Version History Timeline",{"edge":5142,"hub":5142,"fleet":5142},{"id":5408,"title":5409,"tiers":5410},"unlimited-workflow-executions","Unlimited Workflow Executions",{"edge":5142,"hub":5142,"fleet":5142},{"id":5412,"title":5413,"description":5414,"tiers":5415},"device-fleet-updates","Device Fleet Updates","Connect to edge devices to quickly assess and update logic. Debug one device and roll out improvements to your fleet in minutes, securely without requiring full device access for your whole organisation.",{"edge":5142,"hub":5183,"fleet":5142},{"id":5417,"title":5418,"description":5419,"docsLink":5420,"tiers":5421},"device-group-management","Device Group Management","Logically group devices assigned to an application and integrate device groups into your DevOps Pipeline for coordinated fleet updates.","\u002Fdocs\u002Fuser\u002Fdevice-groups\u002F",{"edge":5142,"hub":5183,"fleet":5142},{"id":5423,"title":5424,"description":5425,"docsLink":5426,"tiers":5427},"high-availability","High Availability","Leverage horizontal scaling for reliable and scalable processing of your data through Node-RED.","\u002Fdocs\u002Fuser\u002Fhigh-availability\u002F",{"edge":5183,"hub":5142,"fleet":5183},{"id":5429,"title":5430,"description":5431,"tiers":5432},"performance-monitoring","Performance Monitoring & Alerts","Track CPU, memory, and event loop performance across your instances and devices, with email alerts when something needs your attention.",{"edge":5142,"hub":5142,"fleet":5142},{"id":5434,"title":5435,"description":5436,"docsLink":5437,"subfeature":5142,"showOnPricing":5183,"tiers":5438},"instance-monitoring","Instance Monitoring","Enable alerts to be sent via email when your Node-RED instances encounter issues.","\u002Fdocs\u002Fuser\u002Finstance-settings\u002F#alerts",{"edge":5142,"hub":5142,"fleet":5142},{"id":5440,"title":5441,"subfeature":5142,"showOnPricing":5183,"tiers":5442},"email-alerts","Email Alerts",{"edge":5142,"hub":5142,"fleet":5142},{"id":5444,"title":5445,"showOnPricing":5183,"tiers":5446},"api-debug-length-limit","API\u002FDebug Length Limit",{"edge":5142,"hub":5142,"fleet":5142},{"id":5448,"title":5449,"tiers":5450},"protected-instances","Protected Instances",{"edge":5183,"hub":5142,"fleet":5183},{"id":5452,"title":5453,"features":5454},"govern-secure","Govern and Secure",[5455,5464,5470,5476,5481,5487,5493,5499,5507,5513,5519,5525],{"id":5456,"title":5457,"description":5458,"docsLink":5459,"changelog":5460,"tiers":5463},"single-sign-on","Single Sign-On (SSO)","Configure FlowFuse to work with your own SSO provider, allowing users to access FlowFuse with a single set of login credentials.","\u002Fdocs\u002Fadmin\u002Fsso\u002F",[5461],{"url":5462,"release":5236},"\u002Fchangelog\u002F2026\u002F07\u002Fapplication-sso-groups\u002F",{"edge":5142,"hub":5142,"fleet":5142},{"id":5465,"title":5466,"description":5467,"docsLink":5468,"tiers":5469},"two-factor-authentication","Two-Factor Authentication","Two-factor authentication adds an extra layer of security to your FlowFuse account.","\u002Fdocs\u002Fuser\u002Fuser-settings\u002F#two-factor-authentication",{"edge":5142,"hub":5142,"fleet":5142},{"id":5471,"title":5472,"description":5473,"docsLink":5474,"tiers":5475},"certified-nodes-it","Certified Nodes - IT","IT certified node bundle includes: Redis, MQTT, HTTP Request, AI nodes (Gemini, Claude, ChatGPT, Ollama), MCP Server","\u002Fblog\u002F2025\u002F07\u002Fcertified-nodes-v2\u002F",{"edge":5183,"hub":5142,"fleet":5142},{"id":5477,"title":5478,"description":5479,"tiers":5480},"certified-nodes-ot","Certified OT Connections - OPC-UA, Modbus, etc.","OT certified node bundle includes: OPC-UA, Modbus TCP & RTU, RTSP, EtherNet\u002FIP, AI nodes (Gemini, Claude, ChatGPT, Ollama), MCP Server",{"edge":5142,"hub":5183,"fleet":5183},{"id":5482,"title":5483,"description":5484,"docsLink":5485,"tiers":5486},"audit-log","Audit Log","Keep track of everything going on in your Node-RED instances and FlowFuse. Audit Logs provide details on what actions have taken place, when they happened, and who did them.","\u002Fdocs\u002Fuser\u002Flogs\u002F#audit-log",{"edge":5142,"hub":5142,"fleet":5142},{"id":5488,"title":5489,"description":5490,"docsLink":5491,"tiers":5492},"role-based-access-control","Role-Based Access Control","Control who can do what at both the team and application level, from viewers to admins.","\u002Fdocs\u002Fuser\u002Frole-based-access-control\u002F",{"edge":5142,"hub":5142,"fleet":5142},{"id":5494,"title":5495,"description":5496,"docsLink":5497,"subfeature":5142,"showOnPricing":5183,"tiers":5498},"application-level-rbac","Application-Level RBAC","Fine-grained access control per application, allowing team members to have different permission levels across different applications without requiring separate teams.","\u002Fdocs\u002Fuser\u002Frole-based-access-control\u002F#application-level-rbac",{"edge":5142,"hub":5142,"fleet":5142},{"id":5500,"title":5501,"description":5502,"changelog":5503,"subfeature":5142,"showOnPricing":5183,"tiers":5506},"scoped-personal-access-tokens","Scoped Personal Access Tokens","Restrict a Personal Access Token to specific teams, limit it to read-only operations, or control whether it carries admin privileges.",[5504],{"url":5505,"release":5236},"\u002Fchangelog\u002F2026\u002F07\u002Fscoped-pats\u002F",{"edge":5142,"hub":5142,"fleet":5142},{"id":5508,"title":5509,"description":5510,"docsLink":5511,"showOnPricing":5183,"tiers":5512},"team-members","Team Members","Invite multiple team members to collaborate on the same Node-RED flows.","\u002Fdocs\u002Fuser\u002Fteam\u002F#teams",{"edge":5142,"hub":5142,"fleet":5142},{"id":5514,"title":5515,"description":5516,"docsLink":5517,"showOnPricing":5183,"tiers":5518},"endpoint-security","Endpoint Security","Secure HTTP endpoints for hosted Node-RED instances using FlowFuse credentials.","\u002Fdocs\u002Fuser\u002Finstance-settings\u002F#security",{"edge":5142,"hub":5142,"fleet":5142},{"id":5520,"title":5521,"description":5522,"docsLink":5523,"tiers":5524},"baa-for-hipaa","BAA for HIPAA","FlowFuse can sign a Business Associate Agreement to ensure proper safeguarding of protected health information handled on your behalf.","\u002Fhandbook\u002Fsales\u002Fsubscription-agreement-1.5\u002F",{"edge":5183,"hub":5142,"fleet":5183},{"id":5526,"title":5527,"description":5528,"tiers":5529},"sbom","Software Bill of Materials","A complete list of all software components used in your Node-RED instances and hosted applications, including version numbers and license information.",{"edge":5183,"hub":5142,"fleet":5183},{"id":5531,"title":5532,"features":5533},"support","Support",[5534,5539,5543],{"id":5535,"title":5536,"docsLink":5537,"tiers":5538},"installation-support","Installation Support","\u002Fdocs\u002Finstall\u002Fintroduction\u002F#do-you-need-help-installation-service",{"edge":5142,"hub":5142,"fleet":5142},{"id":5540,"title":5541,"showOnPricing":5183,"tiers":5542},"live-chat-support","Live Chat Support",{"edge":5142,"hub":5142,"fleet":5142},{"id":5544,"title":5545,"docsLink":5546,"tiers":5547},"enterprise-support","Enterprise Support","\u002Fdocs\u002Fpremium-support\u002F",{"edge":5142,"hub":5142,"fleet":5142},"feature-catalog","0AnkhTIPCECCwP9NmbTWP5HvRYx4FTSao4lG93-HaWM",[5551,5554,5557,5560,5563,5566,5568,5571,5574,5577,5580,5582,5585,5588,5591,5594,5597,5600,5603,5606,5609,5612,5615,5618,5621,5624,5627,5630,5633,5636,5639,5642,5645,5648,5651,5654,5657,5660,5663,5666,5669,5672,5675,5678,5681,5684,5687,5690,5693,5695,5698,5701,5704,5707,5710,5713,5716,5718,5721,5724,5727,5730,5733,5735,5738,5741,5744,5747,5750,5753,5756,5759,5762,5765,5767,5770,5773,5776,5779,5782,5785,5788,5791,5794,5797,5800,5803,5806,5809,5811,5814,5817,5820,5823,5826,5829,5832,5835,5838,5841,5844,5847,5850,5853,5856,5859,5862,5865,5867,5870,5873,5876,5879,5882,5885,5888,5890,5893,5896,5899,5902,5905,5908,5911,5914,5917,5920,5923,5926,5929,5932,5935,5938,5941,5944,5947,5950,5953,5956,5959,5962,5965,5968,5971,5974,5977,5980,5983,5986,5989,5992,5995,5998,6001,6004,6007,6010,6013,6016,6019,6022,6025,6028,6031,6034,6037,6040,6042,6045,6048,6051,6054,6057,6060,6063,6066,6069,6072,6075,6078,6081],{"path":5552,"title":5553},"\u002Fchangelog\u002F2023\u002F09\u002Fcustom-node-support","Custom Node Support",{"path":5555,"title":5556},"\u002Fchangelog\u002F2023\u002F09\u002Fdevops-actions","DevOps Pipeline with action selection",{"path":5558,"title":5559},"\u002Fchangelog\u002F2023\u002F09\u002Fintroduction-enterprise-tier","Introducing the Enterprise Tier",{"path":5561,"title":5562},"\u002Fchangelog\u002F2023\u002F09\u002Fpipeline-api","API Endpoint for DevOps Pipeline",{"path":5564,"title":5565},"\u002Fchangelog\u002F2023\u002F09\u002Fsnapshots-devices","Usability improvements to Device Management",{"path":5567,"title":5276},"\u002Fchangelog\u002F2023\u002F10\u002Fblueprints",{"path":5569,"title":5570},"\u002Fchangelog\u002F2023\u002F10\u002Fcertified-nodes","Certified Nodes",{"path":5572,"title":5573},"\u002Fchangelog\u002F2023\u002F10\u002Fdevice-snapshot-selection","Enhanced Snapshot Selection",{"path":5575,"title":5576},"\u002Fchangelog\u002F2023\u002F10\u002Fpath-bug-fix","Device Agent path bug fix",{"path":5578,"title":5579},"\u002Fchangelog\u002F2023\u002F10\u002Fresource-alerts","Resource Monitoring in Audit Log",{"path":5581,"title":5466},"\u002Fchangelog\u002F2023\u002F11\u002F2fa",{"path":5583,"title":5584},"\u002Fchangelog\u002F2023\u002F11\u002Fdefault-editor","Device Editor enabled by default",{"path":5586,"title":5587},"\u002Fchangelog\u002F2023\u002F11\u002Fdevices-in-pipelines","Devices in DevOps Pipelines",{"path":5589,"title":5590},"\u002Fchangelog\u002F2023\u002F11\u002Fproject-nodes-devices","Project Nodes for Devices",{"path":5592,"title":5593},"\u002Fchangelog\u002F2023\u002F12\u002Fbilling","No Credit Card required for billing",{"path":5595,"title":5596},"\u002Fchangelog\u002F2023\u002F12\u002Fblueprint-selection","Blueprint Selection Update",{"path":5598,"title":5599},"\u002Fchangelog\u002F2023\u002F12\u002Fdevice-groups","Device Groups",{"path":5601,"title":5602},"\u002Fchangelog\u002F2023\u002F12\u002Femail-alerting-node-red-crash","Email Alerts for Audit Log Events",{"path":5604,"title":5605},"\u002Fchangelog\u002F2023\u002F12\u002Fnode-red-updated","Node-RED 3.1.3 now available",{"path":5607,"title":5608},"\u002Fchangelog\u002F2024\u002F01\u002Fdevice-audit-log","Introducing the Device Auditlog Feature",{"path":5610,"title":5611},"\u002Fchangelog\u002F2024\u002F01\u002Fdevice-groups-snapshot","Device Groups - Automatic snapshot assignment",{"path":5613,"title":5614},"\u002Fchangelog\u002F2024\u002F01\u002Ffleet-mode","Renaming \"Default Device Mode\" to \"Fleet Mode\"",{"path":5616,"title":5617},"\u002Fchangelog\u002F2024\u002F01\u002Fhelm-v2","Helm Chart v2.0",{"path":5619,"title":5620},"\u002Fchangelog\u002F2024\u002F01\u002Fnew-blueprints","New Blueprints added",{"path":5622,"title":5623},"\u002Fchangelog\u002F2024\u002F01\u002Fsecurity-updates","Security Updates",{"path":5625,"title":5626},"\u002Fchangelog\u002F2024\u002F01\u002Fsso-team-membership","Managing Team Membership via SSO",{"path":5628,"title":5629},"\u002Fchangelog\u002F2024\u002F01\u002Fstreamlined-device-assignment","Streamlined Device assignment",{"path":5631,"title":5632},"\u002Fchangelog\u002F2024\u002F02\u002Fdevice-auto-snapshot","Device Auto Snapshots",{"path":5634,"title":5635},"\u002Fchangelog\u002F2024\u002F02\u002Fdevice-instance-audit-logs","Device Instance Audit Logging",{"path":5637,"title":5638},"\u002Fchangelog\u002F2024\u002F02\u002Fdevice-onboarding-improvements","Device Onboarding Improvements",{"path":5640,"title":5641},"\u002Fchangelog\u002F2024\u002F02\u002Fdevice-pricing-change","Pricing change for Devices",{"path":5643,"title":5644},"\u002Fchangelog\u002F2024\u002F02\u002Finstance-auto-snapshots","Instance Auto Snapshots",{"path":5646,"title":5647},"\u002Fchangelog\u002F2024\u002F02\u002Fpostgresql-upgrade","PostgreSQL Version update",{"path":5649,"title":5650},"\u002Fchangelog\u002F2024\u002F03\u002Fbearer-token-authentication","Bearer Token Authentication for Node-RED Instances",{"path":5652,"title":5653},"\u002Fchangelog\u002F2024\u002F03\u002Finstance-protection-mode","Instance Protection Mode",{"path":5655,"title":5656},"\u002Fchangelog\u002F2024\u002F03\u002Flimits-debug-payload","Configure HTTP Payload and Debug Message size",{"path":5658,"title":5659},"\u002Fchangelog\u002F2024\u002F03\u002Frestart-devices-remotly","Remote Device Restart",{"path":5661,"title":5662},"\u002Fchangelog\u002F2024\u002F04\u002Fcustom-nodes-on-devices","Custom Nodes Support on Devices",{"path":5664,"title":5665},"\u002Fchangelog\u002F2024\u002F04\u002Fdevice-auto-snapshot","Direct Dashboard Access",{"path":5667,"title":5668},"\u002Fchangelog\u002F2024\u002F04\u002Fimproving-device-groups","Improving Device Groups",{"path":5670,"title":5671},"\u002Fchangelog\u002F2024\u002F04\u002Fpricing-change","Pricing change Enterprise & Teams Tier",{"path":5673,"title":5674},"\u002Fchangelog\u002F2024\u002F04\u002Ftougher-rate-limiting","Tougher Rate Limiting on Public Routes",{"path":5676,"title":5677},"\u002Fchangelog\u002F2024\u002F05\u002Finstance-healthcheck","Customizing instance health-check settings",{"path":5679,"title":5680},"\u002Fchangelog\u002F2024\u002F05\u002Flibrary-blueprints","Blueprints added to Library",{"path":5682,"title":5683},"\u002Fchangelog\u002F2024\u002F05\u002Flibrary-flowviewer","Team Library - Flow Viewer",{"path":5685,"title":5686},"\u002Fchangelog\u002F2024\u002F05\u002Fmanaging-node-red-version-on-devices","Managing Node-RED versions on Devices",{"path":5688,"title":5689},"\u002Fchangelog\u002F2024\u002F05\u002Fsnapshot-improvements","Snapshot Improvements",{"path":5691,"title":5692},"\u002Fchangelog\u002F2024\u002F05\u002Fsnapshot-improvements-pt3","Snapshot Upload",{"path":5694,"title":5692},"\u002Fchangelog\u002F2024\u002F05\u002Fsnapshot-upload",{"path":5696,"title":5697},"\u002Fchangelog\u002F2024\u002F06\u002Fdevice-agent-proxy-support","Running the Device Agent behind an HTTP proxy",{"path":5699,"title":5700},"\u002Fchangelog\u002F2024\u002F06\u002Flibrary-blueprints","Custom hostnames for your instances",{"path":5702,"title":5703},"\u002Fchangelog\u002F2024\u002F06\u002Fmultiline-env-vars","Multi-line Environment Variables",{"path":5705,"title":5706},"\u002Fchangelog\u002F2024\u002F06\u002Fsnapshot-flow-compare","Compare Snapshots flows",{"path":5708,"title":5709},"\u002Fchangelog\u002F2024\u002F07\u002Fapplications-search","Applications Search",{"path":5711,"title":5712},"\u002Fchangelog\u002F2024\u002F07\u002Fdevice-group-clear-snapshot","Device Groups Snapshots",{"path":5714,"title":5715},"\u002Fchangelog\u002F2024\u002F07\u002Fdevice-management-bulk-delete","Managing devices",{"path":5717,"title":5715},"\u002Fchangelog\u002F2024\u002F07\u002Fdevice-management-bulk-move",{"path":5719,"title":5720},"\u002Fchangelog\u002F2024\u002F07\u002Fedit-snapshots","Edit Snapshots",{"path":5722,"title":5723},"\u002Fchangelog\u002F2024\u002F07\u002Fflowfuse-assistant","The FlowFuse Expert",{"path":5725,"title":5726},"\u002Fchangelog\u002F2024\u002F07\u002Fflowfuse-assistant-json","FlowFuse Expert Writes JSON",{"path":5728,"title":5729},"\u002Fchangelog\u002F2024\u002F07\u002Fimmersive-editor","Immersive Editor Experience",{"path":5731,"title":5732},"\u002Fchangelog\u002F2024\u002F07\u002Fnotifications-inbox","Notifications Inbox",{"path":5734,"title":5732},"\u002Fchangelog\u002F2024\u002F07\u002Fnotifications-update",{"path":5736,"title":5737},"\u002Fchangelog\u002F2024\u002F07\u002Fpersistent-storage","Persistent Storage on FlowFuse Cloud",{"path":5739,"title":5740},"\u002Fchangelog\u002F2024\u002F07\u002Fsso","Single Sign On Updates",{"path":5742,"title":5743},"\u002Fchangelog\u002F2024\u002F08\u002Fbill-of-materials","Bill of Materials",{"path":5745,"title":5746},"\u002Fchangelog\u002F2024\u002F08\u002Fenterprise-license-update","Enforcing Enterprise Restrictions",{"path":5748,"title":5749},"\u002Fchangelog\u002F2024\u002F08\u002Fldap-sso-groups","LDAP Single Sign On Updates",{"path":5751,"title":5752},"\u002Fchangelog\u002F2024\u002F08\u002Fstatic-file-service-navigation-visibility","Static File Service Navigation and Visibility",{"path":5754,"title":5755},"\u002Fchangelog\u002F2024\u002F10\u002Fdevice-group-env-vars","Environment Variables for your Device Groups",{"path":5757,"title":5758},"\u002Fchangelog\u002F2024\u002F10\u002Fmqtt-service","MQTT Broker Service",{"path":5760,"title":5761},"\u002Fchangelog\u002F2024\u002F10\u002Fnotifications-bulk-actions","Managing Notifications",{"path":5763,"title":5764},"\u002Fchangelog\u002F2024\u002F10\u002Fsnapshot-download-upload-options","Snapshot Upload and Download Improvements",{"path":5766,"title":5405},"\u002Fchangelog\u002F2024\u002F10\u002Fversion-history-timeline",{"path":5768,"title":5769},"\u002Fchangelog\u002F2024\u002F11\u002Faudit-log-hierarchy","Audit logs show hierarchical events",{"path":5771,"title":5772},"\u002Fchangelog\u002F2024\u002F11\u002Fdevice-agent-release","Device Agent 3.0 released",{"path":5774,"title":5775},"\u002Fchangelog\u002F2024\u002F11\u002Fmqtt-topic-hierarchy","MQTT Topic Hierarchy view",{"path":5777,"title":5778},"\u002Fchangelog\u002F2024\u002F11\u002Fteam-search","Team-wide search",{"path":5780,"title":5781},"\u002Fchangelog\u002F2024\u002F12\u002Fdashboad-iframe","Allow Dashboards to be embedded in iFrames",{"path":5783,"title":5784},"\u002Fchangelog\u002F2024\u002F12\u002Fdevice-editor-cache","Device Editor Access Speed Up",{"path":5786,"title":5787},"\u002Fchangelog\u002F2024\u002F12\u002Fteam-bom-timeline","Team BOM and Pipeline Views",{"path":5789,"title":5790},"\u002Fchangelog\u002F2025\u002F01\u002Ffree-tier-onboarding","New Onboarding Tour for Free Tier Users",{"path":5792,"title":5793},"\u002Fchangelog\u002F2025\u002F01\u002Fhidden-env-vars","Hidden Environment Variables",{"path":5795,"title":5796},"\u002Fchangelog\u002F2025\u002F01\u002Fimproved-diagnostics","Improved Diagnostics",{"path":5798,"title":5799},"\u002Fchangelog\u002F2025\u002F01\u002Fteam-level-groups","Team level view of Groups",{"path":5801,"title":5802},"\u002Fchangelog\u002F2025\u002F02\u002Fadditional-device-version-history-events","New Remote Instances Version History Events",{"path":5804,"title":5805},"\u002Fchangelog\u002F2025\u002F02\u002Fbroker-error-feedback","Improved Broker Connection Feedback",{"path":5807,"title":5808},"\u002Fchangelog\u002F2025\u002F02\u002Fdevice-agent-updates","FlowFuse User Authentication on Remote Instances",{"path":5810,"title":5405},"\u002Fchangelog\u002F2025\u002F02\u002Fdevice-version-history-timeline",{"path":5812,"title":5813},"\u002Fchangelog\u002F2025\u002F02\u002Fexternal-brokers","External MQTT Brokers",{"path":5815,"title":5816},"\u002Fchangelog\u002F2025\u002F02\u002Fmqtt-schema-suggestions","MQTT Smart Schema Suggestions",{"path":5818,"title":5819},"\u002Fchangelog\u002F2025\u002F02\u002Fresend-and-extend-team-invitation-expiration","Re-send Team Invitations",{"path":5821,"title":5822},"\u002Fchangelog\u002F2025\u002F02\u002Fschema-docs","Personalized Schema Documentation",{"path":5824,"title":5825},"\u002Fchangelog\u002F2025\u002F02\u002Ftopic-hierarchy-search","Search & Filter for Topic Hierarchy List",{"path":5827,"title":5828},"\u002Fchangelog\u002F2025\u002F03\u002Fcontainer-tags","Changes to tags for flowfuse\u002Fnode-red",{"path":5830,"title":5831},"\u002Fchangelog\u002F2025\u002F03\u002Fdevice-groups","Multiple Device Groups in a pipeline",{"path":5833,"title":5834},"\u002Fchangelog\u002F2025\u002F03\u002Fdevice-local-login","Local Login for Remote Instances",{"path":5836,"title":5837},"\u002Fchangelog\u002F2025\u002F03\u002Ffree-tier","Free Tier now more accessible to all",{"path":5839,"title":5840},"\u002Fchangelog\u002F2025\u002F03\u002Fresource-notifications","Resource Alerts",{"path":5842,"title":5843},"\u002Fchangelog\u002F2025\u002F03\u002Fsnapshot-filter","Filtering Snapshots",{"path":5845,"title":5846},"\u002Fchangelog\u002F2025\u002F03\u002Fteam-npm-registry","NPM Package Hosting",{"path":5848,"title":5849},"\u002Fchangelog\u002F2025\u002F03\u002Ftopic-deletion","MQTT Topic Management",{"path":5851,"title":5852},"\u002Fchangelog\u002F2025\u002F04\u002Fdevice-provisioning","Remote Instance Provisioning",{"path":5854,"title":5855},"\u002Fchangelog\u002F2025\u002F04\u002Fgit-integration","Git Integration with Pipelines",{"path":5857,"title":5858},"\u002Fchangelog\u002F2025\u002F04\u002Finstance-log-browsing","Better Node-RED log handling",{"path":5860,"title":5861},"\u002Fchangelog\u002F2025\u002F05\u002Fimport-node-red-flows","Import Node-RED Flows During Remote Instance Setup",{"path":5863,"title":5864},"\u002Fchangelog\u002F2025\u002F06\u002Fflowfuse-assistant","FlowFuse Expert just got smarter",{"path":5866,"title":5864},"\u002Fchangelog\u002F2025\u002F06\u002Fflowfuse-assistant-2",{"path":5868,"title":5869},"\u002Fchangelog\u002F2025\u002F06\u002Fgit-integration","Pulling snapshots from Git with Pipelines",{"path":5871,"title":5872},"\u002Fchangelog\u002F2025\u002F06\u002Finstance-performance-memory","Memory Metrics in Instance Performance View",{"path":5874,"title":5875},"\u002Fchangelog\u002F2025\u002F06\u002Fnew-home-page","Introducing the New Home Page Experience",{"path":5877,"title":5878},"\u002Fchangelog\u002F2025\u002F06\u002Fteam-performance","Team Performance Feature",{"path":5880,"title":5881},"\u002Fchangelog\u002F2025\u002F06\u002Fteam-performance-view","Instance Performance View",{"path":5883,"title":5884},"\u002Fchangelog\u002F2025\u002F06\u002Fui-refresh","Navigation UI Refresh",{"path":5886,"title":5887},"\u002Fchangelog\u002F2025\u002F07\u002Fbrowse-node-red-flows","Browse for Node-RED Flows During Remote Instance Setup",{"path":5889,"title":5230},"\u002Fchangelog\u002F2025\u002F07\u002Fflowfuse-tables",{"path":5891,"title":5892},"\u002Fchangelog\u002F2025\u002F07\u002Fimport-blueprints","Import blueprints directly into your existing instances",{"path":5894,"title":5895},"\u002Fchangelog\u002F2025\u002F07\u002Fsimplified-applications-overview","Simplified Applications Page with Summary Tiles",{"path":5897,"title":5898},"\u002Fchangelog\u002F2025\u002F07\u002Fsmart-suggestions","Smart Suggestions",{"path":5900,"title":5901},"\u002Fchangelog\u002F2025\u002F07\u002Fteam-to-pro-plan-rename","Team Plan Renamed to Pro Plan",{"path":5903,"title":5904},"\u002Fchangelog\u002F2025\u002F08\u002Fai-generated-snapshot-descriptions-hosted","Generate snapshot descriptions with AI",{"path":5906,"title":5907},"\u002Fchangelog\u002F2025\u002F08\u002Fai-generated-snapshot-descriptions-remote","AI Snapshot Descriptions Now Work with Remote Instances",{"path":5909,"title":5910},"\u002Fchangelog\u002F2025\u002F08\u002Fdevice-performance","FlowFuse Remote Instance Performance Data",{"path":5912,"title":5913},"\u002Fchangelog\u002F2025\u002F08\u002Fdirect-sso","Direct SSO Login",{"path":5915,"title":5916},"\u002Fchangelog\u002F2025\u002F08\u002Fflowfuse-assistant","FlowFuse Expert documents your flows",{"path":5918,"title":5919},"\u002Fchangelog\u002F2025\u002F08\u002Fflowfuse-mqtt","FlowFuse MQTT",{"path":5921,"title":5922},"\u002Fchangelog\u002F2025\u002F08\u002Fhttp-cors","Configure HTTP CORS",{"path":5924,"title":5925},"\u002Fchangelog\u002F2025\u002F08\u002Fsubflow-export","Export SubFlow as Node-RED module",{"path":5927,"title":5928},"\u002Fchangelog\u002F2025\u002F08\u002Ftables-assistant","FlowFuse Tables with a little help from the Assistant",{"path":5930,"title":5931},"\u002Fchangelog\u002F2025\u002F09\u002Fexpose-saml-groups-to-dashboard","Allow SSO groups to be shared with the Node-RED Dashboard",{"path":5933,"title":5934},"\u002Fchangelog\u002F2025\u002F09\u002Finline-assist","FlowFuse Expert can help you write code",{"path":5936,"title":5937},"\u002Fchangelog\u002F2025\u002F09\u002Fretiring-flowforge-device-agent","No more @flowforge\u002Fflowforge-device-agent releases",{"path":5939,"title":5940},"\u002Fchangelog\u002F2025\u002F09\u002Frevised-instance-snapshot-ui","Streamlined Snapshot Management",{"path":5942,"title":5943},"\u002Fchangelog\u002F2025\u002F09\u002Fteam-broker-async-api","Capture Async API data from FlowFuse Team Broker",{"path":5945,"title":5946},"\u002Fchangelog\u002F2025\u002F10\u002Fapplication-level-rbac","Application-level access control for Enterprise teams",{"path":5948,"title":5949},"\u002Fchangelog\u002F2025\u002F10\u002Fbulk-device-group-assignment","Easier Access to Bulk Device Group Management",{"path":5951,"title":5952},"\u002Fchangelog\u002F2025\u002F10\u002Fduplicate-instances-across-applications","Duplicate Instances Across Different Applications",{"path":5954,"title":5955},"\u002Fchangelog\u002F2025\u002F10\u002Fimport-flows-on-instance-creation","Import flows during instance creation",{"path":5957,"title":5958},"\u002Fchangelog\u002F2025\u002F10\u002Fmcp-nodes","FlowFuse MCP Server Nodes",{"path":5960,"title":5961},"\u002Fchangelog\u002F2025\u002F10\u002Fonnx-nodes","FlowFuse AI Nodes",{"path":5963,"title":5964},"\u002Fchangelog\u002F2025\u002F10\u002Fsettings-page-device-group-management","Device Group Management from Settings Page",{"path":5966,"title":5967},"\u002Fchangelog\u002F2025\u002F11\u002Fff-expert-update","FlowFuse Expert Update",{"path":5969,"title":5970},"\u002Fchangelog\u002F2025\u002F11\u002Fminimum-nodejs-version","Node.js v20 Minimum Version Requirement",{"path":5972,"title":5973},"\u002Fchangelog\u002F2025\u002F11\u002Fsso-session","SSO control over Session life",{"path":5975,"title":5976},"\u002Fchangelog\u002F2025\u002F12\u002Fff-expert-mcp-insights","FlowFuse Expert: Now with MCP-Powered Insights",{"path":5978,"title":5979},"\u002Fchangelog\u002F2025\u002F12\u002Fscheduled-maintenance","Scheduled Maintenance Mode",{"path":5981,"title":5982},"\u002Fchangelog\u002F2026\u002F01\u002Fdevice-agent-containers","Device Agent Docker Containers updated",{"path":5984,"title":5985},"\u002Fchangelog\u002F2026\u002F01\u002Fff-expert-manage-palette","FlowFuse Expert: Enhanced Palette Integration",{"path":5987,"title":5988},"\u002Fchangelog\u002F2026\u002F01\u002Fff-expert-nr-actions","FlowFuse Expert: Integration with Node-RED",{"path":5990,"title":5991},"\u002Fchangelog\u002F2026\u002F01\u002Fff-expert-palette-queries","FlowFuse Expert: Palette Queries",{"path":5993,"title":5994},"\u002Fchangelog\u002F2026\u002F01\u002Fff-expert-select-flows","FlowFuse Expert: Ask about your flows",{"path":5996,"title":5997},"\u002Fchangelog\u002F2026\u002F01\u002Fmcp-rbacs","FlowFuse Expert: MCP-Powered Insights with RBACs",{"path":5999,"title":6000},"\u002Fchangelog\u002F2026\u002F01\u002Fmcp-security","FlowFuse Expert: MCP-Powered Insights",{"path":6002,"title":6003},"\u002Fchangelog\u002F2026\u002F02\u002Fdevice-agent-nodejs-options","Set Node.js Options for Remote Instances",{"path":6005,"title":6006},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-debug-log-context","FlowFuse Expert: Helping you make sense of your debug log",{"path":6008,"title":6009},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-update-banner","FlowFuse Expert: Never Miss an Update",{"path":6011,"title":6012},"\u002Fchangelog\u002F2026\u002F02\u002Fha-instance-rolling-restart","HA Hosted Instance Rolling Restart",{"path":6014,"title":6015},"\u002Fchangelog\u002F2026\u002F02\u002Fremote-instances-immersive-editor","Immersive Mode for Remote Instances",{"path":6017,"title":6018},"\u002Fchangelog\u002F2026\u002F02\u002Frestoring-snapshots-to-remote-instances","Restoring snapshots to developer-mode Remote Instances",{"path":6020,"title":6021},"\u002Fchangelog\u002F2026\u002F03\u002Fazure-dev-ops-gitops","Azure DevOps Pipeline support",{"path":6023,"title":6024},"\u002Fchangelog\u002F2026\u002F03\u002Fdeveloper-mode-in-immersive-editor","Developer Mode Now Accessible from the Immersive Editor",{"path":6026,"title":6027},"\u002Fchangelog\u002F2026\u002F03\u002Fembedded-editor-tab-title","Embedded Editor Now Shows Active Tab",{"path":6029,"title":6030},"\u002Fchangelog\u002F2026\u002F03\u002Fmarch-scheduled-maintenance","Updated: Upcoming Scheduled Server Maintenance on March 28th, 2026",{"path":6032,"title":6033},"\u002Fchangelog\u002F2026\u002F03\u002Fsnapshot-detail-modal-immersive-editor","View Snapshot Details in the Immersive Editor",{"path":6035,"title":6036},"\u002Fchangelog\u002F2026\u002F04\u002Fexpert-action-links","FlowFuse expert action links",{"path":6038,"title":6039},"\u002Fchangelog\u002F2026\u002F04\u002Fhosted-instance-url-env-var","Hosted Instances know their own URL",{"path":6041,"title":5299},"\u002Fchangelog\u002F2026\u002F04\u002Fimmersive-editor-drawer",{"path":6043,"title":6044},"\u002Fchangelog\u002F2026\u002F04\u002Fsnapshot-diff-viewer","Richer snapshot comparison view",{"path":6046,"title":6047},"\u002Fchangelog\u002F2026\u002F05\u002Fai-opt-out","AI Feature Opt-Out for Teams",{"path":6049,"title":6050},"\u002Fchangelog\u002F2026\u002F05\u002Fexpert-application-building","FlowFuse Expert Builds Your Application",{"path":6052,"title":6053},"\u002Fchangelog\u002F2026\u002F05\u002Fsingle-sso-provider","Single SSO provider for all users",{"path":6055,"title":6056},"\u002Fchangelog\u002F2026\u002F06\u002Fdark-mode","Dark Mode",{"path":6058,"title":6059},"\u002Fchangelog\u002F2026\u002F06\u002Fdevice-agent-v4-released","Device Agent v4 released",{"path":6061,"title":6062},"\u002Fchangelog\u002F2026\u002F06\u002Fgeneric-git-server-support","Connect Pipelines to Any Git Server",{"path":6064,"title":6065},"\u002Fchangelog\u002F2026\u002F06\u002Fjuly-scheduled-maintenance","Updated: Upcoming Scheduled Server Maintenance on July 11th, 2026",{"path":6067,"title":6068},"\u002Fchangelog\u002F2026\u002F07\u002Fapplication-sso-groups","Application Roles from SSO Groups",{"path":6070,"title":6071},"\u002Fchangelog\u002F2026\u002F07\u002Fdevice-agent-onboarding","Getting started with FlowFuse straight from the terminal",{"path":6073,"title":6074},"\u002Fchangelog\u002F2026\u002F07\u002Fexpert-enhancements","FlowFuse Expert Enhancements",{"path":6076,"title":6077},"\u002Fchangelog\u002F2026\u002F07\u002Fexpert-tables-automation","FlowFuse Expert Can Now Work With Your Tables",{"path":6079,"title":6080},"\u002Fchangelog\u002F2026\u002F07\u002Fscoped-pats","Team Scoped Personal Access Tokens",{"path":6082,"title":6083},"\u002Fchangelog\u002F2026\u002F07\u002Fteam-and-application-dashboards","A Dedicated Home for Your Dashboards",[],1786105885745]