kingCountyBusStopTooltipFields = [{field: 'STOP_ID', type: 'nominal', title: 'Stop ID'},
{field: 'ROUTE_LIST', type: 'nominal', title: 'Bus Route(s)'},
{field: 'ON_STREET_NAME', type: 'nominal', title: 'Street Name'},
{field: 'CF_CROSS_STREETNAME', type: 'nominal', title: 'Cross Street Name'},
{field: 'ACCESSIBILITY_DECAL', type: 'nominal', title: 'Accessibility Decal'},
{field: 'NUM_SHELTERS', type: 'nominal', title: 'Num Shelters'},
{field: 'SIGNPOST', type: 'nominal', title: 'Sign Post'},
{field: 'SIGN_MOUNTING_DIR', type: 'nominal', title: 'Sign Mounting Dir'},
{field: 'SIGNPOST_ANCHOR', type: 'nominal', title: 'Sign Post Anchor'},
{field: 'FRDOORLANDING', type: 'nominal', title: 'Front Door Landing'},
{field: 'FRDOORSIDEWALKWIDTH', type: 'nominal', title: 'Front Door Sidewalk Width'},
{field: 'STOP_STATUS', type: 'nominal', title: 'Stop Status'},
{field: 'CURB', type: 'nominal', title: 'Curb'},
{field: 'CURB_HEIGHT_FRONTDOOR', type: 'nominal', title: 'Curb Height Front Door'},
{field: 'CURBPAINT', type: 'nominal', title: 'Curb Paint'},
{field: 'BIKE_RACK', type: 'nominal', title: 'Bike Rack'},
{field: 'CF_DIST_FROM_INTERSECTION', type: 'nominal', title: 'Dist from Intersection'},
{field: 'DATE_CREATED', type: 'temporal', title: 'Date Created'},
{field: 'EFFECTIVE_BEGINDATE', type: 'temporal', title: 'Effective Begin Date'}
]