{
	"version": 1,
	"allow_edit": true,
	"plugins": [],
	"panes": [
		{
			"title": "Information",
			"width": 1,
			"row": {
				"1": 1,
				"3": 1,
				"4": 1
			},
			"col": {
				"1": 1,
				"3": 1,
				"4": 1
			},
			"col_width": 1,
			"widgets": [
				{
					"type": "html",
					"settings": {
						"html": "<div style=\"padding: 10px;\">\n    <b>Dashboard</b>: <a href=\"https://github.com/Freeboard/freeboard\" target=\"_blank\">Freeboard</a><br>\n    <b>Plugin</b>: <a href=\"https://github.com/rrwen/freeboard-leaflet-realtime\" target=\"_blank\">freeboard-leaflet-realtime</a><br>\n    <b>Author</b>: <a href=\"https://github.com/rrwen\" target=\"_blank\">Richard Wen</a><br>\n</div>",
						"height": 1
					}
				}
			]
		},
		{
			"title": "Position",
			"width": 1,
			"row": {
				"2": 2,
				"3": 2,
				"4": 5
			},
			"col": {
				"2": 2,
				"3": 2,
				"4": 1
			},
			"col_width": 1,
			"widgets": [
				{
					"type": "text_widget",
					"settings": {
						"title": "Longitude",
						"size": "regular",
						"value": "datasources[\"wanderdrone\"][\"geometry\"][\"coordinates\"][0].toFixed(3)",
						"animate": true,
						"units": "degrees"
					}
				},
				{
					"type": "text_widget",
					"settings": {
						"title": "Latitude",
						"size": "regular",
						"value": "datasources[\"wanderdrone\"][\"geometry\"][\"coordinates\"][1].toFixed(3)",
						"animate": true,
						"units": "degrees"
					}
				}
			]
		},
		{
			"title": "Demo",
			"width": 3,
			"row": {
				"2": 1,
				"3": 1,
				"4": 1
			},
			"col": {
				"2": 1,
				"3": 1,
				"4": 2
			},
			"col_width": 2,
			"widgets": [
				{
					"type": "leaflet_realtime",
					"settings": {
						"id": "leaflet-realtime",
						"url": "https://wanderdrone.appspot.com/",
						"propertiesID": "id",
						"interval": 1,
						"height": 8,
						"radius": 4,
						"color": "#FFFFFF",
						"weight": 0,
						"opacity": 0,
						"fillColor": "#FF9900",
						"fillOpacity": 1,
						"basemap": "https://cartodb-basemaps-{s}.global.ssl.fastly.net/dark_all/{z}/{x}/{y}.png",
						"viewX": 0,
						"viewY": 0,
						"zoom": 2,
						"zoomPosition": "topright",
						"zoomMin": 2,
						"zoomMax": 19,
						"popup": true,
						"search": true,
						"searchZoom": 17,
						"searchPosition": "topleft",
						"searchHide": false
					}
				}
			]
		}
	],
	"datasources": [
		{
			"name": "wanderdrone",
			"type": "JSON",
			"settings": {
				"url": "https://wanderdrone.appspot.com/",
				"use_thingproxy": true,
				"refresh": 1,
				"method": "GET"
			}
		}
	],
	"columns": 4
}