version: 1 header: tab: Maps title: ActivitySim Summary Maps description: "Some example maps" layout: trips: - title: "Trip Origin/Destination Flows" description: "Major flows shown" type: "flowmap" height: 10 props: boundaries: "../taz1454/taz1454.geojson" boundariesJoinCol: 'TAZ1454' boundariesLabels: 'TAZ' dataset: ".dashboard/trip-od-flows.csv" origin: 'origin' destination: 'destination' flow: 'trips' - title: "Trip Destinations" description: "All day" type: "map" width: 1 height: 10 props: boundaries: "../taz1454/taz1454.geojson" boundariesJoinCol: "TAZ1454" boundariesLabels: "TAZ" dataset: ".dashboard/trip-destinations.csv" datasetJoinCol: "destination" datasetValue: 'household_id' exponentColors: true row1: - title: "Zero-Car Households" description: "Absolute number of 0-car households" type: "map" width: 2 height: 8 props: boundaries: "../taz1454/taz1454.geojson" boundariesJoinCol: 'TAZ1454' boundariesLabels: 'TAZ' dataset: ".dashboard/hh-by-autos-taz.csv" datasetJoinCol: 'home_zone_id' datasetValue: 'auto0'