{
  "agency": {
    "country": "JP",
    "id": "kumamoto-toshi-bus",
    "name": "Kumamoto Toshi Bus (\u718a\u672c\u90fd\u5e02\u30d0\u30b9)",
    "operating_note": "Kumamoto Toshi Bus's city bus network; a first-party operator feed counted as one feed record.",
    "subdivision_code": "JP-43",
    "subdivision_name": "Kumamoto"
  },
  "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": 15.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": true,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "legacy",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": true,
        "headsign_pct": 100.0,
        "mixed_case_stop_name_pct": 99.8,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 819,
        "translations": {
          "feed_lang": "ja",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 2495,
        "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": 819,
          "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": "819 of 819 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": 2495,
          "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": "2495 of 2495 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the bus itself can take them."
        },
        {
          "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."
        }
      ],
      "name": "completeness",
      "score": 52.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 published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 10,
        "instances_by_severity": {
          "ERROR": 3,
          "INFO": 207,
          "WARNING": 3927
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "missing_required_column",
          "count": 3,
          "effort": "Often an export setting; ask your vendor if it recurs.",
          "fix": "Add the required column named in the finding to the flagged file.",
          "owner": "Likely your export tool",
          "points": 12.0,
          "severity": "ERROR",
          "what": "A file is missing a column that GTFS requires.",
          "why": "Apps may reject the whole file, so riders could lose the affected routes or stops."
        },
        {
          "code": "missing_recommended_field",
          "count": 3397,
          "effort": "A field at a time; not urgent.",
          "fix": "Review the flagged fields and fill in the ones your riders would use.",
          "owner": "",
          "points": 8.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": "mixed_case_recommended_field",
          "count": 331,
          "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": "stop_without_stop_time",
          "count": 184,
          "effort": "A review pass in your scheduling software.",
          "fix": "Remove retired stops from the export, or add them back to the trips that should serve them.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some stops exist in the feed but no trip ever stops at them.",
          "why": "Riders may walk to a stop where no bus is scheduled to arrive."
        },
        {
          "code": "duplicate_route_name",
          "count": 14,
          "effort": "One field per route.",
          "fix": "Give each route a distinct short or long name.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Two or more routes share the same name.",
          "why": "Riders can't tell the routes apart in apps."
        },
        {
          "code": "missing_feed_contact_email_and_url",
          "count": 1,
          "effort": "One field, set once in export settings.",
          "fix": "Add feed_contact_email or feed_contact_url to feed_info.txt.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "feed_info.txt lists no contact email and no contact URL.",
          "why": "Without a contact, apps like Google Maps can't reach you when they find a problem in the feed."
        },
        {
          "code": "trip_headsign_matches_intermediate_stop",
          "count": 164,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Set trip_headsign to the trip's last stop or its overall destination.",
          "owner": "Likely your export tool",
          "points": 1.0,
          "severity": "INFO",
          "what": "Some trip headsigns name a stop along the way, not the final destination.",
          "why": "The sign should tell riders where the bus ends up, so a midpoint name can send them the wrong way."
        },
        {
          "code": "platform_without_parent_station",
          "count": 34,
          "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."
        },
        {
          "code": "unknown_column",
          "count": 6,
          "effort": "A quick look at the flagged files.",
          "fix": "Check the flagged column names for misspellings of standard GTFS fields; remove them if they are vendor extras.",
          "owner": "",
          "points": 0.8,
          "severity": "INFO",
          "what": "Some files contain columns that are not part of the GTFS spec.",
          "why": "Harmless to riders, but apps ignore these columns and they can hide typos in real column names."
        },
        {
          "code": "unknown_file",
          "count": 3,
          "effort": "A quick look at the flagged file.",
          "fix": "Check the flagged file name for a typo of a standard GTFS file. Remove it if it is a vendor extra.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "The feed includes a file that is not part of the GTFS spec.",
          "why": "Apps ignore files they don't know, and a stray file can hide a misspelled standard file name."
        }
      ],
      "name": "correctness",
      "score": 51.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 10 kinds of issue across 4137 instances (3 error, 3927 warning, 207 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 93,
        "effective_expiry_date": "2026-10-20",
        "feed_end_date": "2026-10-20",
        "feed_start_date": "2026-06-06",
        "feed_version": "20260606_20260719",
        "has_feed_info": true,
        "last_service_date": "2026-10-20",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [],
      "name": "freshness",
      "score": 100.0,
      "status": "measured",
      "summary": "Service data covers the next 93 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": "1 validator error to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 93 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. 1 validator error to resolve. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "CC BY 4.0; published as GTFS-JP open data by Kumamoto Toshi Bus through the GTFS Data Repository (gtfs-data.jp). Credit Kumamoto Toshi Bus.",
    "reachable": true,
    "sha256": "c2d40757128139958bf4dfc9b773dab5d38c496c395024b317b5634a766361c2",
    "size_bytes": 964101,
    "static_url": "https://api.gtfs-data.jp/v2/organizations/kumamoto-toshibus/feeds/kumamoto-toshibus/files/feed.zip?rid=current"
  },
  "fetch": {
    "final_url": "https://prodgtfsdatareposharedinfrasta-filebucketcdfcd6de-1qqhtsxlwh6la.s3.amazonaws.com/kumamoto-toshibus/kumamoto-toshibus/eebc6e09-ceb0-45d9-ae61-fc4e8d89712f/feed.zip?response-content-disposition=attachment%3B%20filename%3Dfeed_kumamoto-toshibus_kumamoto-toshibus_20260606_20260719040543.zip&AWSAccessKeyId=ASIARI5CFYANI2SRE3IU&Signature=XZ4ml7DEFfWU%2FWhx6u17RyGIXCE%3D&x-amz-security-token=IQoJb3JpZ2luX2VjEMD%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaDmFwLW5vcnRoZWFzdC0xIkYwRAIge1%2BZjuAtQPtdRkYhOw4NexnN5roZA2CRDiD2N1PwkL0CIArSQt4s3QP3sYvkF2K%2BK8sO9A7QIVrI5Ez9CnezTNxZKtkECIr%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEQBRoMMDg3ODUwMDc0MTM4IgysDNVsPVL2x2jAXHMqrQQRToajzyCbuMcT3%2FT03i4pK0nOfjQlewup%2B3E1NnoB%2Br%2BQe4GySv6SPhzAxFQt9UIOCQcIL5gGO6oCV3WOCD%2BGR3BuIJQpllRKpXO6yk1l5lb3skjH5xpm4Bv9xidw08k6nwdznoeNDu47IHLGLE4dThVm4WlqjPlkfAqqpbS2TkcVpwF8x3RZq9KeXOkAxw1j1lPuvnwfFGUPXRBAVDwbaEOi2G%2FpWGWQVRG4Ow0YOuglkvA1hbWdB6kyI1d3Mg04Z7eAGPls4B1FfmqP%2BKHoxQaPK8sDBd8tguSj88685JaVm%2FyDDj3LiMo37BU5cwe%2BReLQ0fj6uNOHSx511C9DqQ2jJpoP5hQOrZ12UHXJha4jab1ijKv2TRY%2F%2BL0W0MN1VZkgI79yks%2Br%2BNmvYAFlbVqIm6IzUXT3urJS9U%2FmGzFFUesZ9ag6%2FJDHefIVVolfkiVJ2SrkOe0xDT0m5gvZ5hbyS5DYArnJ3j19%2B%2FzZhHK6Gx%2FvpZlajYTdW34izj%2FlL8%2BAHGWEp4Mslv%2Bc4GJgG0zSwdn6W3fjcwFozYJpPTKUFT5o9gqcfJ93kYlcy5S7JjQK4TavzLSVxmpQW6%2FcqL%2FJvy776Lez18B112q%2B8j9TfE%2BVS2w3r5EE5WhMEXrb0xQpFj0uziTaTRCU443YfbmJFaDuBW44LjvVF%2BqLqqPChCeF%2BzGlWyGF512jGW5BoTjeI4j4oQSHf5jdSdQe4CY%2Bk%2BzkXVYn9hPGETDKkvLSBjqkAcwl%2BLSXqq9V2AAgVkbB%2FbSMAft6AvxcQlf%2BIBciu7KyyVAH3PbeRMPM%2FdSB35AbGoIPIupcUTmexW0h13xcyGzV6TqoDhktoIBwJU5NIrPKiwayKuG20xMZXlT6LTP3n%2BPn1fBnWCX5hyX8FoIONx70eZ9D8lKPkZiRRCwawFoj5hO%2FBpBTXjosJ6BrhOURVbVT5cCe1lkh9QMxHfBP9qgwR9ap&Expires=1784450753",
    "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-19T00:00:00+00:00",
  "geo": {
    "bbox": [
      130.66692,
      32.75411,
      130.80939,
      32.90816
    ],
    "lat": 32.79764,
    "lon": 130.72267,
    "stop_count": 819
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 184,
        "trip_count": 2495,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 184,
    "trip_count": 2495
  },
  "overall": {
    "grade": "D",
    "margin_to_lower_band": 3.7,
    "margin_to_next_band": 6.3,
    "score": 63.7
  },
  "recommendations": [],
  "routability": {
    "boardable_stops": 819,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 184,
        "effort": "A cleanup pass in your scheduling software.",
        "fix": "Remove stops no route serves, or add the trips that should call at them.",
        "owner": "Likely your export tool",
        "points": 0.0,
        "severity": "INFO",
        "what": "184 of 819 boardable stops are never served by any trip.",
        "why": "Riders see these stops in apps and on the map but can never catch anything there, which erodes trust in the data."
      }
    ],
    "orphan_stops": 184,
    "single_stop_trips": 0,
    "trips_total": 2495
  },
  "route_map": {
    "drawn_route_count": 0,
    "has_shapes": false,
    "path": "data/artifacts/kumamoto-toshi-bus/geometry.geojson",
    "route_count": 184,
    "routes": [
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4001_1001_1_20260606",
        "label": "O2-0\uff1a\u718a\u672c\u99c5\u2192\u672c\u8358\u753a\u2192\u4e0a\u718a\u672c\u99c5\u2192\u65b0\u753a\u2192\u718a\u672c\u99c5",
        "long": "O2-0\uff1a\u718a\u672c\u99c5\u2192\u672c\u8358\u753a\u2192\u4e0a\u718a\u672c\u99c5\u2192\u65b0\u753a\u2192\u718a\u672c\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4001_1011_1_20260606",
        "label": "O1-0\uff1a\u718a\u672c\u99c5\u2192\u65b0\u753a\u2192\u4e0a\u718a\u672c\u99c5\u2192\u672c\u8358\u753a\u2192\u718a\u672c\u99c5",
        "long": "O1-0\uff1a\u718a\u672c\u99c5\u2192\u65b0\u753a\u2192\u4e0a\u718a\u672c\u99c5\u2192\u672c\u8358\u753a\u2192\u718a\u672c\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4001_1041_1_20260606",
        "label": "O2-0\uff1a\u718a\u672c\u99c5\u2192\u672c\u8358\u753a\u2192\u4e0a\u718a\u672c\u99c5\u2192\u65b0\u753a\u2192\u718a\u672c\u99c5",
        "long": "O2-0\uff1a\u718a\u672c\u99c5\u2192\u672c\u8358\u753a\u2192\u4e0a\u718a\u672c\u99c5\u2192\u65b0\u753a\u2192\u718a\u672c\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4001_1051_1_20260606",
        "label": "O1-0\uff1a\u718a\u672c\u99c5\u2192\u65b0\u753a\u2192\u4e0a\u718a\u672c\u99c5\u2192\u672c\u8358\u753a\u2192\u718a\u672c\u99c5",
        "long": "O1-0\uff1a\u718a\u672c\u99c5\u2192\u65b0\u753a\u2192\u4e0a\u718a\u672c\u99c5\u2192\u672c\u8358\u753a\u2192\u718a\u672c\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4001_1061_1_20260606",
        "label": "O2-0\uff1a\u4e0a\u718a\u672c\u99c5\u2192\u65b0\u753a\u2192\u718a\u672c\u99c5",
        "long": "O2-0\uff1a\u4e0a\u718a\u672c\u99c5\u2192\u65b0\u753a\u2192\u718a\u672c\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4002_2141_1_20260606",
        "label": "\u4ea4\u901a\u30bb\u30f3\u30bf\u30fc\u2192\u718a\u672c\u99c5\u2192\u84ee\u53f0\u5bfa",
        "long": "\u4ea4\u901a\u30bb\u30f3\u30bf\u30fc\u2192\u718a\u672c\u99c5\u2192\u84ee\u53f0\u5bfa",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4002_2611_1_20260606",
        "label": "\u4ea4\u901a\u30bb\u30f3\u30bf\u30fc\u2192\u84ee\u53f0\u5bfa\u2192\u4e0b\u8fd1\u898b\u2192\u30a2\u30af\u30a2\u30c9\u30fc\u30e0",
        "long": "\u4ea4\u901a\u30bb\u30f3\u30bf\u30fc\u2192\u84ee\u53f0\u5bfa\u2192\u4e0b\u8fd1\u898b\u2192\u30a2\u30af\u30a2\u30c9\u30fc\u30e0",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4003_1101_1_20260606",
        "label": "A1-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u4eac\u753a\u672c\u4e01\u2192\u51a8\u5c3e\u56e3\u5730",
        "long": "A1-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u4eac\u753a\u672c\u4e01\u2192\u51a8\u5c3e\u56e3\u5730",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4003_1102_2_20260606",
        "label": "A1-1\uff1a\u51a8\u5c3e\u56e3\u5730\u2192\u4eac\u753a\u672c\u4e01\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "A1-1\uff1a\u51a8\u5c3e\u56e3\u5730\u2192\u4eac\u753a\u672c\u4e01\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4003_1132_2_20260606",
        "label": "A1-1\uff1a\u51a8\u5c3e\u56e3\u5730\u2192\u4eac\u753a\u672c\u4e01",
        "long": "A1-1\uff1a\u51a8\u5c3e\u56e3\u5730\u2192\u4eac\u753a\u672c\u4e01",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4004_2801_1_20260606",
        "label": "B1-2\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u58fa\u4e95\u6a4b\u2192\u672c\u5999\u5bfa\u96fb\u505c\u2192\u82b1\u5712\u2192\u67ff\u539f\u516c\u6c11\u9928",
        "long": "B1-2\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u58fa\u4e95\u6a4b\u2192\u672c\u5999\u5bfa\u96fb\u505c\u2192\u82b1\u5712\u2192\u67ff\u539f\u516c\u6c11\u9928",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4004_2802_2_20260606",
        "label": "B1-2\uff1a\u67ff\u539f\u516c\u6c11\u9928\u2192\u82b1\u5712\u2192\u672c\u5999\u5bfa\u96fb\u505c\u2192\u58fa\u4e95\u6a4b\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "B1-2\uff1a\u67ff\u539f\u516c\u6c11\u9928\u2192\u82b1\u5712\u2192\u672c\u5999\u5bfa\u96fb\u505c\u2192\u58fa\u4e95\u6a4b\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4004_2812_2_20260606",
        "label": "B1-2\uff1a\u67ff\u539f\u516c\u6c11\u9928\u2192\u82b1\u5712\u2192\u672c\u5999\u5bfa\u96fb\u505c",
        "long": "B1-2\uff1a\u67ff\u539f\u516c\u6c11\u9928\u2192\u82b1\u5712\u2192\u672c\u5999\u5bfa\u96fb\u505c",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4005_1421_1_20260606",
        "label": "H3-2\uff1a\u9577\u5dba\u56e3\u5730\u2192\u5c3e\u30ce\u4e0a\u2192\u770c\u5e81\u897f\u9580\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "H3-2\uff1a\u9577\u5dba\u56e3\u5730\u2192\u5c3e\u30ce\u4e0a\u2192\u770c\u5e81\u897f\u9580\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4005_1422_2_20260606",
        "label": "H3-2\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u770c\u5e81\u897f\u9580\u2192\u5c3e\u30ce\u4e0a\u5c0f\u2192\u9577\u5dba\u56e3\u5730",
        "long": "H3-2\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u770c\u5e81\u897f\u9580\u2192\u5c3e\u30ce\u4e0a\u5c0f\u2192\u9577\u5dba\u56e3\u5730",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4005_1431_1_20260606",
        "label": "H3-3\uff1a\u8a17\u9ebb\u5357\u2192\u9244\u5de5\u56e3\u5730\u2192\u770c\u5e81\u897f\u9580\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "H3-3\uff1a\u8a17\u9ebb\u5357\u2192\u9244\u5de5\u56e3\u5730\u2192\u770c\u5e81\u897f\u9580\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4005_1432_2_20260606",
        "label": "H3-3\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u770c\u5e81\u897f\u9580\u2192\u9244\u5de5\u56e3\u5730\u2192\u8a17\u9ebb\u5357",
        "long": "H3-3\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u770c\u5e81\u897f\u9580\u2192\u9244\u5de5\u56e3\u5730\u2192\u8a17\u9ebb\u5357",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4005_1441_1_20260606",
        "label": "H3-1\uff1a\u5c0f\u5cef\u55b6\u696d\u6240\u2192\u65e5\u8d64\u75c5\u9662\u2192\u5e2f\u5c71\u2192\u770c\u5e81\u897f\u9580\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "H3-1\uff1a\u5c0f\u5cef\u55b6\u696d\u6240\u2192\u65e5\u8d64\u75c5\u9662\u2192\u5e2f\u5c71\u2192\u770c\u5e81\u897f\u9580\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4005_1442_2_20260606",
        "label": "H3-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u770c\u5e81\u897f\u9580\u2192\u5e2f\u5c71\u2192\u65e5\u8d64\u75c5\u9662\u2192\u5c0f\u5cef\u55b6\u696d\u6240",
        "long": "H3-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u770c\u5e81\u897f\u9580\u2192\u5e2f\u5c71\u2192\u65e5\u8d64\u75c5\u9662\u2192\u5c0f\u5cef\u55b6\u696d\u6240",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4005_1521_1_20260606",
        "label": "H3-1\uff1a\u9577\u5dba\u56e3\u5730\u2192\u65e5\u8d64\u75c5\u9662\u2192\u5e2f\u5c71\u2192\u770c\u5e81\u897f\u9580\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "H3-1\uff1a\u9577\u5dba\u56e3\u5730\u2192\u65e5\u8d64\u75c5\u9662\u2192\u5e2f\u5c71\u2192\u770c\u5e81\u897f\u9580\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4005_1522_2_20260606",
        "label": "H3-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u770c\u5e81\u897f\u9580\u2192\u5e2f\u5c71\u2192\u65e5\u8d64\u75c5\u9662\u2192\u9577\u5dba\u56e3\u5730",
        "long": "H3-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u770c\u5e81\u897f\u9580\u2192\u5e2f\u5c71\u2192\u65e5\u8d64\u75c5\u9662\u2192\u9577\u5dba\u56e3\u5730",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4005_1541_1_20260606",
        "label": "H3-4\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u770c\u5e81\u897f\u9580\u2192\u65e5\u8d64\u75c5\u9662\u2192\u8a17\u9ebb\u5357",
        "long": "H3-4\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u770c\u5e81\u897f\u9580\u2192\u65e5\u8d64\u75c5\u9662\u2192\u8a17\u9ebb\u5357",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4006_7501_1_20260606",
        "label": "HL\uff1a\u897f\u90e8\u8eca\u5eab\u2192\u897f\u718a\u672c\u99c5\u2192\u6d41\u901a\u56e3\u5730\u2192\u5e2f\u5c71\u2192\u9577\u5dba\u56e3\u5730",
        "long": "HL\uff1a\u897f\u90e8\u8eca\u5eab\u2192\u897f\u718a\u672c\u99c5\u2192\u6d41\u901a\u56e3\u5730\u2192\u5e2f\u5c71\u2192\u9577\u5dba\u56e3\u5730",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4006_7502_2_20260606",
        "label": "HL\uff1a\u9577\u5dba\u56e3\u5730\u2192\u5e2f\u5c71\u2192\u6d41\u901a\u56e3\u5730\u2192\u897f\u718a\u672c\u99c5\u2192\u897f\u90e8\u8eca\u5eab",
        "long": "HL\uff1a\u9577\u5dba\u56e3\u5730\u2192\u5e2f\u5c71\u2192\u6d41\u901a\u56e3\u5730\u2192\u897f\u718a\u672c\u99c5\u2192\u897f\u90e8\u8eca\u5eab",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4007_3601_1_20260606",
        "label": "O4-0\uff1a\u718a\u672c\u99c5\u2192\u5357\u718a\u672c\u99c5\u2192\u770c\u7acb\u5287\u5834\u2192\u672c\u8358\u753a\u2192\u718a\u672c\u99c5",
        "long": "O4-0\uff1a\u718a\u672c\u99c5\u2192\u5357\u718a\u672c\u99c5\u2192\u770c\u7acb\u5287\u5834\u2192\u672c\u8358\u753a\u2192\u718a\u672c\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4007_3611_1_20260606",
        "label": "O3-0\uff1a\u718a\u672c\u99c5\u2192\u672c\u8358\u753a\u2192\u770c\u7acb\u5287\u5834\u2192\u5357\u718a\u672c\u99c5\u2192\u718a\u672c\u99c5",
        "long": "O3-0\uff1a\u718a\u672c\u99c5\u2192\u672c\u8358\u753a\u2192\u770c\u7acb\u5287\u5834\u2192\u5357\u718a\u672c\u99c5\u2192\u718a\u672c\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4007_3621_1_20260606",
        "label": "O3-1\uff1a\u718a\u672c\u99c5\u2192\u672c\u8358\u753a\u2192\u770c\u7acb\u5287\u5834",
        "long": "O3-1\uff1a\u718a\u672c\u99c5\u2192\u672c\u8358\u753a\u2192\u770c\u7acb\u5287\u5834",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4007_3622_2_20260606",
        "label": "O4-1\uff1a\u770c\u7acb\u5287\u5834\u2192\u672c\u8358\u753a\u2192\u718a\u672c\u99c5",
        "long": "O4-1\uff1a\u770c\u7acb\u5287\u5834\u2192\u672c\u8358\u753a\u2192\u718a\u672c\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4007_3631_1_20260606",
        "label": "O3-0\uff1a\u718a\u672c\u99c5\u2192\u672c\u8358\u753a\u2192\u770c\u7acb\u5287\u5834\u2192\u5357\u718a\u672c\u99c5\u2192\u718a\u672c\u99c5",
        "long": "O3-0\uff1a\u718a\u672c\u99c5\u2192\u672c\u8358\u753a\u2192\u770c\u7acb\u5287\u5834\u2192\u5357\u718a\u672c\u99c5\u2192\u718a\u672c\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4007_3641_1_20260606",
        "label": "O4-0\uff1a\u718a\u672c\u99c5\u2192\u5357\u718a\u672c\u99c5\u2192\u770c\u7acb\u5287\u5834\u2192\u672c\u8358\u753a\u2192\u718a\u672c\u99c5",
        "long": "O4-0\uff1a\u718a\u672c\u99c5\u2192\u5357\u718a\u672c\u99c5\u2192\u770c\u7acb\u5287\u5834\u2192\u672c\u8358\u753a\u2192\u718a\u672c\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4007_3651_1_20260606",
        "label": "O4-1\uff1a\u718a\u672c\u99c5\u2192\u5357\u718a\u672c\u99c5\u2192\u770c\u7acb\u5287\u5834",
        "long": "O4-1\uff1a\u718a\u672c\u99c5\u2192\u5357\u718a\u672c\u99c5\u2192\u770c\u7acb\u5287\u5834",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4007_3652_2_20260606",
        "label": "O3-1\uff1a\u770c\u7acb\u5287\u5834\u2192\u5357\u718a\u672c\u99c5\u2192\u718a\u672c\u99c5",
        "long": "O3-1\uff1a\u770c\u7acb\u5287\u5834\u2192\u5357\u718a\u672c\u99c5\u2192\u718a\u672c\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4007_3661_1_20260606",
        "label": "O3-0\uff1a\u718a\u672c\u99c5\u2192\u672c\u8358\u753a\u2192\u5927\u5b66\u75c5\u9662\u69cb\u5185\u2192\u770c\u7acb\u5287\u5834\u2192\u5357\u718a\u672c\u99c5\u2192\u718a\u672c\u99c5",
        "long": "O3-0\uff1a\u718a\u672c\u99c5\u2192\u672c\u8358\u753a\u2192\u5927\u5b66\u75c5\u9662\u69cb\u5185\u2192\u770c\u7acb\u5287\u5834\u2192\u5357\u718a\u672c\u99c5\u2192\u718a\u672c\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4007_3671_1_20260606",
        "label": "O3-1\uff1a\u718a\u672c\u99c5\u2192\u672c\u8358\u753a\u2192\u5927\u5b66\u75c5\u9662\u69cb\u5185\u2192\u770c\u7acb\u5287\u5834",
        "long": "O3-1\uff1a\u718a\u672c\u99c5\u2192\u672c\u8358\u753a\u2192\u5927\u5b66\u75c5\u9662\u69cb\u5185\u2192\u770c\u7acb\u5287\u5834",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4007_3681_1_20260606",
        "label": "O3-0\uff1a\u718a\u672c\u99c5\u2192\u672c\u8358\u753a\u2192\u5927\u5b66\u75c5\u9662\u69cb\u5185\u2192\u770c\u7acb\u5287\u5834\u2192\u5357\u718a\u672c\u99c5\u2192\u718a\u672c\u99c5",
        "long": "O3-0\uff1a\u718a\u672c\u99c5\u2192\u672c\u8358\u753a\u2192\u5927\u5b66\u75c5\u9662\u69cb\u5185\u2192\u770c\u7acb\u5287\u5834\u2192\u5357\u718a\u672c\u99c5\u2192\u718a\u672c\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4008_3701_1_20260606",
        "label": "F4-1\uff1a\u4e0a\u718a\u672c\u99c5\u2192\u5b50\u98fc\u2192\u6e21\u702c\u2192\u4eac\u585a\u2192\u6771\u672c\u753a",
        "long": "F4-1\uff1a\u4e0a\u718a\u672c\u99c5\u2192\u5b50\u98fc\u2192\u6e21\u702c\u2192\u4eac\u585a\u2192\u6771\u672c\u753a",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4008_3702_2_20260606",
        "label": "F4-1\uff1a\u6771\u672c\u753a\u2192\u4eac\u585a\u2192\u6e21\u702c\u2192\u5b50\u98fc\u2192\u4e0a\u718a\u672c\u99c5",
        "long": "F4-1\uff1a\u6771\u672c\u753a\u2192\u4eac\u585a\u2192\u6e21\u702c\u2192\u5b50\u98fc\u2192\u4e0a\u718a\u672c\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4008_3711_1_20260606",
        "label": "F4-1\uff1a\u662d\u548c\u753a\u2192\u4eac\u585a\u2192\u6e21\u702c\u2192\u5b50\u98fc\u2192\u4e0a\u718a\u672c\u99c5",
        "long": "F4-1\uff1a\u662d\u548c\u753a\u2192\u4eac\u585a\u2192\u6e21\u702c\u2192\u5b50\u98fc\u2192\u4e0a\u718a\u672c\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4008_3721_1_20260606",
        "label": "F4-2\uff1a\u4e0a\u718a\u672c\u99c5\u2192\u5b50\u98fc\u2192\u6e21\u702c\u2192\u4eac\u585a\u2192\u718a\u672c\u5e02\u6c11\u75c5\u9662\u2192\u6771\u672c\u753a",
        "long": "F4-2\uff1a\u4e0a\u718a\u672c\u99c5\u2192\u5b50\u98fc\u2192\u6e21\u702c\u2192\u4eac\u585a\u2192\u718a\u672c\u5e02\u6c11\u75c5\u9662\u2192\u6771\u672c\u753a",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4008_3722_2_20260606",
        "label": "F4-2\uff1a\u6771\u672c\u753a\u2192\u718a\u672c\u5e02\u6c11\u75c5\u9662\u2192\u4eac\u585a\u2192\u6e21\u702c\u2192\u5b50\u98fc\u2192\u4e0a\u718a\u672c\u99c5",
        "long": "F4-2\uff1a\u6771\u672c\u753a\u2192\u718a\u672c\u5e02\u6c11\u75c5\u9662\u2192\u4eac\u585a\u2192\u6e21\u702c\u2192\u5b50\u98fc\u2192\u4e0a\u718a\u672c\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4008_3732_2_20260606",
        "label": "F4-2\uff1a\u6771\u672c\u753a\u2192\u718a\u672c\u5e02\u6c11\u75c5\u9662\u2192\u4eac\u585a\u2192\u6e21\u702c\u2192\u5b50\u98fc\u2192\u4e0a\u718a\u672c\u99c5",
        "long": "F4-2\uff1a\u6771\u672c\u753a\u2192\u718a\u672c\u5e02\u6c11\u75c5\u9662\u2192\u4eac\u585a\u2192\u6e21\u702c\u2192\u5b50\u98fc\u2192\u4e0a\u718a\u672c\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4009_5101_1_20260606",
        "label": "G3-2\uff1a\u57ce\u897f\u6821\u5317\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5927\u6c5f\u56db\u4e01\u76ee\u2192\u6c34\u524d\u5bfa\u99c5\u5317\u53e3",
        "long": "G3-2\uff1a\u57ce\u897f\u6821\u5317\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5927\u6c5f\u56db\u4e01\u76ee\u2192\u6c34\u524d\u5bfa\u99c5\u5317\u53e3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4009_5102_2_20260606",
        "label": "U4-1\uff1a\u6c34\u524d\u5bfa\u99c5\u5317\u53e3\u2192\u5927\u6c5f\u56db\u4e01\u76ee\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u57ce\u897f\u6821\u5317",
        "long": "U4-1\uff1a\u6c34\u524d\u5bfa\u99c5\u5317\u53e3\u2192\u5927\u6c5f\u56db\u4e01\u76ee\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u57ce\u897f\u6821\u5317",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4009_5111_1_20260606",
        "label": "G3-1\uff1a\u57ce\u897f\u6821\u5317\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5927\u6c5f\u56db\u4e01\u76ee\u2192\u770c\u7acb\u5287\u5834",
        "long": "G3-1\uff1a\u57ce\u897f\u6821\u5317\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5927\u6c5f\u56db\u4e01\u76ee\u2192\u770c\u7acb\u5287\u5834",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4009_5112_2_20260606",
        "label": "U4-1\uff1a\u770c\u7acb\u5287\u5834\u2192\u5927\u6c5f\u56db\u4e01\u76ee\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u57ce\u897f\u6821\u5317",
        "long": "U4-1\uff1a\u770c\u7acb\u5287\u5834\u2192\u5927\u6c5f\u56db\u4e01\u76ee\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u57ce\u897f\u6821\u5317",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4009_5121_1_20260606",
        "label": "G3-2\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5927\u6c5f\u56db\u4e01\u76ee\u2192\u6c34\u524d\u5bfa\u99c5\u5317\u53e3",
        "long": "G3-2\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5927\u6c5f\u56db\u4e01\u76ee\u2192\u6c34\u524d\u5bfa\u99c5\u5317\u53e3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4009_5122_2_20260606",
        "label": "G3-2\uff1a\u6c34\u524d\u5bfa\u99c5\u5317\u53e3\u2192\u5927\u6c5f\u56db\u4e01\u76ee\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "G3-2\uff1a\u6c34\u524d\u5bfa\u99c5\u5317\u53e3\u2192\u5927\u6c5f\u56db\u4e01\u76ee\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4009_5131_1_20260606",
        "label": "G3-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5927\u6c5f\u56db\u4e01\u76ee\u2192\u770c\u7acb\u5287\u5834",
        "long": "G3-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5927\u6c5f\u56db\u4e01\u76ee\u2192\u770c\u7acb\u5287\u5834",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4009_5132_2_20260606",
        "label": "G3-1\uff1a\u770c\u7acb\u5287\u5834\u2192\u5927\u6c5f\u56db\u4e01\u76ee\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "G3-1\uff1a\u770c\u7acb\u5287\u5834\u2192\u5927\u6c5f\u56db\u4e01\u76ee\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4009_5141_1_20260606",
        "label": "U4-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u57ce\u897f\u6821\u5317",
        "long": "U4-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u57ce\u897f\u6821\u5317",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4009_5142_2_20260606",
        "label": "U4-1\uff1a\u57ce\u897f\u6821\u5317\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "U4-1\uff1a\u57ce\u897f\u6821\u5317\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4009_5151_1_20260606",
        "label": "U4-1\uff1a\u57ce\u897f\u6821\u5317\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u6c34\u9053\u753a",
        "long": "U4-1\uff1a\u57ce\u897f\u6821\u5317\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u6c34\u9053\u753a",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4010_4602_2_20260606",
        "label": "\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5b50\u98fc\u2192\u5317\u6c34\u524d\u5bfa\u2192\u30bb\u30a4\u30e9\u30bf\u30a6\u30f3\u2192\u70cf\u30f6\u6c5f\u7d42\u70b9",
        "long": "\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5b50\u98fc\u2192\u5317\u6c34\u524d\u5bfa\u2192\u30bb\u30a4\u30e9\u30bf\u30a6\u30f3\u2192\u70cf\u30f6\u6c5f\u7d42\u70b9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4010_4612_2_20260606",
        "label": "\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5b50\u98fc\u2192\u5317\u6c34\u524d\u5bfa\u2192\u4e0b\u6c5f\u6d25\u2192\u70cf\u30f6\u6c5f\u7d42\u70b9",
        "long": "\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5b50\u98fc\u2192\u5317\u6c34\u524d\u5bfa\u2192\u4e0b\u6c5f\u6d25\u2192\u70cf\u30f6\u6c5f\u7d42\u70b9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4010_4621_1_20260606",
        "label": "F3-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5b50\u98fc\u2192\u5317\u6c34\u524d\u5bfa\u2192\u6c34\u524d\u5bfa\u9ce5\u5c45",
        "long": "F3-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5b50\u98fc\u2192\u5317\u6c34\u524d\u5bfa\u2192\u6c34\u524d\u5bfa\u9ce5\u5c45",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4010_4622_2_20260606",
        "label": "F3-1\uff1a\u6c34\u524d\u5bfa\u9ce5\u5c45\u2192\u5317\u6c34\u524d\u5bfa\u2192\u5b50\u98fc\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "F3-1\uff1a\u6c34\u524d\u5bfa\u9ce5\u5c45\u2192\u5317\u6c34\u524d\u5bfa\u2192\u5b50\u98fc\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4010_4631_1_20260606",
        "label": "F3-2\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5b50\u98fc\u2192\u5317\u6c34\u524d\u5bfa\u2192\u753b\u56f3\u6a4b",
        "long": "F3-2\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5b50\u98fc\u2192\u5317\u6c34\u524d\u5bfa\u2192\u753b\u56f3\u6a4b",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4010_4632_2_20260606",
        "label": "F3-2\uff1a\u753b\u56f3\u6a4b\u2192\u5317\u6c34\u524d\u5bfa\u2192\u5b50\u98fc\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "F3-2\uff1a\u753b\u56f3\u6a4b\u2192\u5317\u6c34\u524d\u5bfa\u2192\u5b50\u98fc\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4010_4641_1_20260606",
        "label": "F3-2\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5b50\u98fc\u2192\u5317\u6c34\u524d\u5bfa\u2192\u753b\u56f3\u6a4b",
        "long": "F3-2\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5b50\u98fc\u2192\u5317\u6c34\u524d\u5bfa\u2192\u753b\u56f3\u6a4b",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4010_4642_2_20260606",
        "label": "F3-2\uff1a\u753b\u56f3\u6a4b\u2192\u5317\u6c34\u524d\u5bfa\u2192\u5b50\u98fc\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "F3-2\uff1a\u753b\u56f3\u6a4b\u2192\u5317\u6c34\u524d\u5bfa\u2192\u5b50\u98fc\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4010_4651_1_20260606",
        "label": "F3-1\uff1a\u672c\u5c71\u55b6\u696d\u6240\u2192\u65e5\u9280\u524d\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5b50\u98fc\u2192\u5317\u6c34\u524d\u5bfa\u2192\u6c34\u524d\u5bfa\u9ce5\u5c45",
        "long": "F3-1\uff1a\u672c\u5c71\u55b6\u696d\u6240\u2192\u65e5\u9280\u524d\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5b50\u98fc\u2192\u5317\u6c34\u524d\u5bfa\u2192\u6c34\u524d\u5bfa\u9ce5\u5c45",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4010_4652_2_20260606",
        "label": "F3-1\uff1a\u6c34\u524d\u5bfa\u9ce5\u5c45\u2192\u5317\u6c34\u524d\u5bfa\u2192\u5b50\u98fc\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u65e5\u9280\u524d\u2192\u672c\u5c71\u55b6\u696d\u6240",
        "long": "F3-1\uff1a\u6c34\u524d\u5bfa\u9ce5\u5c45\u2192\u5317\u6c34\u524d\u5bfa\u2192\u5b50\u98fc\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u65e5\u9280\u524d\u2192\u672c\u5c71\u55b6\u696d\u6240",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4010_4661_1_20260606",
        "label": "F3-2\uff1a\u672c\u5c71\u55b6\u696d\u6240\u2192\u65e5\u9280\u524d\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5b50\u98fc\u2192\u5317\u6c34\u524d\u5bfa\u2192\u753b\u56f3\u6a4b",
        "long": "F3-2\uff1a\u672c\u5c71\u55b6\u696d\u6240\u2192\u65e5\u9280\u524d\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5b50\u98fc\u2192\u5317\u6c34\u524d\u5bfa\u2192\u753b\u56f3\u6a4b",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4010_4662_2_20260606",
        "label": "F3-2\uff1a\u753b\u56f3\u6a4b\u2192\u5317\u6c34\u524d\u5bfa\u2192\u5b50\u98fc\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u65e5\u9280\u524d\u2192\u672c\u5c71\u55b6\u696d\u6240",
        "long": "F3-2\uff1a\u753b\u56f3\u6a4b\u2192\u5317\u6c34\u524d\u5bfa\u2192\u5b50\u98fc\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u65e5\u9280\u524d\u2192\u672c\u5c71\u55b6\u696d\u6240",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4011_2561_1_20260606",
        "label": "K1-1\uff1a\u79cb\u6d25\u5c0f\u6960\u8a18\u5ff5\u9928\u2192\u82e5\u8449\u6821\u2192\u52d5\u690d\u7269\u5712\u2192\u770c\u5e81\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "K1-1\uff1a\u79cb\u6d25\u5c0f\u6960\u8a18\u5ff5\u9928\u2192\u82e5\u8449\u6821\u2192\u52d5\u690d\u7269\u5712\u2192\u770c\u5e81\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4011_2562_2_20260606",
        "label": "K1-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u770c\u5e81\u2192\u52d5\u690d\u7269\u5712\u2192\u82e5\u8449\u6821\u2192\u79cb\u6d25\u5c0f\u6960\u8a18\u5ff5\u9928",
        "long": "K1-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u770c\u5e81\u2192\u52d5\u690d\u7269\u5712\u2192\u82e5\u8449\u6821\u2192\u79cb\u6d25\u5c0f\u6960\u8a18\u5ff5\u9928",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4011_2601_1_20260606",
        "label": "Y2-1\uff1a\u5c0f\u5cef\u55b6\u696d\u6240\u2192\u5065\u8ecd\u96fb\u505c\u2192\u79cb\u6d25\u5c0f\u6960\u8a18\u5ff5\u9928",
        "long": "Y2-1\uff1a\u5c0f\u5cef\u55b6\u696d\u6240\u2192\u5065\u8ecd\u96fb\u505c\u2192\u79cb\u6d25\u5c0f\u6960\u8a18\u5ff5\u9928",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4011_2602_2_20260606",
        "label": "Y2-1\uff1a\u79cb\u6d25\u5c0f\u6960\u8a18\u5ff5\u9928\u2192\u5065\u8ecd\u96fb\u505c\u2192\u5c0f\u5cef\u55b6\u696d\u6240",
        "long": "Y2-1\uff1a\u79cb\u6d25\u5c0f\u6960\u8a18\u5ff5\u9928\u2192\u5065\u8ecd\u96fb\u505c\u2192\u5c0f\u5cef\u55b6\u696d\u6240",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4012_1711_1_20260606",
        "label": "H1-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u718a\u9ad8\u6b63\u9580\u2192\u65e5\u8d64\u75c5\u9662\u2192\u5c0f\u5cef\u55b6\u696d\u6240",
        "long": "H1-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u718a\u9ad8\u6b63\u9580\u2192\u65e5\u8d64\u75c5\u9662\u2192\u5c0f\u5cef\u55b6\u696d\u6240",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4012_1712_2_20260606",
        "label": "H1-1\uff1a\u5c0f\u5cef\u55b6\u696d\u6240\u2192\u65e5\u8d64\u75c5\u9662\u2192\u718a\u9ad8\u6b63\u9580\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "H1-1\uff1a\u5c0f\u5cef\u55b6\u696d\u6240\u2192\u65e5\u8d64\u75c5\u9662\u2192\u718a\u9ad8\u6b63\u9580\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4012_1751_1_20260606",
        "label": "H1-1/W1-1\uff1a\u5c0f\u5cef\u55b6\u696d\u6240\u2192\u718a\u9ad8\u6b63\u9580\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u8352\u5c3e\u6a4b\u2192\u718a\u9ad8\u6b63\u9580\u2192\u5c0f\u5cef\u55b6\u696d\u6240",
        "long": "H1-1/W1-1\uff1a\u5c0f\u5cef\u55b6\u696d\u6240\u2192\u718a\u9ad8\u6b63\u9580\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u8352\u5c3e\u6a4b\u2192\u718a\u9ad8\u6b63\u9580\u2192\u5c0f\u5cef\u55b6\u696d\u6240",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4012_1761_1_20260606",
        "label": "H2-1/W2-1\uff1a\u5c0f\u5cef\u55b6\u696d\u6240\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u8352\u5c3e\u6a4b\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u5c0f\u5cef\u55b6\u696d\u6240",
        "long": "H2-1/W2-1\uff1a\u5c0f\u5cef\u55b6\u696d\u6240\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u8352\u5c3e\u6a4b\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u5c0f\u5cef\u55b6\u696d\u6240",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4012_1821_1_20260606",
        "label": "H1-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u718a\u9ad8\u6b63\u9580\u2192\u65e5\u8d64\u75c5\u9662\u2192\u9577\u5dba\u56e3\u5730",
        "long": "H1-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u718a\u9ad8\u6b63\u9580\u2192\u65e5\u8d64\u75c5\u9662\u2192\u9577\u5dba\u56e3\u5730",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4012_1822_2_20260606",
        "label": "H1-1\uff1a\u9577\u5dba\u56e3\u5730\u2192\u65e5\u8d64\u75c5\u9662\u2192\u718a\u9ad8\u6b63\u9580\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "H1-1\uff1a\u9577\u5dba\u56e3\u5730\u2192\u65e5\u8d64\u75c5\u9662\u2192\u718a\u9ad8\u6b63\u9580\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4012_1861_1_20260606",
        "label": "H1-1/W1-1\uff1a\u9577\u5dba\u56e3\u5730\u2192\u718a\u9ad8\u6b63\u9580\u2192\u8352\u5c3e\u6a4b\u2192\u718a\u9ad8\u6b63\u9580\u2192\u9577\u5dba\u56e3\u5730",
        "long": "H1-1/W1-1\uff1a\u9577\u5dba\u56e3\u5730\u2192\u718a\u9ad8\u6b63\u9580\u2192\u8352\u5c3e\u6a4b\u2192\u718a\u9ad8\u6b63\u9580\u2192\u9577\u5dba\u56e3\u5730",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4012_1931_1_20260606",
        "label": "W1-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u8352\u5c3e\u6a4b\u2192\u6c34\u9053\u753a",
        "long": "W1-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u8352\u5c3e\u6a4b\u2192\u6c34\u9053\u753a",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4012_1941_1_20260606",
        "label": "H1-1/W1-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u8352\u5c3e\u6a4b\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u718a\u9ad8\u6b63\u9580\u2192\u9577\u5dba\u56e3\u5730",
        "long": "H1-1/W1-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u8352\u5c3e\u6a4b\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u718a\u9ad8\u6b63\u9580\u2192\u9577\u5dba\u56e3\u5730",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4012_1961_1_20260606",
        "label": "H1-1/W1-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u8352\u5c3e\u6a4b\u2192\u718a\u9ad8\u6b63\u9580\u2192\u5c0f\u5cef\u55b6\u696d\u6240",
        "long": "H1-1/W1-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u8352\u5c3e\u6a4b\u2192\u718a\u9ad8\u6b63\u9580\u2192\u5c0f\u5cef\u55b6\u696d\u6240",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4012_1981_1_20260606",
        "label": "W1-1\uff1a\u5c0f\u5cef\u55b6\u696d\u6240\u2192\u718a\u9ad8\u6b63\u9580\u2192\u8352\u5c3e\u6a4b\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "W1-1\uff1a\u5c0f\u5cef\u55b6\u696d\u6240\u2192\u718a\u9ad8\u6b63\u9580\u2192\u8352\u5c3e\u6a4b\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4012_2001_1_20260606",
        "label": "W1-1\uff1a\u9577\u5dba\u56e3\u5730\u2192\u718a\u9ad8\u6b63\u9580\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u8352\u5c3e\u6a4b\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "W1-1\uff1a\u9577\u5dba\u56e3\u5730\u2192\u718a\u9ad8\u6b63\u9580\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u8352\u5c3e\u6a4b\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4012_2021_1_20260606",
        "label": "W1-1\uff1a\u9577\u5dba\u56e3\u5730\u2192\u718a\u9ad8\u6b63\u9580\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u8352\u5c3e\u6a4b\u2192\u6c34\u9053\u753a",
        "long": "W1-1\uff1a\u9577\u5dba\u56e3\u5730\u2192\u718a\u9ad8\u6b63\u9580\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u8352\u5c3e\u6a4b\u2192\u6c34\u9053\u753a",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4012_2041_1_20260606",
        "label": "H1-1/W1-1\uff1a\u5c0f\u5cef\u55b6\u696d\u6240\u2192\u718a\u9ad8\u6b63\u9580\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u8352\u5c3e\u6a4b\u2192\u718a\u9ad8\u6b63\u9580\u2192\u9577\u5dba\u56e3\u5730",
        "long": "H1-1/W1-1\uff1a\u5c0f\u5cef\u55b6\u696d\u6240\u2192\u718a\u9ad8\u6b63\u9580\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u8352\u5c3e\u6a4b\u2192\u718a\u9ad8\u6b63\u9580\u2192\u9577\u5dba\u56e3\u5730",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4012_2051_1_20260606",
        "label": "H2-1/W2-1\uff1a\u5c0f\u5cef\u55b6\u696d\u6240\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u8352\u5c3e\u6a4b\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u9577\u5dba\u56e3\u5730",
        "long": "H2-1/W2-1\uff1a\u5c0f\u5cef\u55b6\u696d\u6240\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u8352\u5c3e\u6a4b\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u9577\u5dba\u56e3\u5730",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4012_7001_1_20260606",
        "label": "H1-1/W1-1\uff1a\u9577\u5dba\u56e3\u5730\u2192\u718a\u9ad8\u6b63\u9580\u2192\u8352\u5c3e\u6a4b\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u718a\u9ad8\u6b63\u9580\u2192\u5c0f\u5cef\u55b6\u696d\u6240",
        "long": "H1-1/W1-1\uff1a\u9577\u5dba\u56e3\u5730\u2192\u718a\u9ad8\u6b63\u9580\u2192\u8352\u5c3e\u6a4b\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u718a\u9ad8\u6b63\u9580\u2192\u5c0f\u5cef\u55b6\u696d\u6240",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4012_7011_1_20260606",
        "label": "H2-1/W2-1\uff1a\u9577\u5dba\u56e3\u5730\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u8352\u5c3e\u6a4b\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u5c0f\u5cef\u55b6\u696d\u6240",
        "long": "H2-1/W2-1\uff1a\u9577\u5dba\u56e3\u5730\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u8352\u5c3e\u6a4b\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u5c0f\u5cef\u55b6\u696d\u6240",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4013_3401_1_20260606",
        "label": "Y1-1\uff1a\u9577\u5dba\u56e3\u5730\u2192\u6771\u753a\u56e3\u5730\u2192\u5065\u8ecd\u96fb\u505c\u2192\u82e5\u8449\u6821",
        "long": "Y1-1\uff1a\u9577\u5dba\u56e3\u5730\u2192\u6771\u753a\u56e3\u5730\u2192\u5065\u8ecd\u96fb\u505c\u2192\u82e5\u8449\u6821",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4013_3402_2_20260606",
        "label": "Y1-1\uff1a\u82e5\u8449\u6821\u2192\u5065\u8ecd\u96fb\u505c\u2192\u6771\u753a\u56e3\u5730\u2192\u9577\u5dba\u56e3\u5730",
        "long": "Y1-1\uff1a\u82e5\u8449\u6821\u2192\u5065\u8ecd\u96fb\u505c\u2192\u6771\u753a\u56e3\u5730\u2192\u9577\u5dba\u56e3\u5730",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4013_3411_1_20260606",
        "label": "Y0-1/Y0-3\uff1a\u9577\u5dba\u56e3\u5730\u2192\u6771\u90f5\u4fbf\u5c40\u2192\u5065\u8ecd\u96fb\u505c\u2192\u9577\u5dba\u56e3\u5730",
        "long": "Y0-1/Y0-3\uff1a\u9577\u5dba\u56e3\u5730\u2192\u6771\u90f5\u4fbf\u5c40\u2192\u5065\u8ecd\u96fb\u505c\u2192\u9577\u5dba\u56e3\u5730",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4013_3421_1_20260606",
        "label": "Y0-1/Y0-3\uff1a\u9577\u5dba\u56e3\u5730\u2192\u5065\u8ecd\u96fb\u505c\u2192\u6771\u90f5\u4fbf\u5c40\u2192\u9577\u5dba\u56e3\u5730",
        "long": "Y0-1/Y0-3\uff1a\u9577\u5dba\u56e3\u5730\u2192\u5065\u8ecd\u96fb\u505c\u2192\u6771\u90f5\u4fbf\u5c40\u2192\u9577\u5dba\u56e3\u5730",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4013_3431_1_20260606",
        "label": "Y1-4\uff1a\u8a17\u9ebb\u307e\u3061\u3065\u304f\u308a\u30bb\u30f3\u30bf\u30fc\u2192\u9577\u5dba\u56e3\u5730\u2192\u6771\u753a\u56e3\u5730\u2192\u5065\u8ecd\u96fb\u505c\u2192\u82e5\u8449\u6821",
        "long": "Y1-4\uff1a\u8a17\u9ebb\u307e\u3061\u3065\u304f\u308a\u30bb\u30f3\u30bf\u30fc\u2192\u9577\u5dba\u56e3\u5730\u2192\u6771\u753a\u56e3\u5730\u2192\u5065\u8ecd\u96fb\u505c\u2192\u82e5\u8449\u6821",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4013_3432_2_20260606",
        "label": "Y1-4\uff1a\u82e5\u8449\u6821\u2192\u5065\u8ecd\u96fb\u505c\u2192\u6771\u753a\u56e3\u5730\u2192\u9577\u5dba\u56e3\u5730\u2192\u8a17\u9ebb\u307e\u3061\u3065\u304f\u308a\u30bb\u30f3\u30bf\u30fc",
        "long": "Y1-4\uff1a\u82e5\u8449\u6821\u2192\u5065\u8ecd\u96fb\u505c\u2192\u6771\u753a\u56e3\u5730\u2192\u9577\u5dba\u56e3\u5730\u2192\u8a17\u9ebb\u307e\u3061\u3065\u304f\u308a\u30bb\u30f3\u30bf\u30fc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4013_3441_1_20260606",
        "label": "Y1-1\uff1a\u6771\u753a\u56e3\u5730\u2192\u5065\u8ecd\u96fb\u505c\u2192\u82e5\u8449\u6821",
        "long": "Y1-1\uff1a\u6771\u753a\u56e3\u5730\u2192\u5065\u8ecd\u96fb\u505c\u2192\u82e5\u8449\u6821",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4013_3451_1_20260606",
        "label": "Y1-1\uff1a\u9577\u5dba\u56e3\u5730\u2192\u6771\u753a\u56e3\u5730\u2192\u5065\u8ecd\u96fb\u505c\u2192\u82e5\u8449\u6821",
        "long": "Y1-1\uff1a\u9577\u5dba\u56e3\u5730\u2192\u6771\u753a\u56e3\u5730\u2192\u5065\u8ecd\u96fb\u505c\u2192\u82e5\u8449\u6821",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4013_3452_2_20260606",
        "label": "Y1-1\uff1a\u82e5\u8449\u6821\u2192\u5065\u8ecd\u96fb\u505c\u2192\u6771\u753a\u56e3\u5730\u2192\u9577\u5dba\u56e3\u5730",
        "long": "Y1-1\uff1a\u82e5\u8449\u6821\u2192\u5065\u8ecd\u96fb\u505c\u2192\u6771\u753a\u56e3\u5730\u2192\u9577\u5dba\u56e3\u5730",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4013_3461_1_20260606",
        "label": "Y1-1\uff1a\u5c71\u306e\u795e\u2192\u6771\u753a\u56e3\u5730\u2192\u5065\u8ecd\u96fb\u505c",
        "long": "Y1-1\uff1a\u5c71\u306e\u795e\u2192\u6771\u753a\u56e3\u5730\u2192\u5065\u8ecd\u96fb\u505c",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4013_3471_1_20260606",
        "label": "Y1-1\uff1a\u9577\u5dba\u56e3\u5730\u2192\u6771\u753a\u56e3\u5730\u2192\u5065\u8ecd\u96fb\u505c",
        "long": "Y1-1\uff1a\u9577\u5dba\u56e3\u5730\u2192\u6771\u753a\u56e3\u5730\u2192\u5065\u8ecd\u96fb\u505c",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4013_3472_2_20260606",
        "label": "Y1-1\uff1a\u5065\u8ecd\u96fb\u505c\u2192\u6771\u753a\u56e3\u5730\u2192\u9577\u5dba\u56e3\u5730",
        "long": "Y1-1\uff1a\u5065\u8ecd\u96fb\u505c\u2192\u6771\u753a\u56e3\u5730\u2192\u9577\u5dba\u56e3\u5730",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4014_5001_1_20260606",
        "label": "G1-4\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5927\u6c5f\u56db\u4e01\u76ee\u2192\u65e5\u8d64\u75c5\u9662\u2192\u9577\u5dba\u5c0f\u5b66\u6821",
        "long": "G1-4\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5927\u6c5f\u56db\u4e01\u76ee\u2192\u65e5\u8d64\u75c5\u9662\u2192\u9577\u5dba\u5c0f\u5b66\u6821",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4014_5002_2_20260606",
        "label": "G1-4\uff1a\u9577\u5dba\u5c0f\u5b66\u6821\u2192\u65e5\u8d64\u75c5\u9662\u2192\u5927\u6c5f\u56db\u4e01\u76ee\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "G1-4\uff1a\u9577\u5dba\u5c0f\u5b66\u6821\u2192\u65e5\u8d64\u75c5\u9662\u2192\u5927\u6c5f\u56db\u4e01\u76ee\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4015_3501_1_20260606",
        "label": "L3-1\uff1a\u5c0f\u5cef\u55b6\u696d\u6240\u2192\u6771\u753a\u56e3\u5730\u2192\u5065\u8ecd\u96fb\u505c\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "L3-1\uff1a\u5c0f\u5cef\u55b6\u696d\u6240\u2192\u6771\u753a\u56e3\u5730\u2192\u5065\u8ecd\u96fb\u505c\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4015_3531_1_20260606",
        "label": "L3-1\uff1a\u6771\u753a\u56e3\u5730\u2192\u5065\u8ecd\u96fb\u505c\u2192\u718a\u5546\u524d\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "L3-1\uff1a\u6771\u753a\u56e3\u5730\u2192\u5065\u8ecd\u96fb\u505c\u2192\u718a\u5546\u524d\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4015_3532_2_20260606",
        "label": "L3-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u718a\u5546\u524d\u2192\u5065\u8ecd\u96fb\u505c\u2192\u6771\u753a\u56e3\u5730",
        "long": "L3-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u718a\u5546\u524d\u2192\u5065\u8ecd\u96fb\u505c\u2192\u6771\u753a\u56e3\u5730",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4016_4801_1_20260606",
        "label": "H4-1\uff1a\u718a\u672c\u99c5\u2192\u5927\u5b66\u75c5\u9662\u2192\u770c\u7acb\u5287\u5834\u2192\u718a\u9ad8\u6b63\u9580\u2192\u9577\u5dba\u56e3\u5730",
        "long": "H4-1\uff1a\u718a\u672c\u99c5\u2192\u5927\u5b66\u75c5\u9662\u2192\u770c\u7acb\u5287\u5834\u2192\u718a\u9ad8\u6b63\u9580\u2192\u9577\u5dba\u56e3\u5730",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4017_4001_1_20260606",
        "label": "K6-0\uff1a\u4e0a\u718a\u672c\u99c5\u2192\u5e02\u5f79\u6240\u2192\u770c\u5e81\u2192\u770c\u4f1a\u8b70\u4e8b\u5802",
        "long": "K6-0\uff1a\u4e0a\u718a\u672c\u99c5\u2192\u5e02\u5f79\u6240\u2192\u770c\u5e81\u2192\u770c\u4f1a\u8b70\u4e8b\u5802",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4017_4002_2_20260606",
        "label": "K6-0\uff1a\u770c\u4f1a\u8b70\u4e8b\u5802\u2192\u770c\u5e81\u2192\u5e02\u5f79\u6240\u2192\u4e0a\u718a\u672c\u99c5",
        "long": "K6-0\uff1a\u770c\u4f1a\u8b70\u4e8b\u5802\u2192\u770c\u5e81\u2192\u5e02\u5f79\u6240\u2192\u4e0a\u718a\u672c\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4017_4011_1_20260606",
        "label": "J1-1\uff1a\u770c\u4f1a\u8b70\u4e8b\u5802\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u5e02\u5f79\u6240\u2192\u4e0a\u718a\u672c\u99c5",
        "long": "J1-1\uff1a\u770c\u4f1a\u8b70\u4e8b\u5802\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u5e02\u5f79\u6240\u2192\u4e0a\u718a\u672c\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4017_4021_1_20260606",
        "label": "J1-1\uff1a\u4e0a\u718a\u672c\u99c5\u2192\u5e02\u5f79\u6240\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u5c0f\u5cef\u55b6\u696d\u6240",
        "long": "J1-1\uff1a\u4e0a\u718a\u672c\u99c5\u2192\u5e02\u5f79\u6240\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u5c0f\u5cef\u55b6\u696d\u6240",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4017_4022_2_20260606",
        "label": "J1-1\uff1a\u5c0f\u5cef\u55b6\u696d\u6240\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u5e02\u5f79\u6240\u2192\u4e0a\u718a\u672c\u99c5",
        "long": "J1-1\uff1a\u5c0f\u5cef\u55b6\u696d\u6240\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u5e02\u5f79\u6240\u2192\u4e0a\u718a\u672c\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4017_4031_1_20260606",
        "label": "K1-2\uff1a\u4e0a\u718a\u672c\u99c5\u2192\u58fa\u4e95\u6a4b\u2192\u5e02\u5f79\u6240\u2192\u770c\u5e81\u2192\u753b\u56f3\u6a4b",
        "long": "K1-2\uff1a\u4e0a\u718a\u672c\u99c5\u2192\u58fa\u4e95\u6a4b\u2192\u5e02\u5f79\u6240\u2192\u770c\u5e81\u2192\u753b\u56f3\u6a4b",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4017_4032_2_20260606",
        "label": "K1-2\uff1a\u753b\u56f3\u6a4b\u2192\u770c\u5e81\u2192\u5e02\u5f79\u6240\u2192\u58fa\u4e95\u6a4b\u2192\u4e0a\u718a\u672c\u99c5",
        "long": "K1-2\uff1a\u753b\u56f3\u6a4b\u2192\u770c\u5e81\u2192\u5e02\u5f79\u6240\u2192\u58fa\u4e95\u6a4b\u2192\u4e0a\u718a\u672c\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4017_4041_1_20260606",
        "label": "K1-2\uff1a\u4e0a\u718a\u672c\u99c5\u2192\u58fa\u4e95\u6a4b\u2192\u5e02\u5f79\u6240\u2192\u770c\u5e81\u2192\u753b\u56f3\u6a4b",
        "long": "K1-2\uff1a\u4e0a\u718a\u672c\u99c5\u2192\u58fa\u4e95\u6a4b\u2192\u5e02\u5f79\u6240\u2192\u770c\u5e81\u2192\u753b\u56f3\u6a4b",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4017_4042_2_20260606",
        "label": "K1-2\uff1a\u753b\u56f3\u6a4b\u2192\u770c\u5e81\u2192\u5e02\u5f79\u6240\u2192\u58fa\u4e95\u6a4b\u2192\u4e0a\u718a\u672c\u99c5",
        "long": "K1-2\uff1a\u753b\u56f3\u6a4b\u2192\u770c\u5e81\u2192\u5e02\u5f79\u6240\u2192\u58fa\u4e95\u6a4b\u2192\u4e0a\u718a\u672c\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4018_3901_1_20260606",
        "label": "\u718a\u672c\u99c5\u2192\u5927\u5b66\u75c5\u9662\u2192\u770c\u5e81\u2192\u4eac\u585a\u2192\u5c0f\u5cef\u55b6\u696d\u6240",
        "long": "\u718a\u672c\u99c5\u2192\u5927\u5b66\u75c5\u9662\u2192\u770c\u5e81\u2192\u4eac\u585a\u2192\u5c0f\u5cef\u55b6\u696d\u6240",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4018_3902_2_20260606",
        "label": "K6-0\uff1a\u5c0f\u5cef\u55b6\u696d\u6240\u2192\u4eac\u585a\u2192\u770c\u5e81\u2192\u5927\u5b66\u75c5\u9662\u2192\u718a\u672c\u99c5",
        "long": "K6-0\uff1a\u5c0f\u5cef\u55b6\u696d\u6240\u2192\u4eac\u585a\u2192\u770c\u5e81\u2192\u5927\u5b66\u75c5\u9662\u2192\u718a\u672c\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4018_3921_1_20260606",
        "label": "K6-0\uff1a\u718a\u672c\u99c5\u2192\u5927\u5b66\u75c5\u9662\u2192\u770c\u5e81\u2192\u770c\u4f1a\u8b70\u4e8b\u5802",
        "long": "K6-0\uff1a\u718a\u672c\u99c5\u2192\u5927\u5b66\u75c5\u9662\u2192\u770c\u5e81\u2192\u770c\u4f1a\u8b70\u4e8b\u5802",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4018_3922_2_20260606",
        "label": "K6-0\uff1a\u770c\u4f1a\u8b70\u4e8b\u5802\u2192\u770c\u5e81\u2192\u5927\u5b66\u75c5\u9662\u2192\u718a\u672c\u99c5",
        "long": "K6-0\uff1a\u770c\u4f1a\u8b70\u4e8b\u5802\u2192\u770c\u5e81\u2192\u5927\u5b66\u75c5\u9662\u2192\u718a\u672c\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4019_4201_1_20260606",
        "label": "B1-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u58fa\u4e95\u6a4b\u2192\u4e0a\u718a\u672c\u55b6\u696d\u6240",
        "long": "B1-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u58fa\u4e95\u6a4b\u2192\u4e0a\u718a\u672c\u55b6\u696d\u6240",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4019_4202_2_20260606",
        "label": "B1-1\uff1a\u4e0a\u718a\u672c\u55b6\u696d\u6240\u2192\u58fa\u4e95\u6a4b\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "B1-1\uff1a\u4e0a\u718a\u672c\u55b6\u696d\u6240\u2192\u58fa\u4e95\u6a4b\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4019_4211_1_20260606",
        "label": "U1-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u6bb5\u5c71\u2192\u4e0a\u718a\u672c\u99c5\u2192\u4e0a\u718a\u672c\u55b6\u696d\u6240",
        "long": "U1-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u6bb5\u5c71\u2192\u4e0a\u718a\u672c\u99c5\u2192\u4e0a\u718a\u672c\u55b6\u696d\u6240",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4019_4212_2_20260606",
        "label": "U1-1\uff1a\u4e0a\u718a\u672c\u55b6\u696d\u6240\u2192\u4e0a\u718a\u672c\u99c5\u2192\u6bb5\u5c71\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "U1-1\uff1a\u4e0a\u718a\u672c\u55b6\u696d\u6240\u2192\u4e0a\u718a\u672c\u99c5\u2192\u6bb5\u5c71\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4020_4101_1_20260606",
        "label": "P3-1\uff1a\u5909\u96fb\u6240\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5357\u718a\u672c\u99c5\u2192\u9577\u6e9d\u56e3\u5730",
        "long": "P3-1\uff1a\u5909\u96fb\u6240\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5357\u718a\u672c\u99c5\u2192\u9577\u6e9d\u56e3\u5730",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4020_4102_2_20260606",
        "label": "G4-1\uff1a\u9577\u6e9d\u56e3\u5730\u2192\u5357\u718a\u672c\u99c5\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5909\u96fb\u6240",
        "long": "G4-1\uff1a\u9577\u6e9d\u56e3\u5730\u2192\u5357\u718a\u672c\u99c5\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5909\u96fb\u6240",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4020_4111_1_20260606",
        "label": "\u53575\uff1a\u5909\u96fb\u6240\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5357\u718a\u672c\u99c5\u2192\u70cf\u30f6\u6c5f\u7d42\u70b9",
        "long": "\u53575\uff1a\u5909\u96fb\u6240\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5357\u718a\u672c\u99c5\u2192\u70cf\u30f6\u6c5f\u7d42\u70b9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4020_4112_2_20260606",
        "label": "\u70cf\u30f6\u6c5f\u7d42\u70b9\u2192\u5357\u718a\u672c\u99c5\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5909\u96fb\u6240",
        "long": "\u70cf\u30f6\u6c5f\u7d42\u70b9\u2192\u5357\u718a\u672c\u99c5\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5909\u96fb\u6240",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4020_4141_1_20260606",
        "label": "P3-1\uff1a\u9577\u6e9d\u56e3\u5730\u2192\u5357\u718a\u672c\u99c5\u2192\u65b0\u5e02\u8857\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "P3-1\uff1a\u9577\u6e9d\u56e3\u5730\u2192\u5357\u718a\u672c\u99c5\u2192\u65b0\u5e02\u8857\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4020_4142_2_20260606",
        "label": "P3-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u65b0\u5e02\u8857\u2192\u5357\u718a\u672c\u99c5\u2192\u9577\u6e9d\u56e3\u5730",
        "long": "P3-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u65b0\u5e02\u8857\u2192\u5357\u718a\u672c\u99c5\u2192\u9577\u6e9d\u56e3\u5730",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4020_4161_1_20260606",
        "label": "G4-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u901a\u753a\u7b4b\u2192\u660e\u5348\u6a4b\u2192\u5909\u96fb\u6240",
        "long": "G4-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u901a\u753a\u7b4b\u2192\u660e\u5348\u6a4b\u2192\u5909\u96fb\u6240",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4020_4162_2_20260606",
        "label": "G4-1\uff1a\u5909\u96fb\u6240\u2192\u660e\u5348\u6a4b\u2192\u901a\u753a\u7b4b\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "G4-1\uff1a\u5909\u96fb\u6240\u2192\u660e\u5348\u6a4b\u2192\u901a\u753a\u7b4b\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4020_4171_1_20260606",
        "label": "P3-1\uff1a\u5357\u718a\u672c\u99c5\u2192\u9577\u6e9d\u56e3\u5730",
        "long": "P3-1\uff1a\u5357\u718a\u672c\u99c5\u2192\u9577\u6e9d\u56e3\u5730",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4020_4172_2_20260606",
        "label": "P3-1\uff1a\u9577\u6e9d\u56e3\u5730\u2192\u5357\u718a\u672c\u99c5",
        "long": "P3-1\uff1a\u9577\u6e9d\u56e3\u5730\u2192\u5357\u718a\u672c\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4020_4181_1_20260606",
        "label": "\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5357\u718a\u672c\u99c5\u2192\u9577\u6e9d\u56e3\u5730\u2192\u70cf\u30f6\u6c5f\u7d42\u70b9",
        "long": "\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5357\u718a\u672c\u99c5\u2192\u9577\u6e9d\u56e3\u5730\u2192\u70cf\u30f6\u6c5f\u7d42\u70b9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4021_4521_1_20260606",
        "label": "L0-0\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u753b\u56f3\u9053\u2192\u5357\u718a\u672c\u99c5\u2192\u4e0b\u901a\u7b4b\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "L0-0\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u753b\u56f3\u9053\u2192\u5357\u718a\u672c\u99c5\u2192\u4e0b\u901a\u7b4b\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4021_4531_1_20260606",
        "label": "P0-0\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u4e0b\u901a\u7b4b\u2192\u5357\u718a\u672c\u99c5\u2192\u753b\u56f3\u9053\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "P0-0\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u4e0b\u901a\u7b4b\u2192\u5357\u718a\u672c\u99c5\u2192\u753b\u56f3\u9053\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4022_2301_1_20260606",
        "label": "P1-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u8f9b\u5cf6\u753a\u2192\u8429\u539f\u2192\u6e08\u751f\u4f1a\u75c5\u9662",
        "long": "P1-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u8f9b\u5cf6\u753a\u2192\u8429\u539f\u2192\u6e08\u751f\u4f1a\u75c5\u9662",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4022_2302_2_20260606",
        "label": "P1-1\uff1a\u6e08\u751f\u4f1a\u75c5\u9662\u2192\u8429\u539f\u2192\u8f9b\u5cf6\u753a\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "P1-1\uff1a\u6e08\u751f\u4f1a\u75c5\u9662\u2192\u8429\u539f\u2192\u8f9b\u5cf6\u753a\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4022_2311_1_20260606",
        "label": "P2-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u4e0b\u901a\u7b4b\u2192\u5e73\u6210\u753a\u2192\u6e08\u751f\u4f1a\u75c5\u9662\u2192\u91ce\u8d8a\u56e3\u5730",
        "long": "P2-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u4e0b\u901a\u7b4b\u2192\u5e73\u6210\u753a\u2192\u6e08\u751f\u4f1a\u75c5\u9662\u2192\u91ce\u8d8a\u56e3\u5730",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4022_2312_2_20260606",
        "label": "P2-1\uff1a\u91ce\u8d8a\u56e3\u5730\u2192\u6e08\u751f\u4f1a\u75c5\u9662\u2192\u5e73\u6210\u753a\u2192\u4e0b\u901a\u7b4b\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "P2-1\uff1a\u91ce\u8d8a\u56e3\u5730\u2192\u6e08\u751f\u4f1a\u75c5\u9662\u2192\u5e73\u6210\u753a\u2192\u4e0b\u901a\u7b4b\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4022_2321_1_20260606",
        "label": "S3-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u718a\u672c\u99c5\u2192\u84ee\u53f0\u5bfa\u2192\u6e08\u751f\u4f1a\u75c5\u9662",
        "long": "S3-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u718a\u672c\u99c5\u2192\u84ee\u53f0\u5bfa\u2192\u6e08\u751f\u4f1a\u75c5\u9662",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4022_2322_2_20260606",
        "label": "S3-1\uff1a\u6e08\u751f\u4f1a\u75c5\u9662\u2192\u84ee\u53f0\u5bfa\u2192\u718a\u672c\u99c5\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "S3-1\uff1a\u6e08\u751f\u4f1a\u75c5\u9662\u2192\u84ee\u53f0\u5bfa\u2192\u718a\u672c\u99c5\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4022_2331_1_20260606",
        "label": "\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u84ee\u53f0\u5bfa\u2192\u6e08\u751f\u4f1a\u75c5\u9662\u2192\u4e2d\u592e\u75c5\u9662",
        "long": "\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u84ee\u53f0\u5bfa\u2192\u6e08\u751f\u4f1a\u75c5\u9662\u2192\u4e2d\u592e\u75c5\u9662",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4022_7201_1_20260606",
        "label": "P2-1\uff1a\u5357\u718a\u672c\u99c5\u2192\u5e73\u6210\u753a\u2192\u6e08\u751f\u4f1a\u75c5\u9662\u2192\u91ce\u8d8a\u56e3\u5730",
        "long": "P2-1\uff1a\u5357\u718a\u672c\u99c5\u2192\u5e73\u6210\u753a\u2192\u6e08\u751f\u4f1a\u75c5\u9662\u2192\u91ce\u8d8a\u56e3\u5730",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4022_7202_2_20260606",
        "label": "P2-1\uff1a\u91ce\u8d8a\u56e3\u5730\u2192\u6e08\u751f\u4f1a\u75c5\u9662\u2192\u5e73\u6210\u753a\u2192\u5357\u718a\u672c\u99c5",
        "long": "P2-1\uff1a\u91ce\u8d8a\u56e3\u5730\u2192\u6e08\u751f\u4f1a\u75c5\u9662\u2192\u5e73\u6210\u753a\u2192\u5357\u718a\u672c\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4025_4401_1_20260606",
        "label": "S2-1\uff1a\u718a\u672c\u99c5\u2192\u6cb3\u539f\u753a\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "S2-1\uff1a\u718a\u672c\u99c5\u2192\u6cb3\u539f\u753a\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4025_4402_2_20260606",
        "label": "S2-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u718a\u672c\u99c5\u2192\u672c\u5c71\u55b6\u696d\u6240",
        "long": "S2-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u718a\u672c\u99c5\u2192\u672c\u5c71\u55b6\u696d\u6240",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4025_4411_1_20260606",
        "label": "R4-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u8fce\u5b9d\u753a\u2192\u672c\u5c71\u55b6\u696d\u6240",
        "long": "R4-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u8fce\u5b9d\u753a\u2192\u672c\u5c71\u55b6\u696d\u6240",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4025_4412_2_20260606",
        "label": "R4-1\uff1a\u672c\u5c71\u55b6\u696d\u6240\u2192\u8fce\u5b9d\u753a\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "R4-1\uff1a\u672c\u5c71\u55b6\u696d\u6240\u2192\u8fce\u5b9d\u753a\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4026_3301_1_20260606",
        "label": "A1-1\uff1a\u82e5\u8449\u6821\u2192\u770c\u5e81\u2192\u5e02\u5f79\u6240\u2192\u4eac\u753a\u672c\u4e01\u2192\u5bcc\u5c3e\u56e3\u5730",
        "long": "A1-1\uff1a\u82e5\u8449\u6821\u2192\u770c\u5e81\u2192\u5e02\u5f79\u6240\u2192\u4eac\u753a\u672c\u4e01\u2192\u5bcc\u5c3e\u56e3\u5730",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4026_3302_2_20260606",
        "label": "A1-1\uff1a\u5bcc\u5c3e\u56e3\u5730\u2192\u4eac\u753a\u672c\u4e01\u2192\u5e02\u5f79\u6240\u2192\u770c\u5e81\u2192\u82e5\u8449\u6821",
        "long": "A1-1\uff1a\u5bcc\u5c3e\u56e3\u5730\u2192\u4eac\u753a\u672c\u4e01\u2192\u5e02\u5f79\u6240\u2192\u770c\u5e81\u2192\u82e5\u8449\u6821",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4027_1201_1_20260606",
        "label": "\u5c0f\u5cef\u30fb\u4eac\u585a\u30fb\u6c34\u524d\u5bfa\u99c5\u30fb\u4ea4\u901a\u30bb\u30f3\u30bf\u30fc\u30fb\u718a\u672c\u99c5",
        "long": "\u5c0f\u5cef\u30fb\u4eac\u585a\u30fb\u6c34\u524d\u5bfa\u99c5\u30fb\u4ea4\u901a\u30bb\u30f3\u30bf\u30fc\u30fb\u718a\u672c\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4027_1202_2_20260606",
        "label": "\u718a\u672c\u99c5\u30fb\u4ea4\u901a\u30bb\u30f3\u30bf\u30fc\u30fb\u6c34\u524d\u5bfa\u99c5\u30fb\u4eac\u585a\u30fb\u5c0f\u5cef",
        "long": "\u718a\u672c\u99c5\u30fb\u4ea4\u901a\u30bb\u30f3\u30bf\u30fc\u30fb\u6c34\u524d\u5bfa\u99c5\u30fb\u4eac\u585a\u30fb\u5c0f\u5cef",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4027_1211_1_20260606",
        "label": "\u4eac\u585a\u30fb\u6c34\u524d\u5bfa\u99c5\u30fb\u4ea4\u901a\u30bb\u30f3\u30bf\u30fc\u30fb\u718a\u672c\u99c5",
        "long": "\u4eac\u585a\u30fb\u6c34\u524d\u5bfa\u99c5\u30fb\u4ea4\u901a\u30bb\u30f3\u30bf\u30fc\u30fb\u718a\u672c\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4027_1212_2_20260606",
        "label": "\u718a\u672c\u99c5\u30fb\u4ea4\u901a\u30bb\u30f3\u30bf\u30fc\u30fb\u6c34\u524d\u5bfa\u99c5\u30fb\u4eac\u585a",
        "long": "\u718a\u672c\u99c5\u30fb\u4ea4\u901a\u30bb\u30f3\u30bf\u30fc\u30fb\u6c34\u524d\u5bfa\u99c5\u30fb\u4eac\u585a",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4027_1231_1_20260606",
        "label": "J1-3\uff1a\u4e09\u5c71\u8358\u2192\u6238\u5cf6\u56e3\u5730\u2192\u5c0f\u5cef\u2192\u4eac\u585a\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "J1-3\uff1a\u4e09\u5c71\u8358\u2192\u6238\u5cf6\u56e3\u5730\u2192\u5c0f\u5cef\u2192\u4eac\u585a\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4027_1232_2_20260606",
        "label": "J1-3\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u4eac\u585a\u2192\u5c0f\u5cef\u2192\u6238\u5cf6\u56e3\u5730\u2192\u4e09\u5c71\u8358",
        "long": "J1-3\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u4eac\u585a\u2192\u5c0f\u5cef\u2192\u6238\u5cf6\u56e3\u5730\u2192\u4e09\u5c71\u8358",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4027_1241_1_20260606",
        "label": "J1-2\uff1a\u5c0f\u5cef\u2192\u65b0\u5916\u2192\u4eac\u585a\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "J1-2\uff1a\u5c0f\u5cef\u2192\u65b0\u5916\u2192\u4eac\u585a\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4027_1242_2_20260606",
        "label": "J1-2\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u4eac\u585a\u2192\u65b0\u5916\u2192\u5c0f\u5cef",
        "long": "J1-2\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u4eac\u585a\u2192\u65b0\u5916\u2192\u5c0f\u5cef",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4027_1251_1_20260606",
        "label": "J2-2\uff1a\u5c0f\u5cef\u2192\u6771\u7a1c\u9ad8\u6821\u2192\u65b0\u5916\u2192\u4eac\u585a\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "J2-2\uff1a\u5c0f\u5cef\u2192\u6771\u7a1c\u9ad8\u6821\u2192\u65b0\u5916\u2192\u4eac\u585a\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4027_1252_2_20260606",
        "label": "J2-2\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u4eac\u585a\u2192\u65b0\u5916\u2192\u6771\u7a1c\u9ad8\u6821\u2192\u5c0f\u5cef",
        "long": "J2-2\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u4eac\u585a\u2192\u65b0\u5916\u2192\u6771\u7a1c\u9ad8\u6821\u2192\u5c0f\u5cef",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4027_1261_1_20260606",
        "label": "J1-1\uff1a\u5c0f\u5cef\u55b6\u696d\u6240\u2192\u65b0\u5916\u2192\u4eac\u585a\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u718a\u672c\u99c5",
        "long": "J1-1\uff1a\u5c0f\u5cef\u55b6\u696d\u6240\u2192\u65b0\u5916\u2192\u4eac\u585a\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u718a\u672c\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4027_1262_2_20260606",
        "label": "J1-1\uff1a\u718a\u672c\u99c5\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u4eac\u585a\u2192\u65b0\u5916\u2192\u5c0f\u5cef\u55b6\u696d\u6240",
        "long": "J1-1\uff1a\u718a\u672c\u99c5\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u4eac\u585a\u2192\u65b0\u5916\u2192\u5c0f\u5cef\u55b6\u696d\u6240",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4027_1271_1_20260606",
        "label": "J1-2\uff1a\u5c0f\u5cef\u2192\u65b0\u5916\u2192\u4eac\u585a\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u718a\u672c\u99c5",
        "long": "J1-2\uff1a\u5c0f\u5cef\u2192\u65b0\u5916\u2192\u4eac\u585a\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u718a\u672c\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4027_1272_2_20260606",
        "label": "J1-2\uff1a\u718a\u672c\u99c5\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u4eac\u585a\u2192\u65b0\u5916\u2192\u5c0f\u5cef",
        "long": "J1-2\uff1a\u718a\u672c\u99c5\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u4eac\u585a\u2192\u65b0\u5916\u2192\u5c0f\u5cef",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4027_1291_1_20260606",
        "label": "J1-3\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u4eac\u585a\u2192\u5c0f\u5cef\u2192\u4e09\u5c71\u8358",
        "long": "J1-3\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u4eac\u585a\u2192\u5c0f\u5cef\u2192\u4e09\u5c71\u8358",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4027_1301_1_20260606",
        "label": "\u4eac\u585a\u30fb\u6c34\u524d\u5bfa\u99c5\u30fb\u4ea4\u901a\u30bb\u30f3\u30bf\u30fc\u30fb\u718a\u672c\u99c5",
        "long": "\u4eac\u585a\u30fb\u6c34\u524d\u5bfa\u99c5\u30fb\u4ea4\u901a\u30bb\u30f3\u30bf\u30fc\u30fb\u718a\u672c\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4027_1311_1_20260606",
        "label": "J1-1\uff1a\u5c0f\u5cef\u55b6\u696d\u6240\u2192\u65b0\u5916\u2192\u4eac\u585a\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "J1-1\uff1a\u5c0f\u5cef\u55b6\u696d\u6240\u2192\u65b0\u5916\u2192\u4eac\u585a\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4027_1312_2_20260606",
        "label": "J1-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u4eac\u585a\u2192\u65b0\u5916\u2192\u5c0f\u5cef\u55b6\u696d\u6240",
        "long": "J1-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u4eac\u585a\u2192\u65b0\u5916\u2192\u5c0f\u5cef\u55b6\u696d\u6240",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4027_1331_1_20260606",
        "label": "J1-3\uff1a\u4e09\u5c71\u8358\u2192\u6238\u5cf6\u56e3\u5730\u2192\u5c0f\u5cef\u2192\u4eac\u585a\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u718a\u672c\u99c5",
        "long": "J1-3\uff1a\u4e09\u5c71\u8358\u2192\u6238\u5cf6\u56e3\u5730\u2192\u5c0f\u5cef\u2192\u4eac\u585a\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u718a\u672c\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4027_1332_2_20260606",
        "label": "J1-3\uff1a\u718a\u672c\u99c5\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u4eac\u585a\u2192\u5c0f\u5cef\u2192\u6238\u5cf6\u56e3\u5730\u2192\u4e09\u5c71\u8358",
        "long": "J1-3\uff1a\u718a\u672c\u99c5\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u4eac\u585a\u2192\u5c0f\u5cef\u2192\u6238\u5cf6\u56e3\u5730\u2192\u4e09\u5c71\u8358",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4027_1361_1_20260606",
        "label": "J3-3\uff1a\u4e09\u5c71\u8358\u2192\u6771\u90e8\u4ea4\u6d41\u30bb\u30f3\u30bf\u30fc\u2192\u8449\u5c71\u56e3\u5730\u2192\u5c0f\u5cef\u2192\u4eac\u585a\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "J3-3\uff1a\u4e09\u5c71\u8358\u2192\u6771\u90e8\u4ea4\u6d41\u30bb\u30f3\u30bf\u30fc\u2192\u8449\u5c71\u56e3\u5730\u2192\u5c0f\u5cef\u2192\u4eac\u585a\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4027_1362_2_20260606",
        "label": "J3-3\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u4eac\u585a\u2192\u5c0f\u5cef\u2192\u8449\u5c71\u56e3\u5730\u2192\u6771\u90e8\u4ea4\u6d41\u30bb\u30f3\u30bf\u30fc\u2192\u4e09\u5c71\u8358",
        "long": "J3-3\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u6c34\u524d\u5bfa\u99c5\u2192\u4eac\u585a\u2192\u5c0f\u5cef\u2192\u8449\u5c71\u56e3\u5730\u2192\u6771\u90e8\u4ea4\u6d41\u30bb\u30f3\u30bf\u30fc\u2192\u4e09\u5c71\u8358",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4028_7701_1_20260606",
        "label": "SS\uff1a\u718a\u672c\u99c5\u2192\u65b0\u753a\u2192\u718a\u672c\u57ce\u2192\u5546\u5de5\u4f1a\u8b70\u6240\u524d\u2192\u718a\u672c\u99c5",
        "long": "SS\uff1a\u718a\u672c\u99c5\u2192\u65b0\u753a\u2192\u718a\u672c\u57ce\u2192\u5546\u5de5\u4f1a\u8b70\u6240\u524d\u2192\u718a\u672c\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4030_7761_1_20260606",
        "label": "YY\uff1a\u690d\u6728\u99d0\u8eca\u5834\u2192\u690d\u6728\u99c5\u2192\u7530\u539f\u5742\uff2e\uff34\u2192\u690d\u6728\u99d0\u8eca\u5834",
        "long": "YY\uff1a\u690d\u6728\u99d0\u8eca\u5834\u2192\u690d\u6728\u99c5\u2192\u7530\u539f\u5742\uff2e\uff34\u2192\u690d\u6728\u99d0\u8eca\u5834",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4030_7771_1_20260606",
        "label": "YY\uff1a\u3059\u3044\u304b\u306e\u91cc\u2192\u690d\u6728\u99d0\u8eca\u5834\u2192\u690d\u6728\u99c5\u2192\u7530\u539f\u5742\uff2e\uff34\u2192\u690d\u6728\u99d0\u8eca\u5834\u2192\u3059\u3044\u304b\u306e\u91cc",
        "long": "YY\uff1a\u3059\u3044\u304b\u306e\u91cc\u2192\u690d\u6728\u99d0\u8eca\u5834\u2192\u690d\u6728\u99c5\u2192\u7530\u539f\u5742\uff2e\uff34\u2192\u690d\u6728\u99d0\u8eca\u5834\u2192\u3059\u3044\u304b\u306e\u91cc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4031_7651_1_20260606",
        "label": "-\uff1a\u6c34\u9053\u753a\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u56fd\u7acb\u75c5\u9662",
        "long": "-\uff1a\u6c34\u9053\u753a\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u56fd\u7acb\u75c5\u9662",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4031_7652_2_20260606",
        "label": "-\uff1a\u56fd\u7acb\u75c5\u9662\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u6c34\u9053\u753a",
        "long": "-\uff1a\u56fd\u7acb\u75c5\u9662\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u6c34\u9053\u753a",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4031_7661_1_20260606",
        "label": "-\uff1a\u901a\u753a\u7b4b\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u56fd\u7acb\u75c5\u9662",
        "long": "-\uff1a\u901a\u753a\u7b4b\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u56fd\u7acb\u75c5\u9662",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4032_4901_1_20260606",
        "label": "G1-6\uff1a\u718a\u672c\u99c5\u2192\u5927\u5b66\u75c5\u9662\u2192\u5927\u6c5f\u6e21\u9e7f\u2192\u4fdd\u7530\u7aaa\u56db\u30c4\u89d2\u2192\u65e5\u8d64\u75c5\u9662\u2192\u9577\u5dba\u5c0f\u5b66\u6821",
        "long": "G1-6\uff1a\u718a\u672c\u99c5\u2192\u5927\u5b66\u75c5\u9662\u2192\u5927\u6c5f\u6e21\u9e7f\u2192\u4fdd\u7530\u7aaa\u56db\u30c4\u89d2\u2192\u65e5\u8d64\u75c5\u9662\u2192\u9577\u5dba\u5c0f\u5b66\u6821",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4032_4902_2_20260606",
        "label": "G1-6\uff1a\u9577\u5dba\u5c0f\u5b66\u6821\u2192\u9577\u5dba\u56e3\u5730\u2192\u65e5\u8d64\u75c5\u9662\u2192\u4fdd\u7530\u7aaa\u56db\u30c4\u89d2\u2192\u5927\u6c5f\u6e21\u9e7f\u2192\u5927\u5b66\u75c5\u9662\u2192\u718a\u672c\u99c5",
        "long": "G1-6\uff1a\u9577\u5dba\u5c0f\u5b66\u6821\u2192\u9577\u5dba\u56e3\u5730\u2192\u65e5\u8d64\u75c5\u9662\u2192\u4fdd\u7530\u7aaa\u56db\u30c4\u89d2\u2192\u5927\u6c5f\u6e21\u9e7f\u2192\u5927\u5b66\u75c5\u9662\u2192\u718a\u672c\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4033_5201_1_20260606",
        "label": "G1-2\uff1a\u718a\u672c\u99c5\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u718a\u672c\u6574\u5f62\u5916\u79d1\u75c5\u9662\u524d\u2192\u5927\u6c5f\u6e21\u9e7f\u2192\u4fdd\u7530\u7aaa\u56db\u30c4\u89d2\u2192\u9244\u5de5\u56e3\u5730\u2192\u65e5\u8d64\u75c5\u9662\u5317\u53e3\u2192\u8a17\u9ebb\u5357\u2192\u30c8\u30e9\u30c3\u30af\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "G1-2\uff1a\u718a\u672c\u99c5\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u718a\u672c\u6574\u5f62\u5916\u79d1\u75c5\u9662\u524d\u2192\u5927\u6c5f\u6e21\u9e7f\u2192\u4fdd\u7530\u7aaa\u56db\u30c4\u89d2\u2192\u9244\u5de5\u56e3\u5730\u2192\u65e5\u8d64\u75c5\u9662\u5317\u53e3\u2192\u8a17\u9ebb\u5357\u2192\u30c8\u30e9\u30c3\u30af\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4033_5202_2_20260606",
        "label": "G1-2\uff1a\u30c8\u30e9\u30c3\u30af\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u8a17\u9ebb\u5357\u2192\u65e5\u8d64\u75c5\u9662\u5317\u53e3\u2192\u9244\u5de5\u56e3\u5730\u2192\u4fdd\u7530\u7aaa\u56db\u30c4\u89d2\u2192\u5927\u6c5f\u6e21\u9e7f\u2192\u718a\u672c\u6574\u5f62\u5916\u79d1\u75c5\u9662\u524d\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u718a\u672c\u99c5",
        "long": "G1-2\uff1a\u30c8\u30e9\u30c3\u30af\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u8a17\u9ebb\u5357\u2192\u65e5\u8d64\u75c5\u9662\u5317\u53e3\u2192\u9244\u5de5\u56e3\u5730\u2192\u4fdd\u7530\u7aaa\u56db\u30c4\u89d2\u2192\u5927\u6c5f\u6e21\u9e7f\u2192\u718a\u672c\u6574\u5f62\u5916\u79d1\u75c5\u9662\u524d\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u718a\u672c\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4033_5211_1_20260606",
        "label": "G1-5\uff1a\u718a\u672c\u99c5\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u718a\u672c\u6574\u5f62\u5916\u79d1\u75c5\u9662\u524d\u2192\u5927\u6c5f\u6e21\u9e7f\u2192\u4fdd\u7530\u7aaa\u56db\u30c4\u89d2\u2192\u65e5\u8d64\u75c5\u9662\u2192\u9577\u5dba\u56e3\u5730\u2192\u9577\u5dba\u5c0f\u5b66\u6821\u2192\u30d1\u30fc\u30af\u30c9\u30fc\u30e0\u2192\u514d\u8a31\u30bb\u30f3\u30bf\u30fc",
        "long": "G1-5\uff1a\u718a\u672c\u99c5\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u718a\u672c\u6574\u5f62\u5916\u79d1\u75c5\u9662\u524d\u2192\u5927\u6c5f\u6e21\u9e7f\u2192\u4fdd\u7530\u7aaa\u56db\u30c4\u89d2\u2192\u65e5\u8d64\u75c5\u9662\u2192\u9577\u5dba\u56e3\u5730\u2192\u9577\u5dba\u5c0f\u5b66\u6821\u2192\u30d1\u30fc\u30af\u30c9\u30fc\u30e0\u2192\u514d\u8a31\u30bb\u30f3\u30bf\u30fc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4033_5212_2_20260606",
        "label": "G1-5\uff1a\u514d\u8a31\u30bb\u30f3\u30bf\u30fc\u2192\u9577\u5dba\u5c0f\u5b66\u6821\u2192\u9577\u5dba\u56e3\u5730\u2192\u65e5\u8d64\u75c5\u9662\u2192\u4fdd\u7530\u7aaa\u56db\u30c4\u89d2\u2192\u5927\u6c5f\u6e21\u9e7f\u2192\u718a\u672c\u6574\u5f62\u5916\u79d1\u75c5\u9662\u524d\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u718a\u672c\u99c5",
        "long": "G1-5\uff1a\u514d\u8a31\u30bb\u30f3\u30bf\u30fc\u2192\u9577\u5dba\u5c0f\u5b66\u6821\u2192\u9577\u5dba\u56e3\u5730\u2192\u65e5\u8d64\u75c5\u9662\u2192\u4fdd\u7530\u7aaa\u56db\u30c4\u89d2\u2192\u5927\u6c5f\u6e21\u9e7f\u2192\u718a\u672c\u6574\u5f62\u5916\u79d1\u75c5\u9662\u524d\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u718a\u672c\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4033_5213_1_20260606",
        "label": "G1-5\uff1a\u514d\u8a31\u30bb\u30f3\u30bf\u30fc\u2192\u9577\u5dba\u5c0f\u5b66\u6821\u2192\u9577\u5dba\u56e3\u5730\u2192\u65e5\u8d64\u75c5\u9662\u2192\u4fdd\u7530\u7aaa\u56db\u30c4\u89d2\u2192\u5927\u6c5f\u6e21\u9e7f\u2192\u718a\u672c\u6574\u5f62\u5916\u79d1\u75c5\u9662\u524d\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u718a\u672c\u99c5",
        "long": "G1-5\uff1a\u514d\u8a31\u30bb\u30f3\u30bf\u30fc\u2192\u9577\u5dba\u5c0f\u5b66\u6821\u2192\u9577\u5dba\u56e3\u5730\u2192\u65e5\u8d64\u75c5\u9662\u2192\u4fdd\u7530\u7aaa\u56db\u30c4\u89d2\u2192\u5927\u6c5f\u6e21\u9e7f\u2192\u718a\u672c\u6574\u5f62\u5916\u79d1\u75c5\u9662\u524d\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u718a\u672c\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4035_8001_1_20260606",
        "label": "ML\uff1a\u718a\u672c\u99c5\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u4e0b\u901a\u7b4b\u2192\u901a\u753a\u7b4b\u2192\u718a\u672c\u99c5",
        "long": "ML\uff1a\u718a\u672c\u99c5\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u4e0b\u901a\u7b4b\u2192\u901a\u753a\u7b4b\u2192\u718a\u672c\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 819,
    "stop_points_capped": false
  },
  "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-19",
  "top_fixes": [
    {
      "code": "missing_required_column",
      "count": 3,
      "effort": "Often an export setting; ask your vendor if it recurs.",
      "fix": "Add the required column named in the finding to the flagged file.",
      "owner": "Likely your export tool",
      "points": 12.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "A file is missing a column that GTFS requires.",
      "why": "Apps may reject the whole file, so riders could lose the affected routes or stops."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 819,
      "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": 2,
      "severity": "WARNING",
      "what": "819 of 819 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": 2495,
      "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": 3,
      "severity": "WARNING",
      "what": "2495 of 2495 trips don't say whether the vehicle is wheelchair accessible.",
      "why": "Even with accessible stops, riders need to know the bus itself can take them."
    }
  ],
  "validator_version": "8.0.1"
}
