{
  "agency": {
    "country": "AU",
    "id": "translink-south-east-queensland",
    "name": "TransLink South East Queensland",
    "operating_note": "One multi-operator schedule for the Brisbane and South East Queensland network; counted as one feed record, not a distinct-agency count.",
    "subdivision_code": "AU-QLD",
    "subdivision_name": "Queensland"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 0.0,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_pct": 100.0,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 17235,
        "translations": {
          "feed_lang": "en",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 113130,
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 0.0,
        "wheelchair_marked_accessible_pct": 0.0,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 17235,
          "effort": "A column in stops.txt; your scheduling software likely has it.",
          "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
          "owner": "Likely your team",
          "points": 25.0,
          "severity": "WARNING",
          "what": "17235 of 17235 stops don't say whether a wheelchair user can board there.",
          "why": "Riders who use wheelchairs can't plan a trip when accessibility is marked 'unknown'; apps show no information at all."
        },
        {
          "code": "scorecard_wheelchair_accessible_unknown",
          "count": 113130,
          "effort": "A default or per-trip field in your export.",
          "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "113130 of 113130 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the transit vehicle itself can take them."
        },
        {
          "code": "scorecard_no_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        },
        {
          "code": "scorecard_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "Trip-planning apps and regional data coordinators have nobody to email when they spot a problem with your feed, so problems linger."
        },
        {
          "code": "scorecard_station_no_pathways",
          "count": 1,
          "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
          "fix": "Add pathways.txt connecting entrances, platforms, and any elevators, with a level for each.",
          "owner": "",
          "points": 0.0,
          "severity": "WARNING",
          "what": "This feed models stations or entrances but has no pathways.txt.",
          "why": "Trip planners can't guide riders through the station, and there is no step-free route information for wheelchair users."
        }
      ],
      "name": "completeness",
      "score": 37.5,
      "status": "measured",
      "summary": "0% of stops state wheelchair accessibility (0% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 9,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 27,
          "WARNING": 5026
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "missing_bike_allowance",
          "count": 3123,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'missing_bike_allowance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Missing bike allowance (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 1131,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "duplicate_route_name",
          "count": 752,
          "effort": "One field per route.",
          "fix": "Give each route a distinct short or long name.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Two or more routes share the same name.",
          "why": "Riders can't tell the routes apart in apps."
        },
        {
          "code": "expired_calendar",
          "count": 10,
          "effort": "One setting in most export tools.",
          "fix": "Remove past service periods the next time you export the feed.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some service calendars in the feed have already ended.",
          "why": "Expired calendars are dead weight and can hide real schedule problems from your staff and vendors."
        },
        {
          "code": "route_color_contrast",
          "count": 7,
          "effort": "One field per route.",
          "fix": "Pick a darker/lighter route_text_color for the flagged routes.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some route colors don't contrast with their text color.",
          "why": "Route badges get hard to read, most of all for riders with low vision."
        },
        {
          "code": "missing_feed_contact_email_and_url",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'missing_feed_contact_email_and_url' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Missing feed contact email and url (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "missing_recommended_field",
          "count": 1,
          "effort": "A field at a time; not urgent.",
          "fix": "Review the flagged fields and fill in the ones your riders would use.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some files leave out fields that GTFS asks for but does not require.",
          "why": "Recommended fields like agency_phone or stop descriptions make the feed more useful to riders and trip planners."
        },
        {
          "code": "stops_match_shape_out_of_order",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'stops_match_shape_out_of_order' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Stops match shape out of order (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "platform_without_parent_station",
          "count": 27,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'platform_without_parent_station' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.8,
          "severity": "INFO",
          "what": "Platform without parent station (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 51.2,
      "status": "measured",
      "summary": "The MobilityData validator flagged 9 kinds of issue across 5053 instances (0 error, 5026 warning, 27 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 59,
        "effective_expiry_date": "2026-09-15",
        "feed_end_date": "2026-09-15",
        "feed_start_date": "2026-07-17",
        "feed_version": null,
        "has_feed_info": true,
        "last_service_date": "2026-09-15",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [],
      "name": "freshness",
      "score": 98.3,
      "status": "measured",
      "summary": "Service data covers the next 59 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 59 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "CC BY 4.0; \u00a9 State of Queensland (Department of Transport and Main Roads). Derived measurements by GTFS Scorecard.",
    "reachable": true,
    "sha256": "8c75d57e25ae89a88363fcb3f6f36e8aba32f027118a25daa252197d9cfd7f9e",
    "size_bytes": 38750543,
    "static_url": "https://gtfsrt.api.translink.com.au/gtfs/SEQ_SCH_GTFS.zip"
  },
  "ferry_profile": {
    "accessibility": {
      "measures": "published_values_not_physical_usability",
      "terminals": {
        "allowed_count": 0,
        "allowed_pct": 0.0,
        "not_allowed_count": 0,
        "not_allowed_pct": 0.0,
        "stated_count": 0,
        "stated_pct": 0.0,
        "total_count": 32
      },
      "trips": {
        "allowed_count": 0,
        "allowed_pct": 0.0,
        "not_allowed_count": 0,
        "not_allowed_pct": 0.0,
        "stated_count": 0,
        "stated_pct": 0.0,
        "total_count": 3123
      }
    },
    "bikes": {
      "allowed_count": 0,
      "allowed_pct": 0.0,
      "not_allowed_count": 0,
      "not_allowed_pct": 0.0,
      "stated_count": 0,
      "stated_pct": 0.0,
      "total_count": 3123
    },
    "cars": {
      "allowed_count": 0,
      "allowed_pct": 0.0,
      "not_allowed_count": 0,
      "not_allowed_pct": 0.0,
      "stated_count": 0,
      "stated_pct": 0.0,
      "total_count": 3123
    },
    "fares": {
      "applied": false,
      "fare_free": false,
      "model": "none",
      "scope": "whole_feed"
    },
    "graded": false,
    "measured": true,
    "realtime": {
      "configured_kinds": [],
      "kinds_configured": 0,
      "scope": "whole_feed"
    },
    "route_count": 9,
    "scope": "ferry_routes_and_trips",
    "stop_access": {
      "direct_count": 0,
      "eligible_terminal_count": 30,
      "stated_count": 0,
      "stated_pct": 0.0,
      "through_station_count": 0
    },
    "terminal_hierarchy": {
      "boarding_location_count": 32,
      "parented_boarding_location_count": 30,
      "parented_boarding_location_pct": 93.8,
      "referenced_station_count": 27
    },
    "trip_count": 3123
  },
  "fetch": {
    "final_url": "https://gtfsrt.api.translink.com.au/gtfs/SEQ_SCH_GTFS.zip",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-07-18T00:00:00+00:00",
  "geo": {
    "bbox": [
      152.12424,
      -28.25739,
      153.58061,
      -26.15939
    ],
    "lat": -27.51364,
    "lon": 153.05192,
    "stop_count": 17235
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": true,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "tram",
        "label": "Tram / light rail",
        "route_count": 1,
        "trip_count": 1030,
        "trip_share_pct": 0.9
      },
      {
        "key": "rail",
        "label": "Rail",
        "route_count": 780,
        "trip_count": 14058,
        "trip_share_pct": 12.4
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 1883,
        "trip_count": 94919,
        "trip_share_pct": 83.9
      },
      {
        "key": "ferry",
        "label": "Ferry",
        "route_count": 9,
        "trip_count": 3123,
        "trip_share_pct": 2.8
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 2673,
    "trip_count": 113130
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 58.7,
    "margin_to_next_band": 1.3,
    "score": 58.7
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 23,
      "effort": "A per-route color setting in your scheduling software.",
      "fix": "Adjust route_color or route_text_color so each pair clears 4.5:1. Often switching the text between black and white is enough.",
      "owner": "Likely your export tool",
      "points": 0.0,
      "severity": "WARNING",
      "what": "23 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (BNBD, BNBD, BNVL, BNVL, BNVL, and more).",
      "why": "Low-contrast route badges are hard to read for riders with low vision and wash out on a phone screen in sunlight at the stop."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 14602,
      "effort": "A short text field per affected stop; start with the busiest.",
      "fix": "Add tts_stop_name with the spoken form, e.g. 'Main Street and Second Avenue', for the affected stops.",
      "owner": "",
      "points": 0.0,
      "severity": "INFO",
      "what": "14602 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Margaret St stop 93 at George St\", \"Handford Rd at Songbird Way\", \"Balcara Ave near Allira Cr\", and more).",
      "why": "Riders who use a screen reader hear the raw name, so 'Main St & 2nd Ave' can come out as 'Main saint' or drop the ampersand."
    },
    {
      "category": "accessibility",
      "code": "scorecard_station_missing_step_free_data",
      "count": 2,
      "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
      "fix": "Add pathways.txt connecting entrances, platforms, and elevators, and levels.txt for each floor, so the step-free route is described.",
      "owner": "",
      "points": 0.0,
      "severity": "WARNING",
      "what": "This feed models stations or entrances but has no pathways.txt and levels.txt.",
      "why": "Without pathways and levels, a wheelchair user can't tell whether a step-free route exists inside the station, and trip planners can't route anyone through it."
    }
  ],
  "routability": {
    "boardable_stops": 16974,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 113130
  },
  "route_map": {
    "drawn_route_count": 2673,
    "has_shapes": true,
    "path": "data/artifacts/translink-south-east-queensland/geometry.geojson",
    "route_count": 2673,
    "routes": [
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "100-4948",
        "label": "100",
        "long": "Forest Lake/Inala - City",
        "short": "100",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "101-4948",
        "label": "101",
        "long": "Forest Lake - Oxley station via Inala and Durack",
        "short": "101",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "102-4948",
        "label": "102",
        "long": "Inala - Oxley",
        "short": "102",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "103-4948",
        "label": "103",
        "long": "Centenary - Inala Plaza",
        "short": "103",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "104-4948",
        "label": "104",
        "long": "Corinda High - PA Hospital",
        "short": "104",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "105-4948",
        "label": "105",
        "long": "Indooroopilly - PA Hospital via Yeronga",
        "short": "105",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "106-4948",
        "label": "106",
        "long": "Mt Ommaney - Indooroopilly via Corinda",
        "short": "106",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "107-4948",
        "label": "107",
        "long": "Yeerongpilly - City",
        "short": "107",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "109-4948",
        "label": "109",
        "long": "Acacia Ridge - City Rocket",
        "short": "109",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "110-4948",
        "label": "110",
        "long": "Inala - City",
        "short": "110",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "112-4948",
        "label": "112",
        "long": "Griffith Uni Mt Gravatt - PA Hospital",
        "short": "112",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "113-4948",
        "label": "113",
        "long": "Mt Gravatt Central - City",
        "short": "113",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "114-4948",
        "label": "114",
        "long": "Tarragindi - City",
        "short": "114",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "115-4948",
        "label": "115",
        "long": "Griffith University - Sunnybank Hills",
        "short": "115",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "116-4948",
        "label": "116",
        "long": "Upper Mt Gravatt - City",
        "short": "116",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "118-4948",
        "label": "118",
        "long": "Forest Lake - City",
        "short": "118",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "119-4948",
        "label": "119",
        "long": "QEII Hospital - City Rocket",
        "short": "119",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "120-4948",
        "label": "120",
        "long": "Garden City - City via Tarragindi",
        "short": "120",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "121-4948",
        "label": "121",
        "long": "Salisbury - City",
        "short": "121",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "122-4948",
        "label": "122",
        "long": "Inala - Garden City",
        "short": "122",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "123-4948",
        "label": "123",
        "long": "Griffith University - Garden City via Sunnybank",
        "short": "123",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "125-4948",
        "label": "125",
        "long": "Garden City - City/Valley via Salisbury",
        "short": "125",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "126-4948",
        "label": "126",
        "long": "Heathwood - Sunnybank Plaza",
        "short": "126",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "127-4948",
        "label": "127",
        "long": "Indooroopilly - Fairfield",
        "short": "127",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "130-4948",
        "label": "130",
        "long": "Parkinson - City",
        "short": "130",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "131-4948",
        "label": "131",
        "long": "Parkinson - City via Hellawell Rd",
        "short": "131",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "132-4948",
        "label": "132",
        "long": "Parkinson/Algester - Garden City",
        "short": "132",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "134-4948",
        "label": "134",
        "long": "Griffith University - City Rocket",
        "short": "134",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "135-4948",
        "label": "135",
        "long": "Parkinson - Griffith Uni busway Express",
        "short": "135",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "137-4948",
        "label": "137",
        "long": "Sunnybank Hills - City Rocket",
        "short": "137",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "138-4948",
        "label": "138",
        "long": "Algester - City",
        "short": "138",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "139-4948",
        "label": "139",
        "long": "Sunnybank Hills - UQ Lakes",
        "short": "139",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "140-4948",
        "label": "140",
        "long": "Browns Plains - City Express via Mains Road",
        "short": "140",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "141-4948",
        "label": "141",
        "long": "Browns Plains - City Rocket",
        "short": "141",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "142-4948",
        "label": "142",
        "long": "Browns Plains - City Bullet",
        "short": "142",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "150-4948",
        "label": "150",
        "long": "Browns Plains - City Express via Runcorn",
        "short": "150",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "152-4948",
        "label": "152",
        "long": "Stretton - Garden City",
        "short": "152",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "153-4948",
        "label": "153",
        "long": "Drewvale - City Rocket",
        "short": "153",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "155-4948",
        "label": "155",
        "long": "Eight Mile Plains - Griffith Uni via Sunnybank",
        "short": "155",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "156-4948",
        "label": "156",
        "long": "Stretton - City Rocket",
        "short": "156",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "161-4948",
        "label": "161",
        "long": "Wishart Outlook - Griffith University busway",
        "short": "161",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "162-4948",
        "label": "162",
        "long": "Eight Mile Plains - City Rocket",
        "short": "162",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "169-4948",
        "label": "169",
        "long": "Eight Mile Plains - UQ Lakes",
        "short": "169",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "171-4948",
        "label": "171",
        "long": "Garden City - City Rocket via Newnham Road",
        "short": "171",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "172-4948",
        "label": "172",
        "long": "Garden City - PA Hospital via Greenslopes",
        "short": "172",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "175-4948",
        "label": "175",
        "long": "Garden City - City via Logan Rd",
        "short": "175",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "176-4948",
        "label": "176",
        "long": "Garden City - City Rocket via Logan Road",
        "short": "176",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "177-4948",
        "label": "177",
        "long": "Carindale - Griffith Uni Mt Gravatt",
        "short": "177",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "179-4948",
        "label": "179",
        "long": "Garden City - UQ Express via Newnham Rd",
        "short": "179",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "180-4948",
        "label": "180",
        "long": "Garden City - City Express via Mansfield",
        "short": "180",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "181-4948",
        "label": "181",
        "long": "Carindale Heights - City Rocket",
        "short": "181",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "182-4948",
        "label": "182",
        "long": "Garden City - Holland Park",
        "short": "182",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "183-4948",
        "label": "183",
        "long": "Wishart - City Rocket via Mansfield",
        "short": "183",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "185-4948",
        "label": "185",
        "long": "Garden City - City/Valley",
        "short": "185",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "186-4948",
        "label": "186",
        "long": "Wishart - City Rocket",
        "short": "186",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "189-4948",
        "label": "189",
        "long": "Holland Park - City Express",
        "short": "189",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "19-4948",
        "label": "19",
        "long": "Rocklea - PA Hospital StationLink",
        "short": "19",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "192-4948",
        "label": "192",
        "long": "Yeronga - City via UQ Lakes and Highgate Hill",
        "short": "192",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "195-4948",
        "label": "195",
        "long": "New Farm - City",
        "short": "195",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "196-4948",
        "label": "196",
        "long": "Fairfield Gardens - Merthyr via City/Valley",
        "short": "196",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "197-4948",
        "label": "197",
        "long": "City - South Brisbane Loop",
        "short": "197",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "198-4948",
        "label": "198",
        "long": "Highgate Hill Hail 'n' Ride",
        "short": "198",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "199-4948",
        "label": "199",
        "long": "West End - Teneriffe Ferry via City/Valley",
        "short": "199",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "200-4948",
        "label": "200",
        "long": "Carindale Heights - City Express",
        "short": "200",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "201-4948",
        "label": "201",
        "long": "Carindale Heights - City Rocket",
        "short": "201",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "202-4948",
        "label": "202",
        "long": "Carindale - PA Hospital",
        "short": "202",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "203-4948",
        "label": "203",
        "long": "Carindale - PA Hospital",
        "short": "203",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "204-4948",
        "label": "204",
        "long": "Carindale - City/Valley",
        "short": "204",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "205-4948",
        "label": "205",
        "long": "Carindale Heights - City Express",
        "short": "205",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "206-4948",
        "label": "206",
        "long": "Carindale - City Rocket",
        "short": "206",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "208-4948",
        "label": "208",
        "long": "Carina - City Rocket",
        "short": "208",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "209-4948",
        "label": "209",
        "long": "Carindale - UQ Lakes",
        "short": "209",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "210-4948",
        "label": "210",
        "long": "Cannon Hill - City/Valley",
        "short": "210",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "211-4948",
        "label": "211",
        "long": "Cannon Hill - City Rocket",
        "short": "211",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "212-4948",
        "label": "212",
        "long": "Carindale - City/Valley via Seven Hills",
        "short": "212",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "213-4948",
        "label": "213",
        "long": "Cannon Hill - Carindale",
        "short": "213",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "214-4948",
        "label": "214",
        "long": "Cannon Hill - City Express",
        "short": "214",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "215-4948",
        "label": "215",
        "long": "Carindale - City Express via Tingalpa",
        "short": "215",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "216-4948",
        "label": "216",
        "long": "Tingalpa - City Rocket",
        "short": "216",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "217-4948",
        "label": "217",
        "long": "Carindale - City Rocket",
        "short": "217",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "220-4948",
        "label": "220",
        "long": "Wynnum - City Express",
        "short": "220",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "221-4948",
        "label": "221",
        "long": "Wynnum - City Rocket",
        "short": "221",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "222-4948",
        "label": "222",
        "long": "Carindale - City Express via Eastern Busway",
        "short": "222",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "223-4948",
        "label": "223",
        "long": "Wynnum Loop Clockwise",
        "short": "223",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "224-4948",
        "label": "224",
        "long": "Wynnum Loop Anti-Clockwise",
        "short": "224",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "225-4948",
        "label": "225",
        "long": "Wynnum - Carindale",
        "short": "225",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "227-4948",
        "label": "227",
        "long": "Wynnum - City",
        "short": "227",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "228-4948",
        "label": "228",
        "long": "Cannon Hill - City Rocket",
        "short": "228",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "230-4948",
        "label": "230",
        "long": "Balmoral - City via Riding Road",
        "short": "230",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "231-4948",
        "label": "231",
        "long": "Balmoral - City Express via Riding Road",
        "short": "231",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "232-4948",
        "label": "232",
        "long": "Cannon Hill - City",
        "short": "232",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "234-4948",
        "label": "234",
        "long": "Woolloongabba - City Loop",
        "short": "234",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "235-4948",
        "label": "235",
        "long": "Balmoral - City/Valley via Thynne Road",
        "short": "235",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "236-4948",
        "label": "236",
        "long": "Balmoral - City Express via Thynne Road",
        "short": "236",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "240-4867",
        "label": "240",
        "long": "Capalaba - Wynnum",
        "short": "240",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "242-4867",
        "label": "242",
        "long": "Wakerley - Carindale (Loop)",
        "short": "242",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "243-4867",
        "label": "243",
        "long": "Capalaba - Brisbane City",
        "short": "243",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "250-4867",
        "label": "250",
        "long": "Redland Bay - Carindale",
        "short": "250",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "251-4867",
        "label": "251",
        "long": "Ormiston - Brisbane City",
        "short": "251",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "252-4867",
        "label": "252",
        "long": "Capalaba - Cleveland via Alexandra Hills (Loop)",
        "short": "252",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "253-4867",
        "label": "253",
        "long": "Capalaba - Thorneside",
        "short": "253",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "254-4867",
        "label": "254",
        "long": "Capalaba - Wellington Point",
        "short": "254",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "255-4867",
        "label": "255",
        "long": "Cleveland - Birkdale",
        "short": "255",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "26-4948",
        "label": "26",
        "long": "Upper Mt Gravatt - RBWH via Fortitude Valley",
        "short": "26",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "261-5012",
        "label": "261",
        "long": "Mackenzie - Brisbane City",
        "short": "261",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "262-5012",
        "label": "262",
        "long": "Capalaba - Griffith University via Mackenzie",
        "short": "262",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "263-4867",
        "label": "263",
        "long": "Capalaba - Sheldon (Avalon Rd)",
        "short": "263",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "264-4867",
        "label": "264",
        "long": "Capalaba - Alexandra Hills via Maridale Park",
        "short": "264",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "265-4867",
        "label": "265",
        "long": "Maridale Park - Brisbane City",
        "short": "265",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "266-4867",
        "label": "266",
        "long": "Capalaba - Alexandra Hills (Loop)",
        "short": "266",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "267-4867",
        "label": "267",
        "long": "Alexandra Hills - Brisbane City",
        "short": "267",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "270-4867",
        "label": "270",
        "long": "Victoria Point Jetty - Carindale",
        "short": "270",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "271-4867",
        "label": "271",
        "long": "Toondah Harbour - Redlands",
        "short": "271",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "272-4867",
        "label": "272",
        "long": "Redland Bay - Redland Hospital via Thornlands",
        "short": "272",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "273-4867",
        "label": "273",
        "long": "Cleveland - Brisbane City via Redland Bay Rd",
        "short": "273",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "274-4867",
        "label": "274",
        "long": "Victoria Pt Jetty - Cleveland via Thornlands",
        "short": "274",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "275-4867",
        "label": "275",
        "long": "Thornlands - Brisbane City via Finucane Rd",
        "short": "275",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "276-4867",
        "label": "276",
        "long": "Victoria Point - Brisbane City",
        "short": "276",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "277-4867",
        "label": "277",
        "long": "Victoria Point - Point Halloran (Loop)",
        "short": "277",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "279-4867",
        "label": "279",
        "long": "Victoria Point Jetty - Brisbane City",
        "short": "279",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "280-4867",
        "label": "280",
        "long": "Shoreline Ave Redland Bay - Griffith Uni",
        "short": "280",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "281-4867",
        "label": "281",
        "long": "Shoreline Ave Redland Bay - Brisbane City",
        "short": "281",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "282-4867",
        "label": "282",
        "long": "Victoria Pt - Logan Hyperdome",
        "short": "282",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "29-4948",
        "label": "29",
        "long": "Woolloongabba - UQ Lakes Shuttle",
        "short": "29",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "299-5012",
        "label": "299",
        "long": "Rochedale - Brisbane City",
        "short": "299",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFD51F",
        "color_name": "yellow",
        "has_shape": true,
        "id": "30-4948",
        "label": "30",
        "long": "Spring Hill Loop",
        "short": "30",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "300-4948",
        "label": "300",
        "long": "Toombul - City via Hamilton",
        "short": "300",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3002-4843",
        "label": "3002",
        "long": "Reedy Creek - Miami High",
        "short": "3002",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3003-4843",
        "label": "3003",
        "long": "Scenic Dr Bus Shelter - All Saints",
        "short": "3003",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3004-4843",
        "label": "3004",
        "long": "Bourton Rd - Mudgeraba Primary",
        "short": "3004",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3005-4843",
        "label": "3005",
        "long": "Currumbin Creek Rd - Merrimac Primary",
        "short": "3005",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3006-4843",
        "label": "3006",
        "long": "Tweed Heads - Marymount via Townson Ave",
        "short": "3006",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3007-4843",
        "label": "3007",
        "long": "Ourimbah Rd - Elanora High",
        "short": "3007",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3008-4843",
        "label": "3008",
        "long": "Elanora High - Elanora Primary",
        "short": "3008",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3009-4843",
        "label": "3009",
        "long": "Ourimbah Rd - Currumbin Primary",
        "short": "3009",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "301-4948",
        "label": "301",
        "long": "Toombul - City via Hendra",
        "short": "301",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3010-4843",
        "label": "3010",
        "long": "Tweed Heads - Tallebudgera Primary",
        "short": "3010",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3011-4843",
        "label": "3011",
        "long": "Simpsons Rd - Marymount via Elanora & Tallebudger",
        "short": "3011",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3012-4843",
        "label": "3012",
        "long": "Nerang Rail - Keebra",
        "short": "3012",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3013-4843",
        "label": "3013",
        "long": "The Observatory - Robina High",
        "short": "3013",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3014-4843",
        "label": "3014",
        "long": "McAuley Pde - Pacific Pines High",
        "short": "3014",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3015-4843",
        "label": "3015",
        "long": "The Observatory - Mudgeeraba Creek Primary",
        "short": "3015",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3016-4843",
        "label": "3016",
        "long": "Oxenford - Helensvale High",
        "short": "3016",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3017-4843",
        "label": "3017",
        "long": "Numinbah Valley - Gilston",
        "short": "3017",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3018-4843",
        "label": "3018",
        "long": "Canugra, Mt Nathan, Nerang Int, Benowa, Surfers",
        "short": "3018",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3019-4843",
        "label": "3019",
        "long": "Mudgeeraba, Robina Waters - Aquinas via Ferry Rd",
        "short": "3019",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "302-4948",
        "label": "302",
        "long": "Pinkenba - City",
        "short": "302",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3020-4843",
        "label": "3020",
        "long": "Oxley Dr - Helensvale",
        "short": "3020",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3021-4843",
        "label": "3021",
        "long": "Maudsland - Coomera Primary",
        "short": "3021",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3022-4843",
        "label": "3022",
        "long": "Gilston - Miami via Cararra & Merrimac",
        "short": "3022",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3023-4843",
        "label": "3023",
        "long": "Riverstone - Helensvale High",
        "short": "3023",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3024-4843",
        "label": "3024",
        "long": "Main Beach - Merrimac",
        "short": "3024",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3025-4843",
        "label": "3025",
        "long": "Guanaba - Pacific Pines",
        "short": "3025",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3026-4843",
        "label": "3026",
        "long": "Robina - Varsity Lakes",
        "short": "3026",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3027-4843",
        "label": "3027",
        "long": "Upper Coomera - Labrador Primary",
        "short": "3027",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3028-4843",
        "label": "3028",
        "long": "Hinkler Dr - Marymount via Mudgeeraba",
        "short": "3028",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3029-4843",
        "label": "3029",
        "long": "Mattocks Dr - Merrimac High",
        "short": "3029",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "303-4948",
        "label": "303",
        "long": "Pinkenba - Doomben via Myrtletown",
        "short": "303",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3030-4843",
        "label": "3030",
        "long": "Reedy Creek - Miami",
        "short": "3030",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3031-4843",
        "label": "3031",
        "long": "Pacific Pines - Park Lake",
        "short": "3031",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3032-4843",
        "label": "3032",
        "long": "Santa Isobel - Park Lake Primary",
        "short": "3032",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3033-4843",
        "label": "3033",
        "long": "Reedy Creek - Miami",
        "short": "3033",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3034-4843",
        "label": "3034",
        "long": "Nerang Rail - Keebra",
        "short": "3034",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3035-4843",
        "label": "3035",
        "long": "Broadbeach Waters - Marymount via Mermaid Waters",
        "short": "3035",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3036-4843",
        "label": "3036",
        "long": "Sunshine Blvd - Surfers Paradise Primary",
        "short": "3036",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3037-4843",
        "label": "3037",
        "long": "Tuxedo Junction - Pacific Pines",
        "short": "3037",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3038-4843",
        "label": "3038",
        "long": "Oxley Dr - Helensvale",
        "short": "3038",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3039-4843",
        "label": "3039",
        "long": "Coombabah - Southport",
        "short": "3039",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "304-4948",
        "label": "304",
        "long": "Northshore Hamilton Loop via Racecourse Rd",
        "short": "304",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3040-4843",
        "label": "3040",
        "long": "Nerang High - Merrimac",
        "short": "3040",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3041-4843",
        "label": "3041",
        "long": "Highfield Dr - Nerang High",
        "short": "3041",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3042-4843",
        "label": "3042",
        "long": "Wintergreen - Upper Coomera",
        "short": "3042",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3043-4843",
        "label": "3043",
        "long": "Molendinar - Benowa",
        "short": "3043",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3044-4843",
        "label": "3044",
        "long": "Hickey Way - Nerang",
        "short": "3044",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3045-4843",
        "label": "3045",
        "long": "Arthur Way - Windaroo",
        "short": "3045",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3046-4843",
        "label": "3046",
        "long": "Central St - Nerang",
        "short": "3046",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3047-4843",
        "label": "3047",
        "long": "Bronberg Plaza - All Saints",
        "short": "3047",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3048-4843",
        "label": "3048",
        "long": "Gooding Dr - Nerang High",
        "short": "3048",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3049-4843",
        "label": "3049",
        "long": "Hickey Way - Benowa",
        "short": "3049",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "305-4948",
        "label": "305",
        "long": "Hamilton - City",
        "short": "305",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3050-4843",
        "label": "3050",
        "long": "Molendinar - Ashmore Primary",
        "short": "3050",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3051-4843",
        "label": "3051",
        "long": "Molendinar - Worongary Primary",
        "short": "3051",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3052-4843",
        "label": "3052",
        "long": "Kumbari Ave - Nerang",
        "short": "3052",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3053-4843",
        "label": "3053",
        "long": "Nerang Rail - Keebra",
        "short": "3053",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3054-4843",
        "label": "3054",
        "long": "Nerang Rail - Keebra",
        "short": "3054",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3055-4843",
        "label": "3055",
        "long": "Nerang Interchange - Assisi",
        "short": "3055",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3056-4843",
        "label": "3056",
        "long": "Bundall Rd - Ashmore Primary",
        "short": "3056",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3057-4843",
        "label": "3057",
        "long": "Labrador - Upper Coomera",
        "short": "3057",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3058-4843",
        "label": "3058",
        "long": "Reserve Rd - Assisi",
        "short": "3058",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3059-4843",
        "label": "3059",
        "long": "Coomera Springs Bvd - Pimpama Colleges",
        "short": "3059",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "306-4948",
        "label": "306",
        "long": "Nudgee/Toombul - City",
        "short": "306",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3060-4843",
        "label": "3060",
        "long": "Wongawallan - Uppera Coomera",
        "short": "3060",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3061-4843",
        "label": "3061",
        "long": "Sir Charles Holm Dr - OWHS",
        "short": "3061",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3062-4843",
        "label": "3062",
        "long": "Harbour Town - Upper Coomera",
        "short": "3062",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3063-4843",
        "label": "3063",
        "long": "Upper Ormeau Rd - OWHS",
        "short": "3063",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3064-4843",
        "label": "3064",
        "long": "Goldmine Rd - Ormeau Primary",
        "short": "3064",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3065-4843",
        "label": "3065",
        "long": "Ormeau - Rivermount",
        "short": "3065",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3066-4843",
        "label": "3066",
        "long": "Coomera Sports Park - Pimpama Colleges",
        "short": "3066",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3067-4843",
        "label": "3067",
        "long": "Daintree Dr - Helensvale",
        "short": "3067",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3068-4843",
        "label": "3068",
        "long": "Winfield Rd - Helensvale",
        "short": "3068",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3069-4843",
        "label": "3069",
        "long": "Coomera Waters - Coomera Primary",
        "short": "3069",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "307-4948",
        "label": "307",
        "long": "Northgate East - Toombul Loop",
        "short": "307",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3070-4843",
        "label": "3070",
        "long": "Coomera Waters - Helensvale",
        "short": "3070",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3071-4843",
        "label": "3071",
        "long": "Pascoe Rd - OWHS",
        "short": "3071",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3072-4843",
        "label": "3072",
        "long": "Goldmine Rd - Ormeau Primary",
        "short": "3072",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3073-4843",
        "label": "3073",
        "long": "Coomera Waters - Upper Coomera College",
        "short": "3073",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3074-4843",
        "label": "3074",
        "long": "Ruffles Creek - Coomera Primary",
        "short": "3074",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3075-4843",
        "label": "3075",
        "long": "Willowvale - Pimpama Colleges",
        "short": "3075",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3076-4843",
        "label": "3076",
        "long": "Dixon Dr - Pimpama Primary",
        "short": "3076",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3077-4843",
        "label": "3077",
        "long": "Mirambeena - OWHS",
        "short": "3077",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3078-4843",
        "label": "3078",
        "long": "Nerang - Marymount College via Robina Waters",
        "short": "3078",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3079-4843",
        "label": "3079",
        "long": "Coomera Waters - Upper Coomera",
        "short": "3079",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "308-4948",
        "label": "308",
        "long": "Toombul - Chermside Loop",
        "short": "308",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3080-4843",
        "label": "3080",
        "long": "Philben Rd - OWHS",
        "short": "3080",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3081-4843",
        "label": "3081",
        "long": "Arthur Way - OWHS",
        "short": "3081",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3082-4843",
        "label": "3082",
        "long": "Wintergreen - Coombabah",
        "short": "3082",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3083-4843",
        "label": "3083",
        "long": "Bella Bvd - Pimpama Colleges",
        "short": "3083",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3084-4843",
        "label": "3084",
        "long": "Ourimbah Rd - Currumbin Primary",
        "short": "3084",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3085-4843",
        "label": "3085",
        "long": "Currumbin Waters - Marymount via Mallawa Dr",
        "short": "3085",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3086-4843",
        "label": "3086",
        "long": "Currumbin Creek Rd - Elanora High",
        "short": "3086",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3087-4843",
        "label": "3087",
        "long": "Simpson Rd - Tallebudgera Primary",
        "short": "3087",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3088-4843",
        "label": "3088",
        "long": "Molendinar - Southport",
        "short": "3088",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3089-4843",
        "label": "3089",
        "long": "Bonogin - Merrimac High",
        "short": "3089",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "309-4948",
        "label": "309",
        "long": "RBWH - City via Teneriffe",
        "short": "309",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3090-4843",
        "label": "3090",
        "long": "Surfers Paradise - Benowa",
        "short": "3090",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3091-4843",
        "label": "3091",
        "long": "Peachy Rd - OWHS",
        "short": "3091",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3092-4843",
        "label": "3092",
        "long": "Canungra - Nerang",
        "short": "3092",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3093-4843",
        "label": "3093",
        "long": "Nerang - Merrimac High",
        "short": "3093",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3094-4843",
        "label": "3094",
        "long": "Wintergreen - Coombabah",
        "short": "3094",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3095-4843",
        "label": "3095",
        "long": "Foxwell Rd - Pimpama Colleges",
        "short": "3095",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3096-4843",
        "label": "3096",
        "long": "Nerang High - Robina",
        "short": "3096",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3098-4843",
        "label": "3098",
        "long": "Mermaid Waters - Benowa",
        "short": "3098",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3099-4843",
        "label": "3099",
        "long": "Helensvale - Pacific Pines School via Universal",
        "short": "3099",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "310-4948",
        "label": "310",
        "long": "Brighton - City Express",
        "short": "310",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3100-4843",
        "label": "3100",
        "long": "Robina Primary - Robina High",
        "short": "3100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3101-4843",
        "label": "3101",
        "long": "Pacific Pines - Helensvale",
        "short": "3101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3102-4843",
        "label": "3102",
        "long": "Monterey Keys - Coombabah",
        "short": "3102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3103-4843",
        "label": "3103",
        "long": "Hickey Way - Keebra",
        "short": "3103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3104-4843",
        "label": "3104",
        "long": "Bronberg Plaza - Surfers Paradise Primary",
        "short": "3104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3105-4843",
        "label": "3105",
        "long": "Christine Ave - Marymount via Mattocks Rd",
        "short": "3105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3106-4843",
        "label": "3106",
        "long": "Mattocks Rd - Burleigh Heads",
        "short": "3106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3107-4843",
        "label": "3107",
        "long": "Dreamworld Parkway - Helensvale",
        "short": "3107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3108-4843",
        "label": "3108",
        "long": "Mudgeeraba - Robina High",
        "short": "3108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3109-4843",
        "label": "3109",
        "long": "Mudgeeraba - Robina High",
        "short": "3109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "311-4948",
        "label": "311",
        "long": "Brighton - Sandgate (Community Bus 1)",
        "short": "311",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3110-4843",
        "label": "3110",
        "long": "Finnegan Way - Pimpama Colleges",
        "short": "3110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3111-4843",
        "label": "3111",
        "long": "Guineas Creek Rd - Currumbin Primary",
        "short": "3111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3112-4843",
        "label": "3112",
        "long": "Village Blvd - Pimpama Colleges",
        "short": "3112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3113-4843",
        "label": "3113",
        "long": "The Heights - Pimpama Primary",
        "short": "3113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3114-4843",
        "label": "3114",
        "long": "Miami - Tallebudgera via Burleigh Waters",
        "short": "3114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3115-4843",
        "label": "3115",
        "long": "Halfway Dr - OWHS",
        "short": "3115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3116-4843",
        "label": "3116",
        "long": "Molendinar - Sommerset College",
        "short": "3116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3117-4843",
        "label": "3117",
        "long": "Molendinar - Broadbeach",
        "short": "3117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3119-4843",
        "label": "3119",
        "long": "Hardys Rd - Marymount via Bridgeman & Bonogin",
        "short": "3119",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "312-4948",
        "label": "312",
        "long": "Sandgate - Brighton (Community Bus 2)",
        "short": "312",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3122-4843",
        "label": "3122",
        "long": "Nerang Interchange - Merrimac Primary",
        "short": "3122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3123-4843",
        "label": "3123",
        "long": "Explorers Way - Merrimac High",
        "short": "3123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3124-4843",
        "label": "3124",
        "long": "Crestwood Dr - Benowa",
        "short": "3124",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3125-4843",
        "label": "3125",
        "long": "Nerang station - Keebra Park High",
        "short": "3125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3126-4843",
        "label": "3126",
        "long": "Reserve Rd - Trinity College",
        "short": "3126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3127-4843",
        "label": "3127",
        "long": "Southport Station - Keebra",
        "short": "3127",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3128-4843",
        "label": "3128",
        "long": "Oxenford - Helensvale High",
        "short": "3128",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "313-4948",
        "label": "313",
        "long": "Shorncliffe (Community Bus)",
        "short": "313",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "314-4948",
        "label": "314",
        "long": "Sandgate - Deagon & Shorncliffe (Community Bus)",
        "short": "314",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3153-4843",
        "label": "3153",
        "long": "Nerang Rail - Keebra Park High school (express)",
        "short": "3153",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3154-4843",
        "label": "3154",
        "long": "Mermaid Waters - Marymount College via GC Hwy",
        "short": "3154",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3160-4843",
        "label": "3160",
        "long": "Coomera Springs - Foxwell Secondary College",
        "short": "3160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3161-4843",
        "label": "3161",
        "long": "Coomera Rivers & Picnic Creek - Foxwell Secondary",
        "short": "3161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3174-4843",
        "label": "3174",
        "long": "Halfway Dr - OWHS",
        "short": "3174",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3177-4843",
        "label": "3177",
        "long": "Molendinar - Benowa",
        "short": "3177",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3179-4843",
        "label": "3179",
        "long": "Finnegan Way - Pimpama Colleges",
        "short": "3179",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3180-4843",
        "label": "3180",
        "long": "Pimpama Colleges - Upper Coomera",
        "short": "3180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3181-4843",
        "label": "3181",
        "long": "Southport - Labrador",
        "short": "3181",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3182-4843",
        "label": "3182",
        "long": "Coomera Waters - Pimpama Colleges",
        "short": "3182",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3184-4843",
        "label": "3184",
        "long": "Waverly Dr - Pimpama Colleges",
        "short": "3184",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3185-4843",
        "label": "3185",
        "long": "Varsity Lakes - Robina Primary",
        "short": "3185",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3197-4843",
        "label": "3197",
        "long": "The Observatory - Marymount via Golden Grove",
        "short": "3197",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "320-4948",
        "label": "320",
        "long": "Chermside - City via Wavell Heights",
        "short": "320",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "321-4948",
        "label": "321",
        "long": "Toombul - City via Kalinga",
        "short": "321",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "322-4948",
        "label": "322",
        "long": "Chermside - City via Toombul",
        "short": "322",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "325-4948",
        "label": "325",
        "long": "Boondall - City Express",
        "short": "325",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "326-4948",
        "label": "326",
        "long": "Carseldine - Toombul via Sandgate, Geebung",
        "short": "326",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "327-4948",
        "label": "327",
        "long": "Strathpine - Bracken Ridge & Toombul",
        "short": "327",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "329-4948",
        "label": "329",
        "long": "Bracken Ridge - Carseldine via Lacey Road",
        "short": "329",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "330-4948",
        "label": "330",
        "long": "Bracken Ridge - City Express",
        "short": "330",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3301-4843",
        "label": "3301",
        "long": "Currumbin Primary - Kennedy Dr",
        "short": "3301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3302-4843",
        "label": "3302",
        "long": "Palm Beach Primary - Golden Four Dr",
        "short": "3302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3303-4843",
        "label": "3303",
        "long": "Marymount - Simpsons Rd via Tallebudgera & Elanor",
        "short": "3303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3304-4843",
        "label": "3304",
        "long": "Tallebudgera Primary - Golden Four Dr",
        "short": "3304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3305-4843",
        "label": "3305",
        "long": "Robina High - Mattocks Rd",
        "short": "3305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3306-4843",
        "label": "3306",
        "long": "Somerset College - Currumbin Creek Rd",
        "short": "3306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3307-4843",
        "label": "3307",
        "long": "Merrimac Primary - Bilambil",
        "short": "3307",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3308-4843",
        "label": "3308",
        "long": "Marymount - Tweed Heads via Townson Ave",
        "short": "3308",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3309-4843",
        "label": "3309",
        "long": "Miami High - Christine Ave",
        "short": "3309",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "331-4948",
        "label": "331",
        "long": "Bracken Ridge - City Rocket",
        "short": "331",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3310-4843",
        "label": "3310",
        "long": "Mudgeeraba Primary - Bonogin Rd",
        "short": "3310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3311-4843",
        "label": "3311",
        "long": "Hillcrest College - Banora Point",
        "short": "3311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3312-4843",
        "label": "3312",
        "long": "Merrimac High - Dormello Dr",
        "short": "3312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3313-4843",
        "label": "3313",
        "long": "Helensvale High - Studio Dr",
        "short": "3313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3314-4843",
        "label": "3314",
        "long": "Pacific Pines - Abraham Rd",
        "short": "3314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3315-4843",
        "label": "3315",
        "long": "Miami - Nerang West via Broadbeach Waters",
        "short": "3315",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3316-4843",
        "label": "3316",
        "long": "Nerang - Highfield Dr",
        "short": "3316",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3317-4843",
        "label": "3317",
        "long": "St Michaels - Nerang Broadbeach Rd",
        "short": "3317",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3318-4843",
        "label": "3318",
        "long": "Merrimac High - Hinklers Dr",
        "short": "3318",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3319-4843",
        "label": "3319",
        "long": "Robina High - Benowa",
        "short": "3319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "332-4948",
        "label": "332",
        "long": "Zillmere - City Rocket via Spring Hill",
        "short": "332",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3320-4843",
        "label": "3320",
        "long": "Merrimac Primary - Carrara",
        "short": "3320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3321-4843",
        "label": "3321",
        "long": "Robina High - Gilston",
        "short": "3321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3322-4843",
        "label": "3322",
        "long": "Arundel Primary - Wintergreen",
        "short": "3322",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3323-4843",
        "label": "3323",
        "long": "Aquinas - Arundel",
        "short": "3323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3324-4843",
        "label": "3324",
        "long": "Robina Primary - Robina",
        "short": "3324",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3325-4843",
        "label": "3325",
        "long": "OWHS - Sir Charles Holm Dr",
        "short": "3325",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3326-4843",
        "label": "3326",
        "long": "Southport - Ashmore",
        "short": "3326",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3327-4843",
        "label": "3327",
        "long": "Helensvale High - Guanaba",
        "short": "3327",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3328-4843",
        "label": "3328",
        "long": "Helensvale - Pacific Pines",
        "short": "3328",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3329-4843",
        "label": "3329",
        "long": "Nerang - Bonogin",
        "short": "3329",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "333-4948",
        "label": "333",
        "long": "Chermside - Woolloongabba via City",
        "short": "333",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3330-4843",
        "label": "3330",
        "long": "Merrimac High - Gilston",
        "short": "3330",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3331-4843",
        "label": "3331",
        "long": "Marymount - Miami via Burleigh Waters",
        "short": "3331",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3332-4843",
        "label": "3332",
        "long": "UCSC - Willowvale & Pimpama",
        "short": "3332",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3333-4843",
        "label": "3333",
        "long": "Varsity - Sommerset Dr",
        "short": "3333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3334-4843",
        "label": "3334",
        "long": "Helensvale High - Willowvale",
        "short": "3334",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3335-4843",
        "label": "3335",
        "long": "Coomera Rivers Primary - Coomera Waters",
        "short": "3335",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3336-4843",
        "label": "3336",
        "long": "Pimpama Colleges - Coomera Waters",
        "short": "3336",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3337-4843",
        "label": "3337",
        "long": "Caningeraba Primary - Marymount",
        "short": "3337",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3338-4843",
        "label": "3338",
        "long": "Robina High - Main Beach",
        "short": "3338",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3339-4843",
        "label": "3339",
        "long": "Beenleigh - Ormeau",
        "short": "3339",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "334-4948",
        "label": "334",
        "long": "Chermside - City via Kedron",
        "short": "334",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3340-4843",
        "label": "3340",
        "long": "Robina High - Canungra",
        "short": "3340",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3341-4843",
        "label": "3341",
        "long": "Marymount - Currumbin Waters via Mallawa Dr",
        "short": "3341",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3342-4843",
        "label": "3342",
        "long": "Keebra - Surfers Paradise",
        "short": "3342",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3343-4843",
        "label": "3343",
        "long": "Southport - Gilston",
        "short": "3343",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3344-4843",
        "label": "3344",
        "long": "OWHS - Halfway Dr",
        "short": "3344",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3345-4843",
        "label": "3345",
        "long": "Marymount - Hardys Rd via Bridgeman & Bonogin",
        "short": "3345",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3346-4843",
        "label": "3346",
        "long": "UCSC & CPS - Oxenford, Riverstone & Clagriaba",
        "short": "3346",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3347-4843",
        "label": "3347",
        "long": "William Duncan - Numbinbah",
        "short": "3347",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3348-4843",
        "label": "3348",
        "long": "Keebra - Nerang Rail",
        "short": "3348",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3349-4843",
        "label": "3349",
        "long": "Assisi - Coomera Waters",
        "short": "3349",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "335-4948",
        "label": "335",
        "long": "Sandgate - City Express via Kirby Road",
        "short": "335",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3350-4843",
        "label": "3350",
        "long": "Upper Coomera College - Oxenford",
        "short": "3350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3351-4843",
        "label": "3351",
        "long": "Upper Coomera - Coomera Waters",
        "short": "3351",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3352-4843",
        "label": "3352",
        "long": "Southport - Reserve Rd",
        "short": "3352",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3353-4843",
        "label": "3353",
        "long": "Helensvale High - Oxenford",
        "short": "3353",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3354-4843",
        "label": "3354",
        "long": "St Stephens - Upper Ormeau Rd",
        "short": "3354",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3355-4843",
        "label": "3355",
        "long": "Upper Coomera - Timberview Dr",
        "short": "3355",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3356-4843",
        "label": "3356",
        "long": "Pimpama Colleges - Bella Bvd",
        "short": "3356",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3357-4843",
        "label": "3357",
        "long": "Ormeau Primary - Peachy Rd",
        "short": "3357",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3358-4843",
        "label": "3358",
        "long": "Robina High - Cayuga St",
        "short": "3358",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3359-4843",
        "label": "3359",
        "long": "Upper Coomera - Guanaba",
        "short": "3359",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "336-4948",
        "label": "336",
        "long": "Chermside Clockwise Loop",
        "short": "336",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3360-4843",
        "label": "3360",
        "long": "Helensvale - Timberview Dr",
        "short": "3360",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3361-4843",
        "label": "3361",
        "long": "Upper Coomera College - Coomera Waters",
        "short": "3361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3362-4843",
        "label": "3362",
        "long": "Assisi - Wintergreen",
        "short": "3362",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3363-4843",
        "label": "3363",
        "long": "OWHS - Philben Dr",
        "short": "3363",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3364-4843",
        "label": "3364",
        "long": "Benowa Schools - Crestwood via Cotlew St",
        "short": "3364",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3365-4843",
        "label": "3365",
        "long": "Rivermount College - Upper Coomera",
        "short": "3365",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3366-4843",
        "label": "3366",
        "long": "Keebra - Nerang Rail",
        "short": "3366",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3367-4843",
        "label": "3367",
        "long": "Merrimac High - Nerang West",
        "short": "3367",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3368-4843",
        "label": "3368",
        "long": "OWHS - River Run Cir",
        "short": "3368",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3369-4843",
        "label": "3369",
        "long": "Varsity Lakes - Robina",
        "short": "3369",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "337-4948",
        "label": "337",
        "long": "Chermside Anti-Clockwise Loop",
        "short": "337",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3370-4843",
        "label": "3370",
        "long": "Upper Coomera - Pacific Pines",
        "short": "3370",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3371-4843",
        "label": "3371",
        "long": "OWHS - Arthur Way",
        "short": "3371",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3372-4843",
        "label": "3372",
        "long": "OWHS - Philben St",
        "short": "3372",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3373-4843",
        "label": "3373",
        "long": "Keebra Park - Nerang (express)",
        "short": "3373",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3374-4843",
        "label": "3374",
        "long": "Gilston - Nerang",
        "short": "3374",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3375-4843",
        "label": "3375",
        "long": "Keebra - Nerang Rail",
        "short": "3375",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3376-4843",
        "label": "3376",
        "long": "Upper Coomera - Coomera Springs",
        "short": "3376",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3377-4843",
        "label": "3377",
        "long": "Assisi - The Oval",
        "short": "3377",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3378-4843",
        "label": "3378",
        "long": "Helensvale PS - Monteray Keys Dr",
        "short": "3378",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3379-4843",
        "label": "3379",
        "long": "Upper Coomera - Broadwater Ave",
        "short": "3379",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "338-4948",
        "label": "338",
        "long": "City - Chermside",
        "short": "338",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3380-4843",
        "label": "3380",
        "long": "Keebra Park, Southport PS - Ashmore, Molendinar",
        "short": "3380",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3381-4843",
        "label": "3381",
        "long": "Helensvale High - Oxenford",
        "short": "3381",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3382-4843",
        "label": "3382",
        "long": "Elanora Primary - Currumbin Waters",
        "short": "3382",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3383-4843",
        "label": "3383",
        "long": "Currumbin Primary - Somerset Dr",
        "short": "3383",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3384-4843",
        "label": "3384",
        "long": "Currumbin Primary - Tugun Shops",
        "short": "3384",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3385-4843",
        "label": "3385",
        "long": "Mudgeeraba Creek Primary - Ashmore Rd",
        "short": "3385",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3386-4843",
        "label": "3386",
        "long": "St Michaels - Mudgeeraba",
        "short": "3386",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3387-4843",
        "label": "3387",
        "long": "Worongary Primary - Nerang West",
        "short": "3387",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3388-4843",
        "label": "3388",
        "long": "Keebra - Southport Station",
        "short": "3388",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3389-4843",
        "label": "3389",
        "long": "Aquinas - Runaway Bay",
        "short": "3389",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3390-4843",
        "label": "3390",
        "long": "Coombabah - Southport",
        "short": "3390",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3391-4843",
        "label": "3391",
        "long": "Merrimac High - Mattocks Rd",
        "short": "3391",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3392-4843",
        "label": "3392",
        "long": "Keebra - Nerang Rail",
        "short": "3392",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3393-4843",
        "label": "3393",
        "long": "Emmanuel College - Robina Waters",
        "short": "3393",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3394-4843",
        "label": "3394",
        "long": "OWHS - Peachy Rd",
        "short": "3394",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3395-4843",
        "label": "3395",
        "long": "Ormeau Primary - Arthur Way",
        "short": "3395",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3397-4843",
        "label": "3397",
        "long": "Nerang - Upper Coomera via Canungra",
        "short": "3397",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3398-4843",
        "label": "3398",
        "long": "Ashmore Primary - Molendinar",
        "short": "3398",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3399-4843",
        "label": "3399",
        "long": "Pacific Pines - Riverstone Crossing",
        "short": "3399",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "340-4948",
        "label": "340",
        "long": "Carseldine - Woolloongabba Express via City",
        "short": "340",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3400-4843",
        "label": "3400",
        "long": "Benowa School - Pappas Way",
        "short": "3400",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3401-4843",
        "label": "3401",
        "long": "Coomera Rivers - Daintree Dr",
        "short": "3401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3402-4843",
        "label": "3402",
        "long": "Coombabah - Paradise Point",
        "short": "3402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3403-4843",
        "label": "3403",
        "long": "AB Patterson - Paradise Point",
        "short": "3403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3404-4843",
        "label": "3404",
        "long": "Varsity - Robina Waters",
        "short": "3404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3405-4843",
        "label": "3405",
        "long": "PBCH - Simpson Dr Bus Shelter",
        "short": "3405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3407-4843",
        "label": "3407",
        "long": "Currumbin Primary - PBCH",
        "short": "3407",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3408-4843",
        "label": "3408",
        "long": "PBCH - Pacific Fair",
        "short": "3408",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3409-4843",
        "label": "3409",
        "long": "Elanora High - Ourimbah Rd",
        "short": "3409",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "341-4948",
        "label": "341",
        "long": "Taigum - City Rocket",
        "short": "341",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3410-4843",
        "label": "3410",
        "long": "Marymount - Broadbeach Waters via Mermaid Waters",
        "short": "3410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3411-4843",
        "label": "3411",
        "long": "Pimpama Colleges - Abraham Rd",
        "short": "3411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3412-4843",
        "label": "3412",
        "long": "Helensvale High - Finnegan Way",
        "short": "3412",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3413-4843",
        "label": "3413",
        "long": "Pimpama Colleges - Pimpama City",
        "short": "3413",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3414-4843",
        "label": "3414",
        "long": "Foxwell Hight - Coomera Sports Park",
        "short": "3414",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3415-4843",
        "label": "3415",
        "long": "Southport Primary - Ashmore Plaza",
        "short": "3415",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3416-4843",
        "label": "3416",
        "long": "Pimpama Primary School - Hotham Creek",
        "short": "3416",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3417-4843",
        "label": "3417",
        "long": "Pimpama Primary - The Heights",
        "short": "3417",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3418-4843",
        "label": "3418",
        "long": "OWHS - Ormeau Station",
        "short": "3418",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3419-4843",
        "label": "3419",
        "long": "Gainsborough School - Depot Rd",
        "short": "3419",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3420-4843",
        "label": "3420",
        "long": "Elanora - Burleigh Heads",
        "short": "3420",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3421-4843",
        "label": "3421",
        "long": "PBCH - Kingscliff Boat Ramp",
        "short": "3421",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3422-4843",
        "label": "3422",
        "long": "Robina High - The Observatory",
        "short": "3422",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3423-4843",
        "label": "3423",
        "long": "Miami - Palm Beach",
        "short": "3423",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3424-4843",
        "label": "3424",
        "long": "Mudgeeraba Primary - Robina Station",
        "short": "3424",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3425-4843",
        "label": "3425",
        "long": "Miami High - Pacific Fair",
        "short": "3425",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3426-4843",
        "label": "3426",
        "long": "Marymount - Christine Ave via Mattocks Rd",
        "short": "3426",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3427-4843",
        "label": "3427",
        "long": "Coolangatta Primary - Thrower Dr",
        "short": "3427",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3428-4843",
        "label": "3428",
        "long": "Marymount - Highland Park via Robina",
        "short": "3428",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3429-4843",
        "label": "3429",
        "long": "Nerang - Pacific Pines",
        "short": "3429",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3430-4843",
        "label": "3430",
        "long": "Surfers Paradise - Molendinar",
        "short": "3430",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3431-4843",
        "label": "3431",
        "long": "Foxwell Secondary - Coomera Waters",
        "short": "3431",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3432-4843",
        "label": "3432",
        "long": "Benowa High - Molendinar",
        "short": "3432",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3433-4843",
        "label": "3433",
        "long": "Southport - Wintergreen Dr",
        "short": "3433",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3434-4843",
        "label": "3434",
        "long": "Benowa High - Southport station",
        "short": "3434",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3435-4843",
        "label": "3435",
        "long": "Robina High - Nerang",
        "short": "3435",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3436-4843",
        "label": "3436",
        "long": "Ashmore Primary - Nerang Interchange",
        "short": "3436",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3437-4843",
        "label": "3437",
        "long": "Robina HS - Old Coach Rd near Wallandra",
        "short": "3437",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3438-4843",
        "label": "3438",
        "long": "Benowa High - Ashmore City",
        "short": "3438",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3439-4843",
        "label": "3439",
        "long": "Marymount - Hinkler Dr via Mudgeeraba",
        "short": "3439",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "344-4948",
        "label": "344",
        "long": "Carseldine - City Precincts Express",
        "short": "344",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3440-4843",
        "label": "3440",
        "long": "Broadbeach Primary - Nerang",
        "short": "3440",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3441-4843",
        "label": "3441",
        "long": "Foxwell College - Coomera Waters via Coomera Rail",
        "short": "3441",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3442-4843",
        "label": "3442",
        "long": "Merrimac High - Hardys Rd",
        "short": "3442",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3443-4843",
        "label": "3443",
        "long": "Foxwell College - Coomera Waters via Amity Rd",
        "short": "3443",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3444-4843",
        "label": "3444",
        "long": "St Michaels - Pacific Fair",
        "short": "3444",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3445-4843",
        "label": "3445",
        "long": "Surfers Paradise Primary - Main Beach",
        "short": "3445",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3446-4843",
        "label": "3446",
        "long": "Benowa Schools - Pacific Fair",
        "short": "3446",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3447-4843",
        "label": "3447",
        "long": "Benowa High - Southport station",
        "short": "3447",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3448-4843",
        "label": "3448",
        "long": "Labrador Primary - Labrador",
        "short": "3448",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3449-4843",
        "label": "3449",
        "long": "Keebra Park - Southport Station",
        "short": "3449",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "345-4948",
        "label": "345",
        "long": "Aspley - City Express via Maundrell Terrace",
        "short": "345",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3450-4843",
        "label": "3450",
        "long": "William Duncan Primary - Parkwood Blvd",
        "short": "3450",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3451-4843",
        "label": "3451",
        "long": "Pimpama Colleges - Finnegan Way",
        "short": "3451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3452-4843",
        "label": "3452",
        "long": "Helensvale - Coombabah",
        "short": "3452",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3453-4843",
        "label": "3453",
        "long": "Trinity College - Upper Coomera",
        "short": "3453",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3454-4843",
        "label": "3454",
        "long": "Biggera Waters - Helensvale Rd",
        "short": "3454",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3455-4843",
        "label": "3455",
        "long": "Helensvale High - Coomera Waters",
        "short": "3455",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3456-4843",
        "label": "3456",
        "long": "Upper Coomera College - Hope Island",
        "short": "3456",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3457-4843",
        "label": "3457",
        "long": "Arundel Primary - Kumbari Ave",
        "short": "3457",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3458-4843",
        "label": "3458",
        "long": "St Hildas - Sanctuary Cove",
        "short": "3458",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3459-4843",
        "label": "3459",
        "long": "Pacific Pines - Village Way",
        "short": "3459",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "346-4948",
        "label": "346",
        "long": "Aspley - City",
        "short": "346",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3460-4843",
        "label": "3460",
        "long": "Foxwell High - Upper Coomera & Coomera Springs",
        "short": "3460",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3461-4843",
        "label": "3461",
        "long": "Emmanuel College - Gilston",
        "short": "3461",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3462-4843",
        "label": "3462",
        "long": "Nerang High - Hickey Way",
        "short": "3462",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3463-4843",
        "label": "3463",
        "long": "Gaven - Universal Dr",
        "short": "3463",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3464-4843",
        "label": "3464",
        "long": "Southport High - Paradise Point",
        "short": "3464",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3465-4843",
        "label": "3465",
        "long": "Helensvale - Hope Island",
        "short": "3465",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3466-4843",
        "label": "3466",
        "long": "Helensvale Schools - Helensvale station",
        "short": "3466",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3467-4843",
        "label": "3467",
        "long": "Helensvale - Paradise Point",
        "short": "3467",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3468-4843",
        "label": "3468",
        "long": "Elanora High - The Pines",
        "short": "3468",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3469-4843",
        "label": "3469",
        "long": "Coomera Anglican - Oxley Dr",
        "short": "3469",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "347-4948",
        "label": "347",
        "long": "Stafford - City via Grange",
        "short": "347",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3470-4843",
        "label": "3470",
        "long": "Merrimac High - Cayuga St",
        "short": "3470",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3471-4843",
        "label": "3471",
        "long": "Pacific Pines - Riverstone",
        "short": "3471",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3472-4843",
        "label": "3472",
        "long": "Helensvale - Arundel",
        "short": "3472",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3473-4843",
        "label": "3473",
        "long": "Oxenford - Ormeau",
        "short": "3473",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3474-4843",
        "label": "3474",
        "long": "OWHS - Pascoe Rd",
        "short": "3474",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3475-4843",
        "label": "3475",
        "long": "Elanora High - Currumbin Waters",
        "short": "3475",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3476-4843",
        "label": "3476",
        "long": "Pimpama Colleges - Coomera Sports Park",
        "short": "3476",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3477-4843",
        "label": "3477",
        "long": "Elanora High School - Burleigh via Townson Ave",
        "short": "3477",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3478-4843",
        "label": "3478",
        "long": "Pacific Pines - Helensvale Rail",
        "short": "3478",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3479-4843",
        "label": "3479",
        "long": "Assisi College - Arundel",
        "short": "3479",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "348-4948",
        "label": "348",
        "long": "Stafford - City via Gordon Park",
        "short": "348",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3482-4843",
        "label": "3482",
        "long": "OWHS - PSPC via Pimpama",
        "short": "3482",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3483-4843",
        "label": "3483",
        "long": "Pimpama Colleges - Foxwell Rd",
        "short": "3483",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3484-4843",
        "label": "3484",
        "long": "Marymount - Mermaid Waters via GC Hwy & Miami",
        "short": "3484",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3485-4843",
        "label": "3485",
        "long": "Pimpama PS - Gainsborough & Yawalapah Rd",
        "short": "3485",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3486-4843",
        "label": "3486",
        "long": "Pimpama Colleges - Coomera Springs",
        "short": "3486",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3487-4843",
        "label": "3487",
        "long": "Picnic Creek State School - Coomera Waters",
        "short": "3487",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3488-4843",
        "label": "3488",
        "long": "Pacific Pines - Riverstone Crossing",
        "short": "3488",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3489-4843",
        "label": "3489",
        "long": "Pimpama College - Finnegan Way",
        "short": "3489",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "349-4948",
        "label": "349",
        "long": "Stafford - City Express",
        "short": "349",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3490-4843",
        "label": "3490",
        "long": "OWHS - Halfway Dr",
        "short": "3490",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3491-4843",
        "label": "3491",
        "long": "Pimpama Colleges - Abraham Rd",
        "short": "3491",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3492-4843",
        "label": "3492",
        "long": "Foxwell State Secondary College - Coomera station",
        "short": "3492",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3493-4843",
        "label": "3493",
        "long": "Foxwell State Secondary College - Coomera station",
        "short": "3493",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3494-4843",
        "label": "3494",
        "long": "Foxwell Secondary College - Coomera Springs",
        "short": "3494",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3495-4843",
        "label": "3495",
        "long": "Foxwell Secondary College - Coomera Springs",
        "short": "3495",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3496-4843",
        "label": "3496",
        "long": "Ormeau Woods High - Ormeau station via Reedmans",
        "short": "3496",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3497-4843",
        "label": "3497",
        "long": "Marymount - The Observatory via Golden Grove",
        "short": "3497",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "3499-4843",
        "label": "3499",
        "long": "Pacific Pines Schools - Helensvale via Universal",
        "short": "3499",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "350-4948",
        "label": "350",
        "long": "Aspley - City Express via Bridgeman Downs",
        "short": "350",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "351-4948",
        "label": "351",
        "long": "Aspley - City Rocket via Bridgeman Downs",
        "short": "351",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "352-4948",
        "label": "352",
        "long": "McDowall - City Express",
        "short": "352",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "353-4948",
        "label": "353",
        "long": "Chermside - City via McDowall",
        "short": "353",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "354-4948",
        "label": "354",
        "long": "Mitchelton - Chermside",
        "short": "354",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "357-4948",
        "label": "357",
        "long": "Brendale - City Express",
        "short": "357",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "358-4948",
        "label": "358",
        "long": "Strathpine - Chermside",
        "short": "358",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "359-4948",
        "label": "359",
        "long": "Eatonvale - City Express via Albany Village",
        "short": "359",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "360-4948",
        "label": "360",
        "long": "Brookside - City via Everton Park",
        "short": "360",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "361-4948",
        "label": "361",
        "long": "Mitchelton - City",
        "short": "361",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "362-4948",
        "label": "362",
        "long": "Ashgrove - Brookside",
        "short": "362",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "363-4948",
        "label": "363",
        "long": "Herston - City",
        "short": "363",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "364-4948",
        "label": "364",
        "long": "Herston - City",
        "short": "364",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "367-4948",
        "label": "367",
        "long": "Great Western SC - Upper Kedron via Ferny Grove",
        "short": "367",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "369-4948",
        "label": "369",
        "long": "Mitchelton - Toombul via Stafford",
        "short": "369",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "372-4948",
        "label": "372",
        "long": "Ashgrove - City",
        "short": "372",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "373-4948",
        "label": "373",
        "long": "Ashgrove - City via Ashgrove Avenue",
        "short": "373",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "375-4948",
        "label": "375",
        "long": "Bardon - City",
        "short": "375",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "377-4948",
        "label": "377",
        "long": "Ashgrove - City via Kennedy Terrace",
        "short": "377",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "378-4948",
        "label": "378",
        "long": "Ashgrove - City via Arthur Terrace",
        "short": "378",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "379-4948",
        "label": "379",
        "long": "Ashgrove - City",
        "short": "379",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "380-4948",
        "label": "380",
        "long": "The Gap - City via Hilder Road",
        "short": "380",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "381-4948",
        "label": "381",
        "long": "The Gap - City via Payne Road",
        "short": "381",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "382-4948",
        "label": "382",
        "long": "The Gap - City Rocket via Settlement Road",
        "short": "382",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "383-4948",
        "label": "383",
        "long": "The Gap - City Rocket via Payne Road",
        "short": "383",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "384-4948",
        "label": "384",
        "long": "The Gap - City Precincts Rocket",
        "short": "384",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "385-4948",
        "label": "385",
        "long": "The Gap - City Express",
        "short": "385",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "390-4948",
        "label": "390",
        "long": "Mitchelton - City",
        "short": "390",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "396-4948",
        "label": "396",
        "long": "Mitchelton - Arana Hills",
        "short": "396",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "397-4948",
        "label": "397",
        "long": "Ferny Grove - Mitchelton",
        "short": "397",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "398-4948",
        "label": "398",
        "long": "Mitchelton - Ferny Grove",
        "short": "398",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "399-868",
        "label": "399",
        "long": "Samford - Ferny Grove Station (Hail & Ride)",
        "short": "399",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "40-4948",
        "label": "40",
        "long": "City Loop (Clockwise)",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "402-4948",
        "label": "402",
        "long": "Toowong - University of Qld",
        "short": "402",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4100-4985",
        "label": "4100",
        "long": "Daisy Hill - Mansfield High",
        "short": "4100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4102-4985",
        "label": "4102",
        "long": "Springwood - Clairvaux Mackillop College",
        "short": "4102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "411-4948",
        "label": "411",
        "long": "University of Qld - City via Hawken Drive",
        "short": "411",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4110-4985",
        "label": "4110",
        "long": "Underwood - Rochedale Primary",
        "short": "4110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4111-4985",
        "label": "4111",
        "long": "Beenleigh - Rochedale South Primary",
        "short": "4111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4112-4985",
        "label": "4112",
        "long": "Loganholme - Rochedale High",
        "short": "4112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4113-4985",
        "label": "4113",
        "long": "Waterford West - Rochedale High",
        "short": "4113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4114-4985",
        "label": "4114",
        "long": "Daisy Hill - Rochedale High",
        "short": "4114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4115-4985",
        "label": "4115",
        "long": "Edens Landing - Rochedale High",
        "short": "4115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4116-4985",
        "label": "4116",
        "long": "Springwood - Rochedale High",
        "short": "4116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4117-4985",
        "label": "4117",
        "long": "Springwood - Rochedale High",
        "short": "4117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "412-4948",
        "label": "412",
        "long": "University of Qld - City Express",
        "short": "412",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4120-4985",
        "label": "4120",
        "long": "Loganholme - Springwood Rd Primary",
        "short": "4120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4121-4985",
        "label": "4121",
        "long": "Loganlea - Springwood High",
        "short": "4121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4127-4985",
        "label": "4127",
        "long": "Logandale - Kimberley Park Primary",
        "short": "4127",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4128-4985",
        "label": "4128",
        "long": "Loganholme - Shailer Park High",
        "short": "4128",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4130-4985",
        "label": "4130",
        "long": "Rochedale South - Kimberley College",
        "short": "4130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4131-4985",
        "label": "4131",
        "long": "Springwood - Chisholm College",
        "short": "4131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4132-4985",
        "label": "4132",
        "long": "Loganholme - Chisholm College",
        "short": "4132",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4133-4985",
        "label": "4133",
        "long": "Loganholme - Kimberley College",
        "short": "4133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4134-4985",
        "label": "4134",
        "long": "Beenleigh - Shailer Park High",
        "short": "4134",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4135-4985",
        "label": "4135",
        "long": "Loganholme - Shailer Park High",
        "short": "4135",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4136-4985",
        "label": "4136",
        "long": "Loganholme - Shailer Park High",
        "short": "4136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "414-4948",
        "label": "414",
        "long": "Indooroopilly - University of Qld via Taringa",
        "short": "414",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4140-4985",
        "label": "4140",
        "long": "Browns Plains - Kingston College",
        "short": "4140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4141-4985",
        "label": "4141",
        "long": "Springwood - Kingston College",
        "short": "4141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4142-4985",
        "label": "4142",
        "long": "Kingston - St Francis College",
        "short": "4142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4149-4985",
        "label": "4149",
        "long": "Crestmead - Waterford Primary",
        "short": "4149",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "415-4948",
        "label": "415",
        "long": "Indooroopilly - City via Taringa",
        "short": "415",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4150-4985",
        "label": "4150",
        "long": "Edens Landing - Marsden High",
        "short": "4150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4152-4985",
        "label": "4152",
        "long": "Loganlea - Marsden High",
        "short": "4152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "416-4948",
        "label": "416",
        "long": "Duke Street - City",
        "short": "416",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4160-4985",
        "label": "4160",
        "long": "Loganholme - Edens Landing Primary",
        "short": "4160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4161-4985",
        "label": "4161",
        "long": "Holmview - Loganlea High",
        "short": "4161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4162-4985",
        "label": "4162",
        "long": "Browns Plains - Loganlea High",
        "short": "4162",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4163-4985",
        "label": "4163",
        "long": "Waterford West - Loganlea High",
        "short": "4163",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "417-4948",
        "label": "417",
        "long": "Long Pocket - City",
        "short": "417",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4170-4985",
        "label": "4170",
        "long": "Eagleby - Beenleigh High",
        "short": "4170",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4171-4985",
        "label": "4171",
        "long": "Eagleby - Beenleigh Primary",
        "short": "4171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4173-4985",
        "label": "4173",
        "long": "Windaroo - Beenleigh Primary",
        "short": "4173",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4180-4985",
        "label": "4180",
        "long": "Cornubia - Rivermount College",
        "short": "4180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4181-4985",
        "label": "4181",
        "long": "Springwood - Windaroo Valley High",
        "short": "4181",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4182-4985",
        "label": "4182",
        "long": "Waterford West - Windaroo Valley High",
        "short": "4182",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4183-4985",
        "label": "4183",
        "long": "Bethania - Windaroo Valley High",
        "short": "4183",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4184-4985",
        "label": "4184",
        "long": "Marsden - Windaroo Valley High",
        "short": "4184",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4185-4985",
        "label": "4185",
        "long": "Eagleby - Windaroo Valley High",
        "short": "4185",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4200-4985",
        "label": "4200",
        "long": "Mansfield High - Daisy Hill",
        "short": "4200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4201-4985",
        "label": "4201",
        "long": "Mansfield High - Underwood",
        "short": "4201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4202-4985",
        "label": "4202",
        "long": "Clairvaux Mackillop College - Waterford West",
        "short": "4202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4203-4985",
        "label": "4203",
        "long": "Clairvaux Mackillop College - Cornubia",
        "short": "4203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4204-4985",
        "label": "4204",
        "long": "Mansfield High - Rochedale",
        "short": "4204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4209-4985",
        "label": "4209",
        "long": "Eight Mile Plains Primary - Mt Gravatt",
        "short": "4209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4210-4985",
        "label": "4210",
        "long": "Rochedale Primary - Springwood",
        "short": "4210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4211-4985",
        "label": "4211",
        "long": "Rochedale South Primary - Loganholme",
        "short": "4211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4212-4985",
        "label": "4212",
        "long": "Rochedale High - Loganholme",
        "short": "4212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4213-4985",
        "label": "4213",
        "long": "Rochedale High - Waterford West",
        "short": "4213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4214-4985",
        "label": "4214",
        "long": "St Peters Primary - Daisy Hill",
        "short": "4214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4215-4985",
        "label": "4215",
        "long": "Rochedale High - Edens Landing",
        "short": "4215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4216-4985",
        "label": "4216",
        "long": "Rochedale South Primary - Springwood",
        "short": "4216",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4217-4985",
        "label": "4217",
        "long": "Rochedale High - Loganholme",
        "short": "4217",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4218-4985",
        "label": "4218",
        "long": "Rochedale High - Loganholme",
        "short": "4218",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4220-4985",
        "label": "4220",
        "long": "Springwood Rd Primary - Loganholme",
        "short": "4220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4221-4985",
        "label": "4221",
        "long": "Springwood Rd Primary - Loganlea",
        "short": "4221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4227-4985",
        "label": "4227",
        "long": "Kimberley Park Primary - Logandale",
        "short": "4227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4229-4985",
        "label": "4229",
        "long": "Shailer Park Primary - Loganholme",
        "short": "4229",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4230-4985",
        "label": "4230",
        "long": "Chisholm College - Rochedale South",
        "short": "4230",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4231-4985",
        "label": "4231",
        "long": "St Matthews Primary - Springwood",
        "short": "4231",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4232-4985",
        "label": "4232",
        "long": "St Matthews Primary - Loganholme",
        "short": "4232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4233-4985",
        "label": "4233",
        "long": "Chisholm College - Loganholme",
        "short": "4233",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4234-4985",
        "label": "4234",
        "long": "Shailer Park Primary - Beenleigh",
        "short": "4234",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4235-4985",
        "label": "4235",
        "long": "Shailer Park Primary - Loganholme",
        "short": "4235",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4236-4985",
        "label": "4236",
        "long": "Shailer Park Primary - Loganholme",
        "short": "4236",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4237-4985",
        "label": "4237",
        "long": "Shailer Park Primary - Loganholme",
        "short": "4237",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4238-4985",
        "label": "4238",
        "long": "Chisholm College - Loganholme",
        "short": "4238",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4239-4985",
        "label": "4239",
        "long": "Chisholm College - Loganholme",
        "short": "4239",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4240-4985",
        "label": "4240",
        "long": "Kingston Primary - Browns Plains",
        "short": "4240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4241-4985",
        "label": "4241",
        "long": "Kingston Primary - Springwood",
        "short": "4241",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4242-4985",
        "label": "4242",
        "long": "St Francis College - Woodridge",
        "short": "4242",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4244-4985",
        "label": "4244",
        "long": "Mabel Park High - Woodridge",
        "short": "4244",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4245-4985",
        "label": "4245",
        "long": "Mabel Park High - Kingston",
        "short": "4245",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4246-4985",
        "label": "4246",
        "long": "Mabel Park High - Logan Central",
        "short": "4246",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4247-4985",
        "label": "4247",
        "long": "Woodridge High - Woodridge",
        "short": "4247",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4249-4985",
        "label": "4249",
        "long": "Waterford Primary - Browns Plains",
        "short": "4249",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "425-4948",
        "label": "425",
        "long": "Chapel Hill - City Express",
        "short": "425",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4250-4985",
        "label": "4250",
        "long": "Marsden High - Edens Landing",
        "short": "4250",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4252-4985",
        "label": "4252",
        "long": "Marsden High To Loganlea",
        "short": "4252",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4253-4985",
        "label": "4253",
        "long": "Marsden High - Crestmead",
        "short": "4253",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4254-4985",
        "label": "4254",
        "long": "Marsden High - Crestmead",
        "short": "4254",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4255-4985",
        "label": "4255",
        "long": "Marsden High - Browns Plains",
        "short": "4255",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4256-4985",
        "label": "4256",
        "long": "Marsden High - Loganlea",
        "short": "4256",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4257-4985",
        "label": "4257",
        "long": "Marsden High - Marsden",
        "short": "4257",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4258-4985",
        "label": "4258",
        "long": "Marsden High - Crestmead",
        "short": "4258",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4259-4985",
        "label": "4259",
        "long": "Marsden High - Loganlea",
        "short": "4259",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "426-4948",
        "label": "426",
        "long": "Kenmore - City Rocket via Chapel Hill",
        "short": "426",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4260-4985",
        "label": "4260",
        "long": "Edens Landing Primary - Loganholme",
        "short": "4260",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4261-4985",
        "label": "4261",
        "long": "Loganlea High - Holmview",
        "short": "4261",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4262-4985",
        "label": "4262",
        "long": "Loganlea High - Browns Plains",
        "short": "4262",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4263-4985",
        "label": "4263",
        "long": "Loganlea High - Waterford West",
        "short": "4263",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4264-4985",
        "label": "4264",
        "long": "Waterford Primary - Beenleigh",
        "short": "4264",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4265-4985",
        "label": "4265",
        "long": "Loganlea High - Waterford West",
        "short": "4265",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "427-4948",
        "label": "427",
        "long": "Chapel Hill - University of Qld Express",
        "short": "427",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4270-4985",
        "label": "4270",
        "long": "Beenleigh High - Eagleby",
        "short": "4270",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4271-4985",
        "label": "4271",
        "long": "Beenleigh Primary - Eagleby",
        "short": "4271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4272-4985",
        "label": "4272",
        "long": "Beenleigh High - Eagleby",
        "short": "4272",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4273-4985",
        "label": "4273",
        "long": "Beenleigh Primary - Windaroo",
        "short": "4273",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4274-4985",
        "label": "4274",
        "long": "Beenleigh High - Bethania",
        "short": "4274",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4275-4985",
        "label": "4275",
        "long": "Beenleigh Station - Eagleby",
        "short": "4275",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "428-4948",
        "label": "428",
        "long": "Chapel Hill - University of Qld",
        "short": "428",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4280-4985",
        "label": "4280",
        "long": "Rivermount College - Cornubia",
        "short": "4280",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4281-4985",
        "label": "4281",
        "long": "Windaroo Valley High - Springwood",
        "short": "4281",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4282-4985",
        "label": "4282",
        "long": "Windaroo Valley High - Crestmead",
        "short": "4282",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4283-4985",
        "label": "4283",
        "long": "Windaroo Valley High - Bethania",
        "short": "4283",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4284-4985",
        "label": "4284",
        "long": "Windaroo Valley High - Marsden",
        "short": "4284",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4285-4985",
        "label": "4285",
        "long": "Windaroo Valley High - Underwood",
        "short": "4285",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4286-4985",
        "label": "4286",
        "long": "Windaroo Valley High - Loganlea",
        "short": "4286",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "4287-4985",
        "label": "4287",
        "long": "Windaroo Valley High - Bannockburn",
        "short": "4287",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "430-4948",
        "label": "430",
        "long": "Fig Tree Pocket - City Express",
        "short": "430",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "431-4948",
        "label": "431",
        "long": "Kenmore South - City Rocket",
        "short": "431",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "432-4948",
        "label": "432",
        "long": "Kenmore - University of Qld Express",
        "short": "432",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "433-4948",
        "label": "433",
        "long": "Kenmore South - City",
        "short": "433",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "435-4948",
        "label": "435",
        "long": "Brookfield - City Express",
        "short": "435",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "443-4948",
        "label": "443",
        "long": "Moggil - City Rocket",
        "short": "443",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "444-4948",
        "label": "444",
        "long": "Moggill - City Express",
        "short": "444",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "445-4948",
        "label": "445",
        "long": "Fig Tree Pocket - City",
        "short": "445",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "446-4948",
        "label": "446",
        "long": "Kenmore - City Rocket",
        "short": "446",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "450-4948",
        "label": "450",
        "long": "Riverhills - City Express via Mt Ommaney",
        "short": "450",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "451-4948",
        "label": "451",
        "long": "Sinnamon Park - Darra Station",
        "short": "451",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "452-4948",
        "label": "452",
        "long": "Riverhills West - Darra Station",
        "short": "452",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "453-4948",
        "label": "453",
        "long": "Mt Ommaney - City Express",
        "short": "453",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "454-4948",
        "label": "454",
        "long": "Riverhills - City Express",
        "short": "454",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "455-4948",
        "label": "455",
        "long": "Riverhills - City Rocket",
        "short": "455",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "456-4948",
        "label": "456",
        "long": "Mt Ommaney - City Rocket",
        "short": "456",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "460-4948",
        "label": "460",
        "long": "Heathwood - City Express",
        "short": "460",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "463-4841",
        "label": "463",
        "long": "Forest Lake Village - Goodna Station",
        "short": "463",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "467-4948",
        "label": "467",
        "long": "Oxley Station - Mt Ommaney via Sinnamon Park",
        "short": "467",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "468-4948",
        "label": "468",
        "long": "Oxley Station - Indooroopilly",
        "short": "468",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "470-4948",
        "label": "470",
        "long": "Toowong - City",
        "short": "470",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "471-4948",
        "label": "471",
        "long": "Mt Coot-tha Lookout - City",
        "short": "471",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "475-4948",
        "label": "475",
        "long": "Rainworth - City",
        "short": "475",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "476-4948",
        "label": "476",
        "long": "Rainworth - City",
        "short": "476",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "50-4948",
        "label": "50",
        "long": "City Loop (Anti-Clockwise)",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "500-4841",
        "label": "500",
        "long": "Riverlink Shopping Centre - Goodna Station",
        "short": "500",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5001-4867",
        "label": "5001",
        "long": "St Anthonys, Cleveland",
        "short": "5001",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5005-4867",
        "label": "5005",
        "long": "Anglican Snr & Jnr, Loretto, Capalaba",
        "short": "5005",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5006-4867",
        "label": "5006",
        "long": "Anglican Snr & Jnr, Carindale, Capalaba",
        "short": "5006",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5007-4867",
        "label": "5007",
        "long": "Kimberley, Carbrook, Vic Point",
        "short": "5007",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5009-4867",
        "label": "5009",
        "long": "Chisholm, Kimberley, Victoria Point",
        "short": "5009",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "501-5015",
        "label": "501",
        "long": "Springfield Central station - Bell Street",
        "short": "501",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5010-4867",
        "label": "5010",
        "long": "Kimberley College, Redland Bay",
        "short": "5010",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5011-4867",
        "label": "5011",
        "long": "Kimberley, Carbook, Hyperdome",
        "short": "5011",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5012-4867",
        "label": "5012",
        "long": "Kimberley College, Carbrook, Mt Cotton",
        "short": "5012",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5013-4867",
        "label": "5013",
        "long": "Maridale Park, Gumdale, Cannon Hill Ang",
        "short": "5013",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5014-4867",
        "label": "5014",
        "long": "Capalaba, Manly, Cannon Hill Anglican",
        "short": "5014",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5015-4867",
        "label": "5015",
        "long": "Gumdale, Cannon Hill",
        "short": "5015",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "502-4841",
        "label": "502",
        "long": "Bundamba - Riverlink via Blackstone",
        "short": "502",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5025-4867",
        "label": "5025",
        "long": "Capalaba, Cleveland, Vic Pt",
        "short": "5025",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "503-4841",
        "label": "503",
        "long": "Bundamba - Riverlink via Eastern Heights",
        "short": "503",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5031-4867",
        "label": "5031",
        "long": "Gumdale, Carmel College",
        "short": "5031",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5032-4867",
        "label": "5032",
        "long": "Capalaba, Maridale Park, Carmel",
        "short": "5032",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5033-4867",
        "label": "5033",
        "long": "Carmel, Cleveland, Ormiston, Carindale",
        "short": "5033",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5034-4867",
        "label": "5034",
        "long": "Carmel, Ormiston & Redlands Colleges",
        "short": "5034",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5035-4867",
        "label": "5035",
        "long": "Carmel College, Wakerley",
        "short": "5035",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5036-4867",
        "label": "5036",
        "long": "Carmel, Alexandra Hills, Capalaba",
        "short": "5036",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5037-4867",
        "label": "5037",
        "long": "Bayview, Carmel, Thornlands, Cleveland",
        "short": "5037",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5038-4867",
        "label": "5038",
        "long": "Carmel, Cleveland, Alexandra Hills",
        "short": "5038",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5040-4867",
        "label": "5040",
        "long": "Bayview, Carmel, Faith Snr, Mt Cotton",
        "short": "5040",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5041-4867",
        "label": "5041",
        "long": "Redland Bay, Mt Cotton, Carmel College",
        "short": "5041",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5042-4867",
        "label": "5042",
        "long": "Bayview, Victoria Pt High, St Ritas",
        "short": "5042",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5046-4867",
        "label": "5046",
        "long": "Victoria Pt, Kimberley, Carbrook, Chisholm",
        "short": "5046",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5047-4867",
        "label": "5047",
        "long": "Mt Cotton, Kimberley, Calvary, Chisholm",
        "short": "5047",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5050-4867",
        "label": "5050",
        "long": "Cleveland High, Victoria Pt, Redland Bay",
        "short": "5050",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5051-4867",
        "label": "5051",
        "long": "Redland Bay, Victoria Point, Cleveland",
        "short": "5051",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5052-4867",
        "label": "5052",
        "long": "Rocky Passage, Redland Bay, Victoria Pt",
        "short": "5052",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5053-4867",
        "label": "5053",
        "long": "Pt Talburpin, Victoria Pt & Cleveland",
        "short": "5053",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5054-4867",
        "label": "5054",
        "long": "Pt Talburpin, Mt Cotton, Cleveland",
        "short": "5054",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5055-4867",
        "label": "5055",
        "long": "Redland Bay Primary, Marina, Victoria Pt High",
        "short": "5055",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5058-4867",
        "label": "5058",
        "long": "Cleveland, Thornlands, Vic Pt, Redland Bay",
        "short": "5058",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "506-4841",
        "label": "506",
        "long": "Riverlink Shopping Centre - Leichhardt & One Mile",
        "short": "506",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5062-4867",
        "label": "5062",
        "long": "Mount Cotton, Victoria Point High",
        "short": "5062",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5064-4867",
        "label": "5064",
        "long": "Faith & Victoria Point Pmy, Pt O'Hallora",
        "short": "5064",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5065-4867",
        "label": "5065",
        "long": "Carmel College, Victoria Point, St Ritas",
        "short": "5065",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5069-4867",
        "label": "5069",
        "long": "Ormiston, Cleveland High, Carmel, Faith",
        "short": "5069",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5075-4867",
        "label": "5075",
        "long": "Gumdale, Iona College",
        "short": "5075",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5076-4867",
        "label": "5076",
        "long": "Maridale Park, Capalaba, Iona College",
        "short": "5076",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5077-4867",
        "label": "5077",
        "long": "Brisbane Bayside, Iona College, Capalaba",
        "short": "5077",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5078-4867",
        "label": "5078",
        "long": "Iona College, Wynnum, Manly",
        "short": "5078",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5081-4867",
        "label": "5081",
        "long": "Lourdes Hill College, San Sisto College",
        "short": "5081",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5082-4867",
        "label": "5082",
        "long": "Carindale, Capalaba, Gumdale, LourdesHill",
        "short": "5082",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5088-4867",
        "label": "5088",
        "long": "Capalaba, Wynnum, Moreton Bay Colleges",
        "short": "5088",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5089-4867",
        "label": "5089",
        "long": "Moreton Bay, Thorneside, Cleveland",
        "short": "5089",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "509-4841",
        "label": "509",
        "long": "Yamanto - Riverlink Shopping Centre",
        "short": "509",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5090-4867",
        "label": "5090",
        "long": "Brisbane Bayside, Moreton Bay, Carindale",
        "short": "5090",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5091-4867",
        "label": "5091",
        "long": "Capalaba, Moreton Bay Colleges & Lourdes",
        "short": "5091",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5092-4867",
        "label": "5092",
        "long": "Moreton Bay Girls, Capalaba, Cleveland",
        "short": "5092",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5101-4867",
        "label": "5101",
        "long": "Cleveland, Victoria Point, Mt Cotton",
        "short": "5101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5102-4867",
        "label": "5102",
        "long": "Sheldon College, Mt Cotton Primary",
        "short": "5102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5103-4867",
        "label": "5103",
        "long": "Mt Cotton Primary, Cotton Ridge, Bayview",
        "short": "5103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5110-4867",
        "label": "5110",
        "long": "Cleveland State, Cleveland High",
        "short": "5110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5113-4867",
        "label": "5113",
        "long": "Toondah Harbour, Cleveland Primary & High",
        "short": "5113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5114-4867",
        "label": "5114",
        "long": "Redland Bay, Cleveland, Ormiston",
        "short": "5114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5118-4867",
        "label": "5118",
        "long": "Redland Bay Primary, Redland Bay Rusbrook",
        "short": "5118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5119-4867",
        "label": "5119",
        "long": "Redland Bay, Victoria Pt Schools",
        "short": "5119",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "512-4841",
        "label": "512",
        "long": "Brassall - Riverlink Shopping Centre",
        "short": "512",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5131-4867",
        "label": "5131",
        "long": "Carmel College, Faith, Sheldon College",
        "short": "5131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5134-4867",
        "label": "5134",
        "long": "Carmel College, Bayview State",
        "short": "5134",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5137-4867",
        "label": "5137",
        "long": "St Anthonys, Alexandra Hills High",
        "short": "5137",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5138-4867",
        "label": "5138",
        "long": "St Anthonys, Alexandra Hills, Birkdale",
        "short": "5138",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "514-4841",
        "label": "514",
        "long": "Tivoli - Booval Fair",
        "short": "514",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "515-4841",
        "label": "515",
        "long": "Brassall - Yamanto & Willowbank",
        "short": "515",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5153-4867",
        "label": "5153",
        "long": "Victoria Pt Schools, Faith Snr, Cleveland",
        "short": "5153",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5154-4867",
        "label": "5154",
        "long": "Cleveland, Victoria Point, Redland Bay",
        "short": "5154",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5155-4867",
        "label": "5155",
        "long": "Victoria Point High, Redland Bay Marina",
        "short": "5155",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5156-4867",
        "label": "5156",
        "long": "Victoria Point High, Rocky Passage",
        "short": "5156",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5158-4867",
        "label": "5158",
        "long": "Cleveland, Victoria Point, Redland Bay",
        "short": "5158",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5165-4867",
        "label": "5165",
        "long": "San Sisto College, Carindale",
        "short": "5165",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5172-4867",
        "label": "5172",
        "long": "Capalaba, Birkdale, Wellington Point",
        "short": "5172",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5173-4867",
        "label": "5173",
        "long": "Tingalpa - Wellington Point High",
        "short": "5173",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5174-4867",
        "label": "5174",
        "long": "Brisbane Bayside SC Local Loop",
        "short": "5174",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5175-4867",
        "label": "5175",
        "long": "Scenic Shores Primary School",
        "short": "5175",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5176-4867",
        "label": "5176",
        "long": "Cleveland High, Vic Pt High, Redland Bay Primary",
        "short": "5176",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5177-4867",
        "label": "5177",
        "long": "Cleveland State High, Cleveland Primary School",
        "short": "5177",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5178-4867",
        "label": "5178",
        "long": "Victoria Point High - Serpentine Creek Rd",
        "short": "5178",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5179-4867",
        "label": "5179",
        "long": "Iona College Express - Mayfair then Eastside Vill",
        "short": "5179",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5180-4867",
        "label": "5180",
        "long": "Sheldon - Capalaba SS and Coolnwynpin SS",
        "short": "5180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "520-5015",
        "label": "520",
        "long": "Goodna station - Eden's Crossing",
        "short": "520",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5201-4841",
        "label": "5201",
        "long": "Redbank, Kruger, Goodna, St Francis",
        "short": "5201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5202-4841",
        "label": "5202",
        "long": "Kruger, StPeter Clavier, Bundamba, Bremer",
        "short": "5202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5204-4841",
        "label": "5204",
        "long": "Raceview, Sacred Heart, Collingwood Park",
        "short": "5204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5205-4841",
        "label": "5205",
        "long": "Redbank Plains, St Francis, Goodna",
        "short": "5205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5206-4841",
        "label": "5206",
        "long": "Bremer, Silkstone, Bethany, Raceview",
        "short": "5206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5207-4841",
        "label": "5207",
        "long": "Bundamba, Bremer, Riverview, Redbank",
        "short": "5207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5208-4841",
        "label": "5208",
        "long": "East Ipswich, St Marys, Bremer, Bundamba",
        "short": "5208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5210-4841",
        "label": "5210",
        "long": "Ipswich Grammar, St Marys, Redbank",
        "short": "5210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5211-4841",
        "label": "5211",
        "long": "Redbank Plains, St Peter Claver, Bundamba",
        "short": "5211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5212-4841",
        "label": "5212",
        "long": "St Marys, Ipswich Grammar, West Moreton",
        "short": "5212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5213-4841",
        "label": "5213",
        "long": "Kruger, Redbank Plains, St Francis Xavier",
        "short": "5213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5214-4841",
        "label": "5214",
        "long": "Ipswich, StMarys, West Moreton",
        "short": "5214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5215-4841",
        "label": "5215",
        "long": "Bremer, Churchill, Blair, Ipswich",
        "short": "5215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5216-4841",
        "label": "5216",
        "long": "Bundamba Primary, Bundamba High",
        "short": "5216",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5217-4841",
        "label": "5217",
        "long": "Ipswich, St Marys, Bremer, Blair",
        "short": "5217",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5218-4841",
        "label": "5218",
        "long": "St Marys, Ipswich High, Amberley",
        "short": "5218",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "522-5015",
        "label": "522",
        "long": "Redbank station - Springfield Central station",
        "short": "522",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5220-4841",
        "label": "5220",
        "long": "St Marys, Churchill, Raceview, Silkstone",
        "short": "5220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5221-4841",
        "label": "5221",
        "long": "St Marys, Bremer, Raceview, Silkstone",
        "short": "5221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5223-4841",
        "label": "5223",
        "long": "West Moreton Anglican College",
        "short": "5223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5226-4841",
        "label": "5226",
        "long": "Camira, Ipswich Grammar, St Marys",
        "short": "5226",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5227-4841",
        "label": "5227",
        "long": "Goodna, Springfield, Springfield Central",
        "short": "5227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5228-4841",
        "label": "5228",
        "long": "St Augustine, Redbank, Camira, Woodcrest",
        "short": "5228",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5229-4841",
        "label": "5229",
        "long": "Redbank Plains, St Augustine, Woodcrest",
        "short": "5229",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "523-5015",
        "label": "523",
        "long": "Mountview shops - Springfield Central station",
        "short": "523",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5231-4841",
        "label": "5231",
        "long": "StAugustines, Redbank Plains, Springfield",
        "short": "5231",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5232-4841",
        "label": "5232",
        "long": "Grand Ave, Forest Lake, St Marks, Glenala",
        "short": "5232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5233-4841",
        "label": "5233",
        "long": "Camira State School, Woodcrest College",
        "short": "5233",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5234-4841",
        "label": "5234",
        "long": "Kruger, Redbank Plains High",
        "short": "5234",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5235-4841",
        "label": "5235",
        "long": "Forest Lake, St Augustines College",
        "short": "5235",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5236-4841",
        "label": "5236",
        "long": "Redbank Shops, Orion, Springfield Central",
        "short": "5236",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5237-4841",
        "label": "5237",
        "long": "Brassall, Ipswich, Churchill, Bremer",
        "short": "5237",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5238-4841",
        "label": "5238",
        "long": "Ipswich Boys Grammar, St Marys",
        "short": "5238",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5239-4841",
        "label": "5239",
        "long": "Bremer, Ipswich Boys Grammar, St Marys",
        "short": "5239",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "524-4841",
        "label": "524",
        "long": "Redbank Plains - Goodna Station",
        "short": "524",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5240-4841",
        "label": "5240",
        "long": "Gailes, Springfield",
        "short": "5240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5241-4841",
        "label": "5241",
        "long": "Ipswich West, Ipswich Central, Silkstone",
        "short": "5241",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5245-4841",
        "label": "5245",
        "long": "Yamanto, Bundamba State High",
        "short": "5245",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5246-4841",
        "label": "5246",
        "long": "Yamanto, Ripley Valley schools",
        "short": "5246",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5247-4841",
        "label": "5247",
        "long": "Bremer, Silkstone, Churchill",
        "short": "5247",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5248-4841",
        "label": "5248",
        "long": "Redbank Stn - Bellbrd Pk Coll - Redbank",
        "short": "5248",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5249-4841",
        "label": "5249",
        "long": "Collingwood Park, Woodlinks SS",
        "short": "5249",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "525-4841",
        "label": "525",
        "long": "Goodna Station - Redbank Square",
        "short": "525",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5250-4841",
        "label": "5250",
        "long": "Redbank Stn , Bellbird Park",
        "short": "5250",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5251-4841",
        "label": "5251",
        "long": "Redbank Stn, Goodna Stn, Bellbird Park",
        "short": "5251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5252-4841",
        "label": "5252",
        "long": "Redbank Stn , Kruger Pde, Bellbird Park",
        "short": "5252",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5253-4841",
        "label": "5253",
        "long": "Goodna Stn, Springfield Schools",
        "short": "5253",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5254-4841",
        "label": "5254",
        "long": "Leichhardt, One Mile, Bremer",
        "short": "5254",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5255-4841",
        "label": "5255",
        "long": "Goodna, Camira, Springfield SS, SHS, Orion",
        "short": "5255",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5257-4841",
        "label": "5257",
        "long": "Collingwood Park State SC",
        "short": "5257",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5258-4841",
        "label": "5258",
        "long": "Goodna State PreSchool-Collingwood Park State SC",
        "short": "5258",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "526-4841",
        "label": "526",
        "long": "Orion Springfield Central - Redbank Station",
        "short": "526",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5260-4841",
        "label": "5260",
        "long": "Yamanto, Ripley Valley schools",
        "short": "5260",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5265-4841",
        "label": "5265",
        "long": "Deebing Heights and Ripley Valley Schools",
        "short": "5265",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5267-4841",
        "label": "5267",
        "long": "Kruger SS, Bellbird Park SHS, FernbrookSS",
        "short": "5267",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5268-4841",
        "label": "5268",
        "long": "Goodna Stn, Kruger SS, Bellbird Park SHS",
        "short": "5268",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5269-4841",
        "label": "5269",
        "long": "Ipswich, West Moreton, Silkstone",
        "short": "5269",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "527-4841",
        "label": "527",
        "long": "Orion - Goodna Station via Camira",
        "short": "527",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5270-4841",
        "label": "5270",
        "long": "Amberley, Amberley State Primary",
        "short": "5270",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5271-4841",
        "label": "5271",
        "long": "Rebank Plains, Belbird Park College",
        "short": "5271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5273-4841",
        "label": "5273",
        "long": "Ripley Valley",
        "short": "5273",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5274-4841",
        "label": "5274",
        "long": "Redbank Stn - Bellrd Pk Coll - Redbank",
        "short": "5274",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5276-4841",
        "label": "5276",
        "long": "Redbank Plains SHS, Bellbird Park SSC",
        "short": "5276",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5277-4841",
        "label": "5277",
        "long": "Ripley Valley schools, Deebing Heights",
        "short": "5277",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "528-4841",
        "label": "528",
        "long": "Orion - Springfield Station via Springfield Lakes",
        "short": "528",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "529-4841",
        "label": "529",
        "long": "Toogoolawah - Ipswich",
        "short": "529",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "531-4841",
        "label": "531",
        "long": "Springfield - Yamanto via Ripley Valley",
        "short": "531",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "533-4841",
        "label": "533",
        "long": "Spring Mountain Loop",
        "short": "533",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "534-4827",
        "label": "534",
        "long": "Browns Plains - Orion Springfield Central",
        "short": "534",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "535-4827",
        "label": "535",
        "long": "Flagstone - Browns Plains",
        "short": "535",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "539-2643",
        "label": "539",
        "long": "Helidon - Rosewood",
        "short": "539",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "539-5020",
        "label": "539",
        "long": "Helidon - Rosewood",
        "short": "539",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "540-4827",
        "label": "540",
        "long": "Beaudesert - Browns Plains",
        "short": "540",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "541-4827",
        "label": "541",
        "long": "Greenbank - Browns Plains via Boronia Heights",
        "short": "541",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "542-4827",
        "label": "542",
        "long": "Browns Plains - Park Ridge",
        "short": "542",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "543-4827",
        "label": "543",
        "long": "Browns Plains - Heritage Park",
        "short": "543",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "545-4827",
        "label": "545",
        "long": "Browns Plains - Griffiths University",
        "short": "545",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "546-4827",
        "label": "546",
        "long": "Park Ridge - City via Greenbank & Griffith Uni",
        "short": "546",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "547-4827",
        "label": "547",
        "long": "Browns Plains - Woodridge",
        "short": "547",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "550-4985",
        "label": "550",
        "long": "Springwood - Browns Plains",
        "short": "550",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5501-4995",
        "label": "5501",
        "long": "Little Mountain - Caloundra High",
        "short": "5501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5502-4995",
        "label": "5502",
        "long": "Bellvista - Caloundra High",
        "short": "5502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5503-4995",
        "label": "5503",
        "long": "Banya/Baringa - Our Lady of Rosary Primary",
        "short": "5503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5504-4995",
        "label": "5504",
        "long": "Little Mountain/Talara SS - Caloundra High",
        "short": "5504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5505-4995",
        "label": "5505",
        "long": "Kawana/Talara SS - Caloundra High",
        "short": "5505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "551-4985",
        "label": "551",
        "long": "Brisbane City - Crestmead",
        "short": "551",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5511-4995",
        "label": "5511",
        "long": "Dicky Beach/Pelican Waters - Unity College",
        "short": "5511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5512-4995",
        "label": "5512",
        "long": "Kings Beach/Pelican Waters - Notre Dame College",
        "short": "5512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5513-4995",
        "label": "5513",
        "long": "Kawana/Currimundi - Notre Dame College",
        "short": "5513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "552-4985",
        "label": "552",
        "long": "Kingston - Loganholme",
        "short": "552",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5521-4995",
        "label": "5521",
        "long": "Banya - Nirimba SS",
        "short": "5521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5522-4995",
        "label": "5522",
        "long": "Unity College - Nirimba SS",
        "short": "5522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5523-4995",
        "label": "5523",
        "long": "Banya - Baringa SHS",
        "short": "5523",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "553-4985",
        "label": "553",
        "long": "Trinder Park - Beenleigh",
        "short": "553",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5531-4995",
        "label": "5531",
        "long": "Glenview - Glasshouse Christian College",
        "short": "5531",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "554-4985",
        "label": "554",
        "long": "Griffith Uni - Logan Central",
        "short": "554",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5541-4995",
        "label": "5541",
        "long": "Pelican Waters/Golden Beach - Unity College",
        "short": "5541",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "555-4985",
        "label": "555",
        "long": "Brisbane City - Loganholme",
        "short": "555",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5550-4995",
        "label": "5550",
        "long": "Nirimba - Meridan College",
        "short": "5550",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5551-4995",
        "label": "5551",
        "long": "Kawana/Baringa - Meridan College",
        "short": "5551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5552-4995",
        "label": "5552",
        "long": "Nirimba/Baringa - Meridan College",
        "short": "5552",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5553-4995",
        "label": "5553",
        "long": "Little Mountain/Bellvista - Meridan College",
        "short": "5553",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5554-4995",
        "label": "5554",
        "long": "Mooloolah/Glenview - Meridan College",
        "short": "5554",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5561-4995",
        "label": "5561",
        "long": "Nirimba/Baringa - Kawana College",
        "short": "5561",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5562-4995",
        "label": "5562",
        "long": "Brightwater/Kawana - Kawana College",
        "short": "5562",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5571-4995",
        "label": "5571",
        "long": "Talara SS - Meridan College via PLC",
        "short": "5571",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5572-4995",
        "label": "5572",
        "long": "Talara SS - Meridan College via Aroona",
        "short": "5572",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "560-4985",
        "label": "560",
        "long": "Browns Plains - Loganholme",
        "short": "560",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5600-4995",
        "label": "5600",
        "long": "Maroochydore High - Buderim",
        "short": "5600",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5601-4995",
        "label": "5601",
        "long": "Alexandra Headland/Mooloolaba - Maroochydore High",
        "short": "5601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5602-4995",
        "label": "5602",
        "long": "Buderim - Maroochydore High",
        "short": "5602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5603-4995",
        "label": "5603",
        "long": "Mons/Buderim - Maroochydore High",
        "short": "5603",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5604-4995",
        "label": "5604",
        "long": "Eudlo Flats - Maroochydore High",
        "short": "5604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5605-4995",
        "label": "5605",
        "long": "Bli Bli - Maroochydore High",
        "short": "5605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5606-4995",
        "label": "5606",
        "long": "Bli Bli - Maroochydore High",
        "short": "5606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5607-4995",
        "label": "5607",
        "long": "Mudjimba - Maroochydore High",
        "short": "5607",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5608-4995",
        "label": "5608",
        "long": "Marcoola - Maroochydore High",
        "short": "5608",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5609-4995",
        "label": "5609",
        "long": "Mount Coolum - Maroochydore High",
        "short": "5609",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "561-4985",
        "label": "561",
        "long": "Brisbane City - Crestmead",
        "short": "561",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5610-4995",
        "label": "5610",
        "long": "Pacific Paradise - Maroochydore High",
        "short": "5610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5611-4995",
        "label": "5611",
        "long": "Bli Bli - Maroochydore High",
        "short": "5611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5612-4995",
        "label": "5612",
        "long": "Buderim - Maroochydore High",
        "short": "5612",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5616-4995",
        "label": "5616",
        "long": "Express from MSHS - GSC",
        "short": "5616",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "562-4985",
        "label": "562",
        "long": "Loganholme - Beenleigh",
        "short": "562",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "563-4985",
        "label": "563",
        "long": "Holmview Central - Loganholme",
        "short": "563",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5631-4995",
        "label": "5631",
        "long": "Kawana - Mountain Creek High",
        "short": "5631",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5632-4995",
        "label": "5632",
        "long": "Caloundra/Dicky Beach - Mountain Creek High",
        "short": "5632",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5633-4995",
        "label": "5633",
        "long": "Brightwater - Mountain Creek High",
        "short": "5633",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5634-4995",
        "label": "5634",
        "long": "Sippy Downs - Mountain Creek High",
        "short": "5634",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5635-4995",
        "label": "5635",
        "long": "Buderim - Mountain Creek High",
        "short": "5635",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5636-4995",
        "label": "5636",
        "long": "North Buderim - Mountain Creek High",
        "short": "5636",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5637-4995",
        "label": "5637",
        "long": "Kuuin/Maroochydore - Mountain Creek High",
        "short": "5637",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5638-4995",
        "label": "5638",
        "long": "Palmview - Mountain Creek High",
        "short": "5638",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "565-4985",
        "label": "565",
        "long": "Loganholme - Windaroo",
        "short": "565",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "567-4985",
        "label": "567",
        "long": "Beenleigh station - Holmview loop",
        "short": "567",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "569-4985",
        "label": "569",
        "long": "Brisbane City - Loganholme",
        "short": "569",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "570-4985",
        "label": "570",
        "long": "Loganholme - Cornubia (Loop)",
        "short": "570",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5700-4995",
        "label": "5700",
        "long": "Kuluin - St John's College",
        "short": "5700",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5701-4995",
        "label": "5701",
        "long": "Sunshine Cove/Maroochydore - St John's College",
        "short": "5701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5702-4995",
        "label": "5702",
        "long": "Golden Beach/Caloundra - Montessori College",
        "short": "5702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5704-4995",
        "label": "5704",
        "long": "Meridan Plans - Siena College",
        "short": "5704",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5705-4995",
        "label": "5705",
        "long": "Mountain Creek - St Joseph's Primary",
        "short": "5705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5708-4995",
        "label": "5708",
        "long": "Pacific Paradise/Bli Bli - Burnside High",
        "short": "5708",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5710-4995",
        "label": "5710",
        "long": "Tanawha/Mons/Buderim - Chancellor College",
        "short": "5710",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5711-4995",
        "label": "5711",
        "long": "Buderim - Chancellor College",
        "short": "5711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5712-4995",
        "label": "5712",
        "long": "Pelican Waters - Immanuel Lutheran College",
        "short": "5712",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5715-4995",
        "label": "5715",
        "long": "Marcoola - Good Samaritan College",
        "short": "5715",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5716-4995",
        "label": "5716",
        "long": "Buderim Meadows - Stella Maris Primary",
        "short": "5716",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5717-4995",
        "label": "5717",
        "long": "Caloundra - Siena College",
        "short": "5717",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5718-4995",
        "label": "5718",
        "long": "Maroochydore/Alexandra Headland - Siena College",
        "short": "5718",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5719-4995",
        "label": "5719",
        "long": "Bli Bli - Siena College",
        "short": "5719",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "572-4985",
        "label": "572",
        "long": "Springwood - Loganholme",
        "short": "572",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5723-4995",
        "label": "5723",
        "long": "Pacific Paradise - Peregian Springs Primary",
        "short": "5723",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5724-4995",
        "label": "5724",
        "long": "South Coolum - Burnside High",
        "short": "5724",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5725-4995",
        "label": "5725",
        "long": "Coolum Beach - Stella Maris Primary",
        "short": "5725",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5726-4995",
        "label": "5726",
        "long": "Coolum Beach - St John's College",
        "short": "5726",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5727-4995",
        "label": "5727",
        "long": "Buderim - Chancellor College",
        "short": "5727",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5728-4995",
        "label": "5728",
        "long": "Cotton Tree/Maroochydore - St Joseph's Primary",
        "short": "5728",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5729-4995",
        "label": "5729",
        "long": "North Buderim - Sunshine Coast Grammar",
        "short": "5729",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "573-4985",
        "label": "573",
        "long": "Brisbane City - Loganholme via Daisy Hill",
        "short": "573",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5732-4995",
        "label": "5732",
        "long": "Marcus Beach - Good Samaritan College",
        "short": "5732",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5735-4995",
        "label": "5735",
        "long": "North Buderim - Siena College",
        "short": "5735",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5739-4995",
        "label": "5739",
        "long": "Sunshine Cove - Good Samaritan College",
        "short": "5739",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "574-4985",
        "label": "574",
        "long": "Loganholme - Springwood",
        "short": "574",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5740-4995",
        "label": "5740",
        "long": "Forest Glen - Good Samaritan College",
        "short": "5740",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5741-4995",
        "label": "5741",
        "long": "Kuluin - St Joseph's Primary",
        "short": "5741",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5742-4995",
        "label": "5742",
        "long": "Eudlo Flats - St John's College",
        "short": "5742",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5743-4995",
        "label": "5743",
        "long": "West Woombye - Burnside High",
        "short": "5743",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5744-4995",
        "label": "5744",
        "long": "Chevallum - Palmwoods Primary",
        "short": "5744",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5745-4995",
        "label": "5745",
        "long": "Palmwoods - Siena College",
        "short": "5745",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5746-4995",
        "label": "5746",
        "long": "Kunda Park - Burnside High",
        "short": "5746",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5747-4995",
        "label": "5747",
        "long": "Brightwater - Burnside High",
        "short": "5747",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5748-4995",
        "label": "5748",
        "long": "Palmwoods - St Johns College",
        "short": "5748",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5749-4995",
        "label": "5749",
        "long": "Palmwoods - St Joseph's Primary",
        "short": "5749",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "575-4985",
        "label": "575",
        "long": "Brisbane City - Loganholme via Daisy Hill",
        "short": "575",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5750-4995",
        "label": "5750",
        "long": "Palmwoods - Burnside High",
        "short": "5750",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5751-4995",
        "label": "5751",
        "long": "Mount Coolum - Good Samaritan College",
        "short": "5751",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5752-4995",
        "label": "5752",
        "long": "Eudlo/Chevallum - Burnside High",
        "short": "5752",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5753-4995",
        "label": "5753",
        "long": "Maroochydore/Kuluin - Siena College",
        "short": "5753",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5754-4995",
        "label": "5754",
        "long": "Nambour - Siena College",
        "short": "5754",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5756-4995",
        "label": "5756",
        "long": "Woombye - Chancellor Primary",
        "short": "5756",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "576-4985",
        "label": "576",
        "long": "Griffith Uni - Springwood",
        "short": "576",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5761-4995",
        "label": "5761",
        "long": "Palmview - Maroochydore Primary",
        "short": "5761",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5762-4995",
        "label": "5762",
        "long": "Mooloolah/Glenview - Palmview Primary",
        "short": "5762",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5763-4995",
        "label": "5763",
        "long": "Mooloolah/Glenview - Chancellor Primary",
        "short": "5763",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5764-4995",
        "label": "5764",
        "long": "Palmview (Harmony) - Chancellor SS",
        "short": "5764",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5765-4995",
        "label": "5765",
        "long": "Caloundra - St Johns College",
        "short": "5765",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5766-4995",
        "label": "5766",
        "long": "Mooloolah/Glenview - Siena College",
        "short": "5766",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5768-4995",
        "label": "5768",
        "long": "Brightwater - Matthew Flinders/Siena Colleges",
        "short": "5768",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5769-4995",
        "label": "5769",
        "long": "Caloundra - Siena College",
        "short": "5769",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "577-4985",
        "label": "577",
        "long": "Brisbane City - Springwood via Rochedale South",
        "short": "577",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5772-4995",
        "label": "5772",
        "long": "Eudlo Flats - Bli Bli Primary",
        "short": "5772",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5773-4995",
        "label": "5773",
        "long": "Kuluin/Bli Bli - St Johns College",
        "short": "5773",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5774-4995",
        "label": "5774",
        "long": "Glenview - Palmview Primary",
        "short": "5774",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5775-4995",
        "label": "5775",
        "long": "Buderim - Chancellor College",
        "short": "5775",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "578-4985",
        "label": "578",
        "long": "Springwood - Griffith Uni",
        "short": "578",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5780-4995",
        "label": "5780",
        "long": "Palmview - Chancellor College",
        "short": "5780",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5782-4995",
        "label": "5782",
        "long": "Maroochydore/Mooloolaba - Sunshine Coast Grammar",
        "short": "5782",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "579-4985",
        "label": "579",
        "long": "Brisbane City - Springwood via Rochedale South",
        "short": "579",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5791-4995",
        "label": "5791",
        "long": "Palmview - Chevallum Primary",
        "short": "5791",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5792-4995",
        "label": "5792",
        "long": "Buderim - Chevallum Primary",
        "short": "5792",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5794-4995",
        "label": "5794",
        "long": "Sippy Downs - Buderim Mountain Primary",
        "short": "5794",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5795-4995",
        "label": "5795",
        "long": "Maroochydore - Mountain Creek Primary",
        "short": "5795",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5797-4995",
        "label": "5797",
        "long": "Landershute/Hunchy - Palmwoods",
        "short": "5797",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "580-4985",
        "label": "580",
        "long": "Springwood - Meadowbrook",
        "short": "580",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5802-4995",
        "label": "5802",
        "long": "Noosaville (Goodchap St) - Sunshine Coast Grammar",
        "short": "5802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5803-4995",
        "label": "5803",
        "long": "Peregian Springs - Coolum High",
        "short": "5803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5804-4995",
        "label": "5804",
        "long": "Mt Tinbeerwah - St Andrews College",
        "short": "5804",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5806-4995",
        "label": "5806",
        "long": "Boreen Point - Noosa District High (Pomona)",
        "short": "5806",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5807-4995",
        "label": "5807",
        "long": "Pomona - St Teresa's College",
        "short": "5807",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5808-4995",
        "label": "5808",
        "long": "Noosa Junction - Noosa District High (Cooroy)",
        "short": "5808",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "581-4985",
        "label": "581",
        "long": "Brisbane City - Slacks Creek",
        "short": "581",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5810-4995",
        "label": "5810",
        "long": "Cooroy - St Teresa's College",
        "short": "5810",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5812-4995",
        "label": "5812",
        "long": "Mount Coolum - Sunshine Beach Primary",
        "short": "5812",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5813-4995",
        "label": "5813",
        "long": "Castaways Beach - Sunshine Beach Primary",
        "short": "5813",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5817-4995",
        "label": "5817",
        "long": "Coolum Beach - Noosaville Primary",
        "short": "5817",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5818-4995",
        "label": "5818",
        "long": "Coolum - St Thomas More Primary",
        "short": "5818",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5819-4995",
        "label": "5819",
        "long": "Cooroibah - St Teresa's College",
        "short": "5819",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5820-4995",
        "label": "5820",
        "long": "Noosaville - St Thomas More Primary",
        "short": "5820",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5821-4995",
        "label": "5821",
        "long": "Tewantin - St Thomas More Primary",
        "short": "5821",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5822-4995",
        "label": "5822",
        "long": "Noosaville SS - Tewantin SS",
        "short": "5822",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5823-4995",
        "label": "5823",
        "long": "Lake Cooroibah - Sunshine Beach High",
        "short": "5823",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5824-4995",
        "label": "5824",
        "long": "CSHS - Mt Coolum",
        "short": "5824",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5825-4995",
        "label": "5825",
        "long": "Pacific Paradise - Coolum High",
        "short": "5825",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5826-4995",
        "label": "5826",
        "long": "Lake Weyba - Sunshine Beach High",
        "short": "5826",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5827-4995",
        "label": "5827",
        "long": "Mt Coolum - Sunshine Beach High",
        "short": "5827",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5828-4995",
        "label": "5828",
        "long": "Noosa Heads - St Thomas More Primary",
        "short": "5828",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5829-4995",
        "label": "5829",
        "long": "Cooroibah - Tewantin Primary",
        "short": "5829",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5830-4995",
        "label": "5830",
        "long": "Noosaville - Sunshine Beach High",
        "short": "5830",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5831-4995",
        "label": "5831",
        "long": "Pomona - St Thomas More Primary",
        "short": "5831",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5832-4995",
        "label": "5832",
        "long": "Noosaville - Sunshine Beach High",
        "short": "5832",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5833-4995",
        "label": "5833",
        "long": "Mt Tinbeerwah - Burnside High",
        "short": "5833",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5834-4995",
        "label": "5834",
        "long": "CSHS - Toolga",
        "short": "5834",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5835-4995",
        "label": "5835",
        "long": "Noosa Junction - Matthew Flinders College",
        "short": "5835",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5836-4995",
        "label": "5836",
        "long": "Noosa Banks - Sunshine Beach High",
        "short": "5836",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5837-4995",
        "label": "5837",
        "long": "Noosaville - St Thomas More Primary",
        "short": "5837",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5838-4995",
        "label": "5838",
        "long": "Pomona - Siena College",
        "short": "5838",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5839-4995",
        "label": "5839",
        "long": "Pacific Paradise - St Andrew's College",
        "short": "5839",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5840-4995",
        "label": "5840",
        "long": "Noosa Bushlands - St Thomas More Primary",
        "short": "5840",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5841-4995",
        "label": "5841",
        "long": "South Coolum - Coolum High",
        "short": "5841",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5842-4995",
        "label": "5842",
        "long": "Tewantin (Bougainvillia) - St Thomas More Primary",
        "short": "5842",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5843-4995",
        "label": "5843",
        "long": "Peregian Springs - Peregian Springs Primary",
        "short": "5843",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5844-4995",
        "label": "5844",
        "long": "Noosa Junction - St Andrew's College",
        "short": "5844",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5845-4995",
        "label": "5845",
        "long": "Noosaville (Goodchap St) - Coolum High",
        "short": "5845",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5846-4995",
        "label": "5846",
        "long": "Mt Coolum - St Teresa's College",
        "short": "5846",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5847-4995",
        "label": "5847",
        "long": "Mt Coolum - Coolum High",
        "short": "5847",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5848-4995",
        "label": "5848",
        "long": "Mt Coolum - Coolum High",
        "short": "5848",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5849-4995",
        "label": "5849",
        "long": "Pacific Paradise - Coolum High",
        "short": "5849",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5850-4995",
        "label": "5850",
        "long": "Noosa Junction - Coolum Primary",
        "short": "5850",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5851-4995",
        "label": "5851",
        "long": "Noosa Springs - Coolum High",
        "short": "5851",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5852-4995",
        "label": "5852",
        "long": "Tewantin - Coolum High",
        "short": "5852",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5853-4995",
        "label": "5853",
        "long": "Noosaville (Goodchap St) - Pacific Paradise SS",
        "short": "5853",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5854-4995",
        "label": "5854",
        "long": "South Coolum - Coolum High",
        "short": "5854",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5855-4995",
        "label": "5855",
        "long": "South Coolum - Sunshine Beach Primary",
        "short": "5855",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5856-4995",
        "label": "5856",
        "long": "Tinbeerwah - Sunshine Beach High",
        "short": "5856",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5857-4995",
        "label": "5857",
        "long": "Tewantin (Carramar Str) - Sunshine Beach SHS",
        "short": "5857",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5858-4995",
        "label": "5858",
        "long": "Tewantin (Bougainvillia) - Sunshine Beach High",
        "short": "5858",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5859-4995",
        "label": "5859",
        "long": "Cooroibah - Sunshine Beach High",
        "short": "5859",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5860-4995",
        "label": "5860",
        "long": "Sunshine Beach - St Teresa's College",
        "short": "5860",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5861-4995",
        "label": "5861",
        "long": "Sunshine Beach - St Teresa's College",
        "short": "5861",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "5862-4995",
        "label": "5862",
        "long": "Sunshine Beach - St Teresa's College",
        "short": "5862",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "587-4838",
        "label": "587",
        "long": "Yarrabilba - Loganlea Station, Hospital and Tafe",
        "short": "587",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "588-4838",
        "label": "588",
        "long": "Browns Plains - Loganlea",
        "short": "588",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "589-4838",
        "label": "589",
        "long": "Logan Village - Loganlea",
        "short": "589",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "590-4948",
        "label": "590",
        "long": "Garden City - Toombul via Carindale",
        "short": "590",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "598-4948",
        "label": "598",
        "long": "Great Circle Line Anti-Clockwise",
        "short": "598",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "599-4948",
        "label": "599",
        "long": "Great Circle Line Clockwise",
        "short": "599",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "6DD0F6",
        "color_name": "white",
        "has_shape": true,
        "id": "60-4948",
        "label": "60",
        "long": "West End - Teneriffe Ferry via City/Valley",
        "short": "60",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "600-4715",
        "label": "600",
        "long": "Caloundra - Maroochydore via Mooloolaba, Kawana",
        "short": "600",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "600-5021",
        "label": "600",
        "long": "Caloundra - Maroochydore via Mooloolaba, Kawana",
        "short": "600",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6001-4827",
        "label": "6001",
        "long": "Veresdale, Gleneagle, Beaudesert",
        "short": "6001",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6002-4827",
        "label": "6002",
        "long": "Park Ridge, Flagstone College & Primary",
        "short": "6002",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6003-4827",
        "label": "6003",
        "long": "Jimboomba, Gleneagle, Beaudesert",
        "short": "6003",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6004-4827",
        "label": "6004",
        "long": "Emmaus, Woodhill, Gleneagle, Beaudesert",
        "short": "6004",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6005-4827",
        "label": "6005",
        "long": "Jimboomba, Woodhill Pmy, Beaudesert High",
        "short": "6005",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6006-4827",
        "label": "6006",
        "long": "Flagstone, Jimboomba, Emmaus, Beaudesert",
        "short": "6006",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6007-4827",
        "label": "6007",
        "long": "Jimboomba, Gleneagle, Beaudesert",
        "short": "6007",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6008-4827",
        "label": "6008",
        "long": "Hills College, Jimboomba, Flagstone",
        "short": "6008",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6009-4827",
        "label": "6009",
        "long": "Emmaus, Hills, Jimboomba, Flagstone",
        "short": "6009",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6010-4827",
        "label": "6010",
        "long": "Emmaus, Hills, Jimboomba, Flagstone",
        "short": "6010",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6011-4827",
        "label": "6011",
        "long": "Jimboomba, Emmaus, Beaudesert High",
        "short": "6011",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6012-4827",
        "label": "6012",
        "long": "Jimboomba, Woodhill Pmy, Beaudesert High",
        "short": "6012",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6013-4827",
        "label": "6013",
        "long": "Parklands College, Park Ridge High & Pmy",
        "short": "6013",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6014-4827",
        "label": "6014",
        "long": "Greenbank Pmy, Park Ridge High & Pmy",
        "short": "6014",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6015-4827",
        "label": "6015",
        "long": "St Francis, Park Ridge High & Primary",
        "short": "6015",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6016-4827",
        "label": "6016",
        "long": "Corymbia State School, Park Ridge State High Sch",
        "short": "6016",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6018-4827",
        "label": "6018",
        "long": "Yugumbir, Browns Plains, St Bernadines",
        "short": "6018",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6019-4827",
        "label": "6019",
        "long": "Bumstead Rd, Corymbia State School",
        "short": "6019",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "602-4715",
        "label": "602",
        "long": "Caloundra - Maroochydore via Mountain Creek",
        "short": "602",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "602-5021",
        "label": "602",
        "long": "Caloundra - Maroochydore via Mountain Creek",
        "short": "602",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6020-4827",
        "label": "6020",
        "long": "Park Ridge, Regents Park, Browns Plains",
        "short": "6020",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6022-4827",
        "label": "6022",
        "long": "Emmaus, Woodhill, Gleneagle, Beaudesert",
        "short": "6022",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6024-4827",
        "label": "6024",
        "long": "Heathwood, Sunnybank, St Thomas More",
        "short": "6024",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6025-4827",
        "label": "6025",
        "long": "Greenbank, Springfield Central, St August",
        "short": "6025",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6026-4827",
        "label": "6026",
        "long": "Forest Lake Schools & Colleges, Grand Ave",
        "short": "6026",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6027-4827",
        "label": "6027",
        "long": "Flagstone Pmy, Park Ridge High & Pmy",
        "short": "6027",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6028-4827",
        "label": "6028",
        "long": "Park Ridge, Regents Park, Browns Plains",
        "short": "6028",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6029-4827",
        "label": "6029",
        "long": "Browns Plains, Burrowes, St Francis",
        "short": "6029",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "603-4715",
        "label": "603",
        "long": "Little Mountain - Caloundra",
        "short": "603",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "603-5021",
        "label": "603",
        "long": "Little Mountain - Caloundra",
        "short": "603",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6030-4827",
        "label": "6030",
        "long": "Park Ridge, St Bernadines, Browns Plains",
        "short": "6030",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6032-4827",
        "label": "6032",
        "long": "Woodhill, Gleneagle, Beaudesert",
        "short": "6032",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6033-4827",
        "label": "6033",
        "long": "Browns Plains, Canterbury College",
        "short": "6033",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6034-4827",
        "label": "6034",
        "long": "Cedar Vale, Flagstone College & Primary",
        "short": "6034",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6035-4827",
        "label": "6035",
        "long": "Park Ridge, Yugumbir, Boronia Heights",
        "short": "6035",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6036-4827",
        "label": "6036",
        "long": "MacGregor High, Clairvaux Mackillop",
        "short": "6036",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6037-4827",
        "label": "6037",
        "long": "Grand Plaza, Sunnybank High, St Thomas",
        "short": "6037",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6038-4827",
        "label": "6038",
        "long": "Grand Plaza, Runcorn High, MacGregor High",
        "short": "6038",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "604-4715",
        "label": "604",
        "long": "Caloundra - Bellvista Loop",
        "short": "604",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "604-5021",
        "label": "604",
        "long": "Caloundra - Bellvista Loop",
        "short": "604",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6040-4827",
        "label": "6040",
        "long": "Flagstone, Jimboomba Primary",
        "short": "6040",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6041-4827",
        "label": "6041",
        "long": "Mundoolun, Emmaus, Jimboomba Pmy",
        "short": "6041",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6042-4827",
        "label": "6042",
        "long": "Munruben, Boronia Heights, Park Ridge",
        "short": "6042",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6043-4827",
        "label": "6043",
        "long": "Greenbank, Munruben, Logan Village SS",
        "short": "6043",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6044-4827",
        "label": "6044",
        "long": "Park Ridge, Hills, Jimboomba, Flagstone",
        "short": "6044",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6046-4827",
        "label": "6046",
        "long": "Greenbank, Sunnybank, Clairvaux",
        "short": "6046",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6047-4827",
        "label": "6047",
        "long": "Jimboomba, Park Ridge, St Laurences",
        "short": "6047",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6048-4827",
        "label": "6048",
        "long": "Regents Park, Park Ridge",
        "short": "6048",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "605-4715",
        "label": "605",
        "long": "Caloundra - Landsborough",
        "short": "605",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "605-5021",
        "label": "605",
        "long": "Caloundra - Landsborough",
        "short": "605",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6051-4827",
        "label": "6051",
        "long": "Kagaru, Jimboomba, Flagstone Primary",
        "short": "6051",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6052-4827",
        "label": "6052",
        "long": "Park Ridge, Marsden High, Canterbury",
        "short": "6052",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6053-4827",
        "label": "6053",
        "long": "Berrinba, Parkinson, Stretton Colleges",
        "short": "6053",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6055-4827",
        "label": "6055",
        "long": "Heritage Park, Grand Plaza, Park Ridge",
        "short": "6055",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "606-4715",
        "label": "606",
        "long": "Baringa - Caloundra",
        "short": "606",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "606-5021",
        "label": "606",
        "long": "Baringa - Caloundra",
        "short": "606",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6060-4827",
        "label": "6060",
        "long": "Regents Park, Forest Lake, Springfield",
        "short": "6060",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6061-4827",
        "label": "6061",
        "long": "Jimboomba, Buccan, Trinity College",
        "short": "6061",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6062-4827",
        "label": "6062",
        "long": "Greenbank, Springfield Central",
        "short": "6062",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6063-4827",
        "label": "6063",
        "long": "Greenbank, Springfield Central SHS",
        "short": "6063",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6066-4827",
        "label": "6066",
        "long": "Browns Plains, Sunnybank, St Thomas More",
        "short": "6066",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6068-4827",
        "label": "6068",
        "long": "Jimboomba, Everleigh SS",
        "short": "6068",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "607-4715",
        "label": "607",
        "long": "Caloundra - University via SCUH and Kawana",
        "short": "607",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "607-5021",
        "label": "607",
        "long": "Caloundra - University via SCUH and Kawana",
        "short": "607",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "608-4715",
        "label": "608",
        "long": "Caloundra - Nirimba",
        "short": "608",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "608-5021",
        "label": "608",
        "long": "Caloundra - Nirimba",
        "short": "608",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "609-4715",
        "label": "609",
        "long": "Pelican Waters - Caloundra",
        "short": "609",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "609-5021",
        "label": "609",
        "long": "Pelican Waters - Caloundra",
        "short": "609",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "7A0046",
        "color_name": "brown",
        "has_shape": true,
        "id": "61-4948",
        "label": "61",
        "long": "Ashgrove Shops - Coorparoo via City",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "610-4715",
        "label": "610",
        "long": "Nambour - Maroochydore via Kunda Park",
        "short": "610",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "610-5021",
        "label": "610",
        "long": "Nambour - Maroochydore via Kunda Park",
        "short": "610",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6101-4827",
        "label": "6101",
        "long": "Beaudesert, Gleneagle, Veresdale Scrub",
        "short": "6101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6102-4827",
        "label": "6102",
        "long": "Flagstone, Jimboomba, Park Ridge",
        "short": "6102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6103-4827",
        "label": "6103",
        "long": "Beaudesert, Gleneagle, Jimboomba",
        "short": "6103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6104-4827",
        "label": "6104",
        "long": "Beaudesert, Gleneagle, Woodhill, Emmaus",
        "short": "6104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6105-4827",
        "label": "6105",
        "long": "Beaudesert, Cedar Vale, Jimboomba",
        "short": "6105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6106-4827",
        "label": "6106",
        "long": "Beaudesert, Emmaus, Jimboomba, Flagstone",
        "short": "6106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6107-4827",
        "label": "6107",
        "long": "Beaudesert, Gleneagle, Jimboomba",
        "short": "6107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6108-4827",
        "label": "6108",
        "long": "Flagstone, Jimboomba, Hills, Munruben",
        "short": "6108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6109-4827",
        "label": "6109",
        "long": "Flagstone, Jimboomba, Hills, Park Ridge",
        "short": "6109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "611-4715",
        "label": "611",
        "long": "Maroochydore - SCUH via Mooloolaba and Kawana",
        "short": "611",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "611-5021",
        "label": "611",
        "long": "Maroochydore - SCUH via Mooloolaba and Kawana",
        "short": "611",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6110-4827",
        "label": "6110",
        "long": "Flagstone, Jimboomba, Hills Int, Emmaus",
        "short": "6110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6111-4827",
        "label": "6111",
        "long": "Flagstone",
        "short": "6111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6112-4827",
        "label": "6112",
        "long": "Beaudesert High, Woodhill Pmy, Jimboomba",
        "short": "6112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6113-4827",
        "label": "6113",
        "long": "Park Ridge, Parklands College, Greenbank",
        "short": "6113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6114-4827",
        "label": "6114",
        "long": "Park Ridge, Greenbank, Boronia Heights",
        "short": "6114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6115-4827",
        "label": "6115",
        "long": "Yugumbir, Browns Plains, Park Ridge",
        "short": "6115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6116-4827",
        "label": "6116",
        "long": "Park Ridge, Yugumbir, St Bernadines",
        "short": "6116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6117-4827",
        "label": "6117",
        "long": "Greenbank, Park Ridge, Boronia Heights",
        "short": "6117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6118-4827",
        "label": "6118",
        "long": "Yugumbir, Browns Plains, Forestdale",
        "short": "6118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6119-4827",
        "label": "6119",
        "long": "Corymbia State School, Bumstead Rd",
        "short": "6119",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "612-4715",
        "label": "612",
        "long": "Nambour - Maroochydore via Bli Bli",
        "short": "612",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "612-5021",
        "label": "612",
        "long": "Nambour - Maroochydore via Bli Bli",
        "short": "612",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6120-4827",
        "label": "6120",
        "long": "Browns Plains, Regents Park, Jimboomba",
        "short": "6120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6121-4827",
        "label": "6121",
        "long": "Browns Plains, Regents Pk, Boronia Hghts",
        "short": "6121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6122-4827",
        "label": "6122",
        "long": "Gleneagle State School, Cedar Vale",
        "short": "6122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6123-4827",
        "label": "6123",
        "long": "Emmaus, Greenbank",
        "short": "6123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6124-4827",
        "label": "6124",
        "long": "St Thomas More Sunnybank, Browns Plains",
        "short": "6124",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6125-4827",
        "label": "6125",
        "long": "St Augustine, Springfield, Boronia Hghts",
        "short": "6125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6126-4827",
        "label": "6126",
        "long": "Forest Lake, Forestdale, Browns Plains",
        "short": "6126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6127-4827",
        "label": "6127",
        "long": "Park Ridge, Flagstone Primary, Jimboomba",
        "short": "6127",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6128-4827",
        "label": "6128",
        "long": "Browns Plains, Park Ridge, Maclean",
        "short": "6128",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6129-4827",
        "label": "6129",
        "long": "St Francis, Browns Plains, Greenbank",
        "short": "6129",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "613-5021",
        "label": "613",
        "long": "Maroochydore - Alexandra Headland Loop",
        "short": "613",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6130-4827",
        "label": "6130",
        "long": "Calamvale, Browns Plains, Park Ridge",
        "short": "6130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6132-4827",
        "label": "6132",
        "long": "Beaudesert, Gleneagle, Jimboomba",
        "short": "6132",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6133-4827",
        "label": "6133",
        "long": "Canterbury College, Marsden, Grand Plaza",
        "short": "6133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6134-4827",
        "label": "6134",
        "long": "Flagstone, Cedar Vale, Jimboomba",
        "short": "6134",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6135-4827",
        "label": "6135",
        "long": "Park Ridge, Boronia Heights, Grand Plaza",
        "short": "6135",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6136-4827",
        "label": "6136",
        "long": "Clairvaux-Mackillop, Grand Plz, Jimboomba",
        "short": "6136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6137-4827",
        "label": "6137",
        "long": "St Thomas More, Sunnybank, Grand Plaza",
        "short": "6137",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6138-4827",
        "label": "6138",
        "long": "MacGregor High, Runcorn High, Grand Plaza",
        "short": "6138",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "614-4715",
        "label": "614",
        "long": "Kawana - Maroochydore via Mountain Creek",
        "short": "614",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "614-5021",
        "label": "614",
        "long": "Kawana - Maroochydore via Mountain Creek",
        "short": "614",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6141-4827",
        "label": "6141",
        "long": "Emmaus, Hills Int, Jimboomba, Mundoolun",
        "short": "6141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6142-4827",
        "label": "6142",
        "long": "Park Ridge, Boronia Heights, Munruben",
        "short": "6142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6143-4827",
        "label": "6143",
        "long": "Canterbury College, Munruben, Park Ridge",
        "short": "6143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6144-4827",
        "label": "6144",
        "long": "Flagstone, Jimboomba, Hills, Regents Park",
        "short": "6144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6145-4827",
        "label": "6145",
        "long": "Flagstone Schools, Jimboomba, Maclean",
        "short": "6145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6146-4827",
        "label": "6146",
        "long": "Clairvaux Mackillop, Greenbank",
        "short": "6146",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6147-4827",
        "label": "6147",
        "long": "St Laurence, Brisbane High, Jimboomba",
        "short": "6147",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "615-4715",
        "label": "615",
        "long": "Maroochydore - Landsborough via University",
        "short": "615",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "615-5021",
        "label": "615",
        "long": "Maroochydore - Landsborough via University",
        "short": "615",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6150-4827",
        "label": "6150",
        "long": "Stretton Colleges, Browns Plains",
        "short": "6150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6151-4827",
        "label": "6151",
        "long": "Flagstone Schools, Jimboomba, Kagaru",
        "short": "6151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6152-4827",
        "label": "6152",
        "long": "Canterbury College, Calamvale, Algester",
        "short": "6152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6153-4827",
        "label": "6153",
        "long": "Stretton Colleges, Marsden, Browns Plains",
        "short": "6153",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6154-4827",
        "label": "6154",
        "long": "Beaudesert, Gleneagle",
        "short": "6154",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6155-4827",
        "label": "6155",
        "long": "Park Ridge, Grand Plaza, Heritage Park",
        "short": "6155",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "616-4715",
        "label": "616",
        "long": "Maroochydore - University via Alexandra Headland",
        "short": "616",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "616-5021",
        "label": "616",
        "long": "Maroochydore - University via Alexandra Headland",
        "short": "616",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6161-4827",
        "label": "6161",
        "long": "Trinity College, Jimboomba, Maclean",
        "short": "6161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6162-4827",
        "label": "6162",
        "long": "Springfield Central, Greenbank",
        "short": "6162",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6163-4827",
        "label": "6163",
        "long": "Springfield Central SHS, Greenbank",
        "short": "6163",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6165-4827",
        "label": "6165",
        "long": "Marsden HS, Logan Cent, Woodridge GCity",
        "short": "6165",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6166-4827",
        "label": "6166",
        "long": "St Thomas More, Browns Plains",
        "short": "6166",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6167-4827",
        "label": "6167",
        "long": "Marsden High, Crestmead, Browns Plains",
        "short": "6167",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6168-4827",
        "label": "6168",
        "long": "Everleigh State, Sth Maclean, Nth Maclean",
        "short": "6168",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6169-4827",
        "label": "6169",
        "long": "Marsden High, Bumstead Road",
        "short": "6169",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "617-4715",
        "label": "617",
        "long": "Maroochydore - Sippy Downs via University",
        "short": "617",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "617-5021",
        "label": "617",
        "long": "Maroochydore - Sippy Downs via University",
        "short": "617",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6170-4827",
        "label": "6170",
        "long": "Stretton State College, Macquarie, Browns Plains",
        "short": "6170",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6171-4827",
        "label": "6171",
        "long": "Stretton College - Macquarie - Brown Plains",
        "short": "6171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "618-4715",
        "label": "618",
        "long": "Sippy Downs - Kawana via University",
        "short": "618",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "618-5021",
        "label": "618",
        "long": "Sippy Downs - Kawana via University",
        "short": "618",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "619-4715",
        "label": "619",
        "long": "Kawana - Maroochydore via Alexandra Headland",
        "short": "619",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "619-5021",
        "label": "619",
        "long": "Kawana - Maroochydore via Alexandra Headland",
        "short": "619",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "620-4715",
        "label": "620",
        "long": "Noosa Heads - Maroochydore via Peregian Beach",
        "short": "620",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "620-5021",
        "label": "620",
        "long": "Noosa Heads - Maroochydore via Peregian Beach",
        "short": "620",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6201-4841",
        "label": "6201",
        "long": "Kruger, Goodna, Redbank Plains, Redbank",
        "short": "6201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6202-4841",
        "label": "6202",
        "long": "Bundamba State, Riverview, Redbank Plaza",
        "short": "6202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6203-4841",
        "label": "6203",
        "long": "St Marys, St Edmonds, Bremer, Silkstone",
        "short": "6203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6204-4841",
        "label": "6204",
        "long": "St Peter Claver, Sacred Heart, Silkstone",
        "short": "6204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6206-4841",
        "label": "6206",
        "long": "St Marys, St Edmonds, Ipswich, Raceview",
        "short": "6206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6207-4841",
        "label": "6207",
        "long": "Bundamba, Sacred Heart, Bremer",
        "short": "6207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6208-4841",
        "label": "6208",
        "long": "Bundamba, East Ipswich, Bremer",
        "short": "6208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6209-4841",
        "label": "6209",
        "long": "Redbank Plains, Redbank",
        "short": "6209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6210-4841",
        "label": "6210",
        "long": "Ipswich Boys & Girls, StMarys, StEdmonds",
        "short": "6210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6211-4841",
        "label": "6211",
        "long": "Kruger, Redbank, Collingwood Park",
        "short": "6211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6212-4841",
        "label": "6212",
        "long": "St Marys, St Edmonds, Redbank Plains",
        "short": "6212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6213-4841",
        "label": "6213",
        "long": "Redbank Plains, Redbank Station",
        "short": "6213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6214-4841",
        "label": "6214",
        "long": "Bremer, Bundamba, Redbank",
        "short": "6214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6215-4841",
        "label": "6215",
        "long": "Bremer, Blair State, Ipswich High",
        "short": "6215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6216-4841",
        "label": "6216",
        "long": "St Marys, St Edmonds, Raceview, Silkstone",
        "short": "6216",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6217-4841",
        "label": "6217",
        "long": "St Marys, St Edmonds, Ipswich, Amberley",
        "short": "6217",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6218-4841",
        "label": "6218",
        "long": "Immaculate Heart, Ipswich High",
        "short": "6218",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "622-4715",
        "label": "622",
        "long": "Maroochydore - Noosa Junction via Airport, Coolum",
        "short": "622",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "622-5021",
        "label": "622",
        "long": "Maroochydore - Noosa Junction via Airport, Coolum",
        "short": "622",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6220-4841",
        "label": "6220",
        "long": "Central, Bremer, Silkstone, Raceview",
        "short": "6220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6221-4841",
        "label": "6221",
        "long": "St Edmunds, St Marys, Yamanto Deebing Hts",
        "short": "6221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6223-4841",
        "label": "6223",
        "long": "West Moreton, Ipswich Girls, Booval",
        "short": "6223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6224-4841",
        "label": "6224",
        "long": "Goodna,St Augustines College, Forest Lake",
        "short": "6224",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6225-4841",
        "label": "6225",
        "long": "Bremer, Bundamba",
        "short": "6225",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6226-4841",
        "label": "6226",
        "long": "Ipswich Boys, Ipswich Girls, St Marys",
        "short": "6226",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6227-4841",
        "label": "6227",
        "long": "Goodna, St Francis Xavier, Camira",
        "short": "6227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6228-4841",
        "label": "6228",
        "long": "Woodcrest, Springfield Lakes, Redbank",
        "short": "6228",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6229-4841",
        "label": "6229",
        "long": "Woodcrest College, Camira, Goodna Station",
        "short": "6229",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6230-4841",
        "label": "6230",
        "long": "Camira, Woodcrest, Redbank Plains, St Aug",
        "short": "6230",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6231-4841",
        "label": "6231",
        "long": "Augusta, Redbank Plains SHS, St Augustine",
        "short": "6231",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6232-4841",
        "label": "6232",
        "long": "Forest Lake, St Marks, Inala, Glenala",
        "short": "6232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6233-4841",
        "label": "6233",
        "long": "Redbank Plains, Sprinfield Lakes, Camira",
        "short": "6233",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6234-4841",
        "label": "6234",
        "long": "Redbank Plains, Redbank Plaza, Dinmore",
        "short": "6234",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6235-4841",
        "label": "6235",
        "long": "St Augustine's - Springfield Central",
        "short": "6235",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6236-4841",
        "label": "6236",
        "long": "Springfield Central, Springfield Lakes",
        "short": "6236",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6237-4841",
        "label": "6237",
        "long": "Bremer, Ipswich High, Brassall Primary",
        "short": "6237",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6238-4841",
        "label": "6238",
        "long": "St Marys, St Edmonds, Ips Boys, Churchill",
        "short": "6238",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6239-4841",
        "label": "6239",
        "long": "Bremer, Churchill, Yamanto, Deebing Heights",
        "short": "6239",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6240-4841",
        "label": "6240",
        "long": "Brassall, Ipswich, St Marys, St Edmunds",
        "short": "6240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6241-4841",
        "label": "6241",
        "long": "Ipswich Central, Bremer, Raceview",
        "short": "6241",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6242-4841",
        "label": "6242",
        "long": "Kruger, Goodna, Redbank Plains, Redbank",
        "short": "6242",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6245-4841",
        "label": "6245",
        "long": "Bundamba College, Silkstone, Bremer",
        "short": "6245",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6246-4841",
        "label": "6246",
        "long": "Ripley Valley SS, Ripley Rd, Rex Hills Dr",
        "short": "6246",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6247-4841",
        "label": "6247",
        "long": "Ipswich High, Bremer State High",
        "short": "6247",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6248-4841",
        "label": "6248",
        "long": "Bellbird Park College - Redbank Station",
        "short": "6248",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6249-4841",
        "label": "6249",
        "long": "Bellbird Park, Woodlinks SS, Redbank",
        "short": "6249",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6250-4841",
        "label": "6250",
        "long": "Bellbird Park, Redbank Stn",
        "short": "6250",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6251-4841",
        "label": "6251",
        "long": "Bellbird Park, Goodna Stn, Redbank Stn",
        "short": "6251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6252-4841",
        "label": "6252",
        "long": "Bellbird Park, Redbank Stn",
        "short": "6252",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6253-4841",
        "label": "6253",
        "long": "Springfield Schools, Goodna Stn",
        "short": "6253",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6254-4841",
        "label": "6254",
        "long": "Bremer, Leichhardt, One Mile",
        "short": "6254",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6255-4841",
        "label": "6255",
        "long": "Springfield SHS, Camira SS, Goodna",
        "short": "6255",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6256-4841",
        "label": "6256",
        "long": "Orion, Springfield SHS, Camira, Goodna",
        "short": "6256",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6257-4841",
        "label": "6257",
        "long": "Collingwood Park State SC",
        "short": "6257",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6258-4841",
        "label": "6258",
        "long": "Collingwood Park State SC-Goodna State PreSchool",
        "short": "6258",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "626-4715",
        "label": "626",
        "long": "Tewantin - Sunrise Beach via Noosa Heads",
        "short": "626",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "626-5021",
        "label": "626",
        "long": "Tewantin - Sunrise Beach via Noosa Heads",
        "short": "626",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6260-4841",
        "label": "6260",
        "long": "Ripley Valley schools, Yamanto",
        "short": "6260",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6263-4841",
        "label": "6263",
        "long": "Ripley Valley Schools",
        "short": "6263",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6264-4841",
        "label": "6264",
        "long": "Ripley Valley SS",
        "short": "6264",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6265-4841",
        "label": "6265",
        "long": "Ripley Valley Schools and Deebing Heights",
        "short": "6265",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6267-4841",
        "label": "6267",
        "long": "Fernbrooke, Bellbird Park, Redbank Stn",
        "short": "6267",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6268-4841",
        "label": "6268",
        "long": "Bellbird Park SHS, Kruger SS, Goodna Stn",
        "short": "6268",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6269-4841",
        "label": "6269",
        "long": "West Moreton, Ipswich, Redbank Plains",
        "short": "6269",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "627-4715",
        "label": "627",
        "long": "Tewantin - Sunshine Beach via Noosa Heads",
        "short": "627",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "627-5021",
        "label": "627",
        "long": "Tewantin - Sunshine Beach via Noosa Heads",
        "short": "627",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6271-4841",
        "label": "6271",
        "long": "Bellbird Park College, Redbank Plains",
        "short": "6271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6272-4841",
        "label": "6272",
        "long": "Ipswich HS, One Mile, Leichhardt",
        "short": "6272",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6273-4841",
        "label": "6273",
        "long": "Ripley Valley SS, Ripley Rd, Rex Hills Dr",
        "short": "6273",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6274-4841",
        "label": "6274",
        "long": "Bellbird Park College - Redbank Station",
        "short": "6274",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6275-4841",
        "label": "6275",
        "long": "Deebing Heights SS",
        "short": "6275",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6276-4841",
        "label": "6276",
        "long": "Bellbird Park College",
        "short": "6276",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6277-4841",
        "label": "6277",
        "long": "Deebing Heights SS, Ripley Valley schools",
        "short": "6277",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "628-4715",
        "label": "628",
        "long": "Parklands - Noosa Junction via Noosa Civic",
        "short": "628",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "628-5021",
        "label": "628",
        "long": "Parklands - Noosa Junction via Noosa Civic",
        "short": "628",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "629-4715",
        "label": "629",
        "long": "Tewantin - Noosa Junction via Noosa Civic",
        "short": "629",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "629-5021",
        "label": "629",
        "long": "Tewantin - Noosa Junction via Noosa Civic",
        "short": "629",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "630-4715",
        "label": "630",
        "long": "Noosa - Nambour via Eumundi",
        "short": "630",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "630-5021",
        "label": "630",
        "long": "Noosa - Nambour via Eumundi",
        "short": "630",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "631-4715",
        "label": "631",
        "long": "Noosa - Nambour via Cooroy and Eumundi",
        "short": "631",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "631-5021",
        "label": "631",
        "long": "Noosa - Nambour via Cooroy and Eumundi",
        "short": "631",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "632-4715",
        "label": "632",
        "long": "Noosa - Cooran via Cooroy and Pomona",
        "short": "632",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "632-5021",
        "label": "632",
        "long": "Noosa - Cooran via Cooroy and Pomona",
        "short": "632",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "636-4715",
        "label": "636",
        "long": "Nambour - University via Buderim",
        "short": "636",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "636-5021",
        "label": "636",
        "long": "Nambour - University via Buderim",
        "short": "636",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "637-4715",
        "label": "637",
        "long": "Nambour local loop",
        "short": "637",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "637-5021",
        "label": "637",
        "long": "Nambour local loop",
        "short": "637",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "638-4715",
        "label": "638",
        "long": "Nambour - Palmwoods loop",
        "short": "638",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "638-5021",
        "label": "638",
        "long": "Nambour - Palmwoods loop",
        "short": "638",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "640-4986",
        "label": "640",
        "long": "Bribie Island - Caboolture station",
        "short": "640",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "641-4986",
        "label": "641",
        "long": "Banksia Beach - Bongaree (Loop)",
        "short": "641",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "642-4986",
        "label": "642",
        "long": "Bribie Island PnR - Bongaree via Bellara",
        "short": "642",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "643-4986",
        "label": "643",
        "long": "Bribie Island - Caboolture via Sandstone Point",
        "short": "643",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "644-4986",
        "label": "644",
        "long": "Sandstone Point - Bribie Island park 'n' ride",
        "short": "644",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "649-4889",
        "label": "649",
        "long": "Caboolture Station - Nambour Station (Rail Bus)",
        "short": "649",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "651-4986",
        "label": "651",
        "long": "Morayfield station - West Caboolture (Loop)",
        "short": "651",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "652-4986",
        "label": "652",
        "long": "Caboolture Square - Beachmere (Loop)",
        "short": "652",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "653-4986",
        "label": "653",
        "long": "Caboolture stn - Morayfield stn via Bellmere",
        "short": "653",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "654-4986",
        "label": "654",
        "long": "Morayfield stn - Caboolture stn via Bellmere",
        "short": "654",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "655-4986",
        "label": "655",
        "long": "Caboolture station - Hospital-TAFE-UniSC (Loop)",
        "short": "655",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "656-4986",
        "label": "656",
        "long": "Morayfield station - Upper Caboolture (Loop)",
        "short": "656",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "657-4986",
        "label": "657",
        "long": "Caboolture station - Caboolture North (Loop)",
        "short": "657",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "660-4889",
        "label": "660",
        "long": "Caboolture Station - Redcliffe via Kippa-Ring",
        "short": "660",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "662-4889",
        "label": "662",
        "long": "Moreton Downs - Rothwell Station",
        "short": "662",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "663-4889",
        "label": "663",
        "long": "Narangba Local Service (Loop)",
        "short": "663",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "664-4889",
        "label": "664",
        "long": "Burpengary Local Service (Loop)",
        "short": "664",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "665-4889",
        "label": "665",
        "long": "Deception Bay - Rothwell Station",
        "short": "665",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "667-4889",
        "label": "667",
        "long": "Morayfield Local Service (Loop)",
        "short": "667",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "668-4889",
        "label": "668",
        "long": "Narangba Station - North Lakes",
        "short": "668",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "669-4994",
        "label": "669",
        "long": "Strathpine - Warner via Lawnton",
        "short": "669",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "670-4994",
        "label": "670",
        "long": "Strathpine - Warner via Warner Lakes",
        "short": "670",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6701-4511",
        "label": "6701",
        "long": "Redcliffe, Scarborough, Humpybong",
        "short": "6701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6702-4511",
        "label": "6702",
        "long": "Living Faith, Grace Lutheran, Redcliffe",
        "short": "6702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6703-4511",
        "label": "6703",
        "long": "Redcliffe, Deception Bay, North Lakes",
        "short": "6703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6704-4511",
        "label": "6704",
        "long": "North Lakes, Deception Bay, St Pauls",
        "short": "6704",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6705-4511",
        "label": "6705",
        "long": "Clontarf, North Lakes, Redcliffe",
        "short": "6705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6706-4511",
        "label": "6706",
        "long": "Clontarf, Mueller, North Lakes, Redcliffe",
        "short": "6706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6707-4511",
        "label": "6707",
        "long": "Redcliffe High, Scarborough Primary",
        "short": "6707",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6708-4511",
        "label": "6708",
        "long": "North Lakes, Grace, Redcliffe",
        "short": "6708",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6709-4511",
        "label": "6709",
        "long": "North Lakes, Grace, Clontarf",
        "short": "6709",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "671-4994",
        "label": "671",
        "long": "Strathpine - Warner",
        "short": "671",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6710-4511",
        "label": "6710",
        "long": "Grace Lutheran, Mueller, The Lakes",
        "short": "6710",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6711-4511",
        "label": "6711",
        "long": "Humpybong, Redcliffe, Southern Cross",
        "short": "6711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6712-4511",
        "label": "6712",
        "long": "Grace, Lutheran, Mueller",
        "short": "6712",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6714-4511",
        "label": "6714",
        "long": "Kallangur, Murrumba Downs, Dakabin",
        "short": "6714",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6715-4511",
        "label": "6715",
        "long": "Southern Cross, Clontarf, Redcliffe",
        "short": "6715",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6716-4511",
        "label": "6716",
        "long": "Rothwell, Kippa-Ring, Clontarf, Sandgate",
        "short": "6716",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6718-4511",
        "label": "6718",
        "long": "North Lakes, Dakabin, Mueller",
        "short": "6718",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6719-4511",
        "label": "6719",
        "long": "Rothwell, North Lakes, Kallangur",
        "short": "6719",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "672-4994",
        "label": "672",
        "long": "Strathpine - Warner Lakes",
        "short": "672",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6720-4511",
        "label": "6720",
        "long": "North Lakes, Mango Hill, Rothwell",
        "short": "6720",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6721-4511",
        "label": "6721",
        "long": "Northlakes State College, Mango Hill",
        "short": "6721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6722-4511",
        "label": "6722",
        "long": "Mango Hill State School",
        "short": "6722",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6723-4511",
        "label": "6723",
        "long": "Mango Hill North Lakes Murrumba College",
        "short": "6723",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "673-4994",
        "label": "673",
        "long": "Strathpine - Joyner",
        "short": "673",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "674-4994",
        "label": "674",
        "long": "Strathpine - Warner via Bells Pocket",
        "short": "674",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "676-4994",
        "label": "676",
        "long": "North Lakes - Murrumba Downs via Kallangur",
        "short": "676",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "679-4994",
        "label": "679",
        "long": "North Lakes - Murrumba Downs via Griffin",
        "short": "679",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "680-4511",
        "label": "680",
        "long": "Redcliffe - Chermside via North Lakes and Petrie",
        "short": "680",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6800-4994",
        "label": "6800",
        "long": "BrayPark, HolySpirit, Kurwongbah, Petrie",
        "short": "6800",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6801-4994",
        "label": "6801",
        "long": "Lawnton, HolySpirit, BrayPark",
        "short": "6801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6805-4994",
        "label": "6805",
        "long": "Genesis, BrayPark, Strathpine, HolySpirit",
        "short": "6805",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6806-4994",
        "label": "6806",
        "long": "Genesis, BrayPark, PineRivers",
        "short": "6806",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6807-4994",
        "label": "6807",
        "long": "Genesis, BrayPark, PineRivers",
        "short": "6807",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6808-4994",
        "label": "6808",
        "long": "StrathpineWest, BrayPark, HolySpirit",
        "short": "6808",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "681-4511",
        "label": "681",
        "long": "North Lakes - Mango Hill (Morning Loop)",
        "short": "681",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6811-4994",
        "label": "6811",
        "long": "EatonsHill, AllSaints, Albany Hills, AlbanyCreek",
        "short": "6811",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6812-4994",
        "label": "6812",
        "long": "EatonsHill, AlbanyCreek",
        "short": "6812",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6813-4994",
        "label": "6813",
        "long": "EatonsHill, AllSaints, Albany Hills, AlbanyCreek",
        "short": "6813",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6814-4994",
        "label": "6814",
        "long": "EatonsHill, AlbanyCreek",
        "short": "6814",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6815-4994",
        "label": "6815",
        "long": "EatonsHill, AlbanyCreek",
        "short": "6815",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "682-4511",
        "label": "682",
        "long": "North Lakes - Mango Hill (Afternoon Loop)",
        "short": "682",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6820-4994",
        "label": "6820",
        "long": "Murrumba, Unburba, Dakabin",
        "short": "6820",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6821-4994",
        "label": "6821",
        "long": "Genesis, BrayPark, Kurwongbah, Petrie",
        "short": "6821",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6822-4994",
        "label": "6822",
        "long": "PineRivers, BrayPark, Kallangur, Dakabin, Petrie",
        "short": "6822",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6823-4994",
        "label": "6823",
        "long": "Undurba, Murrumba",
        "short": "6823",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6824-4994",
        "label": "6824",
        "long": "Undurba, Murrumba",
        "short": "6824",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6825-4994",
        "label": "6825",
        "long": "Undurba, Murrumba",
        "short": "6825",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "683-4511",
        "label": "683",
        "long": "Dakabin - Kallangur Station (Loop)",
        "short": "683",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6830-4994",
        "label": "6830",
        "long": "MangoHill, StBenedicts, NorthLakesHigh",
        "short": "6830",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6831-4994",
        "label": "6831",
        "long": "GriffinPrimary",
        "short": "6831",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6832-4994",
        "label": "6832",
        "long": "MangoHill, StBenedicts, NorthLakesHigh",
        "short": "6832",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6833-4994",
        "label": "6833",
        "long": "TheLakesCollege, NorthLakesHigh",
        "short": "6833",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6834-4994",
        "label": "6834",
        "long": "NorthLakesHigh, StBenedicts",
        "short": "6834",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6835-4994",
        "label": "6835",
        "long": "NorthLakesHigh, BountyBoulevard",
        "short": "6835",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6836-4994",
        "label": "6836",
        "long": "StBenedicts",
        "short": "6836",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "684-4511",
        "label": "684",
        "long": "North Lakes - Kallangur East",
        "short": "684",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6840-4994",
        "label": "6840",
        "long": "StPauls, Craigslea",
        "short": "6840",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6841-4994",
        "label": "6841",
        "long": "HolySpirit, StJosephs, BrackenRidge, StJohnFisher",
        "short": "6841",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6842-4994",
        "label": "6842",
        "long": "StJohnFisher, StPauls, StPatricks, SandgateHigh",
        "short": "6842",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "685-4511",
        "label": "685",
        "long": "North Lakes - Kallangur West",
        "short": "685",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6850-4994",
        "label": "6850",
        "long": "StPatricks, SandgateHigh, StJohnFisher, StPauls",
        "short": "6850",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6851-4994",
        "label": "6851",
        "long": "BaldHills, StPauls",
        "short": "6851",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6852-4994",
        "label": "6852",
        "long": "StPatricks, SandgateHigh, StJohnFisher, StPauls",
        "short": "6852",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "686-4511",
        "label": "686",
        "long": "French's Forest - Petrie Station (Loop)",
        "short": "686",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6860-4994",
        "label": "6860",
        "long": "StPatricks, SandgateHigh",
        "short": "6860",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6861-4994",
        "label": "6861",
        "long": "StJohnFisher, BrackenRidge",
        "short": "6861",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6863-4994",
        "label": "6863",
        "long": "StPatricks, SandgateHigh",
        "short": "6863",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "687-4511",
        "label": "687",
        "long": "North Lakes - Mango Hill Station",
        "short": "687",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6870-4994",
        "label": "6870",
        "long": "MountAlvernia, Padua, Craigslea, StPauls",
        "short": "6870",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6871-4994",
        "label": "6871",
        "long": "MountAlvernia, Padua, Craigslea, StPauls",
        "short": "6871",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6872-4994",
        "label": "6872",
        "long": "MountAlvernia, Padua, Craigslea",
        "short": "6872",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6873-4994",
        "label": "6873",
        "long": "MountAlvernia, Padua, McDowall",
        "short": "6873",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6874-4994",
        "label": "6874",
        "long": "MountAlvernia, Padua, McDowall",
        "short": "6874",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6875-4994",
        "label": "6875",
        "long": "Wavell, Craigslea",
        "short": "6875",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "688-4511",
        "label": "688",
        "long": "North Lakes (Clockwise Loop)",
        "short": "688",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "689-4511",
        "label": "689",
        "long": "North Lakes (Anti-Clockwise Loop)",
        "short": "689",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6891-4994",
        "label": "6891",
        "long": "Sandgate station - St Patricks",
        "short": "6891",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6892-4994",
        "label": "6892",
        "long": "St Patricks - Sandgate station",
        "short": "6892",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6893-4994",
        "label": "6893",
        "long": "St Patricks - Sandgate station",
        "short": "6893",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6894-4994",
        "label": "6894",
        "long": "St Patricks - Sandgate station",
        "short": "6894",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6895-4994",
        "label": "6895",
        "long": "St Patricks - Sandgate station",
        "short": "6895",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "6896-4994",
        "label": "6896",
        "long": "St Patricks - Sandgate station",
        "short": "6896",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "690-4511",
        "label": "690",
        "long": "Kippa-Ring - Sandgate via Redcliffe",
        "short": "690",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "691-4511",
        "label": "691",
        "long": "Redcliffe - Sandgate Station",
        "short": "691",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "694-4511",
        "label": "694",
        "long": "Kippa-Ring - Redcliffe via Woody Point",
        "short": "694",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "696-4511",
        "label": "696",
        "long": "Kippa-Ring - Kippa Ring Loop",
        "short": "696",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "698-4511",
        "label": "698",
        "long": "Redcliffe - Kippa-Ring via Scarborough",
        "short": "698",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "699-4511",
        "label": "699",
        "long": "Redcliffe - Kippa Ring Station",
        "short": "699",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "700-4843",
        "label": "700",
        "long": "Tweed Heads - Broadbeach via Burleigh Heads",
        "short": "700",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7011-4889",
        "label": "7011",
        "long": "Oakey Flat Road Morayfield East SS",
        "short": "7011",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7012-4889",
        "label": "7012",
        "long": "Moorina, St Eugenes, Burpengary College",
        "short": "7012",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7013-4889",
        "label": "7013",
        "long": "Narangba, Burpengary State, St Euguene",
        "short": "7013",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7014-4889",
        "label": "7014",
        "long": "St Eugenes, Burpengary Secondary",
        "short": "7014",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7015-4889",
        "label": "7015",
        "long": "Narangba, Narangba Valley State High",
        "short": "7015",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7016-4889",
        "label": "7016",
        "long": "Grace College, St Peters, St Columbans",
        "short": "7016",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7017-4889",
        "label": "7017",
        "long": "Burpengary, Burpengary Secondary College",
        "short": "7017",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7018-4889",
        "label": "7018",
        "long": "Caboolture High, Minimbah State",
        "short": "7018",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7019-4889",
        "label": "7019",
        "long": "Morayfield Primary & High, Minimbah Primary",
        "short": "7019",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7020-4889",
        "label": "7020",
        "long": "Morayfield High, Minimbah Primary, Tullawong",
        "short": "7020",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7021-4889",
        "label": "7021",
        "long": "Minimbah, Morayfield & Morayfield East",
        "short": "7021",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7022-4889",
        "label": "7022",
        "long": "Morayfield Station, Burpengary Primary, NVSHS",
        "short": "7022",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7023-4889",
        "label": "7023",
        "long": "Morayfield, Morayfield East State",
        "short": "7023",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7024-4889",
        "label": "7024",
        "long": "Morayfield State, St Peters, St Columbans",
        "short": "7024",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7025-4889",
        "label": "7025",
        "long": "Morayfield, Caboolture, St Columbans",
        "short": "7025",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7026-4889",
        "label": "7026",
        "long": "Morayfield, Morayfield East State",
        "short": "7026",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7027-4889",
        "label": "7027",
        "long": "Burpengary State Primary & Meadows",
        "short": "7027",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7028-4889",
        "label": "7028",
        "long": "Petrie Primary, Pine Rivers High",
        "short": "7028",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7029-4889",
        "label": "7029",
        "long": "Burpengary, Narangba Primary, Dakabin High",
        "short": "7029",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7030-4889",
        "label": "7030",
        "long": "Deception Bay, Dakabin High",
        "short": "7030",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7031-4889",
        "label": "7031",
        "long": "Dakabin, Petrie, Pine Rivers State",
        "short": "7031",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7032-4889",
        "label": "7032",
        "long": "Deception Bay State, Moreton Downs",
        "short": "7032",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7033-4889",
        "label": "7033",
        "long": "Clontarf High, Kippa Ring State",
        "short": "7033",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7034-4889",
        "label": "7034",
        "long": "Scarborough State, Grace, Morayfield",
        "short": "7034",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7035-4889",
        "label": "7035",
        "long": "Morayfield, Mueller, Grace",
        "short": "7035",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7037-4889",
        "label": "7037",
        "long": "Excelsior Park, Narangba Valley High",
        "short": "7037",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7038-4889",
        "label": "7038",
        "long": "Minimbah State, Tullawong Primary & High",
        "short": "7038",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7039-4889",
        "label": "7039",
        "long": "Burpengary, Burpengary Secondary College",
        "short": "7039",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "704-4843",
        "label": "704",
        "long": "Sea World - Helensvale via Harbour Town",
        "short": "704",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7040-4889",
        "label": "7040",
        "long": "Deception Bay, Narangba Valley State High",
        "short": "7040",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7041-4889",
        "label": "7041",
        "long": "Narangba Station, Narangba Valley High",
        "short": "7041",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7042-4889",
        "label": "7042",
        "long": "Burpengary Meadows, Narangba Valley",
        "short": "7042",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7043-4889",
        "label": "7043",
        "long": "Narangba Valley Primary, Jinibara State",
        "short": "7043",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7044-4889",
        "label": "7044",
        "long": "Narangba Station, Narangba Valley High",
        "short": "7044",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7045-4889",
        "label": "7045",
        "long": "Morayfield Station, Burpengary Primary, NVSHS",
        "short": "7045",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7046-4889",
        "label": "7046",
        "long": "Burpengary, St Eugenes, Burpengary State",
        "short": "7046",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7047-4889",
        "label": "7047",
        "long": "Caboolture, Morayfield, Northpine College",
        "short": "7047",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7048-4889",
        "label": "7048",
        "long": "Caboolture, NVSHS, Northpine College",
        "short": "7048",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7049-4889",
        "label": "7049",
        "long": "North Harbour, Burpengary Secondary",
        "short": "7049",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "705-4843",
        "label": "705",
        "long": "Broadbeach - Seaworld & Main Beach via Surfers",
        "short": "705",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7050-4889",
        "label": "7050",
        "long": "Burpengary, Clontarf High, Redcliffe",
        "short": "7050",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7051-4889",
        "label": "7051",
        "long": "Burpengary, Narangba Valley State High",
        "short": "7051",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7052-4889",
        "label": "7052",
        "long": "Burpengary, Burpengary Secondary College",
        "short": "7052",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7053-4889",
        "label": "7053",
        "long": "Deception Bay, Clontarf, Kippa Ring",
        "short": "7053",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7054-4889",
        "label": "7054",
        "long": "Morayfield, Deception Bay, Redcliffe High",
        "short": "7054",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7056-4889",
        "label": "7056",
        "long": "Burpengary West, Burpengary Primary, NVSHS",
        "short": "7056",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7058-4889",
        "label": "7058",
        "long": "Burpengary, Narangba Valley State High",
        "short": "7058",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7059-4889",
        "label": "7059",
        "long": "Morayfield, Burpengary, Narangba Valley",
        "short": "7059",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7060-4889",
        "label": "7060",
        "long": "Deception Bay, St Euguene, Burpengary",
        "short": "7060",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7062-4889",
        "label": "7062",
        "long": "Burpengary, Clontarf, Kippa Ring",
        "short": "7062",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7063-4889",
        "label": "7063",
        "long": "Caboolture, Deception Bay, Aust Tech College",
        "short": "7063",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7064-4889",
        "label": "7064",
        "long": "Deception Bay High, Hercules Road",
        "short": "7064",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7066-4889",
        "label": "7066",
        "long": "Deception Bay, Rothwell, Redcliffe High",
        "short": "7066",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7067-4889",
        "label": "7067",
        "long": "Burpengary, Clontarf, Kippa Ring",
        "short": "7067",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7068-4889",
        "label": "7068",
        "long": "Narangba Heights, Narangba Valley High",
        "short": "7068",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7069-4889",
        "label": "7069",
        "long": "Deception Bay, St Euguene, Burpengary",
        "short": "7069",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "709-4843",
        "label": "709",
        "long": "Helensvale station - Hope Island",
        "short": "709",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "710-4843",
        "label": "710",
        "long": "Uni-Hospital - Helensvale via Parkwood",
        "short": "710",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "711-4843",
        "label": "711",
        "long": "Hope Island station - Southport via Runaway Bay",
        "short": "711",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7111-4889",
        "label": "7111",
        "long": "Oakey Flat Road Morayfield East SS",
        "short": "7111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7119-4889",
        "label": "7119",
        "long": "Morayfield Primary & High, Minimbah Primary",
        "short": "7119",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "712-4843",
        "label": "712",
        "long": "Southport - Coombabah via Harbour Town",
        "short": "712",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7121-4889",
        "label": "7121",
        "long": "Minimbah, Morayfield & Morayfield East",
        "short": "7121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7123-4889",
        "label": "7123",
        "long": "Morayfield, Morayfield East State",
        "short": "7123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7124-4889",
        "label": "7124",
        "long": "Morayfield State, St Peters, St Columbans",
        "short": "7124",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7125-4889",
        "label": "7125",
        "long": "Morayfield, Caboolture, St Columbans",
        "short": "7125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7126-4889",
        "label": "7126",
        "long": "Morayfield, Morayfield East State",
        "short": "7126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "713-4843",
        "label": "713",
        "long": "Paradise Point - Southport via Harbour Town",
        "short": "713",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7131-4889",
        "label": "7131",
        "long": "Frenchs Forest, Dakabin High",
        "short": "7131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7132-4889",
        "label": "7132",
        "long": "Deception Bay State, Moreton Downs",
        "short": "7132",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "714-4843",
        "label": "714",
        "long": "Uni-Hospital - Helensvale via Pacific Pines",
        "short": "714",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7141-4889",
        "label": "7141",
        "long": "Narangba Station, Narangba Valley High",
        "short": "7141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "715-4843",
        "label": "715",
        "long": "Southport - Helensvale via Arundel, Pacific Pines",
        "short": "715",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7153-4889",
        "label": "7153",
        "long": "Deception Bay, Clontarf, Kippa Ring",
        "short": "7153",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "716-4843",
        "label": "716",
        "long": "Studio Village - Helensvale Station (Loop)",
        "short": "716",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "717-4843",
        "label": "717",
        "long": "Pacific Pines - Helensvale Station",
        "short": "717",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "718-4843",
        "label": "718",
        "long": "Santa Barbara - Helensvale via Oyster Cove",
        "short": "718",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "719-4843",
        "label": "719",
        "long": "Paradise Point - Southport via Uni-Hospital",
        "short": "719",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "720-4843",
        "label": "720",
        "long": "Pimpama City - Coomera Station",
        "short": "720",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7201-4986",
        "label": "7201",
        "long": "Beachmere, Bribie Island State Schools (School)",
        "short": "7201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7202-4986",
        "label": "7202",
        "long": "Beachmere Primary, Caboolture High (School)",
        "short": "7202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7203-4986",
        "label": "7203",
        "long": "Bellmere, Tullawong Schools (School)",
        "short": "7203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7204-4986",
        "label": "7204",
        "long": "Caboolture, Elimbah Primary (School)",
        "short": "7204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7205-4986",
        "label": "7205",
        "long": "Bellmere, Tullawong Pmy & High, St Pauls (School)",
        "short": "7205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7206-4986",
        "label": "7206",
        "long": "Caboolture, Elimbah Primary (School)",
        "short": "7206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7207-4986",
        "label": "7207",
        "long": "Bellmere, Caboolture, Morayfield (School)",
        "short": "7207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7209-4986",
        "label": "7209",
        "long": "Elimbah, Caboolture High, St Columbans (School)",
        "short": "7209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "721-4843",
        "label": "721",
        "long": "Coomera - Ormeau via Coomera Springs, Pimpama",
        "short": "721",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7210-4986",
        "label": "7210",
        "long": "Toorbul, Caboolture, Tullawong (School)",
        "short": "7210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7211-4986",
        "label": "7211",
        "long": "Toorbul, Caboolture High, St Columbans (School)",
        "short": "7211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7213-4986",
        "label": "7213",
        "long": "Elimbah, Caboolture, St Columbans (School)",
        "short": "7213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7214-4986",
        "label": "7214",
        "long": "Caboolture Pmy, Caboolture East, StPeters (School)",
        "short": "7214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7216-4986",
        "label": "7216",
        "long": "Caboolture, Tullawong State High (School)",
        "short": "7216",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7217-4986",
        "label": "7217",
        "long": "Ningi, Beachmere Primary (School)",
        "short": "7217",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7218-4986",
        "label": "7218",
        "long": "Bellmere, Minimbah, Caboolture (School)",
        "short": "7218",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "722-4843",
        "label": "722",
        "long": "Coomera - Pimpama via Coomera Rivers",
        "short": "722",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7220-4986",
        "label": "7220",
        "long": "Beachmere, Tullawong, Caboolture (School)",
        "short": "7220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7221-4986",
        "label": "7221",
        "long": "Caboolture, Tullawong, St Pauls, Grace (School)",
        "short": "7221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7222-4986",
        "label": "7222",
        "long": "Caboolture, Caboolture East Schools (School)",
        "short": "7222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7223-4986",
        "label": "7223",
        "long": "Morayfield, Tullawong Schools, St Pauls (School)",
        "short": "7223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7226-4986",
        "label": "7226",
        "long": "Caboolture & East, StPeters, StColumbans (School)",
        "short": "7226",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7227-4986",
        "label": "7227",
        "long": "Beachmere, Caboolture High (School)",
        "short": "7227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7228-4986",
        "label": "7228",
        "long": "Beachmere, Caboolture High, St Peters (School)",
        "short": "7228",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "723-4843",
        "label": "723",
        "long": "Coomera - Helensvale via Oxenford",
        "short": "723",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7231-4986",
        "label": "7231",
        "long": "Caboolture, Beerburrum, Beerwah High (School)",
        "short": "7231",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7232-4986",
        "label": "7232",
        "long": "Caboolture High, Caboolture East Primary (School)",
        "short": "7232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7234-4986",
        "label": "7234",
        "long": "Tullawong Pmy & High, St Pauls, Bellmere (School)",
        "short": "7234",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7235-4986",
        "label": "7235",
        "long": "Caboolture Pmy, Tullawong, Grace (School)",
        "short": "7235",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7236-4986",
        "label": "7236",
        "long": "Caboolture, Caboolture High (School)",
        "short": "7236",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7237-4986",
        "label": "7237",
        "long": "Caboolture, Bellmere (School)",
        "short": "7237",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "724-4843",
        "label": "724",
        "long": "Pimpama Sports Hub - Coomera station",
        "short": "724",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7240-4986",
        "label": "7240",
        "long": "Elimbah, Pumicestone Rd (School)",
        "short": "7240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7241-4986",
        "label": "7241",
        "long": "Pumicestone Rd School, Caboolture North (School)",
        "short": "7241",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7242-4986",
        "label": "7242",
        "long": "Morayfield, Minimbah, Caboolture (School)",
        "short": "7242",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7243-4986",
        "label": "7243",
        "long": "Morayfield, Caboolture (School)",
        "short": "7243",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7244-4986",
        "label": "7244",
        "long": "Reserve Road - Caboolture High (School)",
        "short": "7244",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7245-4986",
        "label": "7245",
        "long": "Beachmere Bribie Island (School)",
        "short": "7245",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7246-4986",
        "label": "7246",
        "long": "Morayfield High - Upper Caboolture",
        "short": "7246",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "725-4843",
        "label": "725",
        "long": "Coomera - Sanctuary Cove via Hope Island station",
        "short": "725",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "726-4843",
        "label": "726",
        "long": "Coomera - Coomera Waters",
        "short": "726",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "727-4843",
        "label": "727",
        "long": "Coomera - Helensvale via Upper Coomera",
        "short": "727",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7270-4986",
        "label": "7270",
        "long": "Caboolture High - Beachmere",
        "short": "7270",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7271-4986",
        "label": "7271",
        "long": "Caboolture High - Caboolture North & Toorbul",
        "short": "7271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7276-4986",
        "label": "7276",
        "long": "Caboolture High - Caboolture North",
        "short": "7276",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7277-4986",
        "label": "7277",
        "long": "Caboolture High - Beachmere & Peel Rd",
        "short": "7277",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "728-4843",
        "label": "728",
        "long": "Beenleigh - Ormeau via Yatala",
        "short": "728",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7280-4986",
        "label": "7280",
        "long": "Tullawong High - Bellmere",
        "short": "7280",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7288-4986",
        "label": "7288",
        "long": "Morayfield High - Upper Caboolture Early Fri svc",
        "short": "7288",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "729-4843",
        "label": "729",
        "long": "Beenleigh - Ormeau via Ormeau Hills",
        "short": "729",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7308-4986",
        "label": "7308",
        "long": "St Columbans - Ningi / Bribie",
        "short": "7308",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7309-4986",
        "label": "7309",
        "long": "Banksia Beach - Tullawong High (School)",
        "short": "7309",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "731-4843",
        "label": "731",
        "long": "Broadbeach - Southport via Isle Capri",
        "short": "731",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7310-4986",
        "label": "7310",
        "long": "Bribie Ningi - St Michaels St Peters",
        "short": "7310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7311-4986",
        "label": "7311",
        "long": "Ningi - Banksia Beach Pmy (School)",
        "short": "7311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7312-4986",
        "label": "7312",
        "long": "Ningi and Sandstone Pt - Banksia Beach (School)",
        "short": "7312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7313-4986",
        "label": "7313",
        "long": "Banksia Beach Pmy - Woorim (School)",
        "short": "7313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7314-4986",
        "label": "7314",
        "long": "Sandstone Pt - Bribie Island Pmy (School)",
        "short": "7314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7315-4986",
        "label": "7315",
        "long": "Banksia Beach - St Columbans (School)",
        "short": "7315",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7317-4986",
        "label": "7317",
        "long": "Sandstone Pt, Ningi - Bribie Island SS (School)",
        "short": "7317",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7318-4986",
        "label": "7318",
        "long": "Bongaree - Caboolture",
        "short": "7318",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7319-4986",
        "label": "7319",
        "long": "Sandstone Pt - Bribie Island State School (School)",
        "short": "7319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "732-4843",
        "label": "732",
        "long": "Coomera Station - Pimpama station",
        "short": "732",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7320-4986",
        "label": "7320",
        "long": "Ningi, Sandstone Pt - Bribie Island SS (School)",
        "short": "7320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7321-4986",
        "label": "7321",
        "long": "Sandstone Pt - Bribie Island State School (School)",
        "short": "7321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7322-4986",
        "label": "7322",
        "long": "Woorim - Bribie Island State School (School)",
        "short": "7322",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7324-4986",
        "label": "7324",
        "long": "Bongaree - Bribie Island State School",
        "short": "7324",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7325-4986",
        "label": "7325",
        "long": "Bongaree - Bribie Island State School (School)",
        "short": "7325",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7326-4986",
        "label": "7326",
        "long": "Sandstone Pt - Banksia Beach (School)",
        "short": "7326",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7327-4986",
        "label": "7327",
        "long": "Pac Harbour, Endeavour, Quarterdeck - BBSS",
        "short": "7327",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "733-4843",
        "label": "733",
        "long": "Pimpama station - Jacobs Well",
        "short": "733",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "735-4843",
        "label": "735",
        "long": "Southport - Nerang station via Ashmore",
        "short": "735",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "736-4843",
        "label": "736",
        "long": "Broadbeach - Nerang via Highland Park",
        "short": "736",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7360-4986",
        "label": "7360",
        "long": "Ningi - Bribie Island State School (School)",
        "short": "7360",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7361-4986",
        "label": "7361",
        "long": "Woorim - Bribie Island High (School)",
        "short": "7361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7362-4986",
        "label": "7362",
        "long": "Sandstone Pt - Bribie Island High (School)",
        "short": "7362",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7363-4986",
        "label": "7363",
        "long": "Sandstone Pt - Bribie Island High (School)",
        "short": "7363",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7364-4986",
        "label": "7364",
        "long": "Pinelands, Sandstone Pt - Bribie High (School)",
        "short": "7364",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7365-4986",
        "label": "7365",
        "long": "Sandstone Pt - Bribie Island State School (School)",
        "short": "7365",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7366-4986",
        "label": "7366",
        "long": "Ningi - Bribie Island State School (School)",
        "short": "7366",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7367-4986",
        "label": "7367",
        "long": "Banksia Beach - Bribie Island High (School)",
        "short": "7367",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7368-4986",
        "label": "7368",
        "long": "Banksia Beach - Bribie High School (School)",
        "short": "7368",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7369-4986",
        "label": "7369",
        "long": "White Patch, Banksia Beach - Bribie High (School)",
        "short": "7369",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "737-4843",
        "label": "737",
        "long": "Ashmore - Southport via Southport Park",
        "short": "737",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7370-4986",
        "label": "7370",
        "long": "Bribie Island High - Sandstone Pt, Ningi (School)",
        "short": "7370",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7371-4986",
        "label": "7371",
        "long": "Bellara - Bribie High School (School)",
        "short": "7371",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7372-4986",
        "label": "7372",
        "long": "Bribie High School - Banksia Beach (School)",
        "short": "7372",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7373-4986",
        "label": "7373",
        "long": "Bribie Lakes - Bribie High (School)",
        "short": "7373",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "7374-4986",
        "label": "7374",
        "long": "Bribie High - Sandstone Point",
        "short": "7374",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "738-4843",
        "label": "738",
        "long": "Broadbeach - Uni-Hospital via Ashmore",
        "short": "738",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "739-4843",
        "label": "739",
        "long": "Uni-Hospital - Nerang via Ashmore",
        "short": "739",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "740-4843",
        "label": "740",
        "long": "Surfers Paradise - Nerang via Ashmore",
        "short": "740",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "741-4843",
        "label": "741",
        "long": "Broadbeach - Southport via Ashmore",
        "short": "741",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "742-4843",
        "label": "742",
        "long": "Molendinar - Southport via Ashmore",
        "short": "742",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "743-4843",
        "label": "743",
        "long": "Broadbeach - Nerang via Carrara",
        "short": "743",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "744-4843",
        "label": "744",
        "long": "Broadbeach - Nerang via Highland Park",
        "short": "744",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "745-4843",
        "label": "745",
        "long": "Broadbeach - Nerang station",
        "short": "745",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "746-4843",
        "label": "746",
        "long": "Nerang West - Nerang station",
        "short": "746",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "747-4843",
        "label": "747",
        "long": "Southport - Robina via Bundall",
        "short": "747",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "748-4843",
        "label": "748",
        "long": "Nerang - Robina",
        "short": "748",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "749-4843",
        "label": "749",
        "long": "Clearwater - Nerang station",
        "short": "749",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "750-4843",
        "label": "750",
        "long": "Robina - Broadbeach via Bond University",
        "short": "750",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "751-4843",
        "label": "751",
        "long": "Broadbeach - Robina via Mermaid Waters",
        "short": "751",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "752-4843",
        "label": "752",
        "long": "Broadbeach South station - Robina via Robina Wood",
        "short": "752",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "753-4843",
        "label": "753",
        "long": "Broadbeach - Burleigh Heads via Robina",
        "short": "753",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "754-4843",
        "label": "754",
        "long": "Broadbeach - Burleigh Heads via Mermaid Waters",
        "short": "754",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "755-4843",
        "label": "755",
        "long": "Broadbeach - Robina via Merrimac",
        "short": "755",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "756-4843",
        "label": "756",
        "long": "Broadbeach - West Burleigh via Miami",
        "short": "756",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "757-4843",
        "label": "757",
        "long": "Reedy Creek - Burleigh Heads via Varsity Lakes",
        "short": "757",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "758-4843",
        "label": "758",
        "long": "Merrimac - Robina via Mudgeeraba",
        "short": "758",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "759-4843",
        "label": "759",
        "long": "Robina - Reedy Creek via Varsity Lakes station",
        "short": "759",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "760-4843",
        "label": "760",
        "long": "Tweed Heads - Robina via Airport",
        "short": "760",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "763-4843",
        "label": "763",
        "long": "Lakewoods - The Pines via Elanora",
        "short": "763",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "764-4843",
        "label": "764",
        "long": "Burleigh Heads - Currumbin Park via The Pines",
        "short": "764",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "765-4843",
        "label": "765",
        "long": "The Pines - Robina via Burleigh Heads",
        "short": "765",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "766-4843",
        "label": "766",
        "long": "Currumbin Waters - The Pines",
        "short": "766",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "767-4843",
        "label": "767",
        "long": "Tugun - The Pines via Currumbin",
        "short": "767",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "768-4843",
        "label": "768",
        "long": "Tweed Heads - The Pines via John Flynn Hospital",
        "short": "768",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "77-4948",
        "label": "77",
        "long": "Eight Mile Plains - Chermside via CLEM7",
        "short": "77",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "777-4843",
        "label": "777",
        "long": "Airport - Broadbeach South station",
        "short": "777",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "800-4948",
        "label": "800",
        "long": "Yeronga High - Inala Plaza",
        "short": "800",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "8001-5012",
        "label": "8001",
        "long": "Mt Cotton, Victoria Point, Rochedale",
        "short": "8001",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "8003-5012",
        "label": "8003",
        "long": "Mt Cotton, Mackenzie, Loreto College",
        "short": "8003",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "8004-5012",
        "label": "8004",
        "long": "Mt Cotton, Capalaba, Mackenzie, Mt Gravatt",
        "short": "8004",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "8005-5012",
        "label": "8005",
        "long": "Rochedale - Mansfield SHS",
        "short": "8005",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "801-4948",
        "label": "801",
        "long": "Learoyd Rd (Willawong) - Calamvale College",
        "short": "801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "8010-5012",
        "label": "8010",
        "long": "Mansfield, Loreto, Villanova, Cannon Hill",
        "short": "8010",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "8012-5012",
        "label": "8012",
        "long": "Carindale, Cannon Hill",
        "short": "8012",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "8013-5012",
        "label": "8013",
        "long": "Rochedale, Coorparoo, Cannon Hill",
        "short": "8013",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "8014-5012",
        "label": "8014",
        "long": "Wellers Hill, Holland Park, Cannon Hill",
        "short": "8014",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "8015-5012",
        "label": "8015",
        "long": "Sunnybank, Mt Gravatt, Carindale, Moreton Bay Coll",
        "short": "8015",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "8016-5012",
        "label": "8016",
        "long": "Salisbury, Wellers Hill, East Brisbane",
        "short": "8016",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "8017-5012",
        "label": "8017",
        "long": "Mt Gravatt, Carindale, Cannon Hill",
        "short": "8017",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "8018-5012",
        "label": "8018",
        "long": "Wellers Hill, Carindale, Cannon Hill",
        "short": "8018",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "8019-5012",
        "label": "8019",
        "long": "Eight Mile Plains, Tarragindi, Coopooroo",
        "short": "8019",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "802-4948",
        "label": "802",
        "long": "MacGregor High - Coopers Plains",
        "short": "802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "8022-5012",
        "label": "8022",
        "long": "Carindale, Morningside, MBC, MBBC",
        "short": "8022",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "8024-5012",
        "label": "8024",
        "long": "Kuraby, Rochedale, Underwood, JPC, Mable Park",
        "short": "8024",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "8025-5012",
        "label": "8025",
        "long": "Mt Gravatt, Springwood, Rochedale",
        "short": "8025",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "8026-5012",
        "label": "8026",
        "long": "Rochedale South, Sunnybank, John Paul College",
        "short": "8026",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "8027-5012",
        "label": "8027",
        "long": "Mable Park - Logan Central, Shailer Park, JPC",
        "short": "8027",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "8028-5012",
        "label": "8028",
        "long": "Runcorn, Algester, John Paul College",
        "short": "8028",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "8029-5012",
        "label": "8029",
        "long": "Runcorn, Stretton, Calamvale, Redeemer, Rochedale",
        "short": "8029",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "803-4948",
        "label": "803",
        "long": "Heathwood Estate - Pallara State School",
        "short": "803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "8030-5012",
        "label": "8030",
        "long": "Mackenzie, Carindale,Mt Gravatt, John Paul College",
        "short": "8030",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "8031-5012",
        "label": "8031",
        "long": "Carindale, Mansfield, Redeemer, Rochedale",
        "short": "8031",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "8033-5012",
        "label": "8033",
        "long": "Runcorn, Eight Mile Plains, Rochedale",
        "short": "8033",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "8038-5012",
        "label": "8038",
        "long": "Alexandra Hills, Capalaba, Mackenzie",
        "short": "8038",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "804-4948",
        "label": "804",
        "long": "Pallara - Pallara State School (via Heathwood)",
        "short": "804",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "805-4948",
        "label": "805",
        "long": "Algester - Calamvale Community College",
        "short": "805",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "806-4948",
        "label": "806",
        "long": "Upper Mt Gravatt - Woolloongabba",
        "short": "806",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "807-4948",
        "label": "807",
        "long": "Balmoral High - Murrarie (Cannon Hill)",
        "short": "807",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "808-4948",
        "label": "808",
        "long": "Balmoral High - Cannon Hill",
        "short": "808",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "809-4948",
        "label": "809",
        "long": "Stretton College - Algester",
        "short": "809",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "810-4948",
        "label": "810",
        "long": "MacGregor - Salisbury",
        "short": "810",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "811-4948",
        "label": "811",
        "long": "Belmont - Gumdale - Balmoral High",
        "short": "811",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "812-4948",
        "label": "812",
        "long": "Cavendish Rd High - Murrarie",
        "short": "812",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "813-4948",
        "label": "813",
        "long": "St Bernards - Murrarie",
        "short": "813",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "814-4948",
        "label": "814",
        "long": "Cavendish Road High - Carindale",
        "short": "814",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "815-4948",
        "label": "815",
        "long": "Iona College - Wynnum State School",
        "short": "815",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "816-4948",
        "label": "816",
        "long": "Wishart State School - Garden City",
        "short": "816",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "817-4948",
        "label": "817",
        "long": "Villanova - Cannon Hill station",
        "short": "817",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "819-4948",
        "label": "819",
        "long": "Carindale - Iona College",
        "short": "819",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "820-4948",
        "label": "820",
        "long": "Garden City - Mansfield High",
        "short": "820",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "821-4948",
        "label": "821",
        "long": "Mansfield High School - Garden City",
        "short": "821",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "822-4948",
        "label": "822",
        "long": "BSSSC - Tarragindi",
        "short": "822",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "823-4948",
        "label": "823",
        "long": "Woollongabba - Garden City",
        "short": "823",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "824-4948",
        "label": "824",
        "long": "Mansfield High School - Garden City",
        "short": "824",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "825-4948",
        "label": "825",
        "long": "Mansfield High - Garden City",
        "short": "825",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "826-4948",
        "label": "826",
        "long": "Mansfield High School - Carina",
        "short": "826",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "827-4948",
        "label": "827",
        "long": "Meadowlands - St Catherines School",
        "short": "827",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "828-4948",
        "label": "828",
        "long": "Cavendish Rd High - Holland Park",
        "short": "828",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "829-4948",
        "label": "829",
        "long": "Logan Rd - Parkinson",
        "short": "829",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "830-4948",
        "label": "830",
        "long": "Klumpp Rd - Parkinson",
        "short": "830",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "831-4948",
        "label": "831",
        "long": "Lourdes Hill - Cannon Hill",
        "short": "831",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "832-4948",
        "label": "832",
        "long": "MacGregror High - Parkinson",
        "short": "832",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "833-4948",
        "label": "833",
        "long": "Annerley - Holland Park High - Cavendish Rd High",
        "short": "833",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "834-4948",
        "label": "834",
        "long": "Holland Park High - Nathan",
        "short": "834",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "835-4948",
        "label": "835",
        "long": "Moorvale - Holland Park High",
        "short": "835",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "836-4948",
        "label": "836",
        "long": "Holland Park High - Moorvale",
        "short": "836",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "837-4948",
        "label": "837",
        "long": "Holland Park School - Garden City",
        "short": "837",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "838-4948",
        "label": "838",
        "long": "Vulture St - Seton College",
        "short": "838",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "839-4948",
        "label": "839",
        "long": "Glenala High - Acacia Ridge",
        "short": "839",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "840-4948",
        "label": "840",
        "long": "Heathwood - Sunnybank",
        "short": "840",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "843-4948",
        "label": "843",
        "long": "Brisbane State High - Yeerongpilly",
        "short": "843",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "844-4948",
        "label": "844",
        "long": "Brisbane South Secondary College - Mt Gravatt Cent",
        "short": "844",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "845-4948",
        "label": "845",
        "long": "Annerley Rd - Holland Park High",
        "short": "845",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "846-4948",
        "label": "846",
        "long": "Tarragindi - Cavendish Rd High",
        "short": "846",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "847-4948",
        "label": "847",
        "long": "Annerley - Holland Park - Mt Gravatt",
        "short": "847",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "849-4948",
        "label": "849",
        "long": "Tarragindi - Cavendish Rd High",
        "short": "849",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "850-4948",
        "label": "850",
        "long": "Clairvaux-Mackillop - Calamvale",
        "short": "850",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "851-4948",
        "label": "851",
        "long": "St Thomas More - The Parks",
        "short": "851",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "852-4948",
        "label": "852",
        "long": "Sunnybank Hills - Garden City",
        "short": "852",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "853-4948",
        "label": "853",
        "long": "Carindale - Hawthorne Rd",
        "short": "853",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "854-4948",
        "label": "854",
        "long": "Creek & Stanley Rds - Lourdes Hill",
        "short": "854",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "855-4948",
        "label": "855",
        "long": "Algester Rd - St Thomas More College",
        "short": "855",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "856-4948",
        "label": "856",
        "long": "Wakerley - Whites Hill College",
        "short": "856",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "857-4948",
        "label": "857",
        "long": "Sunnybank High - Salisbury",
        "short": "857",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "858-4948",
        "label": "858",
        "long": "Acacia Ridge - Garden City",
        "short": "858",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "859-4948",
        "label": "859",
        "long": "Lourdes Hill - Murarrie",
        "short": "859",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "860-4948",
        "label": "860",
        "long": "Carindale - Stephens Rd",
        "short": "860",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "861-4948",
        "label": "861",
        "long": "Runcorn High - Algester Rd",
        "short": "861",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "863-4948",
        "label": "863",
        "long": "Acacia Ridge - Algester - Runcorn High School",
        "short": "863",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "864-4948",
        "label": "864",
        "long": "Runcorn High - Parkinson",
        "short": "864",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "865-4948",
        "label": "865",
        "long": "Calam Rd - Runcorn High",
        "short": "865",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "866-4948",
        "label": "866",
        "long": "St Thomas More - Algester Rd",
        "short": "866",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "867-4948",
        "label": "867",
        "long": "St Thomas More - Pallara",
        "short": "867",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "868-4948",
        "label": "868",
        "long": "Anglican Church Grammar - Adelaide St",
        "short": "868",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "869-4948",
        "label": "869",
        "long": "Mansfield High - Carindale",
        "short": "869",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "870-4948",
        "label": "870",
        "long": "Coorparoo - Garden City",
        "short": "870",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "871-4948",
        "label": "871",
        "long": "Cavendish Rd High - Cannon Hill",
        "short": "871",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "872-4948",
        "label": "872",
        "long": "Cavendish Rd High - Queen St bus station",
        "short": "872",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "873-4948",
        "label": "873",
        "long": "St Laurences College - Balmoral",
        "short": "873",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "874-4948",
        "label": "874",
        "long": "Camp Hill - Cavendish Rd High",
        "short": "874",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "875-4948",
        "label": "875",
        "long": "Lourdes Hill - City, Adelaide St",
        "short": "875",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "876-4948",
        "label": "876",
        "long": "Samuel St - All Hallows",
        "short": "876",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "877-4948",
        "label": "877",
        "long": "Cavendish Road High - Garden City",
        "short": "877",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "878-4948",
        "label": "878",
        "long": "Churchie - Camp Hill",
        "short": "878",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "879-4948",
        "label": "879",
        "long": "Loreto - Eastside Village",
        "short": "879",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "880-4948",
        "label": "880",
        "long": "Mansfield State High - Carindale",
        "short": "880",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "881-4948",
        "label": "881",
        "long": "San Sisto Convent - Murarrie",
        "short": "881",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "882-4948",
        "label": "882",
        "long": "Cavendish Rd High - Loreto - Fortitude Valley",
        "short": "882",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "883-4948",
        "label": "883",
        "long": "Cavendish Rd High - Cannon Hill",
        "short": "883",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "884-4948",
        "label": "884",
        "long": "Balmoral High - Mt Gravatt Central",
        "short": "884",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "886-4948",
        "label": "886",
        "long": "Cavendish Rd - Woolloongabba",
        "short": "886",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "887-4948",
        "label": "887",
        "long": "Carindale - Garden City",
        "short": "887",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "888-4948",
        "label": "888",
        "long": "Lourdes Hill College - Eastside Village",
        "short": "888",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "889-4948",
        "label": "889",
        "long": "Carindale - Garden City",
        "short": "889",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "890-4948",
        "label": "890",
        "long": "Garden City - Mt Gravatt High",
        "short": "890",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "891-4948",
        "label": "891",
        "long": "Parkinson - Garden City",
        "short": "891",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "892-4948",
        "label": "892",
        "long": "Mt Gravatt High - Garden City - The Parks",
        "short": "892",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "893-4948",
        "label": "893",
        "long": "Browns Plains - Garden City",
        "short": "893",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "894-4948",
        "label": "894",
        "long": "Sixth Ave - Cribb Rd",
        "short": "894",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "895-4948",
        "label": "895",
        "long": "Villanova - Carindale",
        "short": "895",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "896-4948",
        "label": "896",
        "long": "Mt Gravatt High - Garden City",
        "short": "896",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "897-4948",
        "label": "897",
        "long": "Wishart SS - Clairvaux Mac - Wishart Outlook",
        "short": "897",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "898-4948",
        "label": "898",
        "long": "Garden City - Newnham Rd",
        "short": "898",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "899-4948",
        "label": "899",
        "long": "Lourdes Hill College - Wynnum",
        "short": "899",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "901-4948",
        "label": "901",
        "long": "Albany Creek - Padua/Mt Alvernia",
        "short": "901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "904-4948",
        "label": "904",
        "long": "Ferny Hills - Ferny Grove High and Primary",
        "short": "904",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "905-4948",
        "label": "905",
        "long": "Ferny Grove - St Pauls & Strathpine",
        "short": "905",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "906-4948",
        "label": "906",
        "long": "Ferny Grove - Padua - Craigslea",
        "short": "906",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "908-4948",
        "label": "908",
        "long": "Albany Creek - Padua College - Wavell High",
        "short": "908",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "911-4948",
        "label": "911",
        "long": "Padua - Albany Creek",
        "short": "911",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "912-4948",
        "label": "912",
        "long": "Mitchelton State High - Arana Hills",
        "short": "912",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "913-4948",
        "label": "913",
        "long": "Padua - Albany Creek",
        "short": "913",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "915-4948",
        "label": "915",
        "long": "Craigslea High - Brookside",
        "short": "915",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "918-4948",
        "label": "918",
        "long": "Wavell High - Brookside via Padua College",
        "short": "918",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "920-4948",
        "label": "920",
        "long": "Padua College - Ferny Grove Station",
        "short": "920",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "921-4948",
        "label": "921",
        "long": "Kelvin Grove - Mitchelton",
        "short": "921",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "922-4948",
        "label": "922",
        "long": "Brisbane Grammar - RBWH - Grange",
        "short": "922",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "923-4948",
        "label": "923",
        "long": "Spring Hill - City",
        "short": "923",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "924-4948",
        "label": "924",
        "long": "Ascot - Gregory Tce",
        "short": "924",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "925-4948",
        "label": "925",
        "long": "Toombul - Spring Hill",
        "short": "925",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "926-4948",
        "label": "926",
        "long": "All Hallows - Stafford",
        "short": "926",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "928-4948",
        "label": "928",
        "long": "Gregory Tce - Toombul",
        "short": "928",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "929-4948",
        "label": "929",
        "long": "Gregory Tce - Toombul",
        "short": "929",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "930-4948",
        "label": "930",
        "long": "New Farm - Spring Hill",
        "short": "930",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "931-4948",
        "label": "931",
        "long": "New Farm - Fortitide Valley",
        "short": "931",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "934-4948",
        "label": "934",
        "long": "L'Estrange Tce - Waterworks Rd",
        "short": "934",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "935-4948",
        "label": "935",
        "long": "L'Estrange Tce - Taigum",
        "short": "935",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "936-4948",
        "label": "936",
        "long": "Kelvin Grove High - Aspley Hypermarket",
        "short": "936",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "937-4948",
        "label": "937",
        "long": "Kelvin Grove High - Stafford",
        "short": "937",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "938-4948",
        "label": "938",
        "long": "Kelvin Grove High - Grange",
        "short": "938",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "939-4948",
        "label": "939",
        "long": "Padua College - Geebung Station",
        "short": "939",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "940-4948",
        "label": "940",
        "long": "Padua College - Carseldine",
        "short": "940",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "941-4948",
        "label": "941",
        "long": "Padua College - Boondall Station",
        "short": "941",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "944-4948",
        "label": "944",
        "long": "Boondall - Padua",
        "short": "944",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "945-4948",
        "label": "945",
        "long": "St Anthonys - Carseldine",
        "short": "945",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "946-4948",
        "label": "946",
        "long": "Mitchelton - Kedron High",
        "short": "946",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "947-4948",
        "label": "947",
        "long": "Kedron High - McDowall",
        "short": "947",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "948-4948",
        "label": "948",
        "long": "Kedron High - Maundrell Tce",
        "short": "948",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "950-4948",
        "label": "950",
        "long": "Kedron High - Enoggera",
        "short": "950",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "951-4948",
        "label": "951",
        "long": "Mitchelton - Albany Village",
        "short": "951",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "952-4948",
        "label": "952",
        "long": "Mitchelton station - Eatons Hill",
        "short": "952",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "953-4948",
        "label": "953",
        "long": "Albany Creek SHS - Eatons Hill",
        "short": "953",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "955-4948",
        "label": "955",
        "long": "Gregory Tce - Aspley via Everton Park",
        "short": "955",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "956-4948",
        "label": "956",
        "long": "Bracken Ridge - Padua College",
        "short": "956",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "957-4948",
        "label": "957",
        "long": "McDowall - Wavell High",
        "short": "957",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "958-4948",
        "label": "958",
        "long": "Craigslea - Albany Creek",
        "short": "958",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "959-4948",
        "label": "959",
        "long": "Craigslea High - Carseldine station",
        "short": "959",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "962-4948",
        "label": "962",
        "long": "Aspley High - Bracken Ridge",
        "short": "962",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "963-4948",
        "label": "963",
        "long": "Aspley High - Taigum Shopping Centre",
        "short": "963",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "964-4948",
        "label": "964",
        "long": "Bracken Ridge - Aspley High",
        "short": "964",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "966-4948",
        "label": "966",
        "long": "Zillmere - Wavell High",
        "short": "966",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "968-4948",
        "label": "968",
        "long": "Nudgee College - Wavell High",
        "short": "968",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "970-4948",
        "label": "970",
        "long": "Wavell High - Chermside",
        "short": "970",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "971-4948",
        "label": "971",
        "long": "Wavell High - Toombul",
        "short": "971",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "972-4948",
        "label": "972",
        "long": "Wavell High - Geebung Station",
        "short": "972",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "973-4948",
        "label": "973",
        "long": "Wavell High - Trouts Rd",
        "short": "973",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "974-4948",
        "label": "974",
        "long": "Wavell High - Geebung - Taigum - Carseldine",
        "short": "974",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "975-4948",
        "label": "975",
        "long": "Wavell High - Boondall station",
        "short": "975",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "976-4948",
        "label": "976",
        "long": "Sandgate High - Chermside",
        "short": "976",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "977-4948",
        "label": "977",
        "long": "Carseldine - Toombul",
        "short": "977",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "978-4948",
        "label": "978",
        "long": "Aspley - Nudgee College - Wavell High",
        "short": "978",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "979-4948",
        "label": "979",
        "long": "Stafford Heights - Aspley High",
        "short": "979",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "980-4948",
        "label": "980",
        "long": "Wavell High - Boondall station",
        "short": "980",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "982-4948",
        "label": "982",
        "long": "Wavell High - Chermside",
        "short": "982",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "983-4948",
        "label": "983",
        "long": "Wavell High - Chermside",
        "short": "983",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "984-4948",
        "label": "984",
        "long": "Wavell State High - Geebung station",
        "short": "984",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "985-4948",
        "label": "985",
        "long": "Aviation High - Doomben station via Ascot",
        "short": "985",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "986-4948",
        "label": "986",
        "long": "Wavell State High - Everton Park",
        "short": "986",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "987-4948",
        "label": "987",
        "long": "Aviation High - Northgate station",
        "short": "987",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "988-4948",
        "label": "988",
        "long": "Bracken Ridge High - Carseldine station",
        "short": "988",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "990-4948",
        "label": "990",
        "long": "Boondall - St John Fisher",
        "short": "990",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "991-4948",
        "label": "991",
        "long": "Bald Hills, St Patricks",
        "short": "991",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "992-4948",
        "label": "992",
        "long": "Boondall - St John Fisher - Bracken Ridge",
        "short": "992",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "993-4948",
        "label": "993",
        "long": "Sandgate High - Bracken Ridge",
        "short": "993",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "994-4948",
        "label": "994",
        "long": "St John Fisher - Bracken Ridge TAFE",
        "short": "994",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "995-4948",
        "label": "995",
        "long": "Sandgate High - Carseldine station",
        "short": "995",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "996-4948",
        "label": "996",
        "long": "Sandgate High - Brighton",
        "short": "996",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "997-4948",
        "label": "997",
        "long": "Brighton - Sandgate High",
        "short": "997",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "998-4948",
        "label": "998",
        "long": "Strathpine - Bracken Ridge",
        "short": "998",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "999-4511",
        "label": "999",
        "long": "Kippa-Ring, Sandgate, Nudgee, Clayfield (School)",
        "short": "999",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "9999-4986",
        "label": "9999",
        "long": "Toorbul - Donnybrook (Shopper Service)",
        "short": "9999",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BDBN-4992",
        "label": "BDBN",
        "long": "Airport - Beenleigh",
        "short": "BDBN",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BDBN-4993",
        "label": "BDBN",
        "long": "Airport - Beenleigh",
        "short": "BDBN",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BDBR-4979",
        "label": "BDBR",
        "long": "Airport - Brisbane City",
        "short": "BDBR",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BDBR-4990",
        "label": "BDBR",
        "long": "Airport - Brisbane City",
        "short": "BDBR",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BDBR-4991",
        "label": "BDBR",
        "long": "Airport - Brisbane City",
        "short": "BDBR",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BDBR-4996",
        "label": "BDBR",
        "long": "Airport - Brisbane City",
        "short": "BDBR",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BDBR-4999",
        "label": "BDBR",
        "long": "Airport - Brisbane City",
        "short": "BDBR",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BDBR-5000",
        "label": "BDBR",
        "long": "Airport - Brisbane City",
        "short": "BDBR",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BDBR-5010",
        "label": "BDBR",
        "long": "Airport - Brisbane City",
        "short": "BDBR",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BDBR-5031",
        "label": "BDBR",
        "long": "Airport - Brisbane City",
        "short": "BDBR",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BDBR-5032",
        "label": "BDBR",
        "long": "Airport - Brisbane City",
        "short": "BDBR",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BDBR-5036",
        "label": "BDBR",
        "long": "Airport - Brisbane City",
        "short": "BDBR",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BDBR-5038",
        "label": "BDBR",
        "long": "Airport - Brisbane City",
        "short": "BDBR",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BDBR-5046",
        "label": "BDBR",
        "long": "Airport - Brisbane City",
        "short": "BDBR",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BDBR-5047",
        "label": "BDBR",
        "long": "Airport - Brisbane City",
        "short": "BDBR",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BDBR-5048",
        "label": "BDBR",
        "long": "Airport - Brisbane City",
        "short": "BDBR",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "BDCL-4979",
        "label": "BDCL",
        "long": "Airport - Cleveland",
        "short": "BDCL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BDVL-4996",
        "label": "BDVL",
        "long": "Airport - Varsity Lakes",
        "short": "BDVL",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BDVL-4997",
        "label": "BDVL",
        "long": "Airport - Varsity Lakes",
        "short": "BDVL",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BDVL-4998",
        "label": "BDVL",
        "long": "Airport - Varsity Lakes",
        "short": "BDVL",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BDVL-4999",
        "label": "BDVL",
        "long": "Airport - Varsity Lakes",
        "short": "BDVL",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BDVL-5000",
        "label": "BDVL",
        "long": "Airport - Varsity Lakes",
        "short": "BDVL",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BDVL-5010",
        "label": "BDVL",
        "long": "Airport - Varsity Lakes",
        "short": "BDVL",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BDVL-5031",
        "label": "BDVL",
        "long": "Airport - Varsity Lakes",
        "short": "BDVL",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BDVL-5032",
        "label": "BDVL",
        "long": "Airport - Varsity Lakes",
        "short": "BDVL",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BDVL-5036",
        "label": "BDVL",
        "long": "Airport - Varsity Lakes",
        "short": "BDVL",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BDVL-5038",
        "label": "BDVL",
        "long": "Airport - Varsity Lakes",
        "short": "BDVL",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BDVL-5046",
        "label": "BDVL",
        "long": "Airport - Varsity Lakes",
        "short": "BDVL",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BDVL-5047",
        "label": "BDVL",
        "long": "Airport - Varsity Lakes",
        "short": "BDVL",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BDVL-5048",
        "label": "BDVL",
        "long": "Airport - Varsity Lakes",
        "short": "BDVL",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BNBD-4992",
        "label": "BNBD",
        "long": "Beenleigh - Airport",
        "short": "BNBD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BNBD-4993",
        "label": "BNBD",
        "long": "Beenleigh - Airport",
        "short": "BNBD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BNBN-4979",
        "label": "BNBN",
        "long": "Beenleigh - Beenleigh",
        "short": "BNBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BNBN-4990",
        "label": "BNBN",
        "long": "Beenleigh - Beenleigh",
        "short": "BNBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BNBN-4991",
        "label": "BNBN",
        "long": "Beenleigh - Beenleigh",
        "short": "BNBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BNBN-5048",
        "label": "BNBN",
        "long": "Beenleigh - Beenleigh",
        "short": "BNBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BNBR-4992",
        "label": "BNBR",
        "long": "Beenleigh - Brisbane City",
        "short": "BNBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BNBR-4993",
        "label": "BNBR",
        "long": "Beenleigh - Brisbane City",
        "short": "BNBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BNBR-4996",
        "label": "BNBR",
        "long": "Beenleigh - Brisbane City",
        "short": "BNBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BNBR-4997",
        "label": "BNBR",
        "long": "Beenleigh - Brisbane City",
        "short": "BNBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BNBR-4998",
        "label": "BNBR",
        "long": "Beenleigh - Brisbane City",
        "short": "BNBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BNBR-4999",
        "label": "BNBR",
        "long": "Beenleigh - Brisbane City",
        "short": "BNBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BNBR-5000",
        "label": "BNBR",
        "long": "Beenleigh - Brisbane City",
        "short": "BNBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BNBR-5010",
        "label": "BNBR",
        "long": "Beenleigh - Brisbane City",
        "short": "BNBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BNBR-5031",
        "label": "BNBR",
        "long": "Beenleigh - Brisbane City",
        "short": "BNBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BNBR-5032",
        "label": "BNBR",
        "long": "Beenleigh - Brisbane City",
        "short": "BNBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BNBR-5036",
        "label": "BNBR",
        "long": "Beenleigh - Brisbane City",
        "short": "BNBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BNBR-5038",
        "label": "BNBR",
        "long": "Beenleigh - Brisbane City",
        "short": "BNBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BNBR-5044",
        "label": "BNBR",
        "long": "Beenleigh - Brisbane City",
        "short": "BNBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BNBR-5045",
        "label": "BNBR",
        "long": "Beenleigh - Brisbane City",
        "short": "BNBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BNBR-5046",
        "label": "BNBR",
        "long": "Beenleigh - Brisbane City",
        "short": "BNBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BNBR-5047",
        "label": "BNBR",
        "long": "Beenleigh - Brisbane City",
        "short": "BNBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BNBR-5048",
        "label": "BNBR",
        "long": "Beenleigh - Brisbane City",
        "short": "BNBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BNFG-4992",
        "label": "BNFG",
        "long": "Beenleigh - Ferny Grove",
        "short": "BNFG",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BNFG-4993",
        "label": "BNFG",
        "long": "Beenleigh - Ferny Grove",
        "short": "BNFG",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BNFG-4997",
        "label": "BNFG",
        "long": "Beenleigh - Ferny Grove",
        "short": "BNFG",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BNFG-4998",
        "label": "BNFG",
        "long": "Beenleigh - Ferny Grove",
        "short": "BNFG",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BNFG-5044",
        "label": "BNFG",
        "long": "Beenleigh - Ferny Grove",
        "short": "BNFG",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BNFG-5045",
        "label": "BNFG",
        "long": "Beenleigh - Ferny Grove",
        "short": "BNFG",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BNSH-4996",
        "label": "BNSH",
        "long": "Beenleigh - Shorncliffe",
        "short": "BNSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BNSH-4999",
        "label": "BNSH",
        "long": "Beenleigh - Shorncliffe",
        "short": "BNSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BNSH-5000",
        "label": "BNSH",
        "long": "Beenleigh - Shorncliffe",
        "short": "BNSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BNSH-5010",
        "label": "BNSH",
        "long": "Beenleigh - Shorncliffe",
        "short": "BNSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BNSH-5031",
        "label": "BNSH",
        "long": "Beenleigh - Shorncliffe",
        "short": "BNSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BNSH-5032",
        "label": "BNSH",
        "long": "Beenleigh - Shorncliffe",
        "short": "BNSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BNSH-5036",
        "label": "BNSH",
        "long": "Beenleigh - Shorncliffe",
        "short": "BNSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BNSH-5038",
        "label": "BNSH",
        "long": "Beenleigh - Shorncliffe",
        "short": "BNSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BNSH-5046",
        "label": "BNSH",
        "long": "Beenleigh - Shorncliffe",
        "short": "BNSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BNSH-5047",
        "label": "BNSH",
        "long": "Beenleigh - Shorncliffe",
        "short": "BNSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BNSH-5048",
        "label": "BNSH",
        "long": "Beenleigh - Shorncliffe",
        "short": "BNSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BNVL-4979",
        "label": "BNVL",
        "long": "Beenleigh - Varsity Lakes",
        "short": "BNVL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BNVL-4990",
        "label": "BNVL",
        "long": "Beenleigh - Varsity Lakes",
        "short": "BNVL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BNVL-4991",
        "label": "BNVL",
        "long": "Beenleigh - Varsity Lakes",
        "short": "BNVL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BNVL-5044",
        "label": "BNVL",
        "long": "Beenleigh - Varsity Lakes",
        "short": "BNVL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BNVL-5048",
        "label": "BNVL",
        "long": "Beenleigh - Varsity Lakes",
        "short": "BNVL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BRBD-4979",
        "label": "BRBD",
        "long": "Brisbane City - Airport",
        "short": "BRBD",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BRBD-4990",
        "label": "BRBD",
        "long": "Brisbane City - Airport",
        "short": "BRBD",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BRBD-4991",
        "label": "BRBD",
        "long": "Brisbane City - Airport",
        "short": "BRBD",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BRBD-4992",
        "label": "BRBD",
        "long": "Brisbane City - Airport",
        "short": "BRBD",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BRBD-4993",
        "label": "BRBD",
        "long": "Brisbane City - Airport",
        "short": "BRBD",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BRBD-4996",
        "label": "BRBD",
        "long": "Brisbane City - Airport",
        "short": "BRBD",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BRBD-4997",
        "label": "BRBD",
        "long": "Brisbane City - Airport",
        "short": "BRBD",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BRBD-4998",
        "label": "BRBD",
        "long": "Brisbane City - Airport",
        "short": "BRBD",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BRBD-4999",
        "label": "BRBD",
        "long": "Brisbane City - Airport",
        "short": "BRBD",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BRBD-5000",
        "label": "BRBD",
        "long": "Brisbane City - Airport",
        "short": "BRBD",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BRBD-5010",
        "label": "BRBD",
        "long": "Brisbane City - Airport",
        "short": "BRBD",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BRBD-5031",
        "label": "BRBD",
        "long": "Brisbane City - Airport",
        "short": "BRBD",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BRBD-5032",
        "label": "BRBD",
        "long": "Brisbane City - Airport",
        "short": "BRBD",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BRBD-5036",
        "label": "BRBD",
        "long": "Brisbane City - Airport",
        "short": "BRBD",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BRBD-5038",
        "label": "BRBD",
        "long": "Brisbane City - Airport",
        "short": "BRBD",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BRBD-5046",
        "label": "BRBD",
        "long": "Brisbane City - Airport",
        "short": "BRBD",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BRBD-5047",
        "label": "BRBD",
        "long": "Brisbane City - Airport",
        "short": "BRBD",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BRBD-5048",
        "label": "BRBD",
        "long": "Brisbane City - Airport",
        "short": "BRBD",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BRBN-4992",
        "label": "BRBN",
        "long": "Brisbane City - Beenleigh",
        "short": "BRBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BRBN-4993",
        "label": "BRBN",
        "long": "Brisbane City - Beenleigh",
        "short": "BRBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BRBN-4996",
        "label": "BRBN",
        "long": "Brisbane City - Beenleigh",
        "short": "BRBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BRBN-4997",
        "label": "BRBN",
        "long": "Brisbane City - Beenleigh",
        "short": "BRBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BRBN-4998",
        "label": "BRBN",
        "long": "Brisbane City - Beenleigh",
        "short": "BRBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BRBN-4999",
        "label": "BRBN",
        "long": "Brisbane City - Beenleigh",
        "short": "BRBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BRBN-5000",
        "label": "BRBN",
        "long": "Brisbane City - Beenleigh",
        "short": "BRBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BRBN-5010",
        "label": "BRBN",
        "long": "Brisbane City - Beenleigh",
        "short": "BRBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BRBN-5031",
        "label": "BRBN",
        "long": "Brisbane City - Beenleigh",
        "short": "BRBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BRBN-5032",
        "label": "BRBN",
        "long": "Brisbane City - Beenleigh",
        "short": "BRBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BRBN-5036",
        "label": "BRBN",
        "long": "Brisbane City - Beenleigh",
        "short": "BRBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BRBN-5038",
        "label": "BRBN",
        "long": "Brisbane City - Beenleigh",
        "short": "BRBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BRBN-5044",
        "label": "BRBN",
        "long": "Brisbane City - Beenleigh",
        "short": "BRBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BRBN-5045",
        "label": "BRBN",
        "long": "Brisbane City - Beenleigh",
        "short": "BRBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BRBN-5046",
        "label": "BRBN",
        "long": "Brisbane City - Beenleigh",
        "short": "BRBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BRBN-5047",
        "label": "BRBN",
        "long": "Brisbane City - Beenleigh",
        "short": "BRBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BRBN-5048",
        "label": "BRBN",
        "long": "Brisbane City - Beenleigh",
        "short": "BRBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A0A0A0",
        "color_name": "gray",
        "has_shape": true,
        "id": "BRBR-4979",
        "label": "BRBR",
        "long": "Brisbane City - Brisbane City",
        "short": "BRBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A0A0A0",
        "color_name": "gray",
        "has_shape": true,
        "id": "BRBR-4990",
        "label": "BRBR",
        "long": "Brisbane City - Brisbane City",
        "short": "BRBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A0A0A0",
        "color_name": "gray",
        "has_shape": true,
        "id": "BRBR-4991",
        "label": "BRBR",
        "long": "Brisbane City - Brisbane City",
        "short": "BRBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A0A0A0",
        "color_name": "gray",
        "has_shape": true,
        "id": "BRBR-4996",
        "label": "BRBR",
        "long": "Brisbane City - Brisbane City",
        "short": "BRBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A0A0A0",
        "color_name": "gray",
        "has_shape": true,
        "id": "BRBR-4999",
        "label": "BRBR",
        "long": "Brisbane City - Brisbane City",
        "short": "BRBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A0A0A0",
        "color_name": "gray",
        "has_shape": true,
        "id": "BRBR-5000",
        "label": "BRBR",
        "long": "Brisbane City - Brisbane City",
        "short": "BRBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A0A0A0",
        "color_name": "gray",
        "has_shape": true,
        "id": "BRBR-5010",
        "label": "BRBR",
        "long": "Brisbane City - Brisbane City",
        "short": "BRBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A0A0A0",
        "color_name": "gray",
        "has_shape": true,
        "id": "BRBR-5031",
        "label": "BRBR",
        "long": "Brisbane City - Brisbane City",
        "short": "BRBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A0A0A0",
        "color_name": "gray",
        "has_shape": true,
        "id": "BRBR-5032",
        "label": "BRBR",
        "long": "Brisbane City - Brisbane City",
        "short": "BRBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A0A0A0",
        "color_name": "gray",
        "has_shape": true,
        "id": "BRBR-5036",
        "label": "BRBR",
        "long": "Brisbane City - Brisbane City",
        "short": "BRBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A0A0A0",
        "color_name": "gray",
        "has_shape": true,
        "id": "BRBR-5038",
        "label": "BRBR",
        "long": "Brisbane City - Brisbane City",
        "short": "BRBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A0A0A0",
        "color_name": "gray",
        "has_shape": true,
        "id": "BRBR-5044",
        "label": "BRBR",
        "long": "Brisbane City - Brisbane City",
        "short": "BRBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A0A0A0",
        "color_name": "gray",
        "has_shape": true,
        "id": "BRBR-5045",
        "label": "BRBR",
        "long": "Brisbane City - Brisbane City",
        "short": "BRBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A0A0A0",
        "color_name": "gray",
        "has_shape": true,
        "id": "BRBR-5046",
        "label": "BRBR",
        "long": "Brisbane City - Brisbane City",
        "short": "BRBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A0A0A0",
        "color_name": "gray",
        "has_shape": true,
        "id": "BRBR-5047",
        "label": "BRBR",
        "long": "Brisbane City - Brisbane City",
        "short": "BRBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A0A0A0",
        "color_name": "gray",
        "has_shape": true,
        "id": "BRBR-5048",
        "label": "BRBR",
        "long": "Brisbane City - Brisbane City",
        "short": "BRBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRCA-4979",
        "label": "BRCA",
        "long": "Brisbane City - Caboolture",
        "short": "BRCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRCA-4990",
        "label": "BRCA",
        "long": "Brisbane City - Caboolture",
        "short": "BRCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRCA-4991",
        "label": "BRCA",
        "long": "Brisbane City - Caboolture",
        "short": "BRCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRCA-4992",
        "label": "BRCA",
        "long": "Brisbane City - Caboolture",
        "short": "BRCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRCA-4993",
        "label": "BRCA",
        "long": "Brisbane City - Caboolture",
        "short": "BRCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRCA-4996",
        "label": "BRCA",
        "long": "Brisbane City - Caboolture",
        "short": "BRCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRCA-4997",
        "label": "BRCA",
        "long": "Brisbane City - Caboolture",
        "short": "BRCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRCA-4998",
        "label": "BRCA",
        "long": "Brisbane City - Caboolture",
        "short": "BRCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRCA-4999",
        "label": "BRCA",
        "long": "Brisbane City - Caboolture",
        "short": "BRCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRCA-5000",
        "label": "BRCA",
        "long": "Brisbane City - Caboolture",
        "short": "BRCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRCA-5010",
        "label": "BRCA",
        "long": "Brisbane City - Caboolture",
        "short": "BRCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRCA-5031",
        "label": "BRCA",
        "long": "Brisbane City - Caboolture",
        "short": "BRCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRCA-5032",
        "label": "BRCA",
        "long": "Brisbane City - Caboolture",
        "short": "BRCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRCA-5036",
        "label": "BRCA",
        "long": "Brisbane City - Caboolture",
        "short": "BRCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRCA-5038",
        "label": "BRCA",
        "long": "Brisbane City - Caboolture",
        "short": "BRCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRCA-5046",
        "label": "BRCA",
        "long": "Brisbane City - Caboolture",
        "short": "BRCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRCA-5047",
        "label": "BRCA",
        "long": "Brisbane City - Caboolture",
        "short": "BRCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRCA-5048",
        "label": "BRCA",
        "long": "Brisbane City - Caboolture",
        "short": "BRCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRCL-4979",
        "label": "BRCL",
        "long": "Brisbane City - Cleveland",
        "short": "BRCL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRCL-4990",
        "label": "BRCL",
        "long": "Brisbane City - Cleveland",
        "short": "BRCL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRCL-4991",
        "label": "BRCL",
        "long": "Brisbane City - Cleveland",
        "short": "BRCL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRCL-4992",
        "label": "BRCL",
        "long": "Brisbane City - Cleveland",
        "short": "BRCL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRCL-4993",
        "label": "BRCL",
        "long": "Brisbane City - Cleveland",
        "short": "BRCL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRCL-4996",
        "label": "BRCL",
        "long": "Brisbane City - Cleveland",
        "short": "BRCL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRCL-4997",
        "label": "BRCL",
        "long": "Brisbane City - Cleveland",
        "short": "BRCL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRCL-4998",
        "label": "BRCL",
        "long": "Brisbane City - Cleveland",
        "short": "BRCL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRCL-4999",
        "label": "BRCL",
        "long": "Brisbane City - Cleveland",
        "short": "BRCL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRCL-5000",
        "label": "BRCL",
        "long": "Brisbane City - Cleveland",
        "short": "BRCL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRCL-5010",
        "label": "BRCL",
        "long": "Brisbane City - Cleveland",
        "short": "BRCL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRCL-5031",
        "label": "BRCL",
        "long": "Brisbane City - Cleveland",
        "short": "BRCL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRCL-5032",
        "label": "BRCL",
        "long": "Brisbane City - Cleveland",
        "short": "BRCL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRCL-5036",
        "label": "BRCL",
        "long": "Brisbane City - Cleveland",
        "short": "BRCL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRCL-5038",
        "label": "BRCL",
        "long": "Brisbane City - Cleveland",
        "short": "BRCL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRCL-5044",
        "label": "BRCL",
        "long": "Brisbane City - Cleveland",
        "short": "BRCL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRCL-5045",
        "label": "BRCL",
        "long": "Brisbane City - Cleveland",
        "short": "BRCL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRCL-5046",
        "label": "BRCL",
        "long": "Brisbane City - Cleveland",
        "short": "BRCL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRCL-5047",
        "label": "BRCL",
        "long": "Brisbane City - Cleveland",
        "short": "BRCL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRCL-5048",
        "label": "BRCL",
        "long": "Brisbane City - Cleveland",
        "short": "BRCL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A54399",
        "color_name": "purple",
        "has_shape": true,
        "id": "BRDB-4979",
        "label": "BRDB",
        "long": "Brisbane City - Doomben",
        "short": "BRDB",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A54399",
        "color_name": "purple",
        "has_shape": true,
        "id": "BRDB-4990",
        "label": "BRDB",
        "long": "Brisbane City - Doomben",
        "short": "BRDB",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A54399",
        "color_name": "purple",
        "has_shape": true,
        "id": "BRDB-4991",
        "label": "BRDB",
        "long": "Brisbane City - Doomben",
        "short": "BRDB",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A54399",
        "color_name": "purple",
        "has_shape": true,
        "id": "BRDB-4992",
        "label": "BRDB",
        "long": "Brisbane City - Doomben",
        "short": "BRDB",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A54399",
        "color_name": "purple",
        "has_shape": true,
        "id": "BRDB-4993",
        "label": "BRDB",
        "long": "Brisbane City - Doomben",
        "short": "BRDB",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A54399",
        "color_name": "purple",
        "has_shape": true,
        "id": "BRDB-4996",
        "label": "BRDB",
        "long": "Brisbane City - Doomben",
        "short": "BRDB",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A54399",
        "color_name": "purple",
        "has_shape": true,
        "id": "BRDB-4997",
        "label": "BRDB",
        "long": "Brisbane City - Doomben",
        "short": "BRDB",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A54399",
        "color_name": "purple",
        "has_shape": true,
        "id": "BRDB-4998",
        "label": "BRDB",
        "long": "Brisbane City - Doomben",
        "short": "BRDB",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A54399",
        "color_name": "purple",
        "has_shape": true,
        "id": "BRDB-4999",
        "label": "BRDB",
        "long": "Brisbane City - Doomben",
        "short": "BRDB",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A54399",
        "color_name": "purple",
        "has_shape": true,
        "id": "BRDB-5000",
        "label": "BRDB",
        "long": "Brisbane City - Doomben",
        "short": "BRDB",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A54399",
        "color_name": "purple",
        "has_shape": true,
        "id": "BRDB-5010",
        "label": "BRDB",
        "long": "Brisbane City - Doomben",
        "short": "BRDB",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A54399",
        "color_name": "purple",
        "has_shape": true,
        "id": "BRDB-5031",
        "label": "BRDB",
        "long": "Brisbane City - Doomben",
        "short": "BRDB",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A54399",
        "color_name": "purple",
        "has_shape": true,
        "id": "BRDB-5032",
        "label": "BRDB",
        "long": "Brisbane City - Doomben",
        "short": "BRDB",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A54399",
        "color_name": "purple",
        "has_shape": true,
        "id": "BRDB-5036",
        "label": "BRDB",
        "long": "Brisbane City - Doomben",
        "short": "BRDB",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A54399",
        "color_name": "purple",
        "has_shape": true,
        "id": "BRDB-5038",
        "label": "BRDB",
        "long": "Brisbane City - Doomben",
        "short": "BRDB",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A54399",
        "color_name": "purple",
        "has_shape": true,
        "id": "BRDB-5046",
        "label": "BRDB",
        "long": "Brisbane City - Doomben",
        "short": "BRDB",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A54399",
        "color_name": "purple",
        "has_shape": true,
        "id": "BRDB-5047",
        "label": "BRDB",
        "long": "Brisbane City - Doomben",
        "short": "BRDB",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A54399",
        "color_name": "purple",
        "has_shape": true,
        "id": "BRDB-5048",
        "label": "BRDB",
        "long": "Brisbane City - Doomben",
        "short": "BRDB",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BRFG-4979",
        "label": "BRFG",
        "long": "Brisbane City - Ferny Grove",
        "short": "BRFG",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BRFG-4990",
        "label": "BRFG",
        "long": "Brisbane City - Ferny Grove",
        "short": "BRFG",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BRFG-4991",
        "label": "BRFG",
        "long": "Brisbane City - Ferny Grove",
        "short": "BRFG",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BRFG-4992",
        "label": "BRFG",
        "long": "Brisbane City - Ferny Grove",
        "short": "BRFG",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BRFG-4993",
        "label": "BRFG",
        "long": "Brisbane City - Ferny Grove",
        "short": "BRFG",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BRFG-4996",
        "label": "BRFG",
        "long": "Brisbane City - Ferny Grove",
        "short": "BRFG",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BRFG-4997",
        "label": "BRFG",
        "long": "Brisbane City - Ferny Grove",
        "short": "BRFG",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BRFG-4998",
        "label": "BRFG",
        "long": "Brisbane City - Ferny Grove",
        "short": "BRFG",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BRFG-4999",
        "label": "BRFG",
        "long": "Brisbane City - Ferny Grove",
        "short": "BRFG",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BRFG-5000",
        "label": "BRFG",
        "long": "Brisbane City - Ferny Grove",
        "short": "BRFG",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BRFG-5010",
        "label": "BRFG",
        "long": "Brisbane City - Ferny Grove",
        "short": "BRFG",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BRFG-5031",
        "label": "BRFG",
        "long": "Brisbane City - Ferny Grove",
        "short": "BRFG",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BRFG-5032",
        "label": "BRFG",
        "long": "Brisbane City - Ferny Grove",
        "short": "BRFG",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BRFG-5036",
        "label": "BRFG",
        "long": "Brisbane City - Ferny Grove",
        "short": "BRFG",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BRFG-5038",
        "label": "BRFG",
        "long": "Brisbane City - Ferny Grove",
        "short": "BRFG",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BRFG-5044",
        "label": "BRFG",
        "long": "Brisbane City - Ferny Grove",
        "short": "BRFG",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BRFG-5045",
        "label": "BRFG",
        "long": "Brisbane City - Ferny Grove",
        "short": "BRFG",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BRFG-5046",
        "label": "BRFG",
        "long": "Brisbane City - Ferny Grove",
        "short": "BRFG",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BRFG-5047",
        "label": "BRFG",
        "long": "Brisbane City - Ferny Grove",
        "short": "BRFG",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "BRFG-5048",
        "label": "BRFG",
        "long": "Brisbane City - Ferny Grove",
        "short": "BRFG",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRGY-4979",
        "label": "BRGY",
        "long": "Brisbane City - Gympie North",
        "short": "BRGY",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRGY-4990",
        "label": "BRGY",
        "long": "Brisbane City - Gympie North",
        "short": "BRGY",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRGY-4991",
        "label": "BRGY",
        "long": "Brisbane City - Gympie North",
        "short": "BRGY",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRGY-4992",
        "label": "BRGY",
        "long": "Brisbane City - Gympie North",
        "short": "BRGY",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRGY-4993",
        "label": "BRGY",
        "long": "Brisbane City - Gympie North",
        "short": "BRGY",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRGY-4996",
        "label": "BRGY",
        "long": "Brisbane City - Gympie North",
        "short": "BRGY",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRGY-4997",
        "label": "BRGY",
        "long": "Brisbane City - Gympie North",
        "short": "BRGY",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRGY-4998",
        "label": "BRGY",
        "long": "Brisbane City - Gympie North",
        "short": "BRGY",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRGY-4999",
        "label": "BRGY",
        "long": "Brisbane City - Gympie North",
        "short": "BRGY",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRGY-5000",
        "label": "BRGY",
        "long": "Brisbane City - Gympie North",
        "short": "BRGY",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRGY-5010",
        "label": "BRGY",
        "long": "Brisbane City - Gympie North",
        "short": "BRGY",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRGY-5031",
        "label": "BRGY",
        "long": "Brisbane City - Gympie North",
        "short": "BRGY",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRGY-5032",
        "label": "BRGY",
        "long": "Brisbane City - Gympie North",
        "short": "BRGY",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRGY-5036",
        "label": "BRGY",
        "long": "Brisbane City - Gympie North",
        "short": "BRGY",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRGY-5038",
        "label": "BRGY",
        "long": "Brisbane City - Gympie North",
        "short": "BRGY",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRIP-4979",
        "label": "BRIP",
        "long": "Brisbane City - Ipswich",
        "short": "BRIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRIP-4990",
        "label": "BRIP",
        "long": "Brisbane City - Ipswich",
        "short": "BRIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRIP-4991",
        "label": "BRIP",
        "long": "Brisbane City - Ipswich",
        "short": "BRIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRIP-4992",
        "label": "BRIP",
        "long": "Brisbane City - Ipswich",
        "short": "BRIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRIP-4993",
        "label": "BRIP",
        "long": "Brisbane City - Ipswich",
        "short": "BRIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRIP-4996",
        "label": "BRIP",
        "long": "Brisbane City - Ipswich",
        "short": "BRIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRIP-4997",
        "label": "BRIP",
        "long": "Brisbane City - Ipswich",
        "short": "BRIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRIP-4998",
        "label": "BRIP",
        "long": "Brisbane City - Ipswich",
        "short": "BRIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRIP-4999",
        "label": "BRIP",
        "long": "Brisbane City - Ipswich",
        "short": "BRIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRIP-5000",
        "label": "BRIP",
        "long": "Brisbane City - Ipswich",
        "short": "BRIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRIP-5010",
        "label": "BRIP",
        "long": "Brisbane City - Ipswich",
        "short": "BRIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRIP-5031",
        "label": "BRIP",
        "long": "Brisbane City - Ipswich",
        "short": "BRIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRIP-5032",
        "label": "BRIP",
        "long": "Brisbane City - Ipswich",
        "short": "BRIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRIP-5036",
        "label": "BRIP",
        "long": "Brisbane City - Ipswich",
        "short": "BRIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRIP-5038",
        "label": "BRIP",
        "long": "Brisbane City - Ipswich",
        "short": "BRIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRIP-5044",
        "label": "BRIP",
        "long": "Brisbane City - Ipswich",
        "short": "BRIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRIP-5045",
        "label": "BRIP",
        "long": "Brisbane City - Ipswich",
        "short": "BRIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRIP-5046",
        "label": "BRIP",
        "long": "Brisbane City - Ipswich",
        "short": "BRIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRIP-5047",
        "label": "BRIP",
        "long": "Brisbane City - Ipswich",
        "short": "BRIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "BRIP-5048",
        "label": "BRIP",
        "long": "Brisbane City - Ipswich",
        "short": "BRIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRRP-4979",
        "label": "BRRP",
        "long": "Brisbane City - Redcliffe Peninsula",
        "short": "BRRP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRRP-4990",
        "label": "BRRP",
        "long": "Brisbane City - Redcliffe Peninsula",
        "short": "BRRP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRRP-4991",
        "label": "BRRP",
        "long": "Brisbane City - Redcliffe Peninsula",
        "short": "BRRP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRRP-4992",
        "label": "BRRP",
        "long": "Brisbane City - Redcliffe Peninsula",
        "short": "BRRP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRRP-4993",
        "label": "BRRP",
        "long": "Brisbane City - Redcliffe Peninsula",
        "short": "BRRP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRRP-4996",
        "label": "BRRP",
        "long": "Brisbane City - Redcliffe Peninsula",
        "short": "BRRP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRRP-4997",
        "label": "BRRP",
        "long": "Brisbane City - Redcliffe Peninsula",
        "short": "BRRP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRRP-4998",
        "label": "BRRP",
        "long": "Brisbane City - Redcliffe Peninsula",
        "short": "BRRP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRRP-4999",
        "label": "BRRP",
        "long": "Brisbane City - Redcliffe Peninsula",
        "short": "BRRP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRRP-5000",
        "label": "BRRP",
        "long": "Brisbane City - Redcliffe Peninsula",
        "short": "BRRP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRRP-5010",
        "label": "BRRP",
        "long": "Brisbane City - Redcliffe Peninsula",
        "short": "BRRP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRRP-5031",
        "label": "BRRP",
        "long": "Brisbane City - Redcliffe Peninsula",
        "short": "BRRP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRRP-5032",
        "label": "BRRP",
        "long": "Brisbane City - Redcliffe Peninsula",
        "short": "BRRP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRRP-5036",
        "label": "BRRP",
        "long": "Brisbane City - Redcliffe Peninsula",
        "short": "BRRP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRRP-5038",
        "label": "BRRP",
        "long": "Brisbane City - Redcliffe Peninsula",
        "short": "BRRP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRRP-5046",
        "label": "BRRP",
        "long": "Brisbane City - Redcliffe Peninsula",
        "short": "BRRP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRRP-5047",
        "label": "BRRP",
        "long": "Brisbane City - Redcliffe Peninsula",
        "short": "BRRP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRRP-5048",
        "label": "BRRP",
        "long": "Brisbane City - Redcliffe Peninsula",
        "short": "BRRP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRSH-4979",
        "label": "BRSH",
        "long": "Brisbane City - Shorncliffe",
        "short": "BRSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRSH-4990",
        "label": "BRSH",
        "long": "Brisbane City - Shorncliffe",
        "short": "BRSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRSH-4991",
        "label": "BRSH",
        "long": "Brisbane City - Shorncliffe",
        "short": "BRSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRSH-4992",
        "label": "BRSH",
        "long": "Brisbane City - Shorncliffe",
        "short": "BRSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRSH-4993",
        "label": "BRSH",
        "long": "Brisbane City - Shorncliffe",
        "short": "BRSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRSH-4996",
        "label": "BRSH",
        "long": "Brisbane City - Shorncliffe",
        "short": "BRSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRSH-4997",
        "label": "BRSH",
        "long": "Brisbane City - Shorncliffe",
        "short": "BRSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRSH-4998",
        "label": "BRSH",
        "long": "Brisbane City - Shorncliffe",
        "short": "BRSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRSH-4999",
        "label": "BRSH",
        "long": "Brisbane City - Shorncliffe",
        "short": "BRSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRSH-5000",
        "label": "BRSH",
        "long": "Brisbane City - Shorncliffe",
        "short": "BRSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRSH-5010",
        "label": "BRSH",
        "long": "Brisbane City - Shorncliffe",
        "short": "BRSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRSH-5031",
        "label": "BRSH",
        "long": "Brisbane City - Shorncliffe",
        "short": "BRSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRSH-5032",
        "label": "BRSH",
        "long": "Brisbane City - Shorncliffe",
        "short": "BRSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRSH-5036",
        "label": "BRSH",
        "long": "Brisbane City - Shorncliffe",
        "short": "BRSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRSH-5038",
        "label": "BRSH",
        "long": "Brisbane City - Shorncliffe",
        "short": "BRSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRSH-5046",
        "label": "BRSH",
        "long": "Brisbane City - Shorncliffe",
        "short": "BRSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRSH-5047",
        "label": "BRSH",
        "long": "Brisbane City - Shorncliffe",
        "short": "BRSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRSH-5048",
        "label": "BRSH",
        "long": "Brisbane City - Shorncliffe",
        "short": "BRSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRSP-4991",
        "label": "BRSP",
        "long": "Brisbane City - Springfield",
        "short": "BRSP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRSP-4993",
        "label": "BRSP",
        "long": "Brisbane City - Springfield",
        "short": "BRSP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRSP-4998",
        "label": "BRSP",
        "long": "Brisbane City - Springfield",
        "short": "BRSP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRSP-5044",
        "label": "BRSP",
        "long": "Brisbane City - Springfield",
        "short": "BRSP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "BRSP-5045",
        "label": "BRSP",
        "long": "Brisbane City - Springfield",
        "short": "BRSP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BRVL-4996",
        "label": "BRVL",
        "long": "Brisbane City - Varsity Lakes",
        "short": "BRVL",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BRVL-4997",
        "label": "BRVL",
        "long": "Brisbane City - Varsity Lakes",
        "short": "BRVL",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BRVL-4998",
        "label": "BRVL",
        "long": "Brisbane City - Varsity Lakes",
        "short": "BRVL",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BRVL-4999",
        "label": "BRVL",
        "long": "Brisbane City - Varsity Lakes",
        "short": "BRVL",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BRVL-5000",
        "label": "BRVL",
        "long": "Brisbane City - Varsity Lakes",
        "short": "BRVL",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BRVL-5010",
        "label": "BRVL",
        "long": "Brisbane City - Varsity Lakes",
        "short": "BRVL",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BRVL-5031",
        "label": "BRVL",
        "long": "Brisbane City - Varsity Lakes",
        "short": "BRVL",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BRVL-5032",
        "label": "BRVL",
        "long": "Brisbane City - Varsity Lakes",
        "short": "BRVL",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BRVL-5036",
        "label": "BRVL",
        "long": "Brisbane City - Varsity Lakes",
        "short": "BRVL",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BRVL-5038",
        "label": "BRVL",
        "long": "Brisbane City - Varsity Lakes",
        "short": "BRVL",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BRVL-5044",
        "label": "BRVL",
        "long": "Brisbane City - Varsity Lakes",
        "short": "BRVL",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BRVL-5045",
        "label": "BRVL",
        "long": "Brisbane City - Varsity Lakes",
        "short": "BRVL",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BRVL-5046",
        "label": "BRVL",
        "long": "Brisbane City - Varsity Lakes",
        "short": "BRVL",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BRVL-5047",
        "label": "BRVL",
        "long": "Brisbane City - Varsity Lakes",
        "short": "BRVL",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BRVL-5048",
        "label": "BRVL",
        "long": "Brisbane City - Varsity Lakes",
        "short": "BRVL",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "CABR-4979",
        "label": "CABR",
        "long": "Caboolture - Brisbane City",
        "short": "CABR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "CABR-4996",
        "label": "CABR",
        "long": "Caboolture - Brisbane City",
        "short": "CABR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "CABR-4999",
        "label": "CABR",
        "long": "Caboolture - Brisbane City",
        "short": "CABR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "CABR-5000",
        "label": "CABR",
        "long": "Caboolture - Brisbane City",
        "short": "CABR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "CABR-5010",
        "label": "CABR",
        "long": "Caboolture - Brisbane City",
        "short": "CABR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "CABR-5031",
        "label": "CABR",
        "long": "Caboolture - Brisbane City",
        "short": "CABR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "CABR-5032",
        "label": "CABR",
        "long": "Caboolture - Brisbane City",
        "short": "CABR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "CABR-5036",
        "label": "CABR",
        "long": "Caboolture - Brisbane City",
        "short": "CABR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "CABR-5038",
        "label": "CABR",
        "long": "Caboolture - Brisbane City",
        "short": "CABR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "CABR-5046",
        "label": "CABR",
        "long": "Caboolture - Brisbane City",
        "short": "CABR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "CABR-5047",
        "label": "CABR",
        "long": "Caboolture - Brisbane City",
        "short": "CABR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "CABR-5048",
        "label": "CABR",
        "long": "Caboolture - Brisbane City",
        "short": "CABR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "CADB-4996",
        "label": "CADB",
        "long": "Caboolture - Doomben",
        "short": "CADB",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "CADB-4999",
        "label": "CADB",
        "long": "Caboolture - Doomben",
        "short": "CADB",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "CADB-5000",
        "label": "CADB",
        "long": "Caboolture - Doomben",
        "short": "CADB",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "CADB-5010",
        "label": "CADB",
        "long": "Caboolture - Doomben",
        "short": "CADB",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "CADB-5031",
        "label": "CADB",
        "long": "Caboolture - Doomben",
        "short": "CADB",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "CADB-5032",
        "label": "CADB",
        "long": "Caboolture - Doomben",
        "short": "CADB",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "CADB-5036",
        "label": "CADB",
        "long": "Caboolture - Doomben",
        "short": "CADB",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "CADB-5038",
        "label": "CADB",
        "long": "Caboolture - Doomben",
        "short": "CADB",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "CADB-5046",
        "label": "CADB",
        "long": "Caboolture - Doomben",
        "short": "CADB",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "CADB-5047",
        "label": "CADB",
        "long": "Caboolture - Doomben",
        "short": "CADB",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "CADB-5048",
        "label": "CADB",
        "long": "Caboolture - Doomben",
        "short": "CADB",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "CAIP-4979",
        "label": "CAIP",
        "long": "Caboolture - Ipswich",
        "short": "CAIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "CAIP-4990",
        "label": "CAIP",
        "long": "Caboolture - Ipswich",
        "short": "CAIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "CAIP-4991",
        "label": "CAIP",
        "long": "Caboolture - Ipswich",
        "short": "CAIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "CAIP-4992",
        "label": "CAIP",
        "long": "Caboolture - Ipswich",
        "short": "CAIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "CAIP-4993",
        "label": "CAIP",
        "long": "Caboolture - Ipswich",
        "short": "CAIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "CAIP-4996",
        "label": "CAIP",
        "long": "Caboolture - Ipswich",
        "short": "CAIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "CAIP-4997",
        "label": "CAIP",
        "long": "Caboolture - Ipswich",
        "short": "CAIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "CAIP-4998",
        "label": "CAIP",
        "long": "Caboolture - Ipswich",
        "short": "CAIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "CAIP-4999",
        "label": "CAIP",
        "long": "Caboolture - Ipswich",
        "short": "CAIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "CAIP-5000",
        "label": "CAIP",
        "long": "Caboolture - Ipswich",
        "short": "CAIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "CAIP-5010",
        "label": "CAIP",
        "long": "Caboolture - Ipswich",
        "short": "CAIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "CAIP-5031",
        "label": "CAIP",
        "long": "Caboolture - Ipswich",
        "short": "CAIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "CAIP-5032",
        "label": "CAIP",
        "long": "Caboolture - Ipswich",
        "short": "CAIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "CAIP-5036",
        "label": "CAIP",
        "long": "Caboolture - Ipswich",
        "short": "CAIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "CAIP-5038",
        "label": "CAIP",
        "long": "Caboolture - Ipswich",
        "short": "CAIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "CAIP-5046",
        "label": "CAIP",
        "long": "Caboolture - Ipswich",
        "short": "CAIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "CAIP-5047",
        "label": "CAIP",
        "long": "Caboolture - Ipswich",
        "short": "CAIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "CAIP-5048",
        "label": "CAIP",
        "long": "Caboolture - Ipswich",
        "short": "CAIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "CASP-4979",
        "label": "CASP",
        "long": "Caboolture - Springfield",
        "short": "CASP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "CASP-4991",
        "label": "CASP",
        "long": "Caboolture - Springfield",
        "short": "CASP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "CASP-4993",
        "label": "CASP",
        "long": "Caboolture - Springfield",
        "short": "CASP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "CASP-4996",
        "label": "CASP",
        "long": "Caboolture - Springfield",
        "short": "CASP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "CASP-4998",
        "label": "CASP",
        "long": "Caboolture - Springfield",
        "short": "CASP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "CASP-4999",
        "label": "CASP",
        "long": "Caboolture - Springfield",
        "short": "CASP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "CASP-5000",
        "label": "CASP",
        "long": "Caboolture - Springfield",
        "short": "CASP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "CASP-5010",
        "label": "CASP",
        "long": "Caboolture - Springfield",
        "short": "CASP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "CASP-5031",
        "label": "CASP",
        "long": "Caboolture - Springfield",
        "short": "CASP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "CASP-5032",
        "label": "CASP",
        "long": "Caboolture - Springfield",
        "short": "CASP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "CASP-5036",
        "label": "CASP",
        "long": "Caboolture - Springfield",
        "short": "CASP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "CASP-5038",
        "label": "CASP",
        "long": "Caboolture - Springfield",
        "short": "CASP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "CASP-5046",
        "label": "CASP",
        "long": "Caboolture - Springfield",
        "short": "CASP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "CASP-5047",
        "label": "CASP",
        "long": "Caboolture - Springfield",
        "short": "CASP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "CASP-5048",
        "label": "CASP",
        "long": "Caboolture - Springfield",
        "short": "CASP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "CLBD-4979",
        "label": "CLBD",
        "long": "Cleveland - Airport",
        "short": "CLBD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "CLBR-4979",
        "label": "CLBR",
        "long": "Cleveland - Brisbane City",
        "short": "CLBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "CLBR-4990",
        "label": "CLBR",
        "long": "Cleveland - Brisbane City",
        "short": "CLBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "CLBR-4991",
        "label": "CLBR",
        "long": "Cleveland - Brisbane City",
        "short": "CLBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "CLBR-4992",
        "label": "CLBR",
        "long": "Cleveland - Brisbane City",
        "short": "CLBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "CLBR-4993",
        "label": "CLBR",
        "long": "Cleveland - Brisbane City",
        "short": "CLBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "CLBR-4996",
        "label": "CLBR",
        "long": "Cleveland - Brisbane City",
        "short": "CLBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "CLBR-4997",
        "label": "CLBR",
        "long": "Cleveland - Brisbane City",
        "short": "CLBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "CLBR-4998",
        "label": "CLBR",
        "long": "Cleveland - Brisbane City",
        "short": "CLBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "CLBR-4999",
        "label": "CLBR",
        "long": "Cleveland - Brisbane City",
        "short": "CLBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "CLBR-5000",
        "label": "CLBR",
        "long": "Cleveland - Brisbane City",
        "short": "CLBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "CLBR-5010",
        "label": "CLBR",
        "long": "Cleveland - Brisbane City",
        "short": "CLBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "CLBR-5031",
        "label": "CLBR",
        "long": "Cleveland - Brisbane City",
        "short": "CLBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "CLBR-5032",
        "label": "CLBR",
        "long": "Cleveland - Brisbane City",
        "short": "CLBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "CLBR-5036",
        "label": "CLBR",
        "long": "Cleveland - Brisbane City",
        "short": "CLBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "CLBR-5038",
        "label": "CLBR",
        "long": "Cleveland - Brisbane City",
        "short": "CLBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "CLBR-5044",
        "label": "CLBR",
        "long": "Cleveland - Brisbane City",
        "short": "CLBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "CLBR-5045",
        "label": "CLBR",
        "long": "Cleveland - Brisbane City",
        "short": "CLBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "CLBR-5046",
        "label": "CLBR",
        "long": "Cleveland - Brisbane City",
        "short": "CLBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "CLBR-5047",
        "label": "CLBR",
        "long": "Cleveland - Brisbane City",
        "short": "CLBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "CLBR-5048",
        "label": "CLBR",
        "long": "Cleveland - Brisbane City",
        "short": "CLBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "CLSH-4979",
        "label": "CLSH",
        "long": "Cleveland - Shorncliffe",
        "short": "CLSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "CLSH-4990",
        "label": "CLSH",
        "long": "Cleveland - Shorncliffe",
        "short": "CLSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "CLSH-4991",
        "label": "CLSH",
        "long": "Cleveland - Shorncliffe",
        "short": "CLSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "CLSH-4992",
        "label": "CLSH",
        "long": "Cleveland - Shorncliffe",
        "short": "CLSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "CLSH-4993",
        "label": "CLSH",
        "long": "Cleveland - Shorncliffe",
        "short": "CLSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "CLSH-4996",
        "label": "CLSH",
        "long": "Cleveland - Shorncliffe",
        "short": "CLSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "CLSH-4997",
        "label": "CLSH",
        "long": "Cleveland - Shorncliffe",
        "short": "CLSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "CLSH-4998",
        "label": "CLSH",
        "long": "Cleveland - Shorncliffe",
        "short": "CLSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "CLSH-4999",
        "label": "CLSH",
        "long": "Cleveland - Shorncliffe",
        "short": "CLSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "CLSH-5000",
        "label": "CLSH",
        "long": "Cleveland - Shorncliffe",
        "short": "CLSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "CLSH-5010",
        "label": "CLSH",
        "long": "Cleveland - Shorncliffe",
        "short": "CLSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "CLSH-5031",
        "label": "CLSH",
        "long": "Cleveland - Shorncliffe",
        "short": "CLSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "CLSH-5032",
        "label": "CLSH",
        "long": "Cleveland - Shorncliffe",
        "short": "CLSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "CLSH-5036",
        "label": "CLSH",
        "long": "Cleveland - Shorncliffe",
        "short": "CLSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "CLSH-5038",
        "label": "CLSH",
        "long": "Cleveland - Shorncliffe",
        "short": "CLSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "CLSH-5046",
        "label": "CLSH",
        "long": "Cleveland - Shorncliffe",
        "short": "CLSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "CLSH-5047",
        "label": "CLSH",
        "long": "Cleveland - Shorncliffe",
        "short": "CLSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "CLSH-5048",
        "label": "CLSH",
        "long": "Cleveland - Shorncliffe",
        "short": "CLSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A54399",
        "color_name": "purple",
        "has_shape": true,
        "id": "DBBR-4979",
        "label": "DBBR",
        "long": "Doomben - Brisbane City",
        "short": "DBBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A54399",
        "color_name": "purple",
        "has_shape": true,
        "id": "DBBR-4990",
        "label": "DBBR",
        "long": "Doomben - Brisbane City",
        "short": "DBBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A54399",
        "color_name": "purple",
        "has_shape": true,
        "id": "DBBR-4991",
        "label": "DBBR",
        "long": "Doomben - Brisbane City",
        "short": "DBBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A54399",
        "color_name": "purple",
        "has_shape": true,
        "id": "DBBR-4992",
        "label": "DBBR",
        "long": "Doomben - Brisbane City",
        "short": "DBBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A54399",
        "color_name": "purple",
        "has_shape": true,
        "id": "DBBR-4993",
        "label": "DBBR",
        "long": "Doomben - Brisbane City",
        "short": "DBBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A54399",
        "color_name": "purple",
        "has_shape": true,
        "id": "DBBR-4996",
        "label": "DBBR",
        "long": "Doomben - Brisbane City",
        "short": "DBBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A54399",
        "color_name": "purple",
        "has_shape": true,
        "id": "DBBR-4997",
        "label": "DBBR",
        "long": "Doomben - Brisbane City",
        "short": "DBBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A54399",
        "color_name": "purple",
        "has_shape": true,
        "id": "DBBR-4998",
        "label": "DBBR",
        "long": "Doomben - Brisbane City",
        "short": "DBBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A54399",
        "color_name": "purple",
        "has_shape": true,
        "id": "DBBR-4999",
        "label": "DBBR",
        "long": "Doomben - Brisbane City",
        "short": "DBBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A54399",
        "color_name": "purple",
        "has_shape": true,
        "id": "DBBR-5000",
        "label": "DBBR",
        "long": "Doomben - Brisbane City",
        "short": "DBBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A54399",
        "color_name": "purple",
        "has_shape": true,
        "id": "DBBR-5010",
        "label": "DBBR",
        "long": "Doomben - Brisbane City",
        "short": "DBBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A54399",
        "color_name": "purple",
        "has_shape": true,
        "id": "DBBR-5031",
        "label": "DBBR",
        "long": "Doomben - Brisbane City",
        "short": "DBBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A54399",
        "color_name": "purple",
        "has_shape": true,
        "id": "DBBR-5032",
        "label": "DBBR",
        "long": "Doomben - Brisbane City",
        "short": "DBBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A54399",
        "color_name": "purple",
        "has_shape": true,
        "id": "DBBR-5036",
        "label": "DBBR",
        "long": "Doomben - Brisbane City",
        "short": "DBBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A54399",
        "color_name": "purple",
        "has_shape": true,
        "id": "DBBR-5038",
        "label": "DBBR",
        "long": "Doomben - Brisbane City",
        "short": "DBBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A54399",
        "color_name": "purple",
        "has_shape": true,
        "id": "DBBR-5046",
        "label": "DBBR",
        "long": "Doomben - Brisbane City",
        "short": "DBBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A54399",
        "color_name": "purple",
        "has_shape": true,
        "id": "DBBR-5047",
        "label": "DBBR",
        "long": "Doomben - Brisbane City",
        "short": "DBBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "A54399",
        "color_name": "purple",
        "has_shape": true,
        "id": "DBBR-5048",
        "label": "DBBR",
        "long": "Doomben - Brisbane City",
        "short": "DBBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "DBCA-4996",
        "label": "DBCA",
        "long": "Doomben - Caboolture",
        "short": "DBCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "DBCA-4999",
        "label": "DBCA",
        "long": "Doomben - Caboolture",
        "short": "DBCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "DBCA-5000",
        "label": "DBCA",
        "long": "Doomben - Caboolture",
        "short": "DBCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "DBCA-5010",
        "label": "DBCA",
        "long": "Doomben - Caboolture",
        "short": "DBCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "DBCA-5031",
        "label": "DBCA",
        "long": "Doomben - Caboolture",
        "short": "DBCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "DBCA-5032",
        "label": "DBCA",
        "long": "Doomben - Caboolture",
        "short": "DBCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "DBCA-5036",
        "label": "DBCA",
        "long": "Doomben - Caboolture",
        "short": "DBCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "DBCA-5038",
        "label": "DBCA",
        "long": "Doomben - Caboolture",
        "short": "DBCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "DBCA-5046",
        "label": "DBCA",
        "long": "Doomben - Caboolture",
        "short": "DBCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "DBCA-5047",
        "label": "DBCA",
        "long": "Doomben - Caboolture",
        "short": "DBCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "DBCA-5048",
        "label": "DBCA",
        "long": "Doomben - Caboolture",
        "short": "DBCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "F1-4055",
        "label": "F1",
        "long": "Northshore Hamilton / UQ St Lucia",
        "short": "F1",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "F11-4055",
        "label": "F11",
        "long": "Apollo Road / Riverside",
        "short": "F11",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "F12-4055",
        "label": "F12",
        "long": "QUT Gardens Point / West End",
        "short": "F12",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "F21-4055",
        "label": "F21",
        "long": "Bulimba / Teneriffe",
        "short": "F21",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "F22-4055",
        "label": "F22",
        "long": "Sydney Street / Dockside",
        "short": "F22",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "F23-4055",
        "label": "F23",
        "long": "Holman Street / Riverside",
        "short": "F23",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "F24-4055",
        "label": "F24",
        "long": "Maritime Museum / QUT Gardens Point",
        "short": "F24",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "F50-4430",
        "label": "F50",
        "long": "Coochiemudlo Island",
        "short": "F50",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "FGBN-4992",
        "label": "FGBN",
        "long": "Ferny Grove - Beenleigh",
        "short": "FGBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "FGBN-4993",
        "label": "FGBN",
        "long": "Ferny Grove - Beenleigh",
        "short": "FGBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "FGBN-4997",
        "label": "FGBN",
        "long": "Ferny Grove - Beenleigh",
        "short": "FGBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "FGBN-4998",
        "label": "FGBN",
        "long": "Ferny Grove - Beenleigh",
        "short": "FGBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "FGBN-5044",
        "label": "FGBN",
        "long": "Ferny Grove - Beenleigh",
        "short": "FGBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "FGBN-5045",
        "label": "FGBN",
        "long": "Ferny Grove - Beenleigh",
        "short": "FGBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "FGBR-4979",
        "label": "FGBR",
        "long": "Ferny Grove - Brisbane City",
        "short": "FGBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "FGBR-4990",
        "label": "FGBR",
        "long": "Ferny Grove - Brisbane City",
        "short": "FGBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "FGBR-4991",
        "label": "FGBR",
        "long": "Ferny Grove - Brisbane City",
        "short": "FGBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "FGBR-4992",
        "label": "FGBR",
        "long": "Ferny Grove - Brisbane City",
        "short": "FGBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "FGBR-4993",
        "label": "FGBR",
        "long": "Ferny Grove - Brisbane City",
        "short": "FGBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "FGBR-4996",
        "label": "FGBR",
        "long": "Ferny Grove - Brisbane City",
        "short": "FGBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "FGBR-4997",
        "label": "FGBR",
        "long": "Ferny Grove - Brisbane City",
        "short": "FGBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "FGBR-4998",
        "label": "FGBR",
        "long": "Ferny Grove - Brisbane City",
        "short": "FGBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "FGBR-4999",
        "label": "FGBR",
        "long": "Ferny Grove - Brisbane City",
        "short": "FGBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "FGBR-5000",
        "label": "FGBR",
        "long": "Ferny Grove - Brisbane City",
        "short": "FGBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "FGBR-5010",
        "label": "FGBR",
        "long": "Ferny Grove - Brisbane City",
        "short": "FGBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "FGBR-5031",
        "label": "FGBR",
        "long": "Ferny Grove - Brisbane City",
        "short": "FGBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "FGBR-5032",
        "label": "FGBR",
        "long": "Ferny Grove - Brisbane City",
        "short": "FGBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "FGBR-5036",
        "label": "FGBR",
        "long": "Ferny Grove - Brisbane City",
        "short": "FGBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "FGBR-5038",
        "label": "FGBR",
        "long": "Ferny Grove - Brisbane City",
        "short": "FGBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "FGBR-5044",
        "label": "FGBR",
        "long": "Ferny Grove - Brisbane City",
        "short": "FGBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "FGBR-5045",
        "label": "FGBR",
        "long": "Ferny Grove - Brisbane City",
        "short": "FGBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "FGBR-5046",
        "label": "FGBR",
        "long": "Ferny Grove - Brisbane City",
        "short": "FGBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "FGBR-5047",
        "label": "FGBR",
        "long": "Ferny Grove - Brisbane City",
        "short": "FGBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E31837",
        "color_name": "red",
        "has_shape": true,
        "id": "FGBR-5048",
        "label": "FGBR",
        "long": "Ferny Grove - Brisbane City",
        "short": "FGBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "FGCL-4979",
        "label": "FGCL",
        "long": "Ferny Grove - Cleveland",
        "short": "FGCL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FFD200",
        "color_name": "yellow",
        "has_shape": true,
        "id": "GCL3-4800",
        "label": "GCL3",
        "long": "STAGE 3 -GC Light Rail",
        "short": "GCL3",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "GYBR-4979",
        "label": "GYBR",
        "long": "Gympie North - Brisbane City",
        "short": "GYBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "GYBR-4990",
        "label": "GYBR",
        "long": "Gympie North - Brisbane City",
        "short": "GYBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "GYBR-4991",
        "label": "GYBR",
        "long": "Gympie North - Brisbane City",
        "short": "GYBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "GYBR-4992",
        "label": "GYBR",
        "long": "Gympie North - Brisbane City",
        "short": "GYBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "GYBR-4993",
        "label": "GYBR",
        "long": "Gympie North - Brisbane City",
        "short": "GYBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "GYBR-4996",
        "label": "GYBR",
        "long": "Gympie North - Brisbane City",
        "short": "GYBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "GYBR-4997",
        "label": "GYBR",
        "long": "Gympie North - Brisbane City",
        "short": "GYBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "GYBR-4998",
        "label": "GYBR",
        "long": "Gympie North - Brisbane City",
        "short": "GYBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "GYBR-4999",
        "label": "GYBR",
        "long": "Gympie North - Brisbane City",
        "short": "GYBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "GYBR-5000",
        "label": "GYBR",
        "long": "Gympie North - Brisbane City",
        "short": "GYBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "GYBR-5010",
        "label": "GYBR",
        "long": "Gympie North - Brisbane City",
        "short": "GYBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "GYBR-5031",
        "label": "GYBR",
        "long": "Gympie North - Brisbane City",
        "short": "GYBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "GYBR-5032",
        "label": "GYBR",
        "long": "Gympie North - Brisbane City",
        "short": "GYBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "GYBR-5036",
        "label": "GYBR",
        "long": "Gympie North - Brisbane City",
        "short": "GYBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "GYBR-5038",
        "label": "GYBR",
        "long": "Gympie North - Brisbane City",
        "short": "GYBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "GYNA-5046",
        "label": "GYNA",
        "long": "Gympie North - Nambour",
        "short": "GYNA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "GYNA-5047",
        "label": "GYNA",
        "long": "Gympie North - Nambour",
        "short": "GYNA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "GYNA-5048",
        "label": "GYNA",
        "long": "Gympie North - Nambour",
        "short": "GYNA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "GYSP-4979",
        "label": "GYSP",
        "long": "Gympie North - Springfield",
        "short": "GYSP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "GYSP-4996",
        "label": "GYSP",
        "long": "Gympie North - Springfield",
        "short": "GYSP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "GYSP-4999",
        "label": "GYSP",
        "long": "Gympie North - Springfield",
        "short": "GYSP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "GYSP-5000",
        "label": "GYSP",
        "long": "Gympie North - Springfield",
        "short": "GYSP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "GYSP-5010",
        "label": "GYSP",
        "long": "Gympie North - Springfield",
        "short": "GYSP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "GYSP-5031",
        "label": "GYSP",
        "long": "Gympie North - Springfield",
        "short": "GYSP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "GYSP-5032",
        "label": "GYSP",
        "long": "Gympie North - Springfield",
        "short": "GYSP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "GYSP-5036",
        "label": "GYSP",
        "long": "Gympie North - Springfield",
        "short": "GYSP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "GYSP-5038",
        "label": "GYSP",
        "long": "Gympie North - Springfield",
        "short": "GYSP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPBR-4979",
        "label": "IPBR",
        "long": "Ipswich - Brisbane City",
        "short": "IPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPBR-4990",
        "label": "IPBR",
        "long": "Ipswich - Brisbane City",
        "short": "IPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPBR-4991",
        "label": "IPBR",
        "long": "Ipswich - Brisbane City",
        "short": "IPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPBR-4992",
        "label": "IPBR",
        "long": "Ipswich - Brisbane City",
        "short": "IPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPBR-4993",
        "label": "IPBR",
        "long": "Ipswich - Brisbane City",
        "short": "IPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPBR-4996",
        "label": "IPBR",
        "long": "Ipswich - Brisbane City",
        "short": "IPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPBR-4997",
        "label": "IPBR",
        "long": "Ipswich - Brisbane City",
        "short": "IPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPBR-4998",
        "label": "IPBR",
        "long": "Ipswich - Brisbane City",
        "short": "IPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPBR-4999",
        "label": "IPBR",
        "long": "Ipswich - Brisbane City",
        "short": "IPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPBR-5000",
        "label": "IPBR",
        "long": "Ipswich - Brisbane City",
        "short": "IPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPBR-5010",
        "label": "IPBR",
        "long": "Ipswich - Brisbane City",
        "short": "IPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPBR-5031",
        "label": "IPBR",
        "long": "Ipswich - Brisbane City",
        "short": "IPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPBR-5032",
        "label": "IPBR",
        "long": "Ipswich - Brisbane City",
        "short": "IPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPBR-5036",
        "label": "IPBR",
        "long": "Ipswich - Brisbane City",
        "short": "IPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPBR-5038",
        "label": "IPBR",
        "long": "Ipswich - Brisbane City",
        "short": "IPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPBR-5044",
        "label": "IPBR",
        "long": "Ipswich - Brisbane City",
        "short": "IPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPBR-5045",
        "label": "IPBR",
        "long": "Ipswich - Brisbane City",
        "short": "IPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPBR-5046",
        "label": "IPBR",
        "long": "Ipswich - Brisbane City",
        "short": "IPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPBR-5047",
        "label": "IPBR",
        "long": "Ipswich - Brisbane City",
        "short": "IPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPBR-5048",
        "label": "IPBR",
        "long": "Ipswich - Brisbane City",
        "short": "IPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPCA-4979",
        "label": "IPCA",
        "long": "Ipswich - Caboolture",
        "short": "IPCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPCA-4990",
        "label": "IPCA",
        "long": "Ipswich - Caboolture",
        "short": "IPCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPCA-4991",
        "label": "IPCA",
        "long": "Ipswich - Caboolture",
        "short": "IPCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPCA-4992",
        "label": "IPCA",
        "long": "Ipswich - Caboolture",
        "short": "IPCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPCA-4993",
        "label": "IPCA",
        "long": "Ipswich - Caboolture",
        "short": "IPCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPCA-4996",
        "label": "IPCA",
        "long": "Ipswich - Caboolture",
        "short": "IPCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPCA-4997",
        "label": "IPCA",
        "long": "Ipswich - Caboolture",
        "short": "IPCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPCA-4998",
        "label": "IPCA",
        "long": "Ipswich - Caboolture",
        "short": "IPCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPCA-4999",
        "label": "IPCA",
        "long": "Ipswich - Caboolture",
        "short": "IPCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPCA-5000",
        "label": "IPCA",
        "long": "Ipswich - Caboolture",
        "short": "IPCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPCA-5010",
        "label": "IPCA",
        "long": "Ipswich - Caboolture",
        "short": "IPCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPCA-5031",
        "label": "IPCA",
        "long": "Ipswich - Caboolture",
        "short": "IPCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPCA-5032",
        "label": "IPCA",
        "long": "Ipswich - Caboolture",
        "short": "IPCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPCA-5036",
        "label": "IPCA",
        "long": "Ipswich - Caboolture",
        "short": "IPCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPCA-5038",
        "label": "IPCA",
        "long": "Ipswich - Caboolture",
        "short": "IPCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPCA-5046",
        "label": "IPCA",
        "long": "Ipswich - Caboolture",
        "short": "IPCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPCA-5047",
        "label": "IPCA",
        "long": "Ipswich - Caboolture",
        "short": "IPCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPCA-5048",
        "label": "IPCA",
        "long": "Ipswich - Caboolture",
        "short": "IPCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPIP-5044",
        "label": "IPIP",
        "long": "Ipswich - Ipswich",
        "short": "IPIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPNA-4979",
        "label": "IPNA",
        "long": "Ipswich - Nambour",
        "short": "IPNA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPNA-4990",
        "label": "IPNA",
        "long": "Ipswich - Nambour",
        "short": "IPNA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPNA-4991",
        "label": "IPNA",
        "long": "Ipswich - Nambour",
        "short": "IPNA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPNA-4992",
        "label": "IPNA",
        "long": "Ipswich - Nambour",
        "short": "IPNA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPNA-4993",
        "label": "IPNA",
        "long": "Ipswich - Nambour",
        "short": "IPNA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPNA-4996",
        "label": "IPNA",
        "long": "Ipswich - Nambour",
        "short": "IPNA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPNA-4997",
        "label": "IPNA",
        "long": "Ipswich - Nambour",
        "short": "IPNA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPNA-4998",
        "label": "IPNA",
        "long": "Ipswich - Nambour",
        "short": "IPNA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPNA-4999",
        "label": "IPNA",
        "long": "Ipswich - Nambour",
        "short": "IPNA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPNA-5000",
        "label": "IPNA",
        "long": "Ipswich - Nambour",
        "short": "IPNA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPNA-5010",
        "label": "IPNA",
        "long": "Ipswich - Nambour",
        "short": "IPNA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPNA-5031",
        "label": "IPNA",
        "long": "Ipswich - Nambour",
        "short": "IPNA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPNA-5032",
        "label": "IPNA",
        "long": "Ipswich - Nambour",
        "short": "IPNA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPNA-5036",
        "label": "IPNA",
        "long": "Ipswich - Nambour",
        "short": "IPNA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPNA-5038",
        "label": "IPNA",
        "long": "Ipswich - Nambour",
        "short": "IPNA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPRW-4979",
        "label": "IPRW",
        "long": "Ipswich - Rosewood",
        "short": "IPRW",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPRW-4990",
        "label": "IPRW",
        "long": "Ipswich - Rosewood",
        "short": "IPRW",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPRW-4991",
        "label": "IPRW",
        "long": "Ipswich - Rosewood",
        "short": "IPRW",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPRW-4992",
        "label": "IPRW",
        "long": "Ipswich - Rosewood",
        "short": "IPRW",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPRW-4993",
        "label": "IPRW",
        "long": "Ipswich - Rosewood",
        "short": "IPRW",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPRW-4996",
        "label": "IPRW",
        "long": "Ipswich - Rosewood",
        "short": "IPRW",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPRW-4997",
        "label": "IPRW",
        "long": "Ipswich - Rosewood",
        "short": "IPRW",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPRW-4998",
        "label": "IPRW",
        "long": "Ipswich - Rosewood",
        "short": "IPRW",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPRW-4999",
        "label": "IPRW",
        "long": "Ipswich - Rosewood",
        "short": "IPRW",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPRW-5000",
        "label": "IPRW",
        "long": "Ipswich - Rosewood",
        "short": "IPRW",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPRW-5010",
        "label": "IPRW",
        "long": "Ipswich - Rosewood",
        "short": "IPRW",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPRW-5031",
        "label": "IPRW",
        "long": "Ipswich - Rosewood",
        "short": "IPRW",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPRW-5032",
        "label": "IPRW",
        "long": "Ipswich - Rosewood",
        "short": "IPRW",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPRW-5036",
        "label": "IPRW",
        "long": "Ipswich - Rosewood",
        "short": "IPRW",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPRW-5038",
        "label": "IPRW",
        "long": "Ipswich - Rosewood",
        "short": "IPRW",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPRW-5044",
        "label": "IPRW",
        "long": "Ipswich - Rosewood",
        "short": "IPRW",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPRW-5045",
        "label": "IPRW",
        "long": "Ipswich - Rosewood",
        "short": "IPRW",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPRW-5046",
        "label": "IPRW",
        "long": "Ipswich - Rosewood",
        "short": "IPRW",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPRW-5047",
        "label": "IPRW",
        "long": "Ipswich - Rosewood",
        "short": "IPRW",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPRW-5048",
        "label": "IPRW",
        "long": "Ipswich - Rosewood",
        "short": "IPRW",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "IPSH-4979",
        "label": "IPSH",
        "long": "Ipswich - Shorncliffe",
        "short": "IPSH",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "IPSP-5044",
        "label": "IPSP",
        "long": "Ipswich - Springfield",
        "short": "IPSP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "M1-4949",
        "label": "M1",
        "long": "Eight Mile Plains - City",
        "short": "M1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "M2-4949",
        "label": "M2",
        "long": "RBWH - UQ Lakes via City",
        "short": "M2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "N100-4948",
        "label": "N100",
        "long": "Valley - Forest Lake NightLink",
        "short": "N100",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "N130-4948",
        "label": "N130",
        "long": "Valley - Algester/Parkinson NightLink",
        "short": "N130",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "N154-4948",
        "label": "N154",
        "long": "City/Valley - Browns Plains NightLink",
        "short": "N154",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "N184-4948",
        "label": "N184",
        "long": "Valley - Garden City NightLink via Cavendish Road",
        "short": "N184",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "N199-4948",
        "label": "N199",
        "long": "West End - Teneriffe Ferry NightLink",
        "short": "N199",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "N200-4948",
        "label": "N200",
        "long": "Valley - Carindale Heights NightLink",
        "short": "N200",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "N226-4948",
        "label": "N226",
        "long": "City/Valley - Wynnum NightLink via Bulimba",
        "short": "N226",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "N250-4867",
        "label": "N250",
        "long": "Fortitude Valley - Victoria Pt",
        "short": "N250",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "N310-4511",
        "label": "N310",
        "long": "City - Sandgate NightLink",
        "short": "N310",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "N339-4948",
        "label": "N339",
        "long": "City/Valley - Bracken Ridge NightLink",
        "short": "N339",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "N345-4948",
        "label": "N345",
        "long": "Aspley - Valley NightLink",
        "short": "N345",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "N385-4948",
        "label": "N385",
        "long": "Valley - The Gap NightLink",
        "short": "N385",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "N392-4948",
        "label": "N392",
        "long": "Valley - Ferny Grove NightLink",
        "short": "N392",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "N413-4948",
        "label": "N413",
        "long": "Valley - St Lucia NightLink",
        "short": "N413",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "N449-4948",
        "label": "N449",
        "long": "Valley - Riverhills NightLink via Indooroopilly",
        "short": "N449",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "N555-4985",
        "label": "N555",
        "long": "Fortitude Valley - Loganholme",
        "short": "N555",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "NABR-4999",
        "label": "NABR",
        "long": "Nambour - Brisbane City",
        "short": "NABR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "NABR-5000",
        "label": "NABR",
        "long": "Nambour - Brisbane City",
        "short": "NABR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "NABR-5031",
        "label": "NABR",
        "long": "Nambour - Brisbane City",
        "short": "NABR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "NABR-5032",
        "label": "NABR",
        "long": "Nambour - Brisbane City",
        "short": "NABR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "NABR-5036",
        "label": "NABR",
        "long": "Nambour - Brisbane City",
        "short": "NABR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "NABR-5038",
        "label": "NABR",
        "long": "Nambour - Brisbane City",
        "short": "NABR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "NAGY-5046",
        "label": "NAGY",
        "long": "Nambour - Gympie North",
        "short": "NAGY",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "NAGY-5047",
        "label": "NAGY",
        "long": "Nambour - Gympie North",
        "short": "NAGY",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "NAGY-5048",
        "label": "NAGY",
        "long": "Nambour - Gympie North",
        "short": "NAGY",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "NAIP-4979",
        "label": "NAIP",
        "long": "Nambour - Ipswich",
        "short": "NAIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "NAIP-4990",
        "label": "NAIP",
        "long": "Nambour - Ipswich",
        "short": "NAIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "NAIP-4991",
        "label": "NAIP",
        "long": "Nambour - Ipswich",
        "short": "NAIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "NAIP-4992",
        "label": "NAIP",
        "long": "Nambour - Ipswich",
        "short": "NAIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "NAIP-4993",
        "label": "NAIP",
        "long": "Nambour - Ipswich",
        "short": "NAIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "NAIP-4996",
        "label": "NAIP",
        "long": "Nambour - Ipswich",
        "short": "NAIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "NAIP-4997",
        "label": "NAIP",
        "long": "Nambour - Ipswich",
        "short": "NAIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "NAIP-4998",
        "label": "NAIP",
        "long": "Nambour - Ipswich",
        "short": "NAIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "NAIP-4999",
        "label": "NAIP",
        "long": "Nambour - Ipswich",
        "short": "NAIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "NAIP-5000",
        "label": "NAIP",
        "long": "Nambour - Ipswich",
        "short": "NAIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "NAIP-5010",
        "label": "NAIP",
        "long": "Nambour - Ipswich",
        "short": "NAIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "NAIP-5031",
        "label": "NAIP",
        "long": "Nambour - Ipswich",
        "short": "NAIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "NAIP-5032",
        "label": "NAIP",
        "long": "Nambour - Ipswich",
        "short": "NAIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "NAIP-5036",
        "label": "NAIP",
        "long": "Nambour - Ipswich",
        "short": "NAIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "NAIP-5038",
        "label": "NAIP",
        "long": "Nambour - Ipswich",
        "short": "NAIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "NANA-5046",
        "label": "NANA",
        "long": "Nambour - Nambour",
        "short": "NANA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "NANA-5047",
        "label": "NANA",
        "long": "Nambour - Nambour",
        "short": "NANA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "NANA-5048",
        "label": "NANA",
        "long": "Nambour - Nambour",
        "short": "NANA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "NASP-4979",
        "label": "NASP",
        "long": "Nambour - Springfield",
        "short": "NASP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "NASP-4996",
        "label": "NASP",
        "long": "Nambour - Springfield",
        "short": "NASP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "NASP-4999",
        "label": "NASP",
        "long": "Nambour - Springfield",
        "short": "NASP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "NASP-5000",
        "label": "NASP",
        "long": "Nambour - Springfield",
        "short": "NASP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "NASP-5010",
        "label": "NASP",
        "long": "Nambour - Springfield",
        "short": "NASP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "NASP-5031",
        "label": "NASP",
        "long": "Nambour - Springfield",
        "short": "NASP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "NASP-5032",
        "label": "NASP",
        "long": "Nambour - Springfield",
        "short": "NASP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "NASP-5036",
        "label": "NASP",
        "long": "Nambour - Springfield",
        "short": "NASP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "NASP-5038",
        "label": "NASP",
        "long": "Nambour - Springfield",
        "short": "NASP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "R309-5041",
        "label": "R309",
        "long": "Rail Replacement Bus",
        "short": "R309",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "R309-5042",
        "label": "R309",
        "long": "Rail Replacement Bus",
        "short": "R309",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "R346-4511",
        "label": "R346",
        "long": "Rail Replacement Bus",
        "short": "R346",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "R348-3745",
        "label": "R348",
        "long": "Rail Replacement Bus",
        "short": "R348",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "R348-4511",
        "label": "R348",
        "long": "Rail Replacement Bus",
        "short": "R348",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "R348-5043",
        "label": "R348",
        "long": "Rail Replacement Bus",
        "short": "R348",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "R582-4950",
        "label": "R582",
        "long": "Rail Replacement Bus",
        "short": "R582",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "R583-4950",
        "label": "R583",
        "long": "Rail Replacement Bus",
        "short": "R583",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "R586-4950",
        "label": "R586",
        "long": "Rail Replacement Bus",
        "short": "R586",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "R588-4902",
        "label": "R588",
        "long": "Rail Replacement Bus",
        "short": "R588",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "R590-4902",
        "label": "R590",
        "long": "Rail Replacement Bus",
        "short": "R590",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "R591-4950",
        "label": "R591",
        "long": "Rail Replacement Bus",
        "short": "R591",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "R599-3039",
        "label": "R599",
        "long": "Rail Replacement Bus",
        "short": "R599",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "R600-5043",
        "label": "R600",
        "long": "Rail Replacement Bus",
        "short": "R600",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "R601-5043",
        "label": "R601",
        "long": "Rail Replacement Bus",
        "short": "R601",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "R603-5043",
        "label": "R603",
        "long": "Rail Replacement Bus",
        "short": "R603",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "R605-5043",
        "label": "R605",
        "long": "Rail Replacement Bus",
        "short": "R605",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "R609-4398",
        "label": "R609",
        "long": "Rail Replacement Bus",
        "short": "R609",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "R609-5043",
        "label": "R609",
        "long": "Rail Replacement Bus",
        "short": "R609",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "R612-5043",
        "label": "R612",
        "long": "Rail Replacement Bus",
        "short": "R612",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "R613-5043",
        "label": "R613",
        "long": "Rail Replacement Bus",
        "short": "R613",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "R616-4398",
        "label": "R616",
        "long": "Rail Replacement Bus",
        "short": "R616",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "R616-5043",
        "label": "R616",
        "long": "Rail Replacement Bus",
        "short": "R616",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "R700-5041",
        "label": "R700",
        "long": "Rail Replacement Bus",
        "short": "R700",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "R700-5042",
        "label": "R700",
        "long": "Rail Replacement Bus",
        "short": "R700",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "R701-5041",
        "label": "R701",
        "long": "Rail Replacement Bus",
        "short": "R701",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "R701-5042",
        "label": "R701",
        "long": "Rail Replacement Bus",
        "short": "R701",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "R761-4904",
        "label": "R761",
        "long": "Rail Replacement Bus",
        "short": "R761",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "R762-4904",
        "label": "R762",
        "long": "Rail Replacement Bus",
        "short": "R762",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "RPBR-4979",
        "label": "RPBR",
        "long": "Redcliffe Peninsula - Brisbane City",
        "short": "RPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "RPBR-4990",
        "label": "RPBR",
        "long": "Redcliffe Peninsula - Brisbane City",
        "short": "RPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "RPBR-4991",
        "label": "RPBR",
        "long": "Redcliffe Peninsula - Brisbane City",
        "short": "RPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "RPBR-4992",
        "label": "RPBR",
        "long": "Redcliffe Peninsula - Brisbane City",
        "short": "RPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "RPBR-4993",
        "label": "RPBR",
        "long": "Redcliffe Peninsula - Brisbane City",
        "short": "RPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "RPBR-4996",
        "label": "RPBR",
        "long": "Redcliffe Peninsula - Brisbane City",
        "short": "RPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "RPBR-4997",
        "label": "RPBR",
        "long": "Redcliffe Peninsula - Brisbane City",
        "short": "RPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "RPBR-4998",
        "label": "RPBR",
        "long": "Redcliffe Peninsula - Brisbane City",
        "short": "RPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "RPBR-4999",
        "label": "RPBR",
        "long": "Redcliffe Peninsula - Brisbane City",
        "short": "RPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "RPBR-5000",
        "label": "RPBR",
        "long": "Redcliffe Peninsula - Brisbane City",
        "short": "RPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "RPBR-5010",
        "label": "RPBR",
        "long": "Redcliffe Peninsula - Brisbane City",
        "short": "RPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "RPBR-5031",
        "label": "RPBR",
        "long": "Redcliffe Peninsula - Brisbane City",
        "short": "RPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "RPBR-5032",
        "label": "RPBR",
        "long": "Redcliffe Peninsula - Brisbane City",
        "short": "RPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "RPBR-5036",
        "label": "RPBR",
        "long": "Redcliffe Peninsula - Brisbane City",
        "short": "RPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "RPBR-5038",
        "label": "RPBR",
        "long": "Redcliffe Peninsula - Brisbane City",
        "short": "RPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "RPBR-5046",
        "label": "RPBR",
        "long": "Redcliffe Peninsula - Brisbane City",
        "short": "RPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "RPBR-5047",
        "label": "RPBR",
        "long": "Redcliffe Peninsula - Brisbane City",
        "short": "RPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "RPBR-5048",
        "label": "RPBR",
        "long": "Redcliffe Peninsula - Brisbane City",
        "short": "RPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "RPIP-4979",
        "label": "RPIP",
        "long": "Redcliffe Peninsula - Ipswich",
        "short": "RPIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "RPSP-4979",
        "label": "RPSP",
        "long": "Redcliffe Peninsula - Springfield",
        "short": "RPSP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "RPSP-4990",
        "label": "RPSP",
        "long": "Redcliffe Peninsula - Springfield",
        "short": "RPSP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "RPSP-4991",
        "label": "RPSP",
        "long": "Redcliffe Peninsula - Springfield",
        "short": "RPSP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "RPSP-4992",
        "label": "RPSP",
        "long": "Redcliffe Peninsula - Springfield",
        "short": "RPSP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "RPSP-4993",
        "label": "RPSP",
        "long": "Redcliffe Peninsula - Springfield",
        "short": "RPSP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "RPSP-4996",
        "label": "RPSP",
        "long": "Redcliffe Peninsula - Springfield",
        "short": "RPSP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "RPSP-4997",
        "label": "RPSP",
        "long": "Redcliffe Peninsula - Springfield",
        "short": "RPSP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "RPSP-4998",
        "label": "RPSP",
        "long": "Redcliffe Peninsula - Springfield",
        "short": "RPSP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "RPSP-4999",
        "label": "RPSP",
        "long": "Redcliffe Peninsula - Springfield",
        "short": "RPSP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "RPSP-5000",
        "label": "RPSP",
        "long": "Redcliffe Peninsula - Springfield",
        "short": "RPSP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "RPSP-5010",
        "label": "RPSP",
        "long": "Redcliffe Peninsula - Springfield",
        "short": "RPSP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "RPSP-5031",
        "label": "RPSP",
        "long": "Redcliffe Peninsula - Springfield",
        "short": "RPSP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "RPSP-5032",
        "label": "RPSP",
        "long": "Redcliffe Peninsula - Springfield",
        "short": "RPSP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "RPSP-5036",
        "label": "RPSP",
        "long": "Redcliffe Peninsula - Springfield",
        "short": "RPSP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "RPSP-5038",
        "label": "RPSP",
        "long": "Redcliffe Peninsula - Springfield",
        "short": "RPSP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "RPSP-5046",
        "label": "RPSP",
        "long": "Redcliffe Peninsula - Springfield",
        "short": "RPSP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "RPSP-5047",
        "label": "RPSP",
        "long": "Redcliffe Peninsula - Springfield",
        "short": "RPSP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "RPSP-5048",
        "label": "RPSP",
        "long": "Redcliffe Peninsula - Springfield",
        "short": "RPSP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "RWIP-4979",
        "label": "RWIP",
        "long": "Rosewood - Ipswich",
        "short": "RWIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "RWIP-4990",
        "label": "RWIP",
        "long": "Rosewood - Ipswich",
        "short": "RWIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "RWIP-4991",
        "label": "RWIP",
        "long": "Rosewood - Ipswich",
        "short": "RWIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "RWIP-4992",
        "label": "RWIP",
        "long": "Rosewood - Ipswich",
        "short": "RWIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "RWIP-4993",
        "label": "RWIP",
        "long": "Rosewood - Ipswich",
        "short": "RWIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "RWIP-4996",
        "label": "RWIP",
        "long": "Rosewood - Ipswich",
        "short": "RWIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "RWIP-4997",
        "label": "RWIP",
        "long": "Rosewood - Ipswich",
        "short": "RWIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "RWIP-4998",
        "label": "RWIP",
        "long": "Rosewood - Ipswich",
        "short": "RWIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "RWIP-4999",
        "label": "RWIP",
        "long": "Rosewood - Ipswich",
        "short": "RWIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "RWIP-5000",
        "label": "RWIP",
        "long": "Rosewood - Ipswich",
        "short": "RWIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "RWIP-5010",
        "label": "RWIP",
        "long": "Rosewood - Ipswich",
        "short": "RWIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "RWIP-5031",
        "label": "RWIP",
        "long": "Rosewood - Ipswich",
        "short": "RWIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "RWIP-5032",
        "label": "RWIP",
        "long": "Rosewood - Ipswich",
        "short": "RWIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "RWIP-5036",
        "label": "RWIP",
        "long": "Rosewood - Ipswich",
        "short": "RWIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "RWIP-5038",
        "label": "RWIP",
        "long": "Rosewood - Ipswich",
        "short": "RWIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "RWIP-5044",
        "label": "RWIP",
        "long": "Rosewood - Ipswich",
        "short": "RWIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "RWIP-5045",
        "label": "RWIP",
        "long": "Rosewood - Ipswich",
        "short": "RWIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "RWIP-5046",
        "label": "RWIP",
        "long": "Rosewood - Ipswich",
        "short": "RWIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "RWIP-5047",
        "label": "RWIP",
        "long": "Rosewood - Ipswich",
        "short": "RWIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "RWIP-5048",
        "label": "RWIP",
        "long": "Rosewood - Ipswich",
        "short": "RWIP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S700-4948",
        "label": "S700",
        "long": "Fig Tree Pocket - Indooroopilly",
        "short": "S700",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S701-4948",
        "label": "S701",
        "long": "Seventeen Mile Rocks - Corinda High",
        "short": "S701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S702-4948",
        "label": "S702",
        "long": "Milpera State High - Yeerongpilly station",
        "short": "S702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S703-4948",
        "label": "S703",
        "long": "Kenmore High - Sumner Park",
        "short": "S703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S704-4948",
        "label": "S704",
        "long": "St Peters Lutheran - Moggill",
        "short": "S704",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S706-4948",
        "label": "S706",
        "long": "Indooroopilly - Kenmore High",
        "short": "S706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S709-4948",
        "label": "S709",
        "long": "Kenmore High - Indooroopilly",
        "short": "S709",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S710-4948",
        "label": "S710",
        "long": "Toowong Primary - Indooroopilly",
        "short": "S710",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S713-4948",
        "label": "S713",
        "long": "Kenmore - Mandalay",
        "short": "S713",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S714-4948",
        "label": "S714",
        "long": "Taringa - Indooroopilly State School",
        "short": "S714",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S715-4948",
        "label": "S715",
        "long": "Indooroopilly High - Indooroopilly",
        "short": "S715",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S716-4948",
        "label": "S716",
        "long": "Indooroopilly - Duke St",
        "short": "S716",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S718-4948",
        "label": "S718",
        "long": "St Peters Lutheran - Russell & Moggill Rds",
        "short": "S718",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S722-4948",
        "label": "S722",
        "long": "St Peters Lutheran - Mandalay",
        "short": "S722",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S725-4948",
        "label": "S725",
        "long": "Kenmore High - Indooroopilly",
        "short": "S725",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S726-4948",
        "label": "S726",
        "long": "St Lucia - Qld Academy of Maths,Science and Tech",
        "short": "S726",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S730-4948",
        "label": "S730",
        "long": "Kenmore High - Fig Tree Pocket",
        "short": "S730",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S731-4948",
        "label": "S731",
        "long": "Centenary Pool - Indooroopilly",
        "short": "S731",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S732-4948",
        "label": "S732",
        "long": "Gregory Tce - Indooroopilly",
        "short": "S732",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S733-4948",
        "label": "S733",
        "long": "Gregory Tce - Brookfield",
        "short": "S733",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S734-4948",
        "label": "S734",
        "long": "Centenary Pool - Fig Tree Pocket",
        "short": "S734",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S735-4948",
        "label": "S735",
        "long": "Wickham Tce - Indooroopilly",
        "short": "S735",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S736-4948",
        "label": "S736",
        "long": "Wickham Tce - Kailua St",
        "short": "S736",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S739-4948",
        "label": "S739",
        "long": "Gregory Tce - Royal Pde",
        "short": "S739",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S740-4948",
        "label": "S740",
        "long": "Waterworks Rd - Centenary Pool",
        "short": "S740",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S742-4948",
        "label": "S742",
        "long": "The Gap State High - Brookside",
        "short": "S742",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S744-4948",
        "label": "S744",
        "long": "QASMT - Roma Street",
        "short": "S744",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S746-4948",
        "label": "S746",
        "long": "Kelvin Grove - City",
        "short": "S746",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S747-4948",
        "label": "S747",
        "long": "Kelvin Grove - Brookside",
        "short": "S747",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S750-4948",
        "label": "S750",
        "long": "Gap Village - Hilder Rd",
        "short": "S750",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S758-4948",
        "label": "S758",
        "long": "Corinda High - Inala",
        "short": "S758",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S759-4948",
        "label": "S759",
        "long": "Glenala State High - Inala Plaza",
        "short": "S759",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S760-4948",
        "label": "S760",
        "long": "Ashgrove - Brookside",
        "short": "S760",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S762-4948",
        "label": "S762",
        "long": "Corinda High, Corinda Primary, Forest Lake",
        "short": "S762",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S766-4948",
        "label": "S766",
        "long": "St Josephs - Inala",
        "short": "S766",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S767-4948",
        "label": "S767",
        "long": "The Gap High School - Upper Kedron",
        "short": "S767",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S768-4948",
        "label": "S768",
        "long": "Corinda High - Inala",
        "short": "S768",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S769-4948",
        "label": "S769",
        "long": "Corinda High - Inala",
        "short": "S769",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S770-4948",
        "label": "S770",
        "long": "Corinda High - Forest Lake",
        "short": "S770",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S771-4948",
        "label": "S771",
        "long": "Brisbane Boys College - Enoggera",
        "short": "S771",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S772-4948",
        "label": "S772",
        "long": "St Ignatius - Riverhills West",
        "short": "S772",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S773-4948",
        "label": "S773",
        "long": "Marist Brothers College - Ashgrove Ave",
        "short": "S773",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S774-4948",
        "label": "S774",
        "long": "Everton Park - Brookside",
        "short": "S774",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S775-4948",
        "label": "S775",
        "long": "Bardon - Kelvin Grove High",
        "short": "S775",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S776-4948",
        "label": "S776",
        "long": "Jindalee State School - Windermere",
        "short": "S776",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S777-4948",
        "label": "S777",
        "long": "Pallara - Forest Lake High",
        "short": "S777",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S778-4948",
        "label": "S778",
        "long": "Forest Lake College - Inala",
        "short": "S778",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S779-4948",
        "label": "S779",
        "long": "Forest Lake High - Richlands station",
        "short": "S779",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S780-4948",
        "label": "S780",
        "long": "Centenary High - Centenary Village",
        "short": "S780",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S781-4948",
        "label": "S781",
        "long": "Centenary High - Sumner Park",
        "short": "S781",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S782-4948",
        "label": "S782",
        "long": "Corinda - Sumner Park",
        "short": "S782",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S783-4948",
        "label": "S783",
        "long": "St Finbarrs - Enoggera",
        "short": "S783",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S784-4948",
        "label": "S784",
        "long": "Marist College - Payne Rd",
        "short": "S784",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S785-4948",
        "label": "S785",
        "long": "Mt St Michaels - Enoggera",
        "short": "S785",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S786-4948",
        "label": "S786",
        "long": "Bardon - The Gap High",
        "short": "S786",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S787-4948",
        "label": "S787",
        "long": "Ashgrove - The Gap",
        "short": "S787",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S788-4948",
        "label": "S788",
        "long": "Gap State School - City",
        "short": "S788",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S789-4948",
        "label": "S789",
        "long": "Inala - Corinda Primary",
        "short": "S789",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S790-4948",
        "label": "S790",
        "long": "Corinda High - Inala Plaza",
        "short": "S790",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S791-4948",
        "label": "S791",
        "long": "Corinda High - Inala Plaza - Forest Lake",
        "short": "S791",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S792-4948",
        "label": "S792",
        "long": "Richlands - Corinda Primary",
        "short": "S792",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S793-4948",
        "label": "S793",
        "long": "Richlands - St Josephs - Corinda schools",
        "short": "S793",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S794-4948",
        "label": "S794",
        "long": "Richlands - St Josephs - Corinda schools",
        "short": "S794",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S795-4948",
        "label": "S795",
        "long": "Corinda High - Corinda station",
        "short": "S795",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S797-4948",
        "label": "S797",
        "long": "Richlands - Corinda Primary",
        "short": "S797",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S798-4948",
        "label": "S798",
        "long": "Marist Brothers - Indooroopilly",
        "short": "S798",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20000",
        "color_name": "red",
        "has_shape": true,
        "id": "S799-4948",
        "label": "S799",
        "long": "Brisbane Boys College - Chermside",
        "short": "S799",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHBN-4996",
        "label": "SHBN",
        "long": "Shorncliffe - Beenleigh",
        "short": "SHBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHBN-4999",
        "label": "SHBN",
        "long": "Shorncliffe - Beenleigh",
        "short": "SHBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHBN-5000",
        "label": "SHBN",
        "long": "Shorncliffe - Beenleigh",
        "short": "SHBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHBN-5010",
        "label": "SHBN",
        "long": "Shorncliffe - Beenleigh",
        "short": "SHBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHBN-5031",
        "label": "SHBN",
        "long": "Shorncliffe - Beenleigh",
        "short": "SHBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHBN-5032",
        "label": "SHBN",
        "long": "Shorncliffe - Beenleigh",
        "short": "SHBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHBN-5036",
        "label": "SHBN",
        "long": "Shorncliffe - Beenleigh",
        "short": "SHBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHBN-5038",
        "label": "SHBN",
        "long": "Shorncliffe - Beenleigh",
        "short": "SHBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHBN-5046",
        "label": "SHBN",
        "long": "Shorncliffe - Beenleigh",
        "short": "SHBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHBN-5047",
        "label": "SHBN",
        "long": "Shorncliffe - Beenleigh",
        "short": "SHBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHBN-5048",
        "label": "SHBN",
        "long": "Shorncliffe - Beenleigh",
        "short": "SHBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHBR-4979",
        "label": "SHBR",
        "long": "Shorncliffe - Brisbane City",
        "short": "SHBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHBR-4990",
        "label": "SHBR",
        "long": "Shorncliffe - Brisbane City",
        "short": "SHBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHBR-4991",
        "label": "SHBR",
        "long": "Shorncliffe - Brisbane City",
        "short": "SHBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHBR-4992",
        "label": "SHBR",
        "long": "Shorncliffe - Brisbane City",
        "short": "SHBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHBR-4993",
        "label": "SHBR",
        "long": "Shorncliffe - Brisbane City",
        "short": "SHBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHBR-4996",
        "label": "SHBR",
        "long": "Shorncliffe - Brisbane City",
        "short": "SHBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHBR-4997",
        "label": "SHBR",
        "long": "Shorncliffe - Brisbane City",
        "short": "SHBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHBR-4998",
        "label": "SHBR",
        "long": "Shorncliffe - Brisbane City",
        "short": "SHBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHBR-4999",
        "label": "SHBR",
        "long": "Shorncliffe - Brisbane City",
        "short": "SHBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHBR-5000",
        "label": "SHBR",
        "long": "Shorncliffe - Brisbane City",
        "short": "SHBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHBR-5010",
        "label": "SHBR",
        "long": "Shorncliffe - Brisbane City",
        "short": "SHBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHBR-5031",
        "label": "SHBR",
        "long": "Shorncliffe - Brisbane City",
        "short": "SHBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHBR-5032",
        "label": "SHBR",
        "long": "Shorncliffe - Brisbane City",
        "short": "SHBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHBR-5036",
        "label": "SHBR",
        "long": "Shorncliffe - Brisbane City",
        "short": "SHBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHBR-5038",
        "label": "SHBR",
        "long": "Shorncliffe - Brisbane City",
        "short": "SHBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHBR-5046",
        "label": "SHBR",
        "long": "Shorncliffe - Brisbane City",
        "short": "SHBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHBR-5047",
        "label": "SHBR",
        "long": "Shorncliffe - Brisbane City",
        "short": "SHBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHBR-5048",
        "label": "SHBR",
        "long": "Shorncliffe - Brisbane City",
        "short": "SHBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHCL-4979",
        "label": "SHCL",
        "long": "Shorncliffe - Cleveland",
        "short": "SHCL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHCL-4990",
        "label": "SHCL",
        "long": "Shorncliffe - Cleveland",
        "short": "SHCL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHCL-4991",
        "label": "SHCL",
        "long": "Shorncliffe - Cleveland",
        "short": "SHCL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHCL-4992",
        "label": "SHCL",
        "long": "Shorncliffe - Cleveland",
        "short": "SHCL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHCL-4993",
        "label": "SHCL",
        "long": "Shorncliffe - Cleveland",
        "short": "SHCL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHCL-4996",
        "label": "SHCL",
        "long": "Shorncliffe - Cleveland",
        "short": "SHCL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHCL-4997",
        "label": "SHCL",
        "long": "Shorncliffe - Cleveland",
        "short": "SHCL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHCL-4998",
        "label": "SHCL",
        "long": "Shorncliffe - Cleveland",
        "short": "SHCL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHCL-4999",
        "label": "SHCL",
        "long": "Shorncliffe - Cleveland",
        "short": "SHCL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHCL-5000",
        "label": "SHCL",
        "long": "Shorncliffe - Cleveland",
        "short": "SHCL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHCL-5010",
        "label": "SHCL",
        "long": "Shorncliffe - Cleveland",
        "short": "SHCL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHCL-5031",
        "label": "SHCL",
        "long": "Shorncliffe - Cleveland",
        "short": "SHCL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHCL-5032",
        "label": "SHCL",
        "long": "Shorncliffe - Cleveland",
        "short": "SHCL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHCL-5036",
        "label": "SHCL",
        "long": "Shorncliffe - Cleveland",
        "short": "SHCL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHCL-5038",
        "label": "SHCL",
        "long": "Shorncliffe - Cleveland",
        "short": "SHCL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHCL-5046",
        "label": "SHCL",
        "long": "Shorncliffe - Cleveland",
        "short": "SHCL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHCL-5047",
        "label": "SHCL",
        "long": "Shorncliffe - Cleveland",
        "short": "SHCL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00467F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SHCL-5048",
        "label": "SHCL",
        "long": "Shorncliffe - Cleveland",
        "short": "SHCL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "SMBI-3779",
        "label": "SMBI",
        "long": "Southern Moreton Bay Island",
        "short": "SMBI",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "SPBR-4979",
        "label": "SPBR",
        "long": "Springfield - Brisbane City",
        "short": "SPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "SPBR-4996",
        "label": "SPBR",
        "long": "Springfield - Brisbane City",
        "short": "SPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "SPBR-4999",
        "label": "SPBR",
        "long": "Springfield - Brisbane City",
        "short": "SPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "SPBR-5000",
        "label": "SPBR",
        "long": "Springfield - Brisbane City",
        "short": "SPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "SPBR-5010",
        "label": "SPBR",
        "long": "Springfield - Brisbane City",
        "short": "SPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "SPBR-5031",
        "label": "SPBR",
        "long": "Springfield - Brisbane City",
        "short": "SPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "SPBR-5032",
        "label": "SPBR",
        "long": "Springfield - Brisbane City",
        "short": "SPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "SPBR-5036",
        "label": "SPBR",
        "long": "Springfield - Brisbane City",
        "short": "SPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "SPBR-5038",
        "label": "SPBR",
        "long": "Springfield - Brisbane City",
        "short": "SPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "SPBR-5044",
        "label": "SPBR",
        "long": "Springfield - Brisbane City",
        "short": "SPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "SPBR-5045",
        "label": "SPBR",
        "long": "Springfield - Brisbane City",
        "short": "SPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "SPBR-5046",
        "label": "SPBR",
        "long": "Springfield - Brisbane City",
        "short": "SPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "SPBR-5047",
        "label": "SPBR",
        "long": "Springfield - Brisbane City",
        "short": "SPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "SPBR-5048",
        "label": "SPBR",
        "long": "Springfield - Brisbane City",
        "short": "SPBR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "SPCA-4979",
        "label": "SPCA",
        "long": "Springfield - Caboolture",
        "short": "SPCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "SPCA-4991",
        "label": "SPCA",
        "long": "Springfield - Caboolture",
        "short": "SPCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "SPCA-4993",
        "label": "SPCA",
        "long": "Springfield - Caboolture",
        "short": "SPCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "SPCA-4996",
        "label": "SPCA",
        "long": "Springfield - Caboolture",
        "short": "SPCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "SPCA-4998",
        "label": "SPCA",
        "long": "Springfield - Caboolture",
        "short": "SPCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "SPCA-4999",
        "label": "SPCA",
        "long": "Springfield - Caboolture",
        "short": "SPCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "SPCA-5000",
        "label": "SPCA",
        "long": "Springfield - Caboolture",
        "short": "SPCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "SPCA-5010",
        "label": "SPCA",
        "long": "Springfield - Caboolture",
        "short": "SPCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "SPCA-5031",
        "label": "SPCA",
        "long": "Springfield - Caboolture",
        "short": "SPCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "SPCA-5032",
        "label": "SPCA",
        "long": "Springfield - Caboolture",
        "short": "SPCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "SPCA-5036",
        "label": "SPCA",
        "long": "Springfield - Caboolture",
        "short": "SPCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "SPCA-5038",
        "label": "SPCA",
        "long": "Springfield - Caboolture",
        "short": "SPCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "SPCA-5046",
        "label": "SPCA",
        "long": "Springfield - Caboolture",
        "short": "SPCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "SPCA-5047",
        "label": "SPCA",
        "long": "Springfield - Caboolture",
        "short": "SPCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "SPCA-5048",
        "label": "SPCA",
        "long": "Springfield - Caboolture",
        "short": "SPCA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "SPNA-4979",
        "label": "SPNA",
        "long": "Springfield - Nambour",
        "short": "SPNA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "SPNA-4991",
        "label": "SPNA",
        "long": "Springfield - Nambour",
        "short": "SPNA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "SPNA-4993",
        "label": "SPNA",
        "long": "Springfield - Nambour",
        "short": "SPNA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "SPNA-4996",
        "label": "SPNA",
        "long": "Springfield - Nambour",
        "short": "SPNA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "SPNA-4998",
        "label": "SPNA",
        "long": "Springfield - Nambour",
        "short": "SPNA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "SPNA-4999",
        "label": "SPNA",
        "long": "Springfield - Nambour",
        "short": "SPNA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "SPNA-5000",
        "label": "SPNA",
        "long": "Springfield - Nambour",
        "short": "SPNA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "SPNA-5010",
        "label": "SPNA",
        "long": "Springfield - Nambour",
        "short": "SPNA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "SPNA-5031",
        "label": "SPNA",
        "long": "Springfield - Nambour",
        "short": "SPNA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "SPNA-5032",
        "label": "SPNA",
        "long": "Springfield - Nambour",
        "short": "SPNA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "SPNA-5036",
        "label": "SPNA",
        "long": "Springfield - Nambour",
        "short": "SPNA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "SPNA-5038",
        "label": "SPNA",
        "long": "Springfield - Nambour",
        "short": "SPNA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "SPRP-4979",
        "label": "SPRP",
        "long": "Springfield - Redcliffe Peninsula",
        "short": "SPRP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "SPRP-4990",
        "label": "SPRP",
        "long": "Springfield - Redcliffe Peninsula",
        "short": "SPRP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "SPRP-4991",
        "label": "SPRP",
        "long": "Springfield - Redcliffe Peninsula",
        "short": "SPRP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "SPRP-4992",
        "label": "SPRP",
        "long": "Springfield - Redcliffe Peninsula",
        "short": "SPRP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "SPRP-4993",
        "label": "SPRP",
        "long": "Springfield - Redcliffe Peninsula",
        "short": "SPRP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "SPRP-4996",
        "label": "SPRP",
        "long": "Springfield - Redcliffe Peninsula",
        "short": "SPRP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "SPRP-4997",
        "label": "SPRP",
        "long": "Springfield - Redcliffe Peninsula",
        "short": "SPRP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "SPRP-4998",
        "label": "SPRP",
        "long": "Springfield - Redcliffe Peninsula",
        "short": "SPRP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "SPRP-4999",
        "label": "SPRP",
        "long": "Springfield - Redcliffe Peninsula",
        "short": "SPRP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "SPRP-5000",
        "label": "SPRP",
        "long": "Springfield - Redcliffe Peninsula",
        "short": "SPRP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "SPRP-5010",
        "label": "SPRP",
        "long": "Springfield - Redcliffe Peninsula",
        "short": "SPRP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "SPRP-5031",
        "label": "SPRP",
        "long": "Springfield - Redcliffe Peninsula",
        "short": "SPRP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "SPRP-5032",
        "label": "SPRP",
        "long": "Springfield - Redcliffe Peninsula",
        "short": "SPRP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "SPRP-5036",
        "label": "SPRP",
        "long": "Springfield - Redcliffe Peninsula",
        "short": "SPRP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "SPRP-5038",
        "label": "SPRP",
        "long": "Springfield - Redcliffe Peninsula",
        "short": "SPRP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "SPRP-5046",
        "label": "SPRP",
        "long": "Springfield - Redcliffe Peninsula",
        "short": "SPRP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "SPRP-5047",
        "label": "SPRP",
        "long": "Springfield - Redcliffe Peninsula",
        "short": "SPRP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1578BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "SPRP-5048",
        "label": "SPRP",
        "long": "Springfield - Redcliffe Peninsula",
        "short": "SPRP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E463A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "TX7-4843",
        "label": "TX7",
        "long": "Coomera - Helensvale via Theme Parks",
        "short": "TX7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "VLBD-4996",
        "label": "VLBD",
        "long": "Varsity Lakes - Airport",
        "short": "VLBD",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "VLBD-4997",
        "label": "VLBD",
        "long": "Varsity Lakes - Airport",
        "short": "VLBD",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "VLBD-4998",
        "label": "VLBD",
        "long": "Varsity Lakes - Airport",
        "short": "VLBD",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "VLBD-4999",
        "label": "VLBD",
        "long": "Varsity Lakes - Airport",
        "short": "VLBD",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "VLBD-5000",
        "label": "VLBD",
        "long": "Varsity Lakes - Airport",
        "short": "VLBD",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "VLBD-5010",
        "label": "VLBD",
        "long": "Varsity Lakes - Airport",
        "short": "VLBD",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "VLBD-5031",
        "label": "VLBD",
        "long": "Varsity Lakes - Airport",
        "short": "VLBD",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "VLBD-5032",
        "label": "VLBD",
        "long": "Varsity Lakes - Airport",
        "short": "VLBD",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "VLBD-5036",
        "label": "VLBD",
        "long": "Varsity Lakes - Airport",
        "short": "VLBD",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "VLBD-5038",
        "label": "VLBD",
        "long": "Varsity Lakes - Airport",
        "short": "VLBD",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "VLBD-5046",
        "label": "VLBD",
        "long": "Varsity Lakes - Airport",
        "short": "VLBD",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "VLBD-5047",
        "label": "VLBD",
        "long": "Varsity Lakes - Airport",
        "short": "VLBD",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "VLBD-5048",
        "label": "VLBD",
        "long": "Varsity Lakes - Airport",
        "short": "VLBD",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "VLBN-4979",
        "label": "VLBN",
        "long": "Varsity Lakes - Beenleigh",
        "short": "VLBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "VLBN-4990",
        "label": "VLBN",
        "long": "Varsity Lakes - Beenleigh",
        "short": "VLBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "VLBN-4991",
        "label": "VLBN",
        "long": "Varsity Lakes - Beenleigh",
        "short": "VLBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "VLBN-5044",
        "label": "VLBN",
        "long": "Varsity Lakes - Beenleigh",
        "short": "VLBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "VLBN-5048",
        "label": "VLBN",
        "long": "Varsity Lakes - Beenleigh",
        "short": "VLBN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "VLBR-4996",
        "label": "VLBR",
        "long": "Varsity Lakes - Brisbane City",
        "short": "VLBR",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "VLBR-4997",
        "label": "VLBR",
        "long": "Varsity Lakes - Brisbane City",
        "short": "VLBR",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "VLBR-4998",
        "label": "VLBR",
        "long": "Varsity Lakes - Brisbane City",
        "short": "VLBR",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "VLBR-4999",
        "label": "VLBR",
        "long": "Varsity Lakes - Brisbane City",
        "short": "VLBR",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "VLBR-5000",
        "label": "VLBR",
        "long": "Varsity Lakes - Brisbane City",
        "short": "VLBR",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "VLBR-5010",
        "label": "VLBR",
        "long": "Varsity Lakes - Brisbane City",
        "short": "VLBR",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "VLBR-5031",
        "label": "VLBR",
        "long": "Varsity Lakes - Brisbane City",
        "short": "VLBR",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "VLBR-5032",
        "label": "VLBR",
        "long": "Varsity Lakes - Brisbane City",
        "short": "VLBR",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "VLBR-5036",
        "label": "VLBR",
        "long": "Varsity Lakes - Brisbane City",
        "short": "VLBR",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "VLBR-5038",
        "label": "VLBR",
        "long": "Varsity Lakes - Brisbane City",
        "short": "VLBR",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "VLBR-5044",
        "label": "VLBR",
        "long": "Varsity Lakes - Brisbane City",
        "short": "VLBR",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "VLBR-5045",
        "label": "VLBR",
        "long": "Varsity Lakes - Brisbane City",
        "short": "VLBR",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "VLBR-5046",
        "label": "VLBR",
        "long": "Varsity Lakes - Brisbane City",
        "short": "VLBR",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "VLBR-5047",
        "label": "VLBR",
        "long": "Varsity Lakes - Brisbane City",
        "short": "VLBR",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "FFC425",
        "color_name": "yellow",
        "has_shape": true,
        "id": "VLBR-5048",
        "label": "VLBR",
        "long": "Varsity Lakes - Brisbane City",
        "short": "VLBR",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "00447C",
        "color_name": "teal",
        "has_shape": true,
        "id": "VLVL-5044",
        "label": "VLVL",
        "long": "Varsity Lakes - Varsity Lakes",
        "short": "VLVL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      }
    ],
    "stop_count": 17235,
    "stop_points_capped": true
  },
  "rubric_version": "1.2",
  "schema_version": "1.15",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.2",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.2"
  },
  "snapshot_date": "2026-07-18",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 17235,
      "effort": "A column in stops.txt; your scheduling software likely has it.",
      "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
      "owner": "Likely your team",
      "points": 25.0,
      "rank": 1,
      "severity": "WARNING",
      "what": "17235 of 17235 stops don't say whether a wheelchair user can board there.",
      "why": "Riders who use wheelchairs can't plan a trip when accessibility is marked 'unknown'; apps show no information at all."
    },
    {
      "code": "scorecard_wheelchair_accessible_unknown",
      "count": 113130,
      "effort": "A default or per-trip field in your export.",
      "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "113130 of 113130 trips don't say whether the vehicle is wheelchair accessible.",
      "why": "Even with accessible stops, riders need to know the transit vehicle itself can take them."
    },
    {
      "code": "scorecard_no_fare_data",
      "count": 1,
      "effort": "A small file for most flat-fare systems.",
      "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
      "owner": "",
      "points": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "The feed contains no fare information.",
      "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
    }
  ],
  "validator_version": "8.0.1"
}
