{
	"apiVersion": 2,
	"name": "gtfs/system-map",
	"title": "GTFS System Map",
	"category": "widgets",
	"icon": "location-alt",
	"description": "Displays a GTFS-based transit system map with selected routes.",
	"attributes": {
		"mapType": {
			"type": "string",
			"default": "single"
		},
		"selectedRouteIds": {
			"type": "array",
			"default": [],
			"items": {
				"type": "string"
			}
		},
		"routeColors": {
			"type": "object",
			"default": {}
		}
	},
	"editorScript": "file:./build/index.js",
	"style": "file:./build/index.css"
}