{
  "agency": {
    "country": "JP",
    "id": "sanko-bus",
    "name": "Sanko Bus (\u7523\u4ea4\u30d0\u30b9)",
    "operating_note": "Kyushu Sanko Bus's route network across Kumamoto Prefecture; 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": 14.9,
          "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.4,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 4612,
        "translations": {
          "feed_lang": "ja",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 14158,
        "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": 4612,
          "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": "4612 of 4612 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": 14158,
          "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": "14158 of 14158 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.4,
      "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": 145,
          "WARNING": 25838
        },
        "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": 19828,
          "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": "leading_or_trailing_whitespaces",
          "count": 4380,
          "effort": "Usually one export setting.",
          "fix": "Trim leading and trailing spaces on export. The scorecard's auto-fixed copy already does this.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some values have extra spaces at the start or end.",
          "why": "A stray space can break a match, so a stop or route may fail to link across files."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 1627,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "duplicate_route_name",
          "count": 2,
          "effort": "One field per route.",
          "fix": "Give each route a distinct short or long name.",
          "owner": "",
          "points": 4.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": 102,
          "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": 53.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 10 kinds of issue across 25986 instances (3 error, 25838 warning, 145 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-07-01",
        "feed_version": "20260701_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 Kyushu Sanko Bus Co., Ltd. through the GTFS Data Repository (gtfs-data.jp). Credit Kyushu Sanko Bus Co., Ltd.",
    "reachable": true,
    "sha256": "8cdf84b0025d42b1fecbfae3a23ff1ec5bd59a0976d729077d9c8e9ba70c4b5c",
    "size_bytes": 5835266,
    "static_url": "https://api.gtfs-data.jp/v2/organizations/sankobus/feeds/sankobus/files/feed.zip?rid=current"
  },
  "fetch": {
    "final_url": "https://prodgtfsdatareposharedinfrasta-filebucketcdfcd6de-1qqhtsxlwh6la.s3.amazonaws.com/sankobus/sankobus/6ae36036-a317-4aa4-96ff-d048e3c63652/feed.zip?response-content-disposition=attachment%3B%20filename%3Dfeed_sankobus_sankobus_20260701_20260719040550.zip&AWSAccessKeyId=ASIARI5CFYANI2SRE3IU&Signature=tHqJdwIHKO1mwq2ob25Qk9Mlx2Q%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=1784451078",
    "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": [
      129.99173,
      32.12769,
      131.67195,
      33.31424
    ],
    "lat": 32.74975,
    "lon": 130.6739,
    "stop_count": 4612
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 479,
        "trip_count": 14158,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 479,
    "trip_count": 14158
  },
  "overall": {
    "grade": "D",
    "margin_to_lower_band": 4.6,
    "margin_to_next_band": 5.4,
    "score": 64.6
  },
  "recommendations": [],
  "routability": {
    "boardable_stops": 4612,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 14158
  },
  "route_map": {
    "drawn_route_count": 0,
    "has_shapes": false,
    "path": "data/artifacts/sanko-bus/geometry.geojson",
    "route_count": 479,
    "routes": [
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "100_100140_1_20260701",
        "label": "\u677e\u6a4b\u99c5\u2192\u5805\u5fd7\u7530\uff5e\u4f50\u4fe3\u306e\u6e6f\u2192\u7825\u7528\u4e2d\u592e",
        "long": "\u677e\u6a4b\u99c5\u2192\u5805\u5fd7\u7530\uff5e\u4f50\u4fe3\u306e\u6e6f\u2192\u7825\u7528\u4e2d\u592e",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "100_100141_1_20260701",
        "label": "\u7825\u7528\u4e2d\u592e\u2192\u4f50\u4fe3\u306e\u6e6f\uff5e\u5805\u5fd7\u7530\u2192\u677e\u6a4b\u99c5",
        "long": "\u7825\u7528\u4e2d\u592e\u2192\u4f50\u4fe3\u306e\u6e6f\uff5e\u5805\u5fd7\u7530\u2192\u677e\u6a4b\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "100_100150_1_20260701",
        "label": "\u5b87\u571f\u99c5\u524d\u2192\u5c71\u5d0e\u6a4b\uff5e\u5805\u5fd7\u7530\u2192\u7825\u7528\u4e2d\u592e",
        "long": "\u5b87\u571f\u99c5\u524d\u2192\u5c71\u5d0e\u6a4b\uff5e\u5805\u5fd7\u7530\u2192\u7825\u7528\u4e2d\u592e",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "100_100151_1_20260701",
        "label": "\u7825\u7528\u4e2d\u592e\u2192\u5805\u5fd7\u7530\uff5e\u5c71\u5d0e\u6a4b\u2192\u5b87\u571f\u99c5\u524d",
        "long": "\u7825\u7528\u4e2d\u592e\u2192\u5805\u5fd7\u7530\uff5e\u5c71\u5d0e\u6a4b\u2192\u5b87\u571f\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "101_101110_1_20260701",
        "label": "\u4e09\u89d2\u7523\u4ea4\u2192\u6771\u6e2f\uff5e\u8d64\u702c\u2192\u5b87\u571f\u99c5\u524d",
        "long": "\u4e09\u89d2\u7523\u4ea4\u2192\u6771\u6e2f\uff5e\u8d64\u702c\u2192\u5b87\u571f\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "101_101111_1_20260701",
        "label": "\u5b87\u571f\u99c5\u524d\u2192\u8d64\u702c\uff5e\u6771\u6e2f\u2192\u4e09\u89d2\u7523\u4ea4",
        "long": "\u5b87\u571f\u99c5\u524d\u2192\u8d64\u702c\uff5e\u6771\u6e2f\u2192\u4e09\u89d2\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "102_102020_1_20260701",
        "label": "\u3055\u3093\u3071\u30fc\u308b\u2192\u6f01\u5354\u524d\uff5e\u2192\u3055\u3093\u3071\u30fc\u308b",
        "long": "\u3055\u3093\u3071\u30fc\u308b\u2192\u6f01\u5354\u524d\uff5e\u2192\u3055\u3093\u3071\u30fc\u308b",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "102_102021_1_20260701",
        "label": "\u3055\u3093\u3071\u30fc\u308b\u2192\u4e0a\u5929\u8349\u9ad8\u6821\u524d\uff5e\u30b9\u30d1\u30bf\u30e9\u30bd\u2192\u3055\u3093\u3071\u30fc\u308b",
        "long": "\u3055\u3093\u3071\u30fc\u308b\u2192\u4e0a\u5929\u8349\u9ad8\u6821\u524d\uff5e\u30b9\u30d1\u30bf\u30e9\u30bd\u2192\u3055\u3093\u3071\u30fc\u308b",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "102_102060_1_20260701",
        "label": "\u3055\u3093\u3071\u30fc\u308b\u2192\u6f01\u5354\u524d\uff5e\u702c\u9ad8\u2192\u3055\u3093\u3071\u30fc\u308b",
        "long": "\u3055\u3093\u3071\u30fc\u308b\u2192\u6f01\u5354\u524d\uff5e\u702c\u9ad8\u2192\u3055\u3093\u3071\u30fc\u308b",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "102_102061_1_20260701",
        "label": "\u3055\u3093\u3071\u30fc\u308b\u2192\u702c\u9ad8\uff5e\u6f01\u5354\u524d\u2192\u3055\u3093\u3071\u30fc\u308b",
        "long": "\u3055\u3093\u3071\u30fc\u308b\u2192\u702c\u9ad8\uff5e\u6f01\u5354\u524d\u2192\u3055\u3093\u3071\u30fc\u308b",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "104_104020_1_20260701",
        "label": "\u3055\u3093\u3071\u30fc\u308b\u2192\uff5e\u5357\u30fb\u91ce\u91dc\u2192\u3055\u3093\u3071\u30fc\u308b",
        "long": "\u3055\u3093\u3071\u30fc\u308b\u2192\uff5e\u5357\u30fb\u91ce\u91dc\u2192\u3055\u3093\u3071\u30fc\u308b",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "104_104021_1_20260701",
        "label": "\u3055\u3093\u3071\u30fc\u308b\u2192\u5357\u30fb\u91ce\u91dc\uff5e\u2192\u3055\u3093\u3071\u30fc\u308b",
        "long": "\u3055\u3093\u3071\u30fc\u308b\u2192\u5357\u30fb\u91ce\u91dc\uff5e\u2192\u3055\u3093\u3071\u30fc\u308b",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "106_106100_1_20260701",
        "label": "9\uff1a\u516b\u4ee3\u5e02\u5f79\u6240\u524d\u2192\u52b4\u707d\u75c5\u9662\uff5e\u7a2e\u5c71\u2192\u516b\u8fb2\u5206\u6821\u524d",
        "long": "9\uff1a\u516b\u4ee3\u5e02\u5f79\u6240\u524d\u2192\u52b4\u707d\u75c5\u9662\uff5e\u7a2e\u5c71\u2192\u516b\u8fb2\u5206\u6821\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "106_106101_1_20260701",
        "label": "9\uff1a\u516b\u8fb2\u5206\u6821\u524d\u2192\u7a2e\u5c71\uff5e\u52b4\u707d\u75c5\u9662\u2192\u516b\u4ee3\u5e02\u5f79\u6240\u524d",
        "long": "9\uff1a\u516b\u8fb2\u5206\u6821\u524d\u2192\u7a2e\u5c71\uff5e\u52b4\u707d\u75c5\u9662\u2192\u516b\u4ee3\u5e02\u5f79\u6240\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "106_106110_1_20260701",
        "label": "8\uff1a\u516b\u4ee3\u5e02\u5f79\u6240\u524d\u2192\u52b4\u707d\u75c5\u9662\uff5e\u93e1\u672c\u753a\u2192\u7a2e\u5c71",
        "long": "8\uff1a\u516b\u4ee3\u5e02\u5f79\u6240\u524d\u2192\u52b4\u707d\u75c5\u9662\uff5e\u93e1\u672c\u753a\u2192\u7a2e\u5c71",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "106_106111_1_20260701",
        "label": "8\uff1a\u7a2e\u5c71\u2192\u93e1\u672c\u753a\uff5e\u52b4\u707d\u75c5\u9662\u2192\u516b\u4ee3\u5e02\u5f79\u6240\u524d",
        "long": "8\uff1a\u7a2e\u5c71\u2192\u93e1\u672c\u753a\uff5e\u52b4\u707d\u75c5\u9662\u2192\u516b\u4ee3\u5e02\u5f79\u6240\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "107_107140_1_20260701",
        "label": "12\uff1a\u516b\u4ee3\u5e02\u5f79\u6240\u524d\u2192\u9ad8\u7530\uff5e\u6577\u5ddd\u5185\u2192\u30a6\u30a4\u30f3\u30ba\u516b\u4ee3",
        "long": "12\uff1a\u516b\u4ee3\u5e02\u5f79\u6240\u524d\u2192\u9ad8\u7530\uff5e\u6577\u5ddd\u5185\u2192\u30a6\u30a4\u30f3\u30ba\u516b\u4ee3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "107_107141_1_20260701",
        "label": "12\uff1a\u30a6\u30a4\u30f3\u30ba\u516b\u4ee3\u2192\u9ad8\u7530\uff5e\u516b\u4ee3\u99c5\u2192\u516b\u4ee3\u5e02\u5f79\u6240\u524d",
        "long": "12\uff1a\u30a6\u30a4\u30f3\u30ba\u516b\u4ee3\u2192\u9ad8\u7530\uff5e\u516b\u4ee3\u99c5\u2192\u516b\u4ee3\u5e02\u5f79\u6240\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "107_107160_1_20260701",
        "label": "12\uff1a\u516b\u4ee3\u5e02\u5f79\u6240\u524d\u2192\u9ad8\u7530\uff5e\u6577\u5ddd\u5185\u2192\u65e5\u5948\u4e45\u4e0b\u897f\u753a",
        "long": "12\uff1a\u516b\u4ee3\u5e02\u5f79\u6240\u524d\u2192\u9ad8\u7530\uff5e\u6577\u5ddd\u5185\u2192\u65e5\u5948\u4e45\u4e0b\u897f\u753a",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "107_107161_1_20260701",
        "label": "12\uff1a\u65e5\u5948\u4e45\u4e0b\u897f\u753a\u2192\u6577\u5ddd\u5185\uff5e\u9ad8\u7530\u2192\u516b\u4ee3\u5e02\u5f79\u6240\u524d",
        "long": "12\uff1a\u65e5\u5948\u4e45\u4e0b\u897f\u753a\u2192\u6577\u5ddd\u5185\uff5e\u9ad8\u7530\u2192\u516b\u4ee3\u5e02\u5f79\u6240\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "10_10031_1_20260701",
        "label": "SS\uff1a\u718a\u672c\u99c5\u524d\u2192\u685c\u753a\uff5e\u57ce\u5f69\u82d1\u2192\u718a\u672c\u57ce\u5468\u904a\u30d0\u30b9",
        "long": "SS\uff1a\u718a\u672c\u99c5\u524d\u2192\u685c\u753a\uff5e\u57ce\u5f69\u82d1\u2192\u718a\u672c\u57ce\u5468\u904a\u30d0\u30b9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "112_112360_1_20260701",
        "label": "6\uff1a\u516b\u4ee3\u99c5\u524d\u2192\u5e02\u7acb\u516b\u4ee3\u652f\u63f4\uff5e\u6587\u653f\u5c0f\u5b66\u6821\u524d\u2192\u5bae\u539f\u4e2d\u592e",
        "long": "6\uff1a\u516b\u4ee3\u99c5\u524d\u2192\u5e02\u7acb\u516b\u4ee3\u652f\u63f4\uff5e\u6587\u653f\u5c0f\u5b66\u6821\u524d\u2192\u5bae\u539f\u4e2d\u592e",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "112_112361_1_20260701",
        "label": "6\uff1a\u5bae\u539f\u4e2d\u592e\u2192\u6587\u653f\u5c0f\u5b66\u6821\u524d\uff5e\u30cf\u30fc\u30e2\u30cb\u30fc\u30db\u2192\u516b\u4ee3\u99c5\u524d",
        "long": "6\uff1a\u5bae\u539f\u4e2d\u592e\u2192\u6587\u653f\u5c0f\u5b66\u6821\u524d\uff5e\u30cf\u30fc\u30e2\u30cb\u30fc\u30db\u2192\u516b\u4ee3\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "115_115600_1_20260701",
        "label": "3\uff1a\u3064\u306a\u304e\u6e29\u6cc9\u524d\u2192\u65b0\u6c34\u4fe3\u99c5\uff5e\u5e02\u5f79\u6240\u524d\uff08\u6c34\u2192\u6c34\u4fe3\u6e2f",
        "long": "3\uff1a\u3064\u306a\u304e\u6e29\u6cc9\u524d\u2192\u65b0\u6c34\u4fe3\u99c5\uff5e\u5e02\u5f79\u6240\u524d\uff08\u6c34\u2192\u6c34\u4fe3\u6e2f",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "115_115601_1_20260701",
        "label": "3\uff1a\u6c34\u4fe3\u6e2f\u2192\u5e02\u5f79\u6240\u524d\uff08\u6c34\uff5e\u65b0\u6c34\u4fe3\u99c5\u2192\u3064\u306a\u304e\u6e29\u6cc9\u524d",
        "long": "3\uff1a\u6c34\u4fe3\u6e2f\u2192\u5e02\u5f79\u6240\u524d\uff08\u6c34\uff5e\u65b0\u6c34\u4fe3\u99c5\u2192\u3064\u306a\u304e\u6e29\u6cc9\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "115_115610_1_20260701",
        "label": "2\uff1a\u3064\u306a\u304e\u6e29\u6cc9\u524d\u2192\u65b0\u6c34\u4fe3\u99c5\uff5e\u5e02\u5f79\u6240\u524d\uff08\u6c34\u2192\u6c34\u4fe3\u7523\u4ea4",
        "long": "2\uff1a\u3064\u306a\u304e\u6e29\u6cc9\u524d\u2192\u65b0\u6c34\u4fe3\u99c5\uff5e\u5e02\u5f79\u6240\u524d\uff08\u6c34\u2192\u6c34\u4fe3\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "115_115611_1_20260701",
        "label": "2\uff1a\u6c34\u4fe3\u7523\u4ea4\u2192\u5e02\u5f79\u6240\u524d\uff08\u6c34\uff5e\u65b0\u6c34\u4fe3\u99c5\u2192\u3064\u306a\u304e\u6e29\u6cc9\u524d",
        "long": "2\uff1a\u6c34\u4fe3\u7523\u4ea4\u2192\u5e02\u5f79\u6240\u524d\uff08\u6c34\uff5e\u65b0\u6c34\u4fe3\u99c5\u2192\u3064\u306a\u304e\u6e29\u6cc9\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "117_117580_1_20260701",
        "label": "\u6c34\u4fe3\u99c5\u524d\u2192\u2192\u845b\u5f69\u9928",
        "long": "\u6c34\u4fe3\u99c5\u524d\u2192\u2192\u845b\u5f69\u9928",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "117_117581_1_20260701",
        "label": "\u845b\u5f69\u9928\u2192\u2192\u6c34\u4fe3\u99c5\u524d",
        "long": "\u845b\u5f69\u9928\u2192\u2192\u6c34\u4fe3\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "117_117590_1_20260701",
        "label": "\u6c34\u4fe3\u99c5\u524d\u2192\u2192\u5927\u5ddd\u516c\u6c11\u9928\u524d",
        "long": "\u6c34\u4fe3\u99c5\u524d\u2192\u2192\u5927\u5ddd\u516c\u6c11\u9928\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "117_117591_1_20260701",
        "label": "\u5927\u5ddd\u516c\u6c11\u9928\u524d\u2192\u2192\u6c34\u4fe3\u99c5\u524d",
        "long": "\u5927\u5ddd\u516c\u6c11\u9928\u524d\u2192\u2192\u6c34\u4fe3\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "118_118040_1_20260701",
        "label": "R1\uff1a\u516b\u4ee3\u7523\u4ea4\u2192\u53f3\u56de\uff5e\u8429\u539f\u2192\u516b\u4ee3\u7523\u4ea4",
        "long": "R1\uff1a\u516b\u4ee3\u7523\u4ea4\u2192\u53f3\u56de\uff5e\u8429\u539f\u2192\u516b\u4ee3\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "118_118041_1_20260701",
        "label": "L1\uff1a\u516b\u4ee3\u7523\u4ea4\u2192\u5de6\u56de\uff5e\u4e0a\u65e5\u7f6e\u2192\u516b\u4ee3\u7523\u4ea4",
        "long": "L1\uff1a\u516b\u4ee3\u7523\u4ea4\u2192\u5de6\u56de\uff5e\u4e0a\u65e5\u7f6e\u2192\u516b\u4ee3\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "118_118050_1_20260701",
        "label": "R2\uff1a\u516b\u4ee3\u7523\u4ea4\u2192\u53f3\u56de\uff5e\u5317\u90e8\u4e2d\u592e\u516c\u5712\u2192\u516b\u4ee3\u7523\u4ea4",
        "long": "R2\uff1a\u516b\u4ee3\u7523\u4ea4\u2192\u53f3\u56de\uff5e\u5317\u90e8\u4e2d\u592e\u516c\u5712\u2192\u516b\u4ee3\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "118_118051_1_20260701",
        "label": "L2\uff1a\u516b\u4ee3\u7523\u4ea4\u2192\u5de6\u5efb\u308a\uff5e\u7530\u4e2d\u5317\u753a\u2192\u516b\u4ee3\u7523\u4ea4",
        "long": "L2\uff1a\u516b\u4ee3\u7523\u4ea4\u2192\u5de6\u5efb\u308a\uff5e\u7530\u4e2d\u5317\u753a\u2192\u516b\u4ee3\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "119_119540_1_20260701",
        "label": "\u6c34\u4fe3\u99c5\u524d\u2192\u2192\u4e2d\u5c4b\u6577",
        "long": "\u6c34\u4fe3\u99c5\u524d\u2192\u2192\u4e2d\u5c4b\u6577",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "119_119541_1_20260701",
        "label": "\u4e2d\u5c4b\u6577\u2192\u2192\u6c34\u4fe3\u99c5\u524d",
        "long": "\u4e2d\u5c4b\u6577\u2192\u2192\u6c34\u4fe3\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "120_120720_1_20260701",
        "label": "\u8302\u9053\u6f01\u6e2f\u2192\u2192\u982d\u77f3",
        "long": "\u8302\u9053\u6f01\u6e2f\u2192\u2192\u982d\u77f3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "120_120721_1_20260701",
        "label": "\u982d\u77f3\u2192\u2192\u8302\u9053\u6f01\u6e2f",
        "long": "\u982d\u77f3\u2192\u2192\u8302\u9053\u6f01\u6e2f",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "120_120730_1_20260701",
        "label": "\u8302\u9053\u6f01\u6e2f\u2192\u2192\u62db\u5ddd\u5185",
        "long": "\u8302\u9053\u6f01\u6e2f\u2192\u2192\u62db\u5ddd\u5185",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "120_120731_1_20260701",
        "label": "\u62db\u5ddd\u5185\u2192\u2192\u8302\u9053\u6f01\u6e2f",
        "long": "\u62db\u5ddd\u5185\u2192\u2192\u8302\u9053\u6f01\u6e2f",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "120_120740_1_20260701",
        "label": "\u8302\u9053\u6f01\u6e2f\u2192\u2192\u62db\u5ddd\u5185",
        "long": "\u8302\u9053\u6f01\u6e2f\u2192\u2192\u62db\u5ddd\u5185",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "120_120741_1_20260701",
        "label": "\u62db\u5ddd\u5185\u2192\u2192\u8302\u9053\u6f01\u6e2f",
        "long": "\u62db\u5ddd\u5185\u2192\u2192\u8302\u9053\u6f01\u6e2f",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "121_121471_1_20260701",
        "label": "\u6c34\u4fe3\u5e02\u5f79\u6240\u2192\u2192\u6c34\u4fe3\u99c5\u524d",
        "long": "\u6c34\u4fe3\u5e02\u5f79\u6240\u2192\u2192\u6c34\u4fe3\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "121_121480_1_20260701",
        "label": "\u6728\u81fc\u91ce\u4e0a\u2192\u2192\u6c34\u4fe3\u5e02\u5f79\u6240",
        "long": "\u6728\u81fc\u91ce\u4e0a\u2192\u2192\u6c34\u4fe3\u5e02\u5f79\u6240",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "121_121481_1_20260701",
        "label": "\u6c34\u4fe3\u5e02\u5f79\u6240\u2192\u2192\u6728\u81fc\u91ce\u4e0a",
        "long": "\u6c34\u4fe3\u5e02\u5f79\u6240\u2192\u2192\u6728\u81fc\u91ce\u4e0a",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "122_122410_1_20260701",
        "label": "\u6c34\u4fe3\u99c5\u524d\u2192\u2192\u6e6f\u306e\u5150",
        "long": "\u6c34\u4fe3\u99c5\u524d\u2192\u2192\u6e6f\u306e\u5150",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "122_122411_1_20260701",
        "label": "\u6e6f\u306e\u5150\u2192\u2192\u6c34\u4fe3\u99c5\u524d",
        "long": "\u6e6f\u306e\u5150\u2192\u2192\u6c34\u4fe3\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "123_123120_1_20260701",
        "label": "\u4eba\u5409\u7523\u4ea4\u2192\u4e0b\u6797\uff5e\u2192\u77f3\u6c34\u5bfa\u5165\u53e3",
        "long": "\u4eba\u5409\u7523\u4ea4\u2192\u4e0b\u6797\uff5e\u2192\u77f3\u6c34\u5bfa\u5165\u53e3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "123_123121_1_20260701",
        "label": "\u77f3\u6c34\u5bfa\u5165\u53e3\u2192\u4e0b\u6797\uff5e\u2192\u4eba\u5409\u7523\u4ea4",
        "long": "\u77f3\u6c34\u5bfa\u5165\u53e3\u2192\u4e0b\u6797\uff5e\u2192\u4eba\u5409\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "123_123140_1_20260701",
        "label": "\u4eba\u5409\u7523\u4ea4\u2192\u4e2d\u795e\uff5e\u2192\u77f3\u6c34\u5bfa\u5165\u53e3",
        "long": "\u4eba\u5409\u7523\u4ea4\u2192\u4e2d\u795e\uff5e\u2192\u77f3\u6c34\u5bfa\u5165\u53e3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "123_123141_1_20260701",
        "label": "\u77f3\u6c34\u5bfa\u5165\u53e3\u2192\u4e2d\u795e\uff5e\u2192\u4eba\u5409\u7523\u4ea4",
        "long": "\u77f3\u6c34\u5bfa\u5165\u53e3\u2192\u4e2d\u795e\uff5e\u2192\u4eba\u5409\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "123_123200_1_20260701",
        "label": "\u77f3\u6c34\u5bfa\u5165\u53e3\u2192\u2192\u795e\u702c\u798f\u7949\u30bb\u30f3\u30bf\u30fc\u305f\u304b\u304a\u3068\u524d",
        "long": "\u77f3\u6c34\u5bfa\u5165\u53e3\u2192\u2192\u795e\u702c\u798f\u7949\u30bb\u30f3\u30bf\u30fc\u305f\u304b\u304a\u3068\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "123_123201_1_20260701",
        "label": "\u795e\u702c\u798f\u7949\u30bb\u30f3\u30bf\u30fc\u305f\u304b\u304a\u3068\u524d\u2192\u2192\u77f3\u6c34\u5bfa\u5165\u53e3",
        "long": "\u795e\u702c\u798f\u7949\u30bb\u30f3\u30bf\u30fc\u305f\u304b\u304a\u3068\u524d\u2192\u2192\u77f3\u6c34\u5bfa\u5165\u53e3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "123_123210_1_20260701",
        "label": "\u4eba\u5409\u7523\u4ea4\u2192\u533b\u7642\u30bb\u30f3\u30bf\u30fc\uff5e\u4e0b\u6797\u2192\u77f3\u6c34\u5bfa\u5165\u53e3",
        "long": "\u4eba\u5409\u7523\u4ea4\u2192\u533b\u7642\u30bb\u30f3\u30bf\u30fc\uff5e\u4e0b\u6797\u2192\u77f3\u6c34\u5bfa\u5165\u53e3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "123_123211_1_20260701",
        "label": "\u77f3\u6c34\u5bfa\u5165\u53e3\u2192\u4e0b\u6797\uff5e\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u2192\u4eba\u5409\u7523\u4ea4",
        "long": "\u77f3\u6c34\u5bfa\u5165\u53e3\u2192\u4e0b\u6797\uff5e\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u2192\u4eba\u5409\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "123_123220_1_20260701",
        "label": "\u4eba\u5409\u7523\u4ea4\u2192\u533b\u7642\u30bb\u30f3\u30bf\u30fc\uff5e\u4e2d\u795e\u2192\u77f3\u6c34\u5bfa\u5165\u53e3",
        "long": "\u4eba\u5409\u7523\u4ea4\u2192\u533b\u7642\u30bb\u30f3\u30bf\u30fc\uff5e\u4e2d\u795e\u2192\u77f3\u6c34\u5bfa\u5165\u53e3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "123_123221_1_20260701",
        "label": "\u77f3\u6c34\u5bfa\u5165\u53e3\u2192\u4e2d\u795e\uff5e\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u2192\u4eba\u5409\u7523\u4ea4",
        "long": "\u77f3\u6c34\u5bfa\u5165\u53e3\u2192\u4e2d\u795e\uff5e\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u2192\u4eba\u5409\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "123_123230_1_20260701",
        "label": "\u4eba\u5409\u7523\u4ea4\u2192\u533b\u7642\u30bb\u30f3\u30bf\u30fc\uff5e\u4e2d\u795e\u753a\u6bb5\u2192\u6dbc\u6c34\u6238\u6e29\u6cc9\u524d",
        "long": "\u4eba\u5409\u7523\u4ea4\u2192\u533b\u7642\u30bb\u30f3\u30bf\u30fc\uff5e\u4e2d\u795e\u753a\u6bb5\u2192\u6dbc\u6c34\u6238\u6e29\u6cc9\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "123_123231_1_20260701",
        "label": "\u6dbc\u6c34\u6238\u6e29\u6cc9\u524d\u2192\u4e2d\u795e\u753a\u6bb5\uff5e\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u2192\u4eba\u5409\u7523\u4ea4",
        "long": "\u6dbc\u6c34\u6238\u6e29\u6cc9\u524d\u2192\u4e2d\u795e\u753a\u6bb5\uff5e\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u2192\u4eba\u5409\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "123_123260_1_20260701",
        "label": "\u4eba\u5409\u7523\u4ea4\u2192\u6728\u4e0a\u5b66\u6821\u2192\u591a\u826f\u6728\u99c5\u524d",
        "long": "\u4eba\u5409\u7523\u4ea4\u2192\u6728\u4e0a\u5b66\u6821\u2192\u591a\u826f\u6728\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "123_123261_1_20260701",
        "label": "\u591a\u826f\u6728\u99c5\u524d\u2192\u6728\u4e0a\u5b66\u6821\u524d\u2192\u4eba\u5409\u7523\u4ea4",
        "long": "\u591a\u826f\u6728\u99c5\u524d\u2192\u6728\u4e0a\u5b66\u6821\u524d\u2192\u4eba\u5409\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "123_123271_1_20260701",
        "label": "\u591a\u826f\u6728\u99c5\u524d\u2192\u7403\u78e8\u652f\u63f4\u5b66\u6821\u30fb\u6728\u4e0a\u2192\u4eba\u5409\u7523\u4ea4",
        "long": "\u591a\u826f\u6728\u99c5\u524d\u2192\u7403\u78e8\u652f\u63f4\u5b66\u6821\u30fb\u6728\u4e0a\u2192\u4eba\u5409\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "124_124700_1_20260701",
        "label": "\u4eba\u5409\u7523\u4ea4\u2192\u5ddd\u6751\u99c5\u5165\u53e3\uff5e\u8336\u6e6f\u91cc\u6e29\u6cc9\u2192\u4e0a\u7530\u4ee3\uff08\u76f8\u826f\uff09",
        "long": "\u4eba\u5409\u7523\u4ea4\u2192\u5ddd\u6751\u99c5\u5165\u53e3\uff5e\u8336\u6e6f\u91cc\u6e29\u6cc9\u2192\u4e0a\u7530\u4ee3\uff08\u76f8\u826f\uff09",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "124_124701_1_20260701",
        "label": "\u4e0a\u7530\u4ee3\uff08\u76f8\u826f\uff09\u2192\u8336\u6e6f\u91cc\u6e29\u6cc9\uff5e\u5ddd\u6751\u99c5\u5165\u53e3\u2192\u4eba\u5409\u7523\u4ea4",
        "long": "\u4e0a\u7530\u4ee3\uff08\u76f8\u826f\uff09\u2192\u8336\u6e6f\u91cc\u6e29\u6cc9\uff5e\u5ddd\u6751\u99c5\u5165\u53e3\u2192\u4eba\u5409\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "124_124710_1_20260701",
        "label": "\u4eba\u5409\u7523\u4ea4\u2192\u5ddd\u6751\u99c5\u5165\u53e3\uff5e\u67f3\u702c\u2192\u4e0a\u7530\u4ee3\uff08\u76f8\u826f\uff09",
        "long": "\u4eba\u5409\u7523\u4ea4\u2192\u5ddd\u6751\u99c5\u5165\u53e3\uff5e\u67f3\u702c\u2192\u4e0a\u7530\u4ee3\uff08\u76f8\u826f\uff09",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "124_124711_1_20260701",
        "label": "\u4e0a\u7530\u4ee3\uff08\u76f8\u826f\uff09\u2192\u67f3\u702c\uff5e\u5ddd\u6751\u99c5\u5165\u53e3\u2192\u4eba\u5409\u7523\u4ea4",
        "long": "\u4e0a\u7530\u4ee3\uff08\u76f8\u826f\uff09\u2192\u67f3\u702c\uff5e\u5ddd\u6751\u99c5\u5165\u53e3\u2192\u4eba\u5409\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "124_124730_1_20260701",
        "label": "\u4eba\u5409\u7523\u4ea4\u2192\u5909\u96fb\u6240\uff5e\u5927\u8c37\u2192\u982d\u5730",
        "long": "\u4eba\u5409\u7523\u4ea4\u2192\u5909\u96fb\u6240\uff5e\u5927\u8c37\u2192\u982d\u5730",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "124_124731_1_20260701",
        "label": "\u982d\u5730\u2192\u5927\u8c37\uff5e\u5909\u96fb\u6240\u2192\u4eba\u5409\u7523\u4ea4",
        "long": "\u982d\u5730\u2192\u5927\u8c37\uff5e\u5909\u96fb\u6240\u2192\u4eba\u5409\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "125_125330_1_20260701",
        "label": "\u4eba\u5409\u7523\u4ea4\u2192\u74e6\u5c4b\u753a\uff5e\u99ac\u8349\u91ce\u2192\u5c3e\u66f2",
        "long": "\u4eba\u5409\u7523\u4ea4\u2192\u74e6\u5c4b\u753a\uff5e\u99ac\u8349\u91ce\u2192\u5c3e\u66f2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "125_125331_1_20260701",
        "label": "\u5c3e\u66f2\u2192\u99ac\u8349\u91ce\uff5e\u74e6\u5c4b\u753a\u2192\u4eba\u5409\u7523\u4ea4",
        "long": "\u5c3e\u66f2\u2192\u99ac\u8349\u91ce\uff5e\u74e6\u5c4b\u753a\u2192\u4eba\u5409\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "126_126321_1_20260701",
        "label": "\u4eba\u5409\u7523\u4ea4\u2192\u4e03\u5730\u5faa\u74b0\uff5e\u2192\u4eba\u5409\u7523\u4ea4",
        "long": "\u4eba\u5409\u7523\u4ea4\u2192\u4e03\u5730\u5faa\u74b0\uff5e\u2192\u4eba\u5409\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "126_126350_1_20260701",
        "label": "\u4eba\u5409\u7523\u4ea4\u2192\u533b\u7642\u30bb\u30f3\u30bf\u30fc\uff5e\u897f\u702c\u56e3\u5730\u524d\u2192\u5c0f\u67ff\u516c\u6c11\u9928\u524d",
        "long": "\u4eba\u5409\u7523\u4ea4\u2192\u533b\u7642\u30bb\u30f3\u30bf\u30fc\uff5e\u897f\u702c\u56e3\u5730\u524d\u2192\u5c0f\u67ff\u516c\u6c11\u9928\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "126_126351_1_20260701",
        "label": "\u5c0f\u67ff\u516c\u6c11\u9928\u524d\u2192\u897f\u702c\u56e3\u5730\u524d\uff5e\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u2192\u4eba\u5409\u7523\u4ea4",
        "long": "\u5c0f\u67ff\u516c\u6c11\u9928\u524d\u2192\u897f\u702c\u56e3\u5730\u524d\uff5e\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u2192\u4eba\u5409\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "127_127240_1_20260701",
        "label": "\u4eba\u5409\u7523\u4ea4\u2192\u6728\u4e0a\u5b66\u6821\u524d\uff5e\u591a\u826f\u6728\u2192\u6e6f\u306e\u524d\u99c5\u524d",
        "long": "\u4eba\u5409\u7523\u4ea4\u2192\u6728\u4e0a\u5b66\u6821\u524d\uff5e\u591a\u826f\u6728\u2192\u6e6f\u306e\u524d\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "127_127241_1_20260701",
        "label": "\u6e6f\u306e\u524d\u99c5\u524d\u2192\u591a\u826f\u6728\uff5e\u6728\u4e0a\u5b66\u6821\u524d\u2192\u4eba\u5409\u7523\u4ea4",
        "long": "\u6e6f\u306e\u524d\u99c5\u524d\u2192\u591a\u826f\u6728\uff5e\u6728\u4e0a\u5b66\u6821\u524d\u2192\u4eba\u5409\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "127_127260_1_20260701",
        "label": "\u4eba\u5409\u7523\u4ea4\u2192\u6728\u4e0a\u5b66\u6821\u524d\uff5e\u591a\u826f\u6728\u2192\u6e6f\u306e\u524d\u99c5",
        "long": "\u4eba\u5409\u7523\u4ea4\u2192\u6728\u4e0a\u5b66\u6821\u524d\uff5e\u591a\u826f\u6728\u2192\u6e6f\u306e\u524d\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "127_127261_1_20260701",
        "label": "\u6e6f\u306e\u524d\u99c5\u2192\u6728\u4e0a\uff5e\u591a\u826f\u6728\uff5e\u6e6f\u524d\u99c5\u2192\u4eba\u5409\u7523\u4ea4",
        "long": "\u6e6f\u306e\u524d\u99c5\u2192\u6728\u4e0a\uff5e\u591a\u826f\u6728\uff5e\u6e6f\u524d\u99c5\u2192\u4eba\u5409\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "128_128430_1_20260701",
        "label": "\u6c34\u4f1a\u5f79\u5834\u524d\u2192\u2192\u67f3\u539f",
        "long": "\u6c34\u4f1a\u5f79\u5834\u524d\u2192\u2192\u67f3\u539f",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "128_128431_1_20260701",
        "label": "\u67f3\u539f\u2192\u2192\u6c34\u4f1a\u5f79\u5834\u524d",
        "long": "\u67f3\u539f\u2192\u2192\u6c34\u4f1a\u5f79\u5834\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "128_128440_1_20260701",
        "label": "\u6c34\u4e0a\u5f79\u5834\u524d\u2192\u2192\u53e4\u5c4b\u6577",
        "long": "\u6c34\u4e0a\u5f79\u5834\u524d\u2192\u2192\u53e4\u5c4b\u6577",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "128_128441_1_20260701",
        "label": "\u53e4\u5c4b\u6577\u2192\u2192\u6c34\u4e0a\u5f79\u5834\u524d",
        "long": "\u53e4\u5c4b\u6577\u2192\u2192\u6c34\u4e0a\u5f79\u5834\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "129_129700_1_20260701",
        "label": "\u4eba\u5409\u7523\u4ea4\u2192\u897f\u6751\uff5e\u591a\u826f\u6728\u2192\u5e02\u623f\u767b\u5c71\u53e3",
        "long": "\u4eba\u5409\u7523\u4ea4\u2192\u897f\u6751\uff5e\u591a\u826f\u6728\u2192\u5e02\u623f\u767b\u5c71\u53e3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "129_129701_1_20260701",
        "label": "\u5e02\u623f\u767b\u5c71\u53e3\u2192\u591a\u826f\u6728\uff5e\u897f\u6751\u2192\u4eba\u5409\u7523\u4ea4",
        "long": "\u5e02\u623f\u767b\u5c71\u53e3\u2192\u591a\u826f\u6728\uff5e\u897f\u6751\u2192\u4eba\u5409\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "129_129710_1_20260701",
        "label": "\u4eba\u5409\u7523\u4ea4\u2192\u533b\u7642\uff5e\u897f\u6751\u2192\u5e02\u623f\u767b\u5c71\u53e3",
        "long": "\u4eba\u5409\u7523\u4ea4\u2192\u533b\u7642\uff5e\u897f\u6751\u2192\u5e02\u623f\u767b\u5c71\u53e3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "129_129711_1_20260701",
        "label": "\u5e02\u623f\u767b\u5c71\u53e3\u2192\u533b\u7642\uff5e\u897f\u6751\u2192\u4eba\u5409\u7523\u4ea4",
        "long": "\u5e02\u623f\u767b\u5c71\u53e3\u2192\u533b\u7642\uff5e\u897f\u6751\u2192\u4eba\u5409\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "129_129720_1_20260701",
        "label": "\u4eba\u5409\u7523\u4ea4\u2192\u533b\u7642\u30bb\u30f3\u30bf\u30fc\uff5e\u897f\u6751\u2192\u591a\u826f\u6728\u99c5\u524d",
        "long": "\u4eba\u5409\u7523\u4ea4\u2192\u533b\u7642\u30bb\u30f3\u30bf\u30fc\uff5e\u897f\u6751\u2192\u591a\u826f\u6728\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "129_129721_1_20260701",
        "label": "\u591a\u826f\u6728\u99c5\u524d\u2192\u897f\u6751\uff5e\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u2192\u4eba\u5409\u7523\u4ea4",
        "long": "\u591a\u826f\u6728\u99c5\u524d\u2192\u897f\u6751\uff5e\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u2192\u4eba\u5409\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "129_129730_1_20260701",
        "label": "\u4eba\u5409\u7523\u4ea4\u2192\u897f\u6751\u2192\u591a\u826f\u6728\u99c5\u524d",
        "long": "\u4eba\u5409\u7523\u4ea4\u2192\u897f\u6751\u2192\u591a\u826f\u6728\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "129_129731_1_20260701",
        "label": "\u591a\u826f\u6728\u99c5\u524d\u2192\u897f\u6751\u2192\u4eba\u5409\u7523\u4ea4",
        "long": "\u591a\u826f\u6728\u99c5\u524d\u2192\u897f\u6751\u2192\u4eba\u5409\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "129_129741_1_20260701",
        "label": "\u5e02\u623f\u767b\u5c71\u53e3\u2192\u591a\u826f\u6728\uff5e\u897f\u6751\uff5e\u652f\u63f4\u2192\u4eba\u5409\u7523\u4ea4",
        "long": "\u5e02\u623f\u767b\u5c71\u53e3\u2192\u591a\u826f\u6728\uff5e\u897f\u6751\uff5e\u652f\u63f4\u2192\u4eba\u5409\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "129_129750_1_20260701",
        "label": "\u4eba\u5409\u7523\u4ea4\u2192\u533b\u7642\u30bb\u30f3\u30bf\u30fc\uff5e\u897f\u6751\uff5e\u7403\u78e8\u652f\u63f4\u5b66\u6821\u2192\u5e02\u623f\u767b\u5c71\u53e3",
        "long": "\u4eba\u5409\u7523\u4ea4\u2192\u533b\u7642\u30bb\u30f3\u30bf\u30fc\uff5e\u897f\u6751\uff5e\u7403\u78e8\u652f\u63f4\u5b66\u6821\u2192\u5e02\u623f\u767b\u5c71\u53e3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "129_129751_1_20260701",
        "label": "\u5e02\u623f\u767b\u5c71\u53e3\u2192\u7403\u78e8\u652f\u63f4\u5b66\u6821\uff5e\u897f\u6751\uff5e\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u2192\u4eba\u5409\u7523\u4ea4",
        "long": "\u5e02\u623f\u767b\u5c71\u53e3\u2192\u7403\u78e8\u652f\u63f4\u5b66\u6821\uff5e\u897f\u6751\uff5e\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u2192\u4eba\u5409\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "129_129760_1_20260701",
        "label": "\u4eba\u5409\u7523\u4ea4\u2192\u533b\u7642C\uff5e\u897f\u6751\uff5e\u652f\u63f4\u5b66\u6821\uff5e\u591a\u826f\u99c5\u2192\u591a\u826f\u6728\u99c5\u524d",
        "long": "\u4eba\u5409\u7523\u4ea4\u2192\u533b\u7642C\uff5e\u897f\u6751\uff5e\u652f\u63f4\u5b66\u6821\uff5e\u591a\u826f\u99c5\u2192\u591a\u826f\u6728\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "129_129761_1_20260701",
        "label": "\u591a\u826f\u6728\u99c5\u524d\u2192\u7403\u78e8\u652f\u63f4\u5b66\u6821\uff5e\u897f\u6751\uff5e\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u2192\u4eba\u5409\u7523\u4ea4",
        "long": "\u591a\u826f\u6728\u99c5\u524d\u2192\u7403\u78e8\u652f\u63f4\u5b66\u6821\uff5e\u897f\u6751\uff5e\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u2192\u4eba\u5409\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "129_129770_1_20260701",
        "label": "\u4eba\u5409\u7523\u4ea4\u2192\u897f\u6751\uff5e\u7403\u78e8\u652f\u63f4\u5b66\u6821\u2192\u591a\u826f\u6728\u99c5\u524d",
        "long": "\u4eba\u5409\u7523\u4ea4\u2192\u897f\u6751\uff5e\u7403\u78e8\u652f\u63f4\u5b66\u6821\u2192\u591a\u826f\u6728\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "12_12020_1_20260701",
        "label": "E3-5\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5b50\u98fc\uff5e\u4e09\u91cc\u6728\u2192\u5927\u6d25\u7523\u4ea4",
        "long": "E3-5\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5b50\u98fc\uff5e\u4e09\u91cc\u6728\u2192\u5927\u6d25\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "12_12080_1_20260701",
        "label": "E3-5\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5b50\u98fc\uff5e\u4e09\u91cc\u6728\u2192\u5439\u7530\u56e3\u5730",
        "long": "E3-5\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5b50\u98fc\uff5e\u4e09\u91cc\u6728\u2192\u5439\u7530\u56e3\u5730",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "12_12081_1_20260701",
        "label": "E3-5\uff1a\u5439\u7530\u56e3\u5730\u2192\u4e09\u91cc\u6728\uff5e\u5b50\u98fc\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "E3-5\uff1a\u5439\u7530\u56e3\u5730\u2192\u4e09\u91cc\u6728\uff5e\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": "12_12240_1_20260701",
        "label": "E3-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5b50\u98fc\uff5e\u83ca\u967d\u30d0\u30a4\u30d1\u30b9\u2192\u5149\u306e\u68ee\u7523\u4ea4",
        "long": "E3-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5b50\u98fc\uff5e\u83ca\u967d\u30d0\u30a4\u30d1\u30b9\u2192\u5149\u306e\u68ee\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "12_12241_1_20260701",
        "label": "E3-1\uff1a\u5149\u306e\u68ee\u7523\u4ea4\u2192\u83ca\u967d\u30d0\u30a4\u30d1\u30b9\uff5e\u5b50\u98fc\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "E3-1\uff1a\u5149\u306e\u68ee\u7523\u4ea4\u2192\u83ca\u967d\u30d0\u30a4\u30d1\u30b9\uff5e\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": "130_130080_1_20260701",
        "label": "\u4eba\u5409\uff29\uff23\u4e57\u964d\u53e3\u2192\uff5e\u2192\u4eba\u5409\u99c5\u524d",
        "long": "\u4eba\u5409\uff29\uff23\u4e57\u964d\u53e3\u2192\uff5e\u2192\u4eba\u5409\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "130_130081_1_20260701",
        "label": "\u4eba\u5409\u99c5\u524d\u2192\uff5e\u2192\u4eba\u5409\uff29\uff23\u4e57\u964d\u53e3",
        "long": "\u4eba\u5409\u99c5\u524d\u2192\uff5e\u2192\u4eba\u5409\uff29\uff23\u4e57\u964d\u53e3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "130_130091_1_20260701",
        "label": "\u4eba\u5409\u99c5\u524d\u2192\u2192\u4eba\u5409\uff29\uff23\u4e57\u964d\u53e3",
        "long": "\u4eba\u5409\u99c5\u524d\u2192\u2192\u4eba\u5409\uff29\uff23\u4e57\u964d\u53e3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "130_130120_1_20260701",
        "label": "\u4eba\u5409\uff29\uff23\u4e57\u964d\u53e3\u2192\u4e5d\u65e5\u753a\uff5e\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u2192\u4eba\u5409\u99c5\u524d",
        "long": "\u4eba\u5409\uff29\uff23\u4e57\u964d\u53e3\u2192\u4e5d\u65e5\u753a\uff5e\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u2192\u4eba\u5409\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "130_130121_1_20260701",
        "label": "\u4eba\u5409\u99c5\u524d\u2192\u533b\u7642\u30bb\u30f3\u30bf\u30fc\uff5e\u4e5d\u65e5\u753a\u2192\u4eba\u5409\uff29\uff23\u4e57\u964d\u53e3",
        "long": "\u4eba\u5409\u99c5\u524d\u2192\u533b\u7642\u30bb\u30f3\u30bf\u30fc\uff5e\u4e5d\u65e5\u753a\u2192\u4eba\u5409\uff29\uff23\u4e57\u964d\u53e3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "130_130131_1_20260701",
        "label": "\u4eba\u5409\u99c5\u524d\u2192\u533b\u7642\u30bb\u30f3\u30bf\u30fc\uff5e\u7403\u78e8\u5ddd\u4e0b\u308a\u767a\u8239\u5834\u2192\u4eba\u5409\uff29\uff23\u4e57\u964d\u53e3",
        "long": "\u4eba\u5409\u99c5\u524d\u2192\u533b\u7642\u30bb\u30f3\u30bf\u30fc\uff5e\u7403\u78e8\u5ddd\u4e0b\u308a\u767a\u8239\u5834\u2192\u4eba\u5409\uff29\uff23\u4e57\u964d\u53e3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "131_131090_1_20260701",
        "label": "\u4e09\u89d2\u7523\u4ea4\u2192\u5ca9\u8c37\u5165\u53e3\uff5e\u5927\u77e2\u91ce\u5e81\u820e\u524d\u2192\u3055\u3093\u3071\u30fc\u308b",
        "long": "\u4e09\u89d2\u7523\u4ea4\u2192\u5ca9\u8c37\u5165\u53e3\uff5e\u5927\u77e2\u91ce\u5e81\u820e\u524d\u2192\u3055\u3093\u3071\u30fc\u308b",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "131_131091_1_20260701",
        "label": "\u3055\u3093\u3071\u30fc\u308b\u2192\u5927\u77e2\u91ce\u5e81\u820e\u524d\uff5e\u5ca9\u8c37\u5165\u53e3\u2192\u4e09\u89d2\u7523\u4ea4",
        "long": "\u3055\u3093\u3071\u30fc\u308b\u2192\u5927\u77e2\u91ce\u5e81\u820e\u524d\uff5e\u5ca9\u8c37\u5165\u53e3\u2192\u4e09\u89d2\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "131_131100_1_20260701",
        "label": "\u4e09\u89d2\u75c5\u9662\u30fb\u9632\u707d\u62e0\u70b9\u30bb\u30f3\u30bf\u30fc\u2192\u5ca9\u8c37\u5165\u53e3\uff5e\u5927\u77e2\u91ce\u5e81\u820e\u524d\u2192\u3055\u3093\u3071\u30fc\u308b",
        "long": "\u4e09\u89d2\u75c5\u9662\u30fb\u9632\u707d\u62e0\u70b9\u30bb\u30f3\u30bf\u30fc\u2192\u5ca9\u8c37\u5165\u53e3\uff5e\u5927\u77e2\u91ce\u5e81\u820e\u524d\u2192\u3055\u3093\u3071\u30fc\u308b",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "131_131101_1_20260701",
        "label": "\u3055\u3093\u3071\u30fc\u308b\u2192\u5927\u77e2\u91ce\u5e81\u820e\u524d\uff5e\u5ca9\u8c37\u5165\u53e3\u2192\u4e09\u89d2\u75c5\u9662\u30fb\u9632\u707d\u62e0\u70b9\u30bb\u30f3\u30bf\u30fc",
        "long": "\u3055\u3093\u3071\u30fc\u308b\u2192\u5927\u77e2\u91ce\u5e81\u820e\u524d\uff5e\u5ca9\u8c37\u5165\u53e3\u2192\u4e09\u89d2\u75c5\u9662\u30fb\u9632\u707d\u62e0\u70b9\u30bb\u30f3\u30bf\u30fc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "131_131270_1_20260701",
        "label": "\u3055\u3093\u3071\u30fc\u308b\u2192\u5927\u77e2\u91ce\u5e81\u820e\u524d\uff5e\u4e09\u89d2\u897f\u6e2f\u2192\u4e09\u89d2\u7523\u4ea4",
        "long": "\u3055\u3093\u3071\u30fc\u308b\u2192\u5927\u77e2\u91ce\u5e81\u820e\u524d\uff5e\u4e09\u89d2\u897f\u6e2f\u2192\u4e09\u89d2\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "131_131271_1_20260701",
        "label": "\u4e09\u89d2\u7523\u4ea4\u2192\u4e09\u89d2\u897f\u6e2f\uff5e\u5927\u77e2\u91ce\u5e81\u820e\u524d\u2192\u3055\u3093\u3071\u30fc\u308b",
        "long": "\u4e09\u89d2\u7523\u4ea4\u2192\u4e09\u89d2\u897f\u6e2f\uff5e\u5927\u77e2\u91ce\u5e81\u820e\u524d\u2192\u3055\u3093\u3071\u30fc\u308b",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "132_132110_1_20260701",
        "label": "16\uff1a\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u4e0b\u6d66\uff22\uff30\u91d1\u713c\u2192\u6816\u672c\u75c5\u9662\u524d",
        "long": "16\uff1a\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u4e0b\u6d66\uff22\uff30\u91d1\u713c\u2192\u6816\u672c\u75c5\u9662\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "132_132111_1_20260701",
        "label": "15\uff1a\u6816\u672c\u75c5\u9662\u524d\u2192\u91d1\u713c\u4e0b\u6d66\uff22\uff30\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "long": "15\uff1a\u6816\u672c\u75c5\u9662\u524d\u2192\u91d1\u713c\u4e0b\u6d66\uff22\uff30\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "133_133540_1_20260701",
        "label": "\u3055\u3093\u3071\u30fc\u308b\u2192\u677e\u5cf6\uff5e\u65b0\u9053\u725f\u7530\u6f01\u6e2f\u2192\u8d64\u5d0e\uff08\u5929\u8349\u30fb\u6c60\u306e\u6d66\uff09",
        "long": "\u3055\u3093\u3071\u30fc\u308b\u2192\u677e\u5cf6\uff5e\u65b0\u9053\u725f\u7530\u6f01\u6e2f\u2192\u8d64\u5d0e\uff08\u5929\u8349\u30fb\u6c60\u306e\u6d66\uff09",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "133_133541_1_20260701",
        "label": "\u8d64\u5d0e\uff08\u5929\u8349\u30fb\u6c60\u306e\u6d66\uff09\u2192\u65b0\u9053\u725f\u7530\u6f01\u6e2f\uff5e\u677e\u5cf6\u2192\u3055\u3093\u3071\u30fc\u308b",
        "long": "\u8d64\u5d0e\uff08\u5929\u8349\u30fb\u6c60\u306e\u6d66\uff09\u2192\u65b0\u9053\u725f\u7530\u6f01\u6e2f\uff5e\u677e\u5cf6\u2192\u3055\u3093\u3071\u30fc\u308b",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "134_134040_1_20260701",
        "label": "35\uff1a\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u5929\u8349\u62d3\u5fc3\u9ad8\u6821\u5165\u53e3\uff5e\u624b\u91ce\u2192\u901a\u8a5e\u5cf6",
        "long": "35\uff1a\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u5929\u8349\u62d3\u5fc3\u9ad8\u6821\u5165\u53e3\uff5e\u624b\u91ce\u2192\u901a\u8a5e\u5cf6",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "134_134041_1_20260701",
        "label": "34\uff1a\u901a\u8a5e\u5cf6\u2192\u624b\u91ce\uff5e\u5929\u8349\u62d3\u5fc3\u9ad8\u6821\u5165\u53e3\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "long": "34\uff1a\u901a\u8a5e\u5cf6\u2192\u624b\u91ce\uff5e\u5929\u8349\u62d3\u5fc3\u9ad8\u6821\u5165\u53e3\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "138_138050_1_20260701",
        "label": "\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u6960\u6d66\uff5e\u5143\u6d66\u2192\u65b0\u548c\u652f\u6240",
        "long": "\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u6960\u6d66\uff5e\u5143\u6d66\u2192\u65b0\u548c\u652f\u6240",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "138_138051_1_20260701",
        "label": "\u65b0\u548c\u652f\u6240\u2192\u5143\u6d66\uff5e\u6960\u6d66\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "long": "\u65b0\u548c\u652f\u6240\u2192\u5143\u6d66\uff5e\u6960\u6d66\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13_13210_1_20260701",
        "label": "E3-4\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5b50\u98fc\uff5e\u4e09\u91cc\u6728\u2192\u5149\u306e\u68ee\u7523\u4ea4",
        "long": "E3-4\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5b50\u98fc\uff5e\u4e09\u91cc\u6728\u2192\u5149\u306e\u68ee\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13_13211_1_20260701",
        "label": "E3-4\uff1a\u5149\u306e\u68ee\u7523\u4ea4\u2192\u4e09\u91cc\u6728\uff5e\u5b50\u98fc\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "E3-4\uff1a\u5149\u306e\u68ee\u7523\u4ea4\u2192\u4e09\u91cc\u6728\uff5e\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": "13_13230_1_20260701",
        "label": "E3-3\uff1a\u718a\u672c\u99c5\u524d\u2192\u5b50\u98fc\uff5e\u6b66\u8535\u30f6\u4e18\u2192\u5149\u306e\u68ee\u7523\u4ea4",
        "long": "E3-3\uff1a\u718a\u672c\u99c5\u524d\u2192\u5b50\u98fc\uff5e\u6b66\u8535\u30f6\u4e18\u2192\u5149\u306e\u68ee\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13_13231_1_20260701",
        "label": "E3-3\uff1a\u5149\u306e\u68ee\u7523\u4ea4\u2192\u6b66\u8535\u30f6\u4e18\uff5e\u5b50\u98fc\u2192\u718a\u672c\u99c5\u524d",
        "long": "E3-3\uff1a\u5149\u306e\u68ee\u7523\u4ea4\u2192\u6b66\u8535\u30f6\u4e18\uff5e\u5b50\u98fc\u2192\u718a\u672c\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13_13240_1_20260701",
        "label": "E3-3\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5b50\u98fc\uff5e\u6b66\u8535\u30f6\u4e18\u2192\u5149\u306e\u68ee\u7523\u4ea4",
        "long": "E3-3\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5b50\u98fc\uff5e\u6b66\u8535\u30f6\u4e18\u2192\u5149\u306e\u68ee\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13_13241_1_20260701",
        "label": "E3-3\uff1a\u5149\u306e\u68ee\u7523\u4ea4\u2192\u6b66\u8535\u30f6\u4e18\uff5e\u5b50\u98fc\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "E3-3\uff1a\u5149\u306e\u68ee\u7523\u4ea4\u2192\u6b66\u8535\u30f6\u4e18\uff5e\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": "13_13250_1_20260701",
        "label": "E3-2\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5b50\u98fc\uff5e\u3086\u3081\u30bf\u30a6\u30f3\u2192\u5149\u306e\u68ee\u7523\u4ea4",
        "long": "E3-2\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5b50\u98fc\uff5e\u3086\u3081\u30bf\u30a6\u30f3\u2192\u5149\u306e\u68ee\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13_13251_1_20260701",
        "label": "E3-2\uff1a\u5149\u306e\u68ee\u7523\u4ea4\u2192\u3086\u3081\u30bf\u30a6\u30f3\uff5e\u5b50\u98fc\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "E3-2\uff1a\u5149\u306e\u68ee\u7523\u4ea4\u2192\u3086\u3081\u30bf\u30a6\u30f3\uff5e\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": "13_13260_1_20260701",
        "label": "E3-2\uff1a\u718a\u672c\u99c5\u524d\u2192\u5b50\u98fc\uff5e\u3086\u3081\u30bf\u30a6\u30f3\u2192\u5149\u306e\u68ee\u7523\u4ea4",
        "long": "E3-2\uff1a\u718a\u672c\u99c5\u524d\u2192\u5b50\u98fc\uff5e\u3086\u3081\u30bf\u30a6\u30f3\u2192\u5149\u306e\u68ee\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13_13261_1_20260701",
        "label": "E3-2\uff1a\u5149\u306e\u68ee\u7523\u4ea4\u2192\u3086\u3081\u30bf\u30a6\u30f3\uff5e\u5b50\u98fc\u2192\u718a\u672c\u99c5\u524d",
        "long": "E3-2\uff1a\u5149\u306e\u68ee\u7523\u4ea4\u2192\u3086\u3081\u30bf\u30a6\u30f3\uff5e\u5b50\u98fc\u2192\u718a\u672c\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "141_141020_1_20260701",
        "label": "\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u5929\u8349\u5e02\u5f79\u6240\u524d\uff5e\u4eca\u91dc\u2192\u5929\u8349\u7a7a\u6e2f",
        "long": "\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u5929\u8349\u5e02\u5f79\u6240\u524d\uff5e\u4eca\u91dc\u2192\u5929\u8349\u7a7a\u6e2f",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "141_141021_1_20260701",
        "label": "\u5929\u8349\u7a7a\u6e2f\u2192\u4eca\u91dc\uff5e\u5929\u8349\u5e02\u5f79\u6240\u524d\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "long": "\u5929\u8349\u7a7a\u6e2f\u2192\u4eca\u91dc\uff5e\u5929\u8349\u5e02\u5f79\u6240\u524d\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "141_141100_1_20260701",
        "label": "22\uff1a\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u6c34\u306e\u5e73\uff5e\u7bb1\u306e\u6c34\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "long": "22\uff1a\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u6c34\u306e\u5e73\uff5e\u7bb1\u306e\u6c34\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "141_141101_1_20260701",
        "label": "20\uff1a\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u7bb1\u306e\u6c34\uff5e\u6c34\u306e\u5e73\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "long": "20\uff1a\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u7bb1\u306e\u6c34\uff5e\u6c34\u306e\u5e73\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "141_141120_1_20260701",
        "label": "23\uff1a\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u6c34\u306e\u5e73\uff5e\u3053\u3053\u3089\u3059\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "long": "23\uff1a\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u6c34\u306e\u5e73\uff5e\u3053\u3053\u3089\u3059\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "141_141121_1_20260701",
        "label": "21\uff1a\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u3053\u3053\u3089\u3059\uff5e\u6c34\u306e\u5e73\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "long": "21\uff1a\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u3053\u3053\u3089\u3059\uff5e\u6c34\u306e\u5e73\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "141_141130_1_20260701",
        "label": "\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u53f3\u5faa\u74b0\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "long": "\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u53f3\u5faa\u74b0\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "141_141131_1_20260701",
        "label": "\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u5de6\u5faa\u74b0\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "long": "\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u5de6\u5faa\u74b0\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "144_144261_1_20260701",
        "label": "23\uff1a\u8352\u5c3e\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u6e05\u91cc\u6821\u524d\uff5e\u725b\u6c34\u4e0b\u2192\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\uff08\u8352\u5c3e\uff09",
        "long": "23\uff1a\u8352\u5c3e\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u6e05\u91cc\u6821\u524d\uff5e\u725b\u6c34\u4e0b\u2192\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\uff08\u8352\u5c3e\uff09",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "146_146090_1_20260701",
        "label": "\u5b87\u571f\u30b7\u30c6\u30a3\u30e2\u30fc\u30eb\u5357\u53e3\u2192\u5de6\u56de\u308a\u2192\u5b87\u571f\u30b7\u30c6\u30a3\u30e2\u30fc\u30eb\u5357\u53e3",
        "long": "\u5b87\u571f\u30b7\u30c6\u30a3\u30e2\u30fc\u30eb\u5357\u53e3\u2192\u5de6\u56de\u308a\u2192\u5b87\u571f\u30b7\u30c6\u30a3\u30e2\u30fc\u30eb\u5357\u53e3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "146_146091_1_20260701",
        "label": "\u5b87\u571f\u30b7\u30c6\u30a3\u30e2\u30fc\u30eb\u5357\u53e3\u2192\u53f3\u56de\u308a\u2192\u5b87\u571f\u30b7\u30c6\u30a3\u30e2\u30fc\u30eb\u5357\u53e3",
        "long": "\u5b87\u571f\u30b7\u30c6\u30a3\u30e2\u30fc\u30eb\u5357\u53e3\u2192\u53f3\u56de\u308a\u2192\u5b87\u571f\u30b7\u30c6\u30a3\u30e2\u30fc\u30eb\u5357\u53e3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "148_148100_1_20260701",
        "label": "\u83ca\u967d\u753a\u5f79\u5834\u2192\u5bae\u306e\u4e0a\u2192\u83ca\u967d\u753a\u5f79\u5834",
        "long": "\u83ca\u967d\u753a\u5f79\u5834\u2192\u5bae\u306e\u4e0a\u2192\u83ca\u967d\u753a\u5f79\u5834",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "148_148101_1_20260701",
        "label": "\u83ca\u967d\u753a\u5f79\u5834\u2192\u7dd1\u967d\u53f0\u2192\u83ca\u967d\u753a\u5f79\u5834",
        "long": "\u83ca\u967d\u753a\u5f79\u5834\u2192\u7dd1\u967d\u53f0\u2192\u83ca\u967d\u753a\u5f79\u5834",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "148_148690_1_20260701",
        "label": "\u66f2\u624b\u2192\u2192\u6238\u6b21\u4e0a\u6751",
        "long": "\u66f2\u624b\u2192\u2192\u6238\u6b21\u4e0a\u6751",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "148_148691_1_20260701",
        "label": "\u6238\u6b21\u4e0a\u6751\u2192\u2192\u66f2\u624b",
        "long": "\u6238\u6b21\u4e0a\u6751\u2192\u2192\u66f2\u624b",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "14_14260_1_20260701",
        "label": "K5-2\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u770c\u5e81\u524d\uff5e\u5317\u30d0\u30a4\u30d1\u30b9\u5165\u2192\u5149\u306e\u68ee\u7523\u4ea4",
        "long": "K5-2\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u770c\u5e81\u524d\uff5e\u5317\u30d0\u30a4\u30d1\u30b9\u5165\u2192\u5149\u306e\u68ee\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "14_14261_1_20260701",
        "label": "K5-2\uff1a\u5149\u306e\u68ee\u7523\u4ea4\u2192\u5317\u30d0\u30a4\u30d1\u30b9\uff5e\u770c\u5e81\u524d\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "K5-2\uff1a\u5149\u306e\u68ee\u7523\u4ea4\u2192\u5317\u30d0\u30a4\u30d1\u30b9\uff5e\u770c\u5e81\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": "14_14270_1_20260701",
        "label": "K5-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u770c\u5e81\u524d\uff5e\u677e\u306e\u672c\u2192\u5149\u306e\u68ee\u7523\u4ea4",
        "long": "K5-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u770c\u5e81\u524d\uff5e\u677e\u306e\u672c\u2192\u5149\u306e\u68ee\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "14_14271_1_20260701",
        "label": "K5-1\uff1a\u5149\u306e\u68ee\u7523\u4ea4\u2192\u677e\u306e\u672c\uff5e\u770c\u5e81\u524d\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "K5-1\uff1a\u5149\u306e\u68ee\u7523\u4ea4\u2192\u677e\u306e\u672c\uff5e\u770c\u5e81\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": "150_150410_1_20260701",
        "label": "L3\uff1a\u3086\u3081\u30bf\u30a6\u30f3\uff08\u516b\u4ee3\uff09\u2192\u6960\u753a\uff5e\u2192\u3086\u3081\u30bf\u30a6\u30f3\uff08\u516b\u4ee3\uff09",
        "long": "L3\uff1a\u3086\u3081\u30bf\u30a6\u30f3\uff08\u516b\u4ee3\uff09\u2192\u6960\u753a\uff5e\u2192\u3086\u3081\u30bf\u30a6\u30f3\uff08\u516b\u4ee3\uff09",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "150_150411_1_20260701",
        "label": "R3\uff1a\u3086\u3081\u30bf\u30a6\u30f3\uff08\u516b\u4ee3\uff09\u2192\u65ed\u4e2d\u592e\uff5e\u2192\u3086\u3081\u30bf\u30a6\u30f3\uff08\u516b\u4ee3\uff09",
        "long": "R3\uff1a\u3086\u3081\u30bf\u30a6\u30f3\uff08\u516b\u4ee3\uff09\u2192\u65ed\u4e2d\u592e\uff5e\u2192\u3086\u3081\u30bf\u30a6\u30f3\uff08\u516b\u4ee3\uff09",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154_154110_1_20260701",
        "label": "\u677e\u6a4b\u99c5\u2192\u93e1\u56db\u3064\u89d2\uff5e\u5927\u6751\u2192\u516b\u4ee3\u5e02\u5f79\u6240",
        "long": "\u677e\u6a4b\u99c5\u2192\u93e1\u56db\u3064\u89d2\uff5e\u5927\u6751\u2192\u516b\u4ee3\u5e02\u5f79\u6240",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154_154111_1_20260701",
        "label": "\u516b\u4ee3\u5e02\u5f79\u6240\u2192\u5927\u6751\uff5e\u93e1\u56db\u3064\u89d2\u2192\u677e\u6a4b\u99c5",
        "long": "\u516b\u4ee3\u5e02\u5f79\u6240\u2192\u5927\u6751\uff5e\u93e1\u56db\u3064\u89d2\u2192\u677e\u6a4b\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154_154120_1_20260701",
        "label": "\u677e\u6a4b\u99c5\u2192\u5bae\u539f\uff5e\u516b\u4ee3\u99c5\u2192\u516b\u4ee3\u7523\u4ea4",
        "long": "\u677e\u6a4b\u99c5\u2192\u5bae\u539f\uff5e\u516b\u4ee3\u99c5\u2192\u516b\u4ee3\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154_154121_1_20260701",
        "label": "\u516b\u4ee3\u7523\u4ea4\u2192\u516b\u4ee3\u99c5\uff5e\u5bae\u539f\u2192\u677e\u6a4b\u99c5",
        "long": "\u516b\u4ee3\u7523\u4ea4\u2192\u516b\u4ee3\u99c5\uff5e\u5bae\u539f\u2192\u677e\u6a4b\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "155_155031_1_20260701",
        "label": "\u6e21\u9e7f\u56db\u4e01\u76ee\u2192\u718a\u672c\u6574\u5f62\uff5e\u718a\u672c\u99c5\u524d\u2192\u7530\u5d0e\u6a4b",
        "long": "\u6e21\u9e7f\u56db\u4e01\u76ee\u2192\u718a\u672c\u6574\u5f62\uff5e\u718a\u672c\u99c5\u524d\u2192\u7530\u5d0e\u6a4b",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "155_155041_1_20260701",
        "label": "\u718a\u672c\u99c5\u524d\u2192\u901a\u753a\u76f4\u884c\u4fbf\u2192\u5e02\u5f79\u6240\u524d",
        "long": "\u718a\u672c\u99c5\u524d\u2192\u901a\u753a\u76f4\u884c\u4fbf\u2192\u5e02\u5f79\u6240\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "155_155051_1_20260701",
        "label": "\u6771\u753a\u4e2d\u5b66\u897f\u53e3\u2192\u81ea\u885b\u968a\uff5e\u718a\u672c\u99c5\u524d\u2192\u7530\u5d0e\u6a4b",
        "long": "\u6771\u753a\u4e2d\u5b66\u897f\u53e3\u2192\u81ea\u885b\u968a\uff5e\u718a\u672c\u99c5\u524d\u2192\u7530\u5d0e\u6a4b",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "15_15101_1_20260701",
        "label": "\u5439\u7530\u56e3\u5730\u2192\u5927\u6d25\u4e2d\u592e\uff5e\u2192\u5927\u6d25\u9ad8\u6821\u524d",
        "long": "\u5439\u7530\u56e3\u5730\u2192\u5927\u6d25\u4e2d\u592e\uff5e\u2192\u5927\u6d25\u9ad8\u6821\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "165_165010_1_20260701",
        "label": "\u7389\u540d\u99c5\u524d\u2192\u6625\u51fa\u30eb\u30fc\u30d7\u6a4b\uff5e\u2192\u7389\u540d\u99c5\u524d",
        "long": "\u7389\u540d\u99c5\u524d\u2192\u6625\u51fa\u30eb\u30fc\u30d7\u6a4b\uff5e\u2192\u7389\u540d\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "165_165011_1_20260701",
        "label": "\u7389\u540d\u99c5\u524d\u2192\u7389\u540d\u5e02\u5f79\u6240\u524d\uff5e\u2192\u7389\u540d\u99c5\u524d",
        "long": "\u7389\u540d\u99c5\u524d\u2192\u7389\u540d\u5e02\u5f79\u6240\u524d\uff5e\u2192\u7389\u540d\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "165_165040_1_20260701",
        "label": "\u304f\u307e\u3082\u3068\u770c\u5317\u75c5\u9662\u524d\u2192\u7389\u540d\u6e29\u6cc9\uff5e\u7389\u540d\u9ad8\u6821\u2192\u7389\u540d\u99c5\u524d",
        "long": "\u304f\u307e\u3082\u3068\u770c\u5317\u75c5\u9662\u524d\u2192\u7389\u540d\u6e29\u6cc9\uff5e\u7389\u540d\u9ad8\u6821\u2192\u7389\u540d\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "165_165041_1_20260701",
        "label": "\u7389\u540d\u99c5\u524d\u2192\u7389\u540d\u9ad8\u6821\uff5e\u7389\u540d\u6e29\u6cc9\u2192\u304f\u307e\u3082\u3068\u770c\u5317\u75c5\u9662\u524d",
        "long": "\u7389\u540d\u99c5\u524d\u2192\u7389\u540d\u9ad8\u6821\uff5e\u7389\u540d\u6e29\u6cc9\u2192\u304f\u307e\u3082\u3068\u770c\u5317\u75c5\u9662\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "165_165050_1_20260701",
        "label": "\u304f\u307e\u3082\u3068\u770c\u5317\u75c5\u9662\u524d\u2192\u7389\u540d\u5e02\u5f79\u6240\uff5e\u7389\u540d\u4e2d\u753a\u2192\u7389\u540d\u99c5\u524d",
        "long": "\u304f\u307e\u3082\u3068\u770c\u5317\u75c5\u9662\u524d\u2192\u7389\u540d\u5e02\u5f79\u6240\uff5e\u7389\u540d\u4e2d\u753a\u2192\u7389\u540d\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "165_165051_1_20260701",
        "label": "\u7389\u540d\u99c5\u524d\u2192\u7389\u540d\u4e2d\u753a\uff5e\u7389\u540d\u5e02\u5f79\u6240\u2192\u304f\u307e\u3082\u3068\u770c\u5317\u75c5\u9662\u524d",
        "long": "\u7389\u540d\u99c5\u524d\u2192\u7389\u540d\u4e2d\u753a\uff5e\u7389\u540d\u5e02\u5f79\u6240\u2192\u304f\u307e\u3082\u3068\u770c\u5317\u75c5\u9662\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "16_16020_1_20260701",
        "label": "F1-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5b50\u98fc\uff5e\u4f9b\u5408\u2192\u6771\u718a\u672c\u7b2c\u4e8c\u75c5\u9662\u524d",
        "long": "F1-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5b50\u98fc\uff5e\u4f9b\u5408\u2192\u6771\u718a\u672c\u7b2c\u4e8c\u75c5\u9662\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "16_16021_1_20260701",
        "label": "F1-1\uff1a\u6771\u718a\u672c\u7b2c\u4e8c\u75c5\u9662\u524d\u2192\u4f9b\u5408\uff5e\u5b50\u98fc\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "F1-1\uff1a\u6771\u718a\u672c\u7b2c\u4e8c\u75c5\u9662\u524d\u2192\u4f9b\u5408\uff5e\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": "16_16110_1_20260701",
        "label": "F1-2\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5b50\u98fc\uff5e\u4f9b\u5408\u2192\u5149\u306e\u68ee\u7523\u4ea4",
        "long": "F1-2\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5b50\u98fc\uff5e\u4f9b\u5408\u2192\u5149\u306e\u68ee\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "16_16111_1_20260701",
        "label": "F1-2\uff1a\u5149\u306e\u68ee\u7523\u4ea4\u2192\u4f9b\u5408\uff5e\u5b50\u98fc\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "F1-2\uff1a\u5149\u306e\u68ee\u7523\u4ea4\u2192\u4f9b\u5408\uff5e\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": "17_17120_1_20260701",
        "label": "A2-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u4eac\u753a\u672c\u4e01\uff5e\u690d\u6728\u5bae\u306e\u524d\u2192\u6728\u7559",
        "long": "A2-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u4eac\u753a\u672c\u4e01\uff5e\u690d\u6728\u5bae\u306e\u524d\u2192\u6728\u7559",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "17_17121_1_20260701",
        "label": "A2-1\uff1a\u6728\u7559\u2192\u690d\u6728\u5bae\u306e\u524d\uff5e\u4eac\u753a\u672c\u4e01\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "A2-1\uff1a\u6728\u7559\u2192\u690d\u6728\u5bae\u306e\u524d\uff5e\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": "17_17130_1_20260701",
        "label": "A4-2\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u690d\u6728\uff5e\u5317\u533a\u5f79\u6240\u524d\u2192\u5c0f\u91ce\u6cc9\u6c34\u516c\u5712",
        "long": "A4-2\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u690d\u6728\uff5e\u5317\u533a\u5f79\u6240\u524d\u2192\u5c0f\u91ce\u6cc9\u6c34\u516c\u5712",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "17_17131_1_20260701",
        "label": "A4-2\uff1a\u5c0f\u91ce\u6cc9\u6c34\u516c\u5712\u2192\u5317\u533a\u5f79\u6240\u524d\uff5e\u690d\u6728\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "A4-2\uff1a\u5c0f\u91ce\u6cc9\u6c34\u516c\u5712\u2192\u5317\u533a\u5f79\u6240\u524d\uff5e\u690d\u6728\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": "17_17150_1_20260701",
        "label": "A4-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u4eac\u753a\u672c\u4e01\uff5e\u690d\u6728\u5bae\u306e\u524d\u2192\u690d\u6728\u99d0\u8eca\u5834",
        "long": "A4-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u4eac\u753a\u672c\u4e01\uff5e\u690d\u6728\u5bae\u306e\u524d\u2192\u690d\u6728\u99d0\u8eca\u5834",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "17_17151_1_20260701",
        "label": "A4-1\uff1a\u690d\u6728\u99d0\u8eca\u5834\u2192\u690d\u6728\u5bae\u306e\u524d\uff5e\u4eac\u753a\u672c\u4e01\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "A4-1\uff1a\u690d\u6728\u99d0\u8eca\u5834\u2192\u690d\u6728\u5bae\u306e\u524d\uff5e\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": "17_17171_1_20260701",
        "label": "A4-2/K6-0\uff1a\u5c0f\u91ce\u6cc9\u6c34\u516c\u5712\u2192\u5317\u533a\u5f79\u6240\u524d\uff5e\u770c\u5e81\u524d\u2192\u770c\u4f1a\u8b70\u4e8b\u5802\u524d",
        "long": "A4-2/K6-0\uff1a\u5c0f\u91ce\u6cc9\u6c34\u516c\u5712\u2192\u5317\u533a\u5f79\u6240\u524d\uff5e\u770c\u5e81\u524d\u2192\u770c\u4f1a\u8b70\u4e8b\u5802\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "17_17181_1_20260701",
        "label": "A2-1\uff1a\u6728\u7559\u2192\u690d\u6728\u5bae\u306e\u524d\uff5e\u4eac\u753a\u672c\u4e01\u2192\u7530\u5d0e\u6a4b",
        "long": "A2-1\uff1a\u6728\u7559\u2192\u690d\u6728\u5bae\u306e\u524d\uff5e\u4eac\u753a\u672c\u4e01\u2192\u7530\u5d0e\u6a4b",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "17_17191_1_20260701",
        "label": "A4-2\uff1a\u5c0f\u91ce\u6cc9\u6c34\u516c\u5712\u2192\u5317\u533a\u5f79\u6240\u524d\uff5e\u690d\u6728\u2192\u7530\u5d0e\u6a4b",
        "long": "A4-2\uff1a\u5c0f\u91ce\u6cc9\u6c34\u516c\u5712\u2192\u5317\u533a\u5f79\u6240\u524d\uff5e\u690d\u6728\u2192\u7530\u5d0e\u6a4b",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "17_17201_1_20260701",
        "label": "A4-1\uff1a\u690d\u6728\u99d0\u8eca\u5834\u2192\u690d\u6728\uff5e\u4eac\u753a\u672c\u4e01\u2192\u7530\u5d0e\u6a4b",
        "long": "A4-1\uff1a\u690d\u6728\u99d0\u8eca\u5834\u2192\u690d\u6728\uff5e\u4eac\u753a\u672c\u4e01\u2192\u7530\u5d0e\u6a4b",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "17_17220_1_20260701",
        "label": "A4-2\uff1a\u5317\u7aaa\u2192\u770c\u5e81\u524d\uff5e\u690d\u6728\u2192\u5c0f\u91ce\u6cc9\u6c34\u516c\u5712",
        "long": "A4-2\uff1a\u5317\u7aaa\u2192\u770c\u5e81\u524d\uff5e\u690d\u6728\u2192\u5c0f\u91ce\u6cc9\u6c34\u516c\u5712",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "17_17231_1_20260701",
        "label": "A3-1\uff1a\u9e7f\u5357\u4e2d\u5b66\u6821\u2192\u690d\u6728\uff5e\u4eac\u753a\u672c\u4e01\u2192\u7530\u5d0e\u6a4b",
        "long": "A3-1\uff1a\u9e7f\u5357\u4e2d\u5b66\u6821\u2192\u690d\u6728\uff5e\u4eac\u753a\u672c\u4e01\u2192\u7530\u5d0e\u6a4b",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "17_17240_1_20260701",
        "label": "A2-1\uff1a\u7530\u5d0e\u6a4b\u2192\u4eac\u753a\uff5e\u690d\u6728\u5bae\u306e\u524d\u2192\u6728\u7559",
        "long": "A2-1\uff1a\u7530\u5d0e\u6a4b\u2192\u4eac\u753a\uff5e\u690d\u6728\u5bae\u306e\u524d\u2192\u6728\u7559",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "17_17250_1_20260701",
        "label": "A4-2\uff1a\u7530\u5d0e\u6a4b\u2192\u4eac\u753a\uff5e\u690d\u6728\u2192\u5c0f\u91ce\u6cc9\u6c34\u516c\u5712",
        "long": "A4-2\uff1a\u7530\u5d0e\u6a4b\u2192\u4eac\u753a\uff5e\u690d\u6728\u2192\u5c0f\u91ce\u6cc9\u6c34\u516c\u5712",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "17_17260_1_20260701",
        "label": "A4-1\uff1a\u7530\u5d0e\u6a4b\u2192\u4eac\u753a\uff5e\u690d\u6728\u2192\u690d\u6728\u99d0\u8eca\u5834",
        "long": "A4-1\uff1a\u7530\u5d0e\u6a4b\u2192\u4eac\u753a\uff5e\u690d\u6728\u2192\u690d\u6728\u99d0\u8eca\u5834",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "17_17270_1_20260701",
        "label": "A3-1\uff1a\u7530\u5d0e\u6a4b\u2192\u4eac\u753a\uff5e\u690d\u6728\u2192\u9e7f\u5357\u4e2d\u5b66\u6821",
        "long": "A3-1\uff1a\u7530\u5d0e\u6a4b\u2192\u4eac\u753a\uff5e\u690d\u6728\u2192\u9e7f\u5357\u4e2d\u5b66\u6821",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "18_18130_1_20260701",
        "label": "U2-2\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u4e0a\u718a\u672c\uff5e\u897f\u91cc\u2192\u4e07\u697d\u5bfa\u99d0\u8eca\u5834",
        "long": "U2-2\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u4e0a\u718a\u672c\uff5e\u897f\u91cc\u2192\u4e07\u697d\u5bfa\u99d0\u8eca\u5834",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "18_18131_1_20260701",
        "label": "U2-2\uff1a\u4e07\u697d\u5bfa\u99d0\u8eca\u5834\u2192\u897f\u91cc\uff5e\u4e0a\u718a\u672c\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "U2-2\uff1a\u4e07\u697d\u5bfa\u99d0\u8eca\u5834\u2192\u897f\u91cc\uff5e\u4e0a\u718a\u672c\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": "18_18240_1_20260701",
        "label": "U2-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u548c\u6cc9\uff5e\u690d\u6728\u5bae\u306e\u524d\uff08\u2192\u690d\u6728\u99d0\u8eca\u5834",
        "long": "U2-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u548c\u6cc9\uff5e\u690d\u6728\u5bae\u306e\u524d\uff08\u2192\u690d\u6728\u99d0\u8eca\u5834",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "18_18241_1_20260701",
        "label": "U2-1\uff1a\u690d\u6728\u99d0\u8eca\u5834\u2192\u690d\u6728\u5bae\u306e\u524d\uff08\uff5e\u548c\u6cc9\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "U2-1\uff1a\u690d\u6728\u99d0\u8eca\u5834\u2192\u690d\u6728\u5bae\u306e\u524d\uff08\uff5e\u548c\u6cc9\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": "19_19080_1_20260701",
        "label": "U4-2\uff1a\u6c34\u9053\u753a\u2192\u65b0\u753a\uff5e\u6238\u5742\u2192\u8c37\u5c3e\u5d0e",
        "long": "U4-2\uff1a\u6c34\u9053\u753a\u2192\u65b0\u753a\uff5e\u6238\u5742\u2192\u8c37\u5c3e\u5d0e",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "19_19081_1_20260701",
        "label": "U4-2\uff1a\u8c37\u5c3e\u5d0e\u2192\u6238\u5742\uff5e\u65b0\u753a\u2192\u6c34\u9053\u753a",
        "long": "U4-2\uff1a\u8c37\u5c3e\u5d0e\u2192\u6238\u5742\uff5e\u65b0\u753a\u2192\u6c34\u9053\u753a",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "19_19110_1_20260701",
        "label": "U4-3\uff1a\u6c34\u9053\u753a\u2192\u8c37\u5c3e\u5d0e\uff5e\u897f\u533a\u5f79\u6240\u524d\u2192\u5c0f\u5cf6\u7523\u4ea4",
        "long": "U4-3\uff1a\u6c34\u9053\u753a\u2192\u8c37\u5c3e\u5d0e\uff5e\u897f\u533a\u5f79\u6240\u524d\u2192\u5c0f\u5cf6\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "19_19111_1_20260701",
        "label": "U4-3\uff1a\u5c0f\u5cf6\u7523\u4ea4\u2192\u897f\u533a\u5f79\u6240\u524d\uff5e\u8c37\u5c3e\u5d0e\u2192\u6c34\u9053\u753a",
        "long": "U4-3\uff1a\u5c0f\u5cf6\u7523\u4ea4\u2192\u897f\u533a\u5f79\u6240\u524d\uff5e\u8c37\u5c3e\u5d0e\u2192\u6c34\u9053\u753a",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_1170_1_20260701",
        "label": "L6-3/T2-1\uff1a\u5c0f\u5cf6\u2192\u897f\u9ad8\u6821\uff5e\u5065\u8ecd\u2192\u6728\u5c71",
        "long": "L6-3/T2-1\uff1a\u5c0f\u5cf6\u2192\u897f\u9ad8\u6821\uff5e\u5065\u8ecd\u2192\u6728\u5c71",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_1171_1_20260701",
        "label": "L6-3/T2-1\uff1a\u6728\u5c71\u2192\u5065\u8ecd\uff5e\u897f\u9ad8\u2192\u5c0f\u5cf6",
        "long": "L6-3/T2-1\uff1a\u6728\u5c71\u2192\u5065\u8ecd\uff5e\u897f\u9ad8\u2192\u5c0f\u5cf6",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "20_20010_1_20260701",
        "label": "S3-2\uff1a\u718a\u672c\u6e2f\u2192\u897f\u533a\u5f79\u6240\uff5e\u84ee\u53f0\u5bfa\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "S3-2\uff1a\u718a\u672c\u6e2f\u2192\u897f\u533a\u5f79\u6240\uff5e\u84ee\u53f0\u5bfa\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": "20_20011_1_20260701",
        "label": "S3-2\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u84ee\u53f0\u5bfa\uff5e\u897f\u533a\u5f79\u6240\u2192\u718a\u672c\u6e2f",
        "long": "S3-2\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u84ee\u53f0\u5bfa\uff5e\u897f\u533a\u5f79\u6240\u2192\u718a\u672c\u6e2f",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "20_20021_1_20260701",
        "label": "T2-1\uff1a\u5c0f\u5cf6\u7523\u4ea4\u2192\u897f\u9ad8\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "T2-1\uff1a\u5c0f\u5cf6\u7523\u4ea4\u2192\u897f\u9ad8\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": "23_23200_1_20260701",
        "label": "S4-9\uff1a\u6c34\u9053\u753a\u2192\u767d\u85e4\u2192JA\u98fd\u7530\u652f\u6240\u524d",
        "long": "S4-9\uff1a\u6c34\u9053\u753a\u2192\u767d\u85e4\u2192JA\u98fd\u7530\u652f\u6240\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "23_23201_1_20260701",
        "label": "S4-9\uff1aJA\u98fd\u7530\u652f\u6240\u524d\u2192\u767d\u85e4\u2192\u6c34\u9053\u753a",
        "long": "S4-9\uff1aJA\u98fd\u7530\u652f\u6240\u524d\u2192\u767d\u85e4\u2192\u6c34\u9053\u753a",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "24_24010_1_20260701",
        "label": "A1-1\uff1a\u82e5\u8449\u6821\u2192\u52d5\u690d\u7269\u5712\uff5e\u770c\u5e81\u2192\u5bcc\u5c3e\u56e3\u5730",
        "long": "A1-1\uff1a\u82e5\u8449\u6821\u2192\u52d5\u690d\u7269\u5712\uff5e\u770c\u5e81\u2192\u5bcc\u5c3e\u56e3\u5730",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "24_24011_1_20260701",
        "label": "A1-1/K1-1\uff1a\u5bcc\u5c3e\u56e3\u5730\u2192\u770c\u5e81\uff5e\u52d5\u690d\u7269\u5712\u524d\u2192\u82e5\u8449\u6821",
        "long": "A1-1/K1-1\uff1a\u5bcc\u5c3e\u56e3\u5730\u2192\u770c\u5e81\uff5e\u52d5\u690d\u7269\u5712\u524d\u2192\u82e5\u8449\u6821",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "24_24021_1_20260701",
        "label": "A1-1/K6-0\uff1a\u5bcc\u5c3e\u56e3\u5730\u2192\u4eac\u753a\u672c\u4e01\uff5e\u770c\u5e81\u524d\u2192\u770c\u4f1a\u8b70\u4e8b\u5802",
        "long": "A1-1/K6-0\uff1a\u5bcc\u5c3e\u56e3\u5730\u2192\u4eac\u753a\u672c\u4e01\uff5e\u770c\u5e81\u524d\u2192\u770c\u4f1a\u8b70\u4e8b\u5802",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "24_24030_1_20260701",
        "label": "A1-1\uff1a\u5317\u7aaa\u2192\u770c\u5e81\uff5e\u4eac\u753a\u672c\u4e01\u2192\u5bcc\u5c3e\u56e3\u5730",
        "long": "A1-1\uff1a\u5317\u7aaa\u2192\u770c\u5e81\uff5e\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": "25_25010_1_20260701",
        "label": "A1-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u2192\u5bcc\u5c3e\u56e3\u5730",
        "long": "A1-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u2192\u5bcc\u5c3e\u56e3\u5730",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "25_25011_1_20260701",
        "label": "A1-1\uff1a\u5bcc\u5c3e\u56e3\u5730\u2192\u4eac\u753a\u672c\u4e01\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "A1-1\uff1a\u5bcc\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": "25_25020_1_20260701",
        "label": "A1-1/T3-0\uff1a\u897f\u90e8\u8eca\u5eab\u2192\u718a\u672c\u99c5\uff5e\u4eac\u753a\u672c\u4e01\u2192\u5bcc\u5c3e\u56e3\u5730",
        "long": "A1-1/T3-0\uff1a\u897f\u90e8\u8eca\u5eab\u2192\u718a\u672c\u99c5\uff5e\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": "25_25021_1_20260701",
        "label": "A1-1/T3-0\uff1a\u5bcc\u5c3e\u56e3\u5730\u2192\u4eac\u753a\uff5e\u718a\u672c\u99c5\u2192\u897f\u90e8\u8eca\u5eab",
        "long": "A1-1/T3-0\uff1a\u5bcc\u5c3e\u56e3\u5730\u2192\u4eac\u753a\uff5e\u718a\u672c\u99c5\u2192\u897f\u90e8\u8eca\u5eab",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "26_26330_1_20260701",
        "label": "K1-5/R2-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u6e08\u751f\u4f1a\u75c5\u9662\uff5e\u5ddd\u5c3b\u99c5\u524d\u2192\u5ddd\u5c3b\u753a",
        "long": "K1-5/R2-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u6e08\u751f\u4f1a\u75c5\u9662\uff5e\u5ddd\u5c3b\u99c5\u524d\u2192\u5ddd\u5c3b\u753a",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "26_26331_1_20260701",
        "label": "K1-5\uff1a\u5ddd\u5c3b\u753a\u2192\u5ddd\u5c3b\u99c5\u524d\uff5e\u6e08\u751f\u4f1a\u75c5\u9662\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "K1-5\uff1a\u5ddd\u5c3b\u753a\u2192\u5ddd\u5c3b\u99c5\u524d\uff5e\u6e08\u751f\u4f1a\u75c5\u9662\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": "27_27050_1_20260701",
        "label": "E2-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5b50\u98fc\uff5e\u4e8c\u91cc\u6728\u2192\u6960\u56e3\u5730",
        "long": "E2-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5b50\u98fc\uff5e\u4e8c\u91cc\u6728\u2192\u6960\u56e3\u5730",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "27_27051_1_20260701",
        "label": "E2-1\uff1a\u6960\u56e3\u5730\u2192\u4e8c\u91cc\u6728\uff5e\u5b50\u98fc\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "E2-1\uff1a\u6960\u56e3\u5730\u2192\u4e8c\u91cc\u6728\uff5e\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": "27_27071_1_20260701",
        "label": "E2-0\uff1a\u7adc\u7530\u53e3\u99c5\u524d\u2192\u718a\u672c\u5927\u5b66\u524d\uff5e\u5b50\u98fc\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "E2-0\uff1a\u7adc\u7530\u53e3\u99c5\u524d\u2192\u718a\u672c\u5927\u5b66\u524d\uff5e\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": "27_27080_1_20260701",
        "label": "E2-1/S3-0\uff1a\u897f\u90e8\u8eca\u5eab\u2192\u84ee\u53f0\u5bfa\uff5e\u4e8c\u91cc\u6728\u2192\u6960\u56e3\u5730",
        "long": "E2-1/S3-0\uff1a\u897f\u90e8\u8eca\u5eab\u2192\u84ee\u53f0\u5bfa\uff5e\u4e8c\u91cc\u6728\u2192\u6960\u56e3\u5730",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "27_27081_1_20260701",
        "label": "E2-1/S3-0\uff1a\u6960\u56e3\u5730\u2192\u4e8c\u91cc\u6728\uff5e\u84ee\u53f0\u5bfa\u2192\u897f\u90e8\u8eca\u5eab",
        "long": "E2-1/S3-0\uff1a\u6960\u56e3\u5730\u2192\u4e8c\u91cc\u6728\uff5e\u84ee\u53f0\u5bfa\u2192\u897f\u90e8\u8eca\u5eab",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "27_27090_1_20260701",
        "label": "E2-0/S3-0\uff1a\u897f\u90e8\u8eca\u5eab\u2192\u84ee\u53f0\u5bfa\uff5e\u5b50\u98fc\u2192\u7adc\u7530\u53e3\u99c5",
        "long": "E2-0/S3-0\uff1a\u897f\u90e8\u8eca\u5eab\u2192\u84ee\u53f0\u5bfa\uff5e\u5b50\u98fc\u2192\u7adc\u7530\u53e3\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "28_28061_1_20260701",
        "label": "K6-0/R1-2\uff1a\u56fd\u753a\u99d0\u8eca\u5834\u2192\u5ddd\u5c3b\u5e02\u9053\uff5e\u6c34\u524d\u5bfa\u516c\u5712\u524d\u2192\u770c\u4f1a\u8b70\u4e8b\u5802\u524d",
        "long": "K6-0/R1-2\uff1a\u56fd\u753a\u99d0\u8eca\u5834\u2192\u5ddd\u5c3b\u5e02\u9053\uff5e\u6c34\u524d\u5bfa\u516c\u5712\u524d\u2192\u770c\u4f1a\u8b70\u4e8b\u5802\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "28_28080_1_20260701",
        "label": "R1-2\uff1a\u6c34\u9053\u753a\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\uff5e\u5ddd\u5c3b\u5e02\u9053\u2192\u56fd\u753a",
        "long": "R1-2\uff1a\u6c34\u9053\u753a\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\uff5e\u5ddd\u5c3b\u5e02\u9053\u2192\u56fd\u753a",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "28_28081_1_20260701",
        "label": "R1-2\uff1a\u56fd\u753a\u2192\u5ddd\u5c3b\u5e02\u9053\uff5e\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u6c34\u9053\u753a",
        "long": "R1-2\uff1a\u56fd\u753a\u2192\u5ddd\u5c3b\u5e02\u9053\uff5e\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": "28_28091_1_20260701",
        "label": "K6-0/R1-1\uff1a\u30ea\u30d0\u30b0\u30ea\u30fc\u30f3\u516b\u5e61\u2192\u5ddd\u5c3b\u5e02\u9053\uff5e\u770c\u5e81\u524d\u2192\u770c\u4f1a\u8b70\u4e8b\u5802\u524d",
        "long": "K6-0/R1-1\uff1a\u30ea\u30d0\u30b0\u30ea\u30fc\u30f3\u516b\u5e61\u2192\u5ddd\u5c3b\u5e02\u9053\uff5e\u770c\u5e81\u524d\u2192\u770c\u4f1a\u8b70\u4e8b\u5802\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "28_28100_1_20260701",
        "label": "R1-1\uff1a\u6c34\u9053\u753a\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\uff5e\u5ddd\u5c3b\u5e02\u9053\u2192\u5ddd\u5c3b\u753a",
        "long": "R1-1\uff1a\u6c34\u9053\u753a\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\uff5e\u5ddd\u5c3b\u5e02\u9053\u2192\u5ddd\u5c3b\u753a",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "28_28101_1_20260701",
        "label": "R1-1\uff1a\u5ddd\u5c3b\u753a\u2192\u5ddd\u5c3b\u5e02\u9053\uff5e\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u6c34\u9053\u753a",
        "long": "R1-1\uff1a\u5ddd\u5c3b\u753a\u2192\u5ddd\u5c3b\u5e02\u9053\uff5e\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": "28_28110_1_20260701",
        "label": "R1-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5ddd\u5c3b\u5e02\u9053\uff5e\u5ddd\u5c3b\u753a\u2192\u5ddd\u5c3b\u753a",
        "long": "R1-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5ddd\u5c3b\u5e02\u9053\uff5e\u5ddd\u5c3b\u753a\u2192\u5ddd\u5c3b\u753a",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "28_28111_1_20260701",
        "label": "R1-1\uff1a\u5ddd\u5c3b\u753a\u2192\u5ddd\u5c3b\u753a\uff5e\u5ddd\u5c3b\u5e02\u9053\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "R1-1\uff1a\u5ddd\u5c3b\u753a\u2192\u5ddd\u5c3b\u753a\uff5e\u5ddd\u5c3b\u5e02\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": "28_28160_1_20260701",
        "label": "R1-2\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u718a\u65e5\u524d\uff08\u65e7\u9053\uff5e\u5ddd\u5c3b\u753a\u2192\u56fd\u753a",
        "long": "R1-2\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u718a\u65e5\u524d\uff08\u65e7\u9053\uff5e\u5ddd\u5c3b\u753a\u2192\u56fd\u753a",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "28_28161_1_20260701",
        "label": "R1-2\uff1a\u56fd\u753a\u2192\u5ddd\u5c3b\u753a\uff5e\u718a\u65e5\u524d\uff08\u65e7\u9053\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "R1-2\uff1a\u56fd\u753a\u2192\u5ddd\u5c3b\u753a\uff5e\u718a\u65e5\u524d\uff08\u65e7\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": "28_28190_1_20260701",
        "label": "R1-2\uff1a\u5317\u7aaa\u2192\u770c\u5e81\u524d\uff5e\u5ddd\u5c3b\u5e02\u9053\u2192\u56fd\u753a",
        "long": "R1-2\uff1a\u5317\u7aaa\u2192\u770c\u5e81\u524d\uff5e\u5ddd\u5c3b\u5e02\u9053\u2192\u56fd\u753a",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "28_28200_1_20260701",
        "label": "R1-1\uff1a\u5317\u7aaa\u2192\u770c\u5e81\u524d\uff5e\u5ddd\u5c3b\u5e02\u9053\u2192\u5ddd\u5c3b\u753a",
        "long": "R1-1\uff1a\u5317\u7aaa\u2192\u770c\u5e81\u524d\uff5e\u5ddd\u5c3b\u5e02\u9053\u2192\u5ddd\u5c3b\u753a",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2_2040_1_20260701",
        "label": "L6-3\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5065\u8ecd\uff5e\u4ea4\u901a\u5e83\u5834\u2192\u6728\u5c71",
        "long": "L6-3\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5065\u8ecd\uff5e\u4ea4\u901a\u5e83\u5834\u2192\u6728\u5c71",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2_2041_1_20260701",
        "label": "L6-3\uff1a\u6728\u5c71\u2192\u4ea4\u901a\u5e83\u5834\uff5e\u5065\u8ecd\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "L6-3\uff1a\u6728\u5c71\u2192\u4ea4\u901a\u5e83\u5834\uff5e\u5065\u8ecd\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": "30_30110_1_20260701",
        "label": "A5-2\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u690d\u6728\uff5e\u65e5\u7f6e\u2192\u5c71\u9e7f\u6e29\u6cc9",
        "long": "A5-2\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u690d\u6728\uff5e\u65e5\u7f6e\u2192\u5c71\u9e7f\u6e29\u6cc9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "30_30111_1_20260701",
        "label": "A5-2\uff1a\u5c71\u9e7f\u6e29\u6cc9\u2192\u65e5\u7f6e\uff5e\u690d\u6728\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "A5-2\uff1a\u5c71\u9e7f\u6e29\u6cc9\u2192\u65e5\u7f6e\uff5e\u690d\u6728\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": "30_30121_1_20260701",
        "label": "A5-2\uff1a\u5c71\u9e7f\u6e29\u6cc9\u2192\u65e5\u7f6e\uff5e\u690d\u6728\u2192\u7530\u5d0e\u6a4b",
        "long": "A5-2\uff1a\u5c71\u9e7f\u6e29\u6cc9\u2192\u65e5\u7f6e\uff5e\u690d\u6728\u2192\u7530\u5d0e\u6a4b",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "30_30150_1_20260701",
        "label": "A5-2\uff1a\u7530\u5d0e\u6a4b\u2192\u690d\u6728\uff5e\u65e5\u7f6e\u2192\u5c71\u9e7f\u6e29\u6cc9",
        "long": "A5-2\uff1a\u7530\u5d0e\u6a4b\u2192\u690d\u6728\uff5e\u65e5\u7f6e\u2192\u5c71\u9e7f\u6e29\u6cc9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "31_31120_1_20260701",
        "label": "A5-3\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u690d\u6728\u6e29\u6cc9\uff5e\u65e5\u7f6e\u2192\u5c71\u9e7f\u6e29\u6cc9",
        "long": "A5-3\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u690d\u6728\u6e29\u6cc9\uff5e\u65e5\u7f6e\u2192\u5c71\u9e7f\u6e29\u6cc9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "31_31121_1_20260701",
        "label": "A5-3\uff1a\u5c71\u9e7f\u6e29\u6cc9\u2192\u65e5\u7f6e\uff5e\u690d\u6728\u6e29\u6cc9\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "A5-3\uff1a\u5c71\u9e7f\u6e29\u6cc9\u2192\u65e5\u7f6e\uff5e\u690d\u6728\u6e29\u6cc9\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": "33_33170_1_20260701",
        "label": "A5-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u690d\u6728\uff5e\u6765\u6c11\u30d0\u30a4\u30d1\u30b9\u2192\u5c71\u9e7f\u6e29\u6cc9",
        "long": "A5-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u690d\u6728\uff5e\u6765\u6c11\u30d0\u30a4\u30d1\u30b9\u2192\u5c71\u9e7f\u6e29\u6cc9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "33_33171_1_20260701",
        "label": "A5-1\uff1a\u5c71\u9e7f\u6e29\u6cc9\u2192\u6765\u6c11\u30d0\u30a4\u30d1\u30b9\uff5e\u690d\u6728\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "A5-1\uff1a\u5c71\u9e7f\u6e29\u6cc9\u2192\u6765\u6c11\u30d0\u30a4\u30d1\u30b9\uff5e\u690d\u6728\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": "33_33181_1_20260701",
        "label": "A5-1\uff1a\u5c71\u9e7f\u6e29\u6cc9\u2192\u6765\u6c11\u30d0\u30a4\u30d1\u30b9\uff5e\u690d\u6728\u2192\u7530\u5d0e\u6a4b",
        "long": "A5-1\uff1a\u5c71\u9e7f\u6e29\u6cc9\u2192\u6765\u6c11\u30d0\u30a4\u30d1\u30b9\uff5e\u690d\u6728\u2192\u7530\u5d0e\u6a4b",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "33_33190_1_20260701",
        "label": "A5-1\uff1a\u7530\u5d0e\u6a4b\u2192\u690d\u6728\uff5e\u6765\u6c11\u30d0\u30a4\u30d1\u30b9\u2192\u5c71\u9e7f\u6e29\u6cc9",
        "long": "A5-1\uff1a\u7530\u5d0e\u6a4b\u2192\u690d\u6728\uff5e\u6765\u6c11\u30d0\u30a4\u30d1\u30b9\u2192\u5c71\u9e7f\u6e29\u6cc9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "36_36300_1_20260701",
        "label": "T2-3\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u897f\u533a\u5f79\u6240\uff5e\u6cb3\u5185\u8fb2\u5354\u524d\u2192\u5929\u6c34\u652f\u6240",
        "long": "T2-3\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u897f\u533a\u5f79\u6240\uff5e\u6cb3\u5185\u8fb2\u5354\u524d\u2192\u5929\u6c34\u652f\u6240",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "36_36301_1_20260701",
        "label": "T2-3\uff1a\u5929\u6c34\u652f\u6240\u2192\u6cb3\u5185\u8fb2\u5354\uff5e\u897f\u533a\u5f79\u6240\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "T2-3\uff1a\u5929\u6c34\u652f\u6240\u2192\u6cb3\u5185\u8fb2\u5354\uff5e\u897f\u533a\u5f79\u6240\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": "36_36310_1_20260701",
        "label": "T2-2\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u897f\u533a\u5f79\u6240\uff5e\u6cb3\u5185\u8fb2\u5354\u2192\u5c0f\u5929\u6e29\u6cc9",
        "long": "T2-2\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u897f\u533a\u5f79\u6240\uff5e\u6cb3\u5185\u8fb2\u5354\u2192\u5c0f\u5929\u6e29\u6cc9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "36_36311_1_20260701",
        "label": "T2-2\uff1a\u5c0f\u5929\u6e29\u6cc9\u2192\u6cb3\u5185\u8fb2\u5354\uff5e\u897f\u533a\u5f79\u6240\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "T2-2\uff1a\u5c0f\u5929\u6e29\u6cc9\u2192\u6cb3\u5185\u8fb2\u5354\uff5e\u897f\u533a\u5f79\u6240\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": "37_37050_1_20260701",
        "label": "U3-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u82b3\u91ce\uff5e\u6cb3\u5185\u2192\u6cb3\u5185\u6e29\u6cc9\u30bb\u30f3\u30bf\u30fc",
        "long": "U3-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u82b3\u91ce\uff5e\u6cb3\u5185\u2192\u6cb3\u5185\u6e29\u6cc9\u30bb\u30f3\u30bf\u30fc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "37_37051_1_20260701",
        "label": "U3-1\uff1a\u6cb3\u5185\u6e29\u6cc9\u30bb\u30f3\u30bf\u30fc\u2192\u82b3\u91ce\uff5e\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "U3-1\uff1a\u6cb3\u5185\u6e29\u6cc9\u30bb\u30f3\u30bf\u30fc\u2192\u82b3\u91ce\uff5e\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": "38_38240_1_20260701",
        "label": "A3-2\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u6728\u8449\uff5e\u5927\u5009\u2192\u7389\u540d\u99c5\u524d",
        "long": "A3-2\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u6728\u8449\uff5e\u5927\u5009\u2192\u7389\u540d\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "38_38241_1_20260701",
        "label": "A3-2\uff1a\u7389\u540d\u99c5\u524d\u2192\u6728\u8449\uff5e\u5927\u5009\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "A3-2\uff1a\u7389\u540d\u99c5\u524d\u2192\u6728\u8449\uff5e\u5927\u5009\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": "3_3020_1_20260701",
        "label": "K4-3\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u81ea\u885b\u968a\uff5e\u4f50\u571f\u539f\u2192\u6728\u5c71",
        "long": "K4-3\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u81ea\u885b\u968a\uff5e\u4f50\u571f\u539f\u2192\u6728\u5c71",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3_3021_1_20260701",
        "label": "K4-3\uff1a\u6728\u5c71\u2192\u4f50\u571f\u539f\uff5e\u81ea\u885b\u968a\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "K4-3\uff1a\u6728\u5c71\u2192\u4f50\u571f\u539f\uff5e\u81ea\u885b\u968a\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": "3_3030_1_20260701",
        "label": "K3-3/T1-1\uff1a\u5c0f\u5cf6\u2192\u4e0a\u9ad8\u6a4b\uff5e\u770c\u5e81\u2192\u6728\u5c71",
        "long": "K3-3/T1-1\uff1a\u5c0f\u5cf6\u2192\u4e0a\u9ad8\u6a4b\uff5e\u770c\u5e81\u2192\u6728\u5c71",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3_3031_1_20260701",
        "label": "K3-3/T1-1\uff1a\u6728\u5c71\u2192\u770c\u5e81\uff5e\u4e0a\u9ad8\u6a4b\u2192\u5c0f\u5cf6",
        "long": "K3-3/T1-1\uff1a\u6728\u5c71\u2192\u770c\u5e81\uff5e\u4e0a\u9ad8\u6a4b\u2192\u5c0f\u5cf6",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3_3040_1_20260701",
        "label": "K3-1/T1-1\uff1a\u5c0f\u5cf6\u2192\u4e0a\u9ad8\u6a4b\uff5e\u770c\u5e81\u2192\u6cbc\u5c71\u6d25",
        "long": "K3-1/T1-1\uff1a\u5c0f\u5cf6\u2192\u4e0a\u9ad8\u6a4b\uff5e\u770c\u5e81\u2192\u6cbc\u5c71\u6d25",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3_3050_1_20260701",
        "label": "K3-3/T3-0\uff1a\u897f\u90e8\u8eca\u5eab\u2192\u770c\u5e81\u2192\u6728\u5c71",
        "long": "K3-3/T3-0\uff1a\u897f\u90e8\u8eca\u5eab\u2192\u770c\u5e81\u2192\u6728\u5c71",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3_3051_1_20260701",
        "label": "K3-3/T3-0\uff1a\u6728\u5c71\u2192\u770c\u5e81\u2192\u897f\u90e8\u8eca\u5eab",
        "long": "K3-3/T3-0\uff1a\u6728\u5c71\u2192\u770c\u5e81\u2192\u897f\u90e8\u8eca\u5eab",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3_3060_1_20260701",
        "label": "K3-1/T3-0\uff1a\u897f\u90e8\u8eca\u5eab\u2192\u770c\u5e81\u2192\u6cbc\u5c71\u6d25",
        "long": "K3-1/T3-0\uff1a\u897f\u90e8\u8eca\u5eab\u2192\u770c\u5e81\u2192\u6cbc\u5c71\u6d25",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3_3071_1_20260701",
        "label": "K3-3/S4-3\uff1a\u6728\u5c71\u2192\u770c\u5e81\uff5e\u91ce\u53e3\u2192\u5ddd\u53e3",
        "long": "K3-3/S4-3\uff1a\u6728\u5c71\u2192\u770c\u5e81\uff5e\u91ce\u53e3\u2192\u5ddd\u53e3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3_3080_1_20260701",
        "label": "K3-1/S4-3\uff1a\u5ddd\u53e3\u2192\u91ce\u53e3\uff5e\u770c\u5e81\u2192\u6cbc\u5c71\u6d25",
        "long": "K3-1/S4-3\uff1a\u5ddd\u53e3\u2192\u91ce\u53e3\uff5e\u770c\u5e81\u2192\u6cbc\u5c71\u6d25",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3_3081_1_20260701",
        "label": "K3-1/S4-3\uff1a\u6cbc\u5c71\u6d25\u2192\u770c\u5e81\uff5e\u91ce\u53e3\u2192\u5ddd\u53e3",
        "long": "K3-1/S4-3\uff1a\u6cbc\u5c71\u6d25\u2192\u770c\u5e81\uff5e\u91ce\u53e3\u2192\u5ddd\u53e3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3_3090_1_20260701",
        "label": "K3-3/T1-2\uff1a\u4e94\u4e01\u2192\u4e0a\u9ad8\u6a4b\uff5e\u770c\u5e81\u2192\u6728\u5c71",
        "long": "K3-3/T1-2\uff1a\u4e94\u4e01\u2192\u4e0a\u9ad8\u6a4b\uff5e\u770c\u5e81\u2192\u6728\u5c71",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3_3091_1_20260701",
        "label": "K3-3/T1-2\uff1a\u6728\u5c71\u2192\u770c\u5e81\uff5e\u4e0a\u9ad8\u6a4b\u2192\u4e94\u4e01",
        "long": "K3-3/T1-2\uff1a\u6728\u5c71\u2192\u770c\u5e81\uff5e\u4e0a\u9ad8\u6a4b\u2192\u4e94\u4e01",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3_3100_1_20260701",
        "label": "K3-1/T1-2\uff1a\u4e94\u4e01\u2192\u4e0a\u9ad8\u6a4b\uff5e\u770c\u5e81\u2192\u6cbc\u5c71\u6d25",
        "long": "K3-1/T1-2\uff1a\u4e94\u4e01\u2192\u4e0a\u9ad8\u6a4b\uff5e\u770c\u5e81\u2192\u6cbc\u5c71\u6d25",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3_3110_1_20260701",
        "label": "K3-1/S4-2\uff1a\u4e94\u4e01\u2192\u91ce\u53e3\uff5e\u770c\u5e81\u2192\u6cbc\u5c71\u6d25",
        "long": "K3-1/S4-2\uff1a\u4e94\u4e01\u2192\u91ce\u53e3\uff5e\u770c\u5e81\u2192\u6cbc\u5c71\u6d25",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3_3111_1_20260701",
        "label": "K3-1/S4-2\uff1a\u6cbc\u5c71\u6d25\u2192\u770c\u5e81\uff5e\u91ce\u53e3\u2192\u4e94\u4e01",
        "long": "K3-1/S4-2\uff1a\u6cbc\u5c71\u6d25\u2192\u770c\u5e81\uff5e\u91ce\u53e3\u2192\u4e94\u4e01",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3_3120_1_20260701",
        "label": "K3-2/S4-1\uff1a\u30a2\u30af\u30a2\u30c9\u30fc\u30e0\u2192\u770c\u5e81\uff5e\u5e02\u6c11\u75c5\u9662\u2192\u6cbc\u5c71\u6d25",
        "long": "K3-2/S4-1\uff1a\u30a2\u30af\u30a2\u30c9\u30fc\u30e0\u2192\u770c\u5e81\uff5e\u5e02\u6c11\u75c5\u9662\u2192\u6cbc\u5c71\u6d25",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3_3121_1_20260701",
        "label": "K3-2/S4-1\uff1a\u6cbc\u5c71\u6d25\u2192\u5e02\u6c11\u75c5\u9662\uff5e\u770c\u5e81\u2192\u30a2\u30af\u30a2\u30c9\u30fc\u30e0",
        "long": "K3-2/S4-1\uff1a\u6cbc\u5c71\u6d25\u2192\u5e02\u6c11\u75c5\u9662\uff5e\u770c\u5e81\u2192\u30a2\u30af\u30a2\u30c9\u30fc\u30e0",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3_3141_1_20260701",
        "label": "K1-1/T2-1\uff1a\u6728\u5c71\u7523\u4ea4\u2192\u79cb\u6d25\u897f\u9ad8\u2192\u5c0f\u5cf6",
        "long": "K1-1/T2-1\uff1a\u6728\u5c71\u7523\u4ea4\u2192\u79cb\u6d25\u897f\u9ad8\u2192\u5c0f\u5cf6",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3_3160_1_20260701",
        "label": "K1-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u79cb\u6d25\u770c\u5e81\u2192\u6728\u5c71",
        "long": "K1-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u79cb\u6d25\u770c\u5e81\u2192\u6728\u5c71",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3_3161_1_20260701",
        "label": "K1-1\uff1a\u6728\u5c71\u2192\u79cb\u6d25\u770c\u5e81\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "K1-1\uff1a\u6728\u5c71\u2192\u79cb\u6d25\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": "3_3370_1_20260701",
        "label": "K3-1/T4-1\uff1a\u5c0f\u5cf6\u7523\u4ea4\u2192\u6625\u65e5\u6821\u524d\uff5e\u770c\u5e81\u524d\u2192\u6cbc\u5c71\u6d25",
        "long": "K3-1/T4-1\uff1a\u5c0f\u5cf6\u7523\u4ea4\u2192\u6625\u65e5\u6821\u524d\uff5e\u770c\u5e81\u524d\u2192\u6cbc\u5c71\u6d25",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3_3480_1_20260701",
        "label": "K4-2\uff1a\u718a\u672c\u99c5\u2192\u770c\u5e81\uff5e\u30c6\u30af\u30ce\u2192\u963f\u8607\u304f\u307e\u3082\u3068\u7a7a\u6e2f",
        "long": "K4-2\uff1a\u718a\u672c\u99c5\u2192\u770c\u5e81\uff5e\u30c6\u30af\u30ce\u2192\u963f\u8607\u304f\u307e\u3082\u3068\u7a7a\u6e2f",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3_3481_1_20260701",
        "label": "K4-2\uff1a\u963f\u8607\u304f\u307e\u3082\u3068\u7a7a\u6e2f\u2192\u30c6\u30af\u30ce\uff5e\u770c\u5e81\u2192\u718a\u672c\u99c5",
        "long": "K4-2\uff1a\u963f\u8607\u304f\u307e\u3082\u3068\u7a7a\u6e2f\u2192\u30c6\u30af\u30ce\uff5e\u770c\u5e81\u2192\u718a\u672c\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3_3520_1_20260701",
        "label": "K4-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u770c\u5e81\u524d\uff5e\u82b1\u7acb\u4e09\u4e01\u76ee\u2192\u6cbc\u5c71\u6d25",
        "long": "K4-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u770c\u5e81\u524d\uff5e\u82b1\u7acb\u4e09\u4e01\u76ee\u2192\u6cbc\u5c71\u6d25",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3_3521_1_20260701",
        "label": "K4-1\uff1a\u6cbc\u5c71\u6d25\u2192\u82b1\u7acb\u4e09\u4e01\u76ee\uff5e\u770c\u5e81\u524d\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "K4-1\uff1a\u6cbc\u5c71\u6d25\u2192\u82b1\u7acb\u4e09\u4e01\u76ee\uff5e\u770c\u5e81\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": "41_41130_1_20260701",
        "label": "R3-3\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5ddd\u5c3b\u30d0\u30a4\u30d1\u30b9\uff5e\u5927\u6148\u7985\u5bfa\u2192\u5357\u533a\u5f79\u6240",
        "long": "R3-3\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5ddd\u5c3b\u30d0\u30a4\u30d1\u30b9\uff5e\u5927\u6148\u7985\u5bfa\u2192\u5357\u533a\u5f79\u6240",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41_41131_1_20260701",
        "label": "R3-3\uff1a\u5357\u533a\u5f79\u6240\u2192\u5927\u6148\u7985\u5bfa\uff5e\u5ddd\u5c3b\u30d0\u30a4\u30d1\u30b9\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "R3-3\uff1a\u5357\u533a\u5f79\u6240\u2192\u5927\u6148\u7985\u5bfa\uff5e\u5ddd\u5c3b\u30d0\u30a4\u30d1\u30b9\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": "42_42201_1_20260701",
        "label": "R2-2\uff1a\u56fd\u753a\u2192\u5ddd\u5c3b\u753a\uff5e\u718a\u65e5\u524d\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "R2-2\uff1a\u56fd\u753a\u2192\u5ddd\u5c3b\u753a\uff5e\u718a\u65e5\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": "42_42210_1_20260701",
        "label": "R2-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u4e94\u53cd\u7530\uff5e\u2192\u5ddd\u5c3b\u753a",
        "long": "R2-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u4e94\u53cd\u7530\uff5e\u2192\u5ddd\u5c3b\u753a",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "42_42211_1_20260701",
        "label": "R2-1\uff1a\u5ddd\u5c3b\u753a\u2192\u5ddd\u5c3b\u753a\uff08\u65e7\u9053\uff5e\u4e94\u53cd\u7530\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "R2-1\uff1a\u5ddd\u5c3b\u753a\u2192\u5ddd\u5c3b\u753a\uff08\u65e7\u9053\uff5e\u4e94\u53cd\u7530\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": "43_43090_1_20260701",
        "label": "\u5927\u6d25\u9ad8\u6821\u524d\u2192\u5927\u6d25\u5317\u4e2d\u5b66\u6821\uff5e\u77e2\u8b77\u5ddd\u2192\u83ca\u6c60\u7523\u4ea4",
        "long": "\u5927\u6d25\u9ad8\u6821\u524d\u2192\u5927\u6d25\u5317\u4e2d\u5b66\u6821\uff5e\u77e2\u8b77\u5ddd\u2192\u83ca\u6c60\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "43_43091_1_20260701",
        "label": "\u83ca\u6c60\u7523\u4ea4\u2192\u77e2\u8b77\u5ddd\uff5e\u5927\u6d25\u5317\u4e2d\u5b66\u6821\u2192\u5927\u6d25\u9ad8\u6821\u524d",
        "long": "\u83ca\u6c60\u7523\u4ea4\u2192\u77e2\u8b77\u5ddd\uff5e\u5927\u6d25\u5317\u4e2d\u5b66\u6821\u2192\u5927\u6d25\u9ad8\u6821\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "43_43130_1_20260701",
        "label": "\u5927\u6d25\u652f\u63f4\u5b66\u6821\u524d\u2192\u80a5\u5f8c\u5927\u6d25\u99c5\uff5eJASM\u2192\u770c\u7acb\u6280\u8853\u77ed\u671f\u5927\u5b66\u524d",
        "long": "\u5927\u6d25\u652f\u63f4\u5b66\u6821\u524d\u2192\u80a5\u5f8c\u5927\u6d25\u99c5\uff5eJASM\u2192\u770c\u7acb\u6280\u8853\u77ed\u671f\u5927\u5b66\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "43_43140_1_20260701",
        "label": "\u770c\u7acb\u6280\u8853\u77ed\u671f\u5927\u5b66\u524d\u2192\u80a5\u5f8c\u5927\u6d25\u99c5\uff5eJASM\u2192\u770c\u7acb\u6280\u8853\u77ed\u671f\u5927\u5b66\u524d",
        "long": "\u770c\u7acb\u6280\u8853\u77ed\u671f\u5927\u5b66\u524d\u2192\u80a5\u5f8c\u5927\u6d25\u99c5\uff5eJASM\u2192\u770c\u7acb\u6280\u8853\u77ed\u671f\u5927\u5b66\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "44_44290_1_20260701",
        "label": "7\uff1a\u963f\u8607\u99c5\u524d\u2192\u5510\u7b20\u677e\uff5e\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3\u2192\u6756\u7acb",
        "long": "7\uff1a\u963f\u8607\u99c5\u524d\u2192\u5510\u7b20\u677e\uff5e\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3\u2192\u6756\u7acb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "44_44291_1_20260701",
        "label": "7\uff1a\u6756\u7acb\u2192\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3\uff5e\u5510\u7b20\u677e\u2192\u963f\u8607\u99c5\u524d",
        "long": "7\uff1a\u6756\u7acb\u2192\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3\uff5e\u5510\u7b20\u677e\u2192\u963f\u8607\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "44_44300_1_20260701",
        "label": "\u963f\u8607\u99c5\u524d\u2192\u5927\u89b3\u5cf0\uff5e\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3\u2192\u6756\u7acb",
        "long": "\u963f\u8607\u99c5\u524d\u2192\u5927\u89b3\u5cf0\uff5e\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3\u2192\u6756\u7acb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "44_44301_1_20260701",
        "label": "\u6756\u7acb\u2192\u5927\u89b3\u5cf0\u2192\u963f\u8607\u99c5\u524d",
        "long": "\u6756\u7acb\u2192\u5927\u89b3\u5cf0\u2192\u963f\u8607\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "45_45130_1_20260701",
        "label": "\u5c71\u9e7f\u6e29\u6cc9\u2192\u5341\u4e09\u90e8\uff5e\u904a\u86c7\u53e3\u2192\u83ca\u6c60\u7523\u4ea4",
        "long": "\u5c71\u9e7f\u6e29\u6cc9\u2192\u5341\u4e09\u90e8\uff5e\u904a\u86c7\u53e3\u2192\u83ca\u6c60\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "45_45131_1_20260701",
        "label": "\u83ca\u6c60\u7523\u4ea4\u2192\u904a\u86c7\u53e3\uff5e\u5341\u4e09\u90e8\u2192\u5c71\u9e7f\u6e29\u6cc9",
        "long": "\u83ca\u6c60\u7523\u4ea4\u2192\u904a\u86c7\u53e3\uff5e\u5341\u4e09\u90e8\u2192\u5c71\u9e7f\u6e29\u6cc9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "46_46080_1_20260701",
        "label": "\u5c71\u9e7f\u5e02\u5f79\u6240\u524d\u2192\u5e73\u5c71\u6e29\u6cc9\uff5e\u4e09\u52a0\u548c\u6e29\u6cc9\u2192\u5357\u95a2\u4e0a\u753a",
        "long": "\u5c71\u9e7f\u5e02\u5f79\u6240\u524d\u2192\u5e73\u5c71\u6e29\u6cc9\uff5e\u4e09\u52a0\u548c\u6e29\u6cc9\u2192\u5357\u95a2\u4e0a\u753a",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "46_46081_1_20260701",
        "label": "\u5357\u95a2\u4e0a\u753a\u2192\u4e09\u52a0\u548c\u6e29\u6cc9\uff5e\u5e73\u5c71\u6e29\u6cc9\u2192\u5c71\u9e7f\u5e02\u5f79\u6240\u524d",
        "long": "\u5357\u95a2\u4e0a\u753a\u2192\u4e09\u52a0\u548c\u6e29\u6cc9\uff5e\u5e73\u5c71\u6e29\u6cc9\u2192\u5c71\u9e7f\u5e02\u5f79\u6240\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "48_48121_1_20260701",
        "label": "\u83ca\u6c60\u30d7\u30e9\u30b6\u2192\u6c34\u8fba\u30d7\u30e9\u30b6\uff5e\u9e7f\u672c\u8fb2\u9ad8\u524d\u2192\u5c71\u9e7f\u6e29\u6cc9",
        "long": "\u83ca\u6c60\u30d7\u30e9\u30b6\u2192\u6c34\u8fba\u30d7\u30e9\u30b6\uff5e\u9e7f\u672c\u8fb2\u9ad8\u524d\u2192\u5c71\u9e7f\u6e29\u6cc9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "48_48140_1_20260701",
        "label": "\u672c\u7530\u6280\u7814\u5de5\u696d\u69cb\u5185\u2192\u2192\u80a5\u5f8c\u5927\u6d25\u99c5",
        "long": "\u672c\u7530\u6280\u7814\u5de5\u696d\u69cb\u5185\u2192\u2192\u80a5\u5f8c\u5927\u6d25\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "48_48141_1_20260701",
        "label": "\u80a5\u5f8c\u5927\u6d25\u99c5\u2192\u2192\u672c\u7530\u6280\u7814\u5de5\u696d\u69cb\u5185",
        "long": "\u80a5\u5f8c\u5927\u6d25\u99c5\u2192\u2192\u672c\u7530\u6280\u7814\u5de5\u696d\u69cb\u5185",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "48_48150_1_20260701",
        "label": "\u5c71\u9e7f\u6e29\u6cc9\u2192\u6c34\u8fba\u30d7\u30e9\u30b6\uff5e\u7fd4\u967d\u9ad8\u6821\u2192\u80a5\u5f8c\u5927\u6d25\u99c5",
        "long": "\u5c71\u9e7f\u6e29\u6cc9\u2192\u6c34\u8fba\u30d7\u30e9\u30b6\uff5e\u7fd4\u967d\u9ad8\u6821\u2192\u80a5\u5f8c\u5927\u6d25\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "48_48151_1_20260701",
        "label": "\u80a5\u5f8c\u5927\u6d25\u99c5\u2192\u7fd4\u967d\u9ad8\u6821\uff5e\u6c34\u8fba\u30d7\u30e9\u30b6\u2192\u5c71\u9e7f\u6e29\u6cc9",
        "long": "\u80a5\u5f8c\u5927\u6d25\u99c5\u2192\u7fd4\u967d\u9ad8\u6821\uff5e\u6c34\u8fba\u30d7\u30e9\u30b6\u2192\u5c71\u9e7f\u6e29\u6cc9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "49_49050_1_20260701",
        "label": "\u6728\u5c71\u2192\u5c71\u897f\uff5e\u68ee\u2192\u5927\u6d25\u7523\u4ea4",
        "long": "\u6728\u5c71\u2192\u5c71\u897f\uff5e\u68ee\u2192\u5927\u6d25\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "49_49051_1_20260701",
        "label": "P50\uff1a\u5927\u6d25\u7523\u4ea4\u2192\u68ee\uff5e\u5c71\u897f\u2192\u6728\u5c71",
        "long": "P50\uff1a\u5927\u6d25\u7523\u4ea4\u2192\u68ee\uff5e\u5c71\u897f\u2192\u6728\u5c71",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "49_49060_1_20260701",
        "label": "\u6728\u5c71\u2192\u5c71\u897f\uff5e\u5ca9\u5742\u2192\u5927\u6d25\u7523\u4ea4",
        "long": "\u6728\u5c71\u2192\u5c71\u897f\uff5e\u5ca9\u5742\u2192\u5927\u6d25\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "49_49061_1_20260701",
        "label": "P50\uff1a\u5927\u6d25\u7523\u4ea4\u2192\u5ca9\u5742\uff5e\u5c71\u897f\u2192\u6728\u5c71",
        "long": "P50\uff1a\u5927\u6d25\u7523\u4ea4\u2192\u5ca9\u5742\uff5e\u5c71\u897f\u2192\u6728\u5c71",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "49_49350_1_20260701",
        "label": "\u5927\u6d25\u753a\u5f79\u5834\u2192\u30bb\u30f3\u30c8\u30e9\u30eb\u75c5\u9662\u2192\u5439\u7530\u56e3\u5730",
        "long": "\u5927\u6d25\u753a\u5f79\u5834\u2192\u30bb\u30f3\u30c8\u30e9\u30eb\u75c5\u9662\u2192\u5439\u7530\u56e3\u5730",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "49_49351_1_20260701",
        "label": "\u5439\u7530\u56e3\u5730\u2192\u30bb\u30f3\u30c8\u30e9\u30eb\u75c5\u9662\u2192\u5927\u6d25\u753a\u5f79\u5834",
        "long": "\u5439\u7530\u56e3\u5730\u2192\u30bb\u30f3\u30c8\u30e9\u30eb\u75c5\u9662\u2192\u5927\u6d25\u753a\u5f79\u5834",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "49_49360_1_20260701",
        "label": "\u5927\u6d25\u753a\u5f79\u5834\u2192\u7f8e\u54b2\u91ce\u5c0f\u5b66\u6821\u2192\u5439\u7530\u56e3\u5730",
        "long": "\u5927\u6d25\u753a\u5f79\u5834\u2192\u7f8e\u54b2\u91ce\u5c0f\u5b66\u6821\u2192\u5439\u7530\u56e3\u5730",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "49_49361_1_20260701",
        "label": "\u5439\u7530\u56e3\u5730\u2192\u7f8e\u54b2\u91ce\u5c0f\u5b66\u6821\u2192\u5927\u6d25\u753a\u5f79\u5834",
        "long": "\u5439\u7530\u56e3\u5730\u2192\u7f8e\u54b2\u91ce\u5c0f\u5b66\u6821\u2192\u5927\u6d25\u753a\u5f79\u5834",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "49_49930_1_20260701",
        "label": "\u571f\u6797\u2192\u5c71\u897f\uff5e\u68ee\u2192\u5927\u6d25\u7523\u4ea4",
        "long": "\u571f\u6797\u2192\u5c71\u897f\uff5e\u68ee\u2192\u5927\u6d25\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "49_49931_1_20260701",
        "label": "\u5927\u6d25\u7523\u4ea4\u2192\u68ee\uff5e\u5c71\u897f\u2192\u571f\u6797",
        "long": "\u5927\u6d25\u7523\u4ea4\u2192\u68ee\uff5e\u5c71\u897f\u2192\u571f\u6797",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "49_49940_1_20260701",
        "label": "\u571f\u6797\u2192\u5ca9\u5742\u2192\u5927\u6d25",
        "long": "\u571f\u6797\u2192\u5ca9\u5742\u2192\u5927\u6d25",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "49_49941_1_20260701",
        "label": "\u5927\u6d25\u2192\u5ca9\u5742\u2192\u571f\u6797",
        "long": "\u5927\u6d25\u2192\u5ca9\u5742\u2192\u571f\u6797",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "50_50120_1_20260701",
        "label": "\u677e\u6a4b\u99c5\u2192\u5927\u53e3\uff5e\u4e09\u89d2\u75c5\u9662\u2192\u4e09\u89d2\u7523\u4ea4",
        "long": "\u677e\u6a4b\u99c5\u2192\u5927\u53e3\uff5e\u4e09\u89d2\u75c5\u9662\u2192\u4e09\u89d2\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "50_50121_1_20260701",
        "label": "\u4e09\u89d2\u7523\u4ea4\u2192\u4e09\u89d2\u75c5\u9662\uff5e\u5927\u53e3\u2192\u677e\u6a4b\u99c5",
        "long": "\u4e09\u89d2\u7523\u4ea4\u2192\u4e09\u89d2\u75c5\u9662\uff5e\u5927\u53e3\u2192\u677e\u6a4b\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "51_51200_1_20260701",
        "label": "\u5c71\u9e7f\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u6771\u90f7\u8fb2\u5354\u524d\u30fb\u770b\u8b77\u798f\u7949\u5927\u5b66\u2192\u7389\u540d\u99c5\u524d",
        "long": "\u5c71\u9e7f\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u6771\u90f7\u8fb2\u5354\u524d\u30fb\u770b\u8b77\u798f\u7949\u5927\u5b66\u2192\u7389\u540d\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "51_51201_1_20260701",
        "label": "\u7389\u540d\u99c5\u524d\u2192\u770b\u8b77\u798f\u7949\u5927\u5b66\u30fb\u6771\u90f7\u8fb2\u5354\u524d\u2192\u5c71\u9e7f\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "long": "\u7389\u540d\u99c5\u524d\u2192\u770b\u8b77\u798f\u7949\u5927\u5b66\u30fb\u6771\u90f7\u8fb2\u5354\u524d\u2192\u5c71\u9e7f\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "51_51210_1_20260701",
        "label": "\u5c71\u9e7f\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u6771\u90f7\u8fb2\u5354\u524d\u30fb\u86c7\u30f6\u8c37\u516c\u5712\u2192\u7389\u540d\u99c5\u524d",
        "long": "\u5c71\u9e7f\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u6771\u90f7\u8fb2\u5354\u524d\u30fb\u86c7\u30f6\u8c37\u516c\u5712\u2192\u7389\u540d\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "51_51211_1_20260701",
        "label": "\u7389\u540d\u99c5\u524d\u2192\u86c7\u30f6\u8c37\u516c\u5712\u30fb\u6771\u90f7\u8fb2\u5354\u524d\u2192\u5c71\u9e7f\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "long": "\u7389\u540d\u99c5\u524d\u2192\u86c7\u30f6\u8c37\u516c\u5712\u30fb\u6771\u90f7\u8fb2\u5354\u524d\u2192\u5c71\u9e7f\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "52_52160_1_20260701",
        "label": "\u5b87\u571f\u99c5\u524d\u2192\u897f\u57ce\u306e\u6d66\uff5e\u5b87\u571f\u672c\u753a\u4e8c\u4e01\u76ee\u2192\u677e\u6a4b\u99c5",
        "long": "\u5b87\u571f\u99c5\u524d\u2192\u897f\u57ce\u306e\u6d66\uff5e\u5b87\u571f\u672c\u753a\u4e8c\u4e01\u76ee\u2192\u677e\u6a4b\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "52_52161_1_20260701",
        "label": "\u677e\u6a4b\u99c5\u2192\u5b87\u571f\u672c\u753a\u4e8c\u4e01\u76ee\uff5e\u897f\u57ce\u306e\u6d66\u2192\u5b87\u571f\u99c5\u524d",
        "long": "\u677e\u6a4b\u99c5\u2192\u5b87\u571f\u672c\u753a\u4e8c\u4e01\u76ee\uff5e\u897f\u57ce\u306e\u6d66\u2192\u5b87\u571f\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53_53340_1_20260701",
        "label": "\u5c71\u9e7f\u6e29\u6cc9\u2192\u7c73\u306e\u5cb3\uff5e\u7389\u540d\u5e02\u5f79\u6240\u524d\u2192\u7389\u540d\u99c5",
        "long": "\u5c71\u9e7f\u6e29\u6cc9\u2192\u7c73\u306e\u5cb3\uff5e\u7389\u540d\u5e02\u5f79\u6240\u524d\u2192\u7389\u540d\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53_53341_1_20260701",
        "label": "\u7389\u540d\u99c5\u2192\u7389\u540d\u5e02\u5f79\u6240\u524d\uff5e\u7c73\u306e\u5cb3\u2192\u5c71\u9e7f\u6e29\u6cc9",
        "long": "\u7389\u540d\u99c5\u2192\u7389\u540d\u5e02\u5f79\u6240\u524d\uff5e\u7c73\u306e\u5cb3\u2192\u5c71\u9e7f\u6e29\u6cc9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "54_54200_1_20260701",
        "label": "\u7389\u540d\u99c5\u524d\u2192\u5317\u7a1c\u9ad8\u6821\u524d\uff5e\u5742\u4e0b\u2192\u5357\u95a2\u4e0a\u753a",
        "long": "\u7389\u540d\u99c5\u524d\u2192\u5317\u7a1c\u9ad8\u6821\u524d\uff5e\u5742\u4e0b\u2192\u5357\u95a2\u4e0a\u753a",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "54_54201_1_20260701",
        "label": "\u5357\u95a2\u4e0a\u753a\u2192\u5742\u4e0b\uff5e\u5317\u7a1c\u9ad8\u6821\u524d\u2192\u7389\u540d\u99c5\u524d",
        "long": "\u5357\u95a2\u4e0a\u753a\u2192\u5742\u4e0b\uff5e\u5317\u7a1c\u9ad8\u6821\u524d\u2192\u7389\u540d\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "56_56030_1_20260701",
        "label": "31\uff1a\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u4e94\u548c\u5c0f\u4e2d\u5b66\u6821\u524d\uff5e\u9b3c\u6c60\u6e2f\u2192\u5bcc\u5ca1\u6e2f",
        "long": "31\uff1a\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u4e94\u548c\u5c0f\u4e2d\u5b66\u6821\u524d\uff5e\u9b3c\u6c60\u6e2f\u2192\u5bcc\u5ca1\u6e2f",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "56_56031_1_20260701",
        "label": "30\uff1a\u5bcc\u5ca1\u6e2f\u2192\u9b3c\u6c60\u6e2f\uff5e\u4e94\u548c\u5c0f\u4e2d\u5b66\u6821\u524d\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "long": "30\uff1a\u5bcc\u5ca1\u6e2f\u2192\u9b3c\u6c60\u6e2f\uff5e\u4e94\u548c\u5c0f\u4e2d\u5b66\u6821\u524d\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "56_56040_1_20260701",
        "label": "33\uff1a\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u5929\u8349\u8b66\u5bdf\u7f72\u7dcf\u5408\u5e81\u820e\u524d\uff5e\u30bb\u30f3\u30c8\u30e9\u30eb\u2192\u9b3c\u6c60\u6e2f",
        "long": "33\uff1a\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u5929\u8349\u8b66\u5bdf\u7f72\u7dcf\u5408\u5e81\u820e\u524d\uff5e\u30bb\u30f3\u30c8\u30e9\u30eb\u2192\u9b3c\u6c60\u6e2f",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "56_56041_1_20260701",
        "label": "32\uff1a\u9b3c\u6c60\u6e2f\u2192\u30bb\u30f3\u30c8\u30e9\u30eb\u75c5\u9662\u524d\uff5e\u5929\u8349\u8b66\u5bdf\u7f72\u7dcf\u5408\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "long": "32\uff1a\u9b3c\u6c60\u6e2f\u2192\u30bb\u30f3\u30c8\u30e9\u30eb\u75c5\u9662\u524d\uff5e\u5929\u8349\u8b66\u5bdf\u7f72\u7dcf\u5408\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "57_57160_1_20260701",
        "label": "52\uff1a\u65e9\u6d66\u6a4b\u2192\u725b\u6df1\u6e2f\uff5e\u2192\u725b\u6df1\u7523\u4ea4",
        "long": "52\uff1a\u65e9\u6d66\u6a4b\u2192\u725b\u6df1\u6e2f\uff5e\u2192\u725b\u6df1\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "57_57161_1_20260701",
        "label": "53\uff1a\u725b\u6df1\u7523\u4ea4\u2192\u725b\u6df1\u6e2f\uff5e\u2192\u65e9\u6d66\u6a4b",
        "long": "53\uff1a\u725b\u6df1\u7523\u4ea4\u2192\u725b\u6df1\u6e2f\uff5e\u2192\u65e9\u6d66\u6a4b",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "57_57170_1_20260701",
        "label": "\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u304b\u304b\u3057\u306e\u91cc\uff5e\u4e00\u753a\u7530\u4e2d\u592e\u2192\u725b\u6df1\u5e02\u6c11\u75c5\u9662",
        "long": "\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u304b\u304b\u3057\u306e\u91cc\uff5e\u4e00\u753a\u7530\u4e2d\u592e\u2192\u725b\u6df1\u5e02\u6c11\u75c5\u9662",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "57_57171_1_20260701",
        "label": "\u725b\u6df1\u5e02\u6c11\u75c5\u9662\u2192\u4e00\u753a\u7530\u4e2d\u592e\uff5e\u304b\u304b\u3057\u306e\u91cc\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "long": "\u725b\u6df1\u5e02\u6c11\u75c5\u9662\u2192\u4e00\u753a\u7530\u4e2d\u592e\uff5e\u304b\u304b\u3057\u306e\u91cc\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "58_58130_1_20260701",
        "label": "51\uff1a\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u6960\u6d66\uff5e\u4e0a\u5e73\u2192\u5c71\u306e\u6d66",
        "long": "51\uff1a\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u6960\u6d66\uff5e\u4e0a\u5e73\u2192\u5c71\u306e\u6d66",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "58_58131_1_20260701",
        "label": "50\uff1a\u5c71\u306e\u6d66\u2192\u4e0a\u5e73\uff5e\u6960\u6d66\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "long": "50\uff1a\u5c71\u306e\u6d66\u2192\u4e0a\u5e73\uff5e\u6960\u6d66\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "58_58140_1_20260701",
        "label": "54\uff1a\u4e0b\u5e73\u2192\u4e45\u7389\uff5e\u725b\u6df1\u7523\u4ea4\u2192\u725b\u6df1\u5e02\u6c11\u75c5\u9662",
        "long": "54\uff1a\u4e0b\u5e73\u2192\u4e45\u7389\uff5e\u725b\u6df1\u7523\u4ea4\u2192\u725b\u6df1\u5e02\u6c11\u75c5\u9662",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "58_58141_1_20260701",
        "label": "55\uff1a\u725b\u6df1\u5e02\u6c11\u75c5\u9662\u2192\u725b\u6df1\u7523\u4ea4\uff5e\u4e45\u7389\u2192\u4e0b\u5e73",
        "long": "55\uff1a\u725b\u6df1\u5e02\u6c11\u75c5\u9662\u2192\u725b\u6df1\u7523\u4ea4\uff5e\u4e45\u7389\u2192\u4e0b\u5e73",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "59_59140_1_20260701",
        "label": "\u4e0b\u7530\u6e29\u6cc9\u2192\u5d0e\u6d25\uff5e\u9ad8\u6d5c\u4e0a\u6cb3\u5185\u2192\u6cb3\u6d66\u8eca\u5eab",
        "long": "\u4e0b\u7530\u6e29\u6cc9\u2192\u5d0e\u6d25\uff5e\u9ad8\u6d5c\u4e0a\u6cb3\u5185\u2192\u6cb3\u6d66\u8eca\u5eab",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "59_59141_1_20260701",
        "label": "\u6cb3\u6d66\u8eca\u5eab\u2192\u9ad8\u6d5c\u4e0a\u6cb3\u5185\uff5e\u5d0e\u6d25\u2192\u4e0b\u7530\u6e29\u6cc9",
        "long": "\u6cb3\u6d66\u8eca\u5eab\u2192\u9ad8\u6d5c\u4e0a\u6cb3\u5185\uff5e\u5d0e\u6d25\u2192\u4e0b\u7530\u6e29\u6cc9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5_5050_1_20260701",
        "label": "L4-1/T4-0\uff1a\u897f\u90e8\u8eca\u5eab\u2192\u6625\u65e5\u6821\u524d\uff5e\u6771\u533a\u5f79\u6240\u2192\u6cbc\u5c71\u6d25",
        "long": "L4-1/T4-0\uff1a\u897f\u90e8\u8eca\u5eab\u2192\u6625\u65e5\u6821\u524d\uff5e\u6771\u533a\u5f79\u6240\u2192\u6cbc\u5c71\u6d25",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5_5051_1_20260701",
        "label": "L4-1/T4-0\uff1a\u6cbc\u5c71\u6d25\u2192\u6771\u533a\u5f79\u6240\uff5e\u6625\u65e5\u6821\u524d\u2192\u897f\u90e8\u8eca\u5eab",
        "long": "L4-1/T4-0\uff1a\u6cbc\u5c71\u6d25\u2192\u6771\u533a\u5f79\u6240\uff5e\u6625\u65e5\u6821\u524d\u2192\u897f\u90e8\u8eca\u5eab",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "60_60230_1_20260701",
        "label": "\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u4e0a\u6d25\u6d66\u65e7\u9053\uff5e\u5927\u6d66\u65e7\u9053\u2192\u677e\u5cf6",
        "long": "\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u4e0a\u6d25\u6d66\u65e7\u9053\uff5e\u5927\u6d66\u65e7\u9053\u2192\u677e\u5cf6",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "60_60231_1_20260701",
        "label": "7\uff1a\u677e\u5cf6\u2192\u5927\u6d66\u65e7\u9053\uff5e\u4e0a\u6d25\u6d66\u65e7\u9053\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "long": "7\uff1a\u677e\u5cf6\u2192\u5927\u6d66\u65e7\u9053\uff5e\u4e0a\u6d25\u6d66\u65e7\u9053\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "60_60240_1_20260701",
        "label": "6\uff1a\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u4e0a\u6d25\u6d66\u65e7\u9053\uff5e\u6709\u660e\u6e29\u6cc9\u2192\u677e\u5cf6",
        "long": "6\uff1a\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u4e0a\u6d25\u6d66\u65e7\u9053\uff5e\u6709\u660e\u6e29\u6cc9\u2192\u677e\u5cf6",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "60_60241_1_20260701",
        "label": "5\uff1a\u677e\u5cf6\u2192\u5927\u6d66\u65e7\u9053\uff5e\u6709\u660e\u6e29\u6cc9\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "long": "5\uff1a\u677e\u5cf6\u2192\u5927\u6d66\u65e7\u9053\uff5e\u6709\u660e\u6e29\u6cc9\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "60_60271_1_20260701",
        "label": "9\uff1a\u677e\u5cf6\u2192\u5927\u6d66\u65b0\u9053\uff5e\u4e0a\u6d25\u6d66\u65b0\u9053\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "long": "9\uff1a\u677e\u5cf6\u2192\u5927\u6d66\u65b0\u9053\uff5e\u4e0a\u6d25\u6d66\u65b0\u9053\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61_61200_1_20260701",
        "label": "\u6559\u826f\u6728\u2192\u77e5\u5341\uff5e\u4e0a\u5929\u8349\u9ad8\u6821\u524d\u2192\u3055\u3093\u3071\u30fc\u308b",
        "long": "\u6559\u826f\u6728\u2192\u77e5\u5341\uff5e\u4e0a\u5929\u8349\u9ad8\u6821\u524d\u2192\u3055\u3093\u3071\u30fc\u308b",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61_61201_1_20260701",
        "label": "\u3055\u3093\u3071\u30fc\u308b\u2192\u4e0a\u5929\u8349\u9ad8\u6821\u524d\uff5e\u77e5\u5341\u2192\u6559\u826f\u6728",
        "long": "\u3055\u3093\u3071\u30fc\u308b\u2192\u4e0a\u5929\u8349\u9ad8\u6821\u524d\uff5e\u77e5\u5341\u2192\u6559\u826f\u6728",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61_61220_1_20260701",
        "label": "12\uff1a\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u6d66\uff5e\u6559\u826f\u6728\u2192\u677e\u5cf6",
        "long": "12\uff1a\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u6d66\uff5e\u6559\u826f\u6728\u2192\u677e\u5cf6",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61_61221_1_20260701",
        "label": "11\uff1a\u677e\u5cf6\u2192\u6559\u826f\u6728\uff5e\u6d66\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "long": "11\uff1a\u677e\u5cf6\u2192\u6559\u826f\u6728\uff5e\u6d66\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61_61230_1_20260701",
        "label": "14\uff1a\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u6816\u672c\u4e2d\u5009\u5cb3\u6821\u2192\u65b0\u753a\u56e3\u5730",
        "long": "14\uff1a\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u6816\u672c\u4e2d\u5009\u5cb3\u6821\u2192\u65b0\u753a\u56e3\u5730",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61_61231_1_20260701",
        "label": "13\uff1a\u65b0\u753a\u56e3\u5730\u2192\u5009\u5cb3\u6821\u6816\u672c\u4e2d\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "long": "13\uff1a\u65b0\u753a\u56e3\u5730\u2192\u5009\u5cb3\u6821\u6816\u672c\u4e2d\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61_61240_1_20260701",
        "label": "11\uff1a\u65b0\u753a\u56e3\u5730\u2192\u5009\u5cb3\u6821\u524d\uff5e\u4e0b\u67ff\u585a\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "long": "11\uff1a\u65b0\u753a\u56e3\u5730\u2192\u5009\u5cb3\u6821\u524d\uff5e\u4e0b\u67ff\u585a\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61_61241_1_20260701",
        "label": "12\uff1a\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u4e0b\u67ff\u585a\uff5e\u5009\u5cb3\u6821\u524d\u2192\u65b0\u753a\u56e3\u5730",
        "long": "12\uff1a\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u4e0b\u67ff\u585a\uff5e\u5009\u5cb3\u6821\u524d\u2192\u65b0\u753a\u56e3\u5730",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "62_62260_1_20260701",
        "label": "45\uff1a\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u30a4\u30aa\u30f3\u524d\uff5e\u4eee\u4fe3\u2192\u4e0b\u7530\u6e29\u6cc9",
        "long": "45\uff1a\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u30a4\u30aa\u30f3\u524d\uff5e\u4eee\u4fe3\u2192\u4e0b\u7530\u6e29\u6cc9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "62_62261_1_20260701",
        "label": "44\uff1a\u4e0b\u7530\u6e29\u6cc9\u2192\u4eee\u4fe3\uff5e\u30a4\u30aa\u30f3\u524d\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "long": "44\uff1a\u4e0b\u7530\u6e29\u6cc9\u2192\u4eee\u4fe3\uff5e\u30a4\u30aa\u30f3\u524d\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "62_62311_1_20260701",
        "label": "\u9ad8\u6d5c\u4e0a\u6cb3\u5185\u2192\u4eee\u4fe3\uff5e\u30a4\u30aa\u30f3\u524d\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "long": "\u9ad8\u6d5c\u4e0a\u6cb3\u5185\u2192\u4eee\u4fe3\uff5e\u30a4\u30aa\u30f3\u524d\u2192\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "62_62321_1_20260701",
        "label": "\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u30a4\u30aa\u30f3\u524d\u30fb\u4eee\u4fe3\u2192\u9ad8\u6d5c\u4e0a\u6cb3\u5185",
        "long": "\u672c\u6e21\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u30a4\u30aa\u30f3\u524d\u30fb\u4eee\u4fe3\u2192\u9ad8\u6d5c\u4e0a\u6cb3\u5185",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "68_68090_1_20260701",
        "label": "1\uff1a\u9053\u306e\u99c5\u305f\u306e\u3046\u3089\u2192\u4f50\u6577\uff5e\u6d25\u5948\u6728\u99c5\u2192\u6c34\u4fe3\u7523\u4ea4",
        "long": "1\uff1a\u9053\u306e\u99c5\u305f\u306e\u3046\u3089\u2192\u4f50\u6577\uff5e\u6d25\u5948\u6728\u99c5\u2192\u6c34\u4fe3\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "68_68091_1_20260701",
        "label": "1\uff1a\u6c34\u4fe3\u7523\u4ea4\u2192\u6d25\u5948\u6728\u99c5\uff5e\u4f50\u6577\u2192\u9053\u306e\u99c5\u305f\u306e\u3046\u3089",
        "long": "1\uff1a\u6c34\u4fe3\u7523\u4ea4\u2192\u6d25\u5948\u6728\u99c5\uff5e\u4f50\u6577\u2192\u9053\u306e\u99c5\u305f\u306e\u3046\u3089",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "68_68100_1_20260701",
        "label": "11\uff1a\u516b\u4ee3\u5e02\u5f79\u6240\u524d\u2192\u30cf\u30fc\u30e2\u30cb\u30fc\u30db\uff5e\u65e5\u5948\u4e45\u2192\u9053\u306e\u99c5\u305f\u306e\u3046\u3089",
        "long": "11\uff1a\u516b\u4ee3\u5e02\u5f79\u6240\u524d\u2192\u30cf\u30fc\u30e2\u30cb\u30fc\u30db\uff5e\u65e5\u5948\u4e45\u2192\u9053\u306e\u99c5\u305f\u306e\u3046\u3089",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "68_68101_1_20260701",
        "label": "11\uff1a\u9053\u306e\u99c5\u305f\u306e\u3046\u3089\u2192\u65e5\u5948\u4e45\uff5e\u30cf\u30fc\u30e2\u30cb\u30fc\u30db\u2192\u516b\u4ee3\u5e02\u5f79\u6240\u524d",
        "long": "11\uff1a\u9053\u306e\u99c5\u305f\u306e\u3046\u3089\u2192\u65e5\u5948\u4e45\uff5e\u30cf\u30fc\u30e2\u30cb\u30fc\u30db\u2192\u516b\u4ee3\u5e02\u5f79\u6240\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "68_68120_1_20260701",
        "label": "\u9053\u306e\u99c5\u305f\u306e\u3046\u3089\u2192\u2192\u4f50\u6577\u99c5\u524d",
        "long": "\u9053\u306e\u99c5\u305f\u306e\u3046\u3089\u2192\u2192\u4f50\u6577\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "68_68131_1_20260701",
        "label": "\u6c34\u4fe3\u7523\u4ea4\u2192\u6d25\u5948\u6728\u99c5\u2192\u4f50\u6577\u99c5\u524d",
        "long": "\u6c34\u4fe3\u7523\u4ea4\u2192\u6d25\u5948\u6728\u99c5\u2192\u4f50\u6577\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "69_69120_1_20260701",
        "label": "1\uff1a\u7389\u540d\u5e02\u5f79\u6240\u524d\u2192\u91d1\u5c71\uff5e\u685c\u5c71\u56e3\u5730\u4e0a\u2192\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\uff08\u8352\u5c3e\uff09",
        "long": "1\uff1a\u7389\u540d\u5e02\u5f79\u6240\u524d\u2192\u91d1\u5c71\uff5e\u685c\u5c71\u56e3\u5730\u4e0a\u2192\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\uff08\u8352\u5c3e\uff09",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "69_69121_1_20260701",
        "label": "1\uff1a\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\uff08\u8352\u5c3e\uff09\u2192\u685c\u5c71\u56e3\u5730\u4e0a\uff5e\u91d1\u5c71\u2192\u7389\u540d\u5e02\u5f79\u6240\u524d",
        "long": "1\uff1a\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\uff08\u8352\u5c3e\uff09\u2192\u685c\u5c71\u56e3\u5730\u4e0a\uff5e\u91d1\u5c71\u2192\u7389\u540d\u5e02\u5f79\u6240\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "69_69130_1_20260701",
        "label": "31\uff1a\u30a4\u30aa\u30f3\u30bf\u30a6\u30f3\u2192\u8352\u5c3e\u5e02\u5f79\u6240\u524d\uff5e\u685c\u5c71\u2192\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\uff08\u8352\u5c3e\uff09",
        "long": "31\uff1a\u30a4\u30aa\u30f3\u30bf\u30a6\u30f3\u2192\u8352\u5c3e\u5e02\u5f79\u6240\u524d\uff5e\u685c\u5c71\u2192\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\uff08\u8352\u5c3e\uff09",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "69_69131_1_20260701",
        "label": "31\uff1a\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\uff08\u8352\u5c3e\uff09\u2192\u685c\u5c71\uff5e\u8352\u5c3e\u5e02\u5f79\u6240\u524d\u2192\u30a4\u30aa\u30f3\u30bf\u30a6\u30f3",
        "long": "31\uff1a\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\uff08\u8352\u5c3e\uff09\u2192\u685c\u5c71\uff5e\u8352\u5c3e\u5e02\u5f79\u6240\u524d\u2192\u30a4\u30aa\u30f3\u30bf\u30a6\u30f3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "6_6160_1_20260701",
        "label": "L5-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5065\u8ecd\uff5e\u6771\u7121\u7530\u2192\u5fa1\u8239",
        "long": "L5-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u5065\u8ecd\uff5e\u6771\u7121\u7530\u2192\u5fa1\u8239",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "6_6161_1_20260701",
        "label": "L5-1\uff1a\u5fa1\u8239\u2192\u6771\u7121\u7530\uff5e\u5065\u8ecd\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "L5-1\uff1a\u5fa1\u8239\u2192\u6771\u7121\u7530\uff5e\u5065\u8ecd\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": "704_704090_1_20260701",
        "label": "\u7279\u6025\uff1a\u718a\u672c\u99c5\u2192\u4e5d\u7523\u2192\u5927\u5206",
        "long": "\u7279\u6025\uff1a\u718a\u672c\u99c5\u2192\u4e5d\u7523\u2192\u5927\u5206",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "704_704091_1_20260701",
        "label": "\u7279\u6025\uff1a\u5927\u5206\u2192\u4e5d\u7523\u2192\u718a\u672c\u99c5",
        "long": "\u7279\u6025\uff1a\u5927\u5206\u2192\u4e5d\u7523\u2192\u718a\u672c\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "705_705050_1_20260701",
        "label": "\u718a\u672c\u99c5\u524d\u2192\u9ad8\u5343\u7a42\uff5e\u9ad8\u68ee\u2192\u5ef6\u5ca1\u99c5",
        "long": "\u718a\u672c\u99c5\u524d\u2192\u9ad8\u5343\u7a42\uff5e\u9ad8\u68ee\u2192\u5ef6\u5ca1\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "705_705051_1_20260701",
        "label": "\u5ef6\u5ca1\u99c5\u2192\u9ad8\u68ee\uff5e\u9ad8\u5343\u7a42\u2192\u718a\u672c\u99c5\u524d",
        "long": "\u5ef6\u5ca1\u99c5\u2192\u9ad8\u68ee\uff5e\u9ad8\u5343\u7a42\u2192\u718a\u672c\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "70_70080_1_20260701",
        "label": "\u8352\u5c3e\u99c5\u524d\u2192BAOO\u8352\u5c3e\u524d\uff5e\u9053\u306e\u99c5\u30a6\u30a7\u30eb\u30cd\u30b9\u2192\u8352\u5c3e\u99c5\u524d",
        "long": "\u8352\u5c3e\u99c5\u524d\u2192BAOO\u8352\u5c3e\u524d\uff5e\u9053\u306e\u99c5\u30a6\u30a7\u30eb\u30cd\u30b9\u2192\u8352\u5c3e\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "70_70110_1_20260701",
        "label": "8\uff1a\u8352\u5c3e\u56db\u30c4\u5c71\u2192\u5e02\u5f79\u6240\u524d\uff5e\u6709\u660e\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u2192\u516b\u5e61\u53f0\u4e00\u4e01\u76ee",
        "long": "8\uff1a\u8352\u5c3e\u56db\u30c4\u5c71\u2192\u5e02\u5f79\u6240\u524d\uff5e\u6709\u660e\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u2192\u516b\u5e61\u53f0\u4e00\u4e01\u76ee",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "70_70111_1_20260701",
        "label": "8\uff1a\u516b\u5e61\u53f0\u4e00\u4e01\u76ee\u2192\u6709\u660e\u533b\u7642\u30bb\u30f3\u30bf\u30fc\uff5e\u5e02\u5f79\u6240\u524d\u2192\u8352\u5c3e\u56db\u30c4\u5c71",
        "long": "8\uff1a\u516b\u5e61\u53f0\u4e00\u4e01\u76ee\u2192\u6709\u660e\u533b\u7642\u30bb\u30f3\u30bf\u30fc\uff5e\u5e02\u5f79\u6240\u524d\u2192\u8352\u5c3e\u56db\u30c4\u5c71",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "70_70120_1_20260701",
        "label": "\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\uff08\u8352\u5c3e\uff09\u2192\u30b0\u30ea\u30fc\u30f3\u30e9\u30f3\uff5e\u4e00\u5c0f\u4e0b\u2192\u8352\u5c3e\u99c5\u524d",
        "long": "\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\uff08\u8352\u5c3e\uff09\u2192\u30b0\u30ea\u30fc\u30f3\u30e9\u30f3\uff5e\u4e00\u5c0f\u4e0b\u2192\u8352\u5c3e\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "70_70121_1_20260701",
        "label": "\u8352\u5c3e\u99c5\u524d\u2192\u4e00\u5c0f\u4e0b\uff5e\u30b0\u30ea\u30fc\u30f3\u30e9\u30f3\u2192\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\uff08\u8352\u5c3e\uff09",
        "long": "\u8352\u5c3e\u99c5\u524d\u2192\u4e00\u5c0f\u4e0b\uff5e\u30b0\u30ea\u30fc\u30f3\u30e9\u30f3\u2192\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\uff08\u8352\u5c3e\uff09",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71_71050_1_20260701",
        "label": "\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\uff08\u8352\u5c3e\uff09\u2192\u6709\u660e\u533b\u7642\u30bb\u30f3\u30bf\u30fc\uff5e\u6771\u5c4b\u5f62\u2192\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\uff08\u8352\u5c3e\uff09",
        "long": "\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\uff08\u8352\u5c3e\uff09\u2192\u6709\u660e\u533b\u7642\u30bb\u30f3\u30bf\u30fc\uff5e\u6771\u5c4b\u5f62\u2192\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\uff08\u8352\u5c3e\uff09",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71_71051_1_20260701",
        "label": "\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\uff08\u8352\u5c3e\uff09\u2192\u6771\u5c4b\u5f62\uff5e\u6709\u660e\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u2192\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\uff08\u8352\u5c3e\uff09",
        "long": "\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\uff08\u8352\u5c3e\uff09\u2192\u6771\u5c4b\u5f62\uff5e\u6709\u660e\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u2192\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\uff08\u8352\u5c3e\uff09",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "720_720030_1_20260701",
        "label": "\u718a\u672c\u99c5\u524d\u2192\u963f\u8607\uff5e\u9ed2\u5ddd\u2192\u5225\u5e9c",
        "long": "\u718a\u672c\u99c5\u524d\u2192\u963f\u8607\uff5e\u9ed2\u5ddd\u2192\u5225\u5e9c",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "720_720031_1_20260701",
        "label": "\u5225\u5e9c\u2192\u9ed2\u5ddd\uff5e\u963f\u8607\u2192\u718a\u672c\u99c5\u524d",
        "long": "\u5225\u5e9c\u2192\u9ed2\u5ddd\uff5e\u963f\u8607\u2192\u718a\u672c\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "720_720040_1_20260701",
        "label": "\u718a\u672c\u99c5\u524d\u2192\u963f\u8607\uff5e\u9ed2\u5ddd\u2192\u7531\u5e03\u9662",
        "long": "\u718a\u672c\u99c5\u524d\u2192\u963f\u8607\uff5e\u9ed2\u5ddd\u2192\u7531\u5e03\u9662",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "720_720041_1_20260701",
        "label": "\u7531\u5e03\u9662\u2192\u9ed2\u5ddd\uff5e\u963f\u8607\u2192\u718a\u672c\u99c5\u524d",
        "long": "\u7531\u5e03\u9662\u2192\u9ed2\u5ddd\uff5e\u963f\u8607\u2192\u718a\u672c\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "721_721040_1_20260701",
        "label": "AP-3\uff1a\u718a\u672c\u99c5\u30fb\u897f\u90e8\u8eca\u5eab\u2192\u770c\u5e81\u2192\u30b0\u30e9\u30f3\u30e1\u30c3\u30bb\u2192\u963f\u8607\u304f\u307e\u3082\u3068\u7a7a\u6e2f",
        "long": "AP-3\uff1a\u718a\u672c\u99c5\u30fb\u897f\u90e8\u8eca\u5eab\u2192\u770c\u5e81\u2192\u30b0\u30e9\u30f3\u30e1\u30c3\u30bb\u2192\u963f\u8607\u304f\u307e\u3082\u3068\u7a7a\u6e2f",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "721_721041_1_20260701",
        "label": "AP-3\uff1a\u963f\u8607\u304f\u307e\u3082\u3068\u7a7a\u6e2f\u2192\u30b0\u30e9\u30f3\u30e1\u30c3\u30bb\u2192\u770c\u5e81\u524d\u2192\u718a\u672c\u99c5\u30fb\u897f\u90e8\u8eca\u5eab",
        "long": "AP-3\uff1a\u963f\u8607\u304f\u307e\u3082\u3068\u7a7a\u6e2f\u2192\u30b0\u30e9\u30f3\u30e1\u30c3\u30bb\u2192\u770c\u5e81\u524d\u2192\u718a\u672c\u99c5\u30fb\u897f\u90e8\u8eca\u5eab",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "721_721050_1_20260701",
        "label": "AP-3\uff1a\u718a\u672c\u99c5\u30fb\u897f\u90e8\u8eca\u5eab\u2192\u770c\u5e81\u524d\u2192\u30b0\u30e9\u30f3\u30e1\u30c3\u30bb\u2192\u963f\u8607\u304f\u307e\u3082\u3068\u7a7a\u6e2f",
        "long": "AP-3\uff1a\u718a\u672c\u99c5\u30fb\u897f\u90e8\u8eca\u5eab\u2192\u770c\u5e81\u524d\u2192\u30b0\u30e9\u30f3\u30e1\u30c3\u30bb\u2192\u963f\u8607\u304f\u307e\u3082\u3068\u7a7a\u6e2f",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "721_721051_1_20260701",
        "label": "AP-3\uff1a\u963f\u8607\u304f\u307e\u3082\u3068\u7a7a\u6e2f\u2192\u30b0\u30e9\u30f3\u30e1\u30c3\u30bb\uff5e\u770c\u5e81\u524d\u2192\u897f\u90e8\u8eca\u5eab",
        "long": "AP-3\uff1a\u963f\u8607\u304f\u307e\u3082\u3068\u7a7a\u6e2f\u2192\u30b0\u30e9\u30f3\u30e1\u30c3\u30bb\uff5e\u770c\u5e81\u524d\u2192\u897f\u90e8\u8eca\u5eab",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "721_721060_1_20260701",
        "label": "AP-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u901a\u753a\u7b4b\u2192\u963f\u8607\u304f\u307e\u3082\u3068\u7a7a\u6e2f",
        "long": "AP-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u901a\u753a\u7b4b\u2192\u963f\u8607\u304f\u307e\u3082\u3068\u7a7a\u6e2f",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "721_721061_1_20260701",
        "label": "AP-1\uff1a\u963f\u8607\u304f\u307e\u3082\u3068\u7a7a\u6e2f\u2192\u901a\u753a\u7b4b\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "AP-1\uff1a\u963f\u8607\u304f\u307e\u3082\u3068\u7a7a\u6e2f\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": "721_721070_1_20260701",
        "label": "AP-2\uff1a\u718a\u672c\u99c5\u2192\u770c\u5e81\u2192\u30b0\u30e9\u30f3\u30e1\u30c3\u30bb\u2192\u963f\u8607\u304f\u307e\u3082\u3068\u7a7a\u6e2f",
        "long": "AP-2\uff1a\u718a\u672c\u99c5\u2192\u770c\u5e81\u2192\u30b0\u30e9\u30f3\u30e1\u30c3\u30bb\u2192\u963f\u8607\u304f\u307e\u3082\u3068\u7a7a\u6e2f",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "721_721071_1_20260701",
        "label": "AP-2\uff1a\u963f\u8607\u304f\u307e\u3082\u3068\u7a7a\u6e2f\u2192\u30b0\u30e9\u30f3\u30e1\u30c3\u30bb\u2192\u770c\u5e81\u524d\u2192\u718a\u672c\u99c5",
        "long": "AP-2\uff1a\u963f\u8607\u304f\u307e\u3082\u3068\u7a7a\u6e2f\u2192\u30b0\u30e9\u30f3\u30e1\u30c3\u30bb\u2192\u770c\u5e81\u524d\u2192\u718a\u672c\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "722_722110_1_20260701",
        "label": "AM\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u672c\u6e21BC\u2192\u5929\u8349\u7523\u4ea4",
        "long": "AM\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u672c\u6e21BC\u2192\u5929\u8349\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "722_722111_1_20260701",
        "label": "AM\uff1a\u5929\u8349\u7523\u4ea4\u2192\u672c\u6e21BC\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "AM\uff1a\u5929\u8349\u7523\u4ea4\u2192\u672c\u6e21BC\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": "722_722120_1_20260701",
        "label": "AM\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u30ea\u30be\u30e9\u30c6\u30e9\u30b9\u2192\u5929\u8349\u7523\u4ea4",
        "long": "AM\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u30ea\u30be\u30e9\u30c6\u30e9\u30b9\u2192\u5929\u8349\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "722_722121_1_20260701",
        "label": "AM\uff1a\u5929\u8349\u7523\u4ea4\u2192\u30ea\u30be\u30e9\u30c6\u30e9\u30b9\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "AM\uff1a\u5929\u8349\u7523\u4ea4\u2192\u30ea\u30be\u30e9\u30c6\u30e9\u30b9\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": "722_722130_1_20260701",
        "label": "AM\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u4e09\u89d2\u7523\u4ea4\uff5e\u30ea\u30be\u30e9\u30c6\u30e9\u30b9\u2192\u5929\u8349\u7523\u4ea4",
        "long": "AM\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u4e09\u89d2\u7523\u4ea4\uff5e\u30ea\u30be\u30e9\u30c6\u30e9\u30b9\u2192\u5929\u8349\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "722_722131_1_20260701",
        "label": "AM\uff1a\u5929\u8349\u7523\u4ea4\u2192\u30ea\u30be\u30e9\u30c6\u30e9\u30b9\uff5e\u4e09\u89d2\u7523\u4ea4\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "AM\uff1a\u5929\u8349\u7523\u4ea4\u2192\u30ea\u30be\u30e9\u30c6\u30e9\u30b9\uff5e\u4e09\u89d2\u7523\u4ea4\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": "723_723100_1_20260701",
        "label": "TM\uff1a\u897f\u90e8\u8eca\u5eab\u2192\u7a7a\u6e2f\u2192\u9ad8\u68ee\u99c5\u4ea4\u6d41\u65bd\u8a2d",
        "long": "TM\uff1a\u897f\u90e8\u8eca\u5eab\u2192\u7a7a\u6e2f\u2192\u9ad8\u68ee\u99c5\u4ea4\u6d41\u65bd\u8a2d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "723_723101_1_20260701",
        "label": "TM\uff1a\u9ad8\u68ee\u99c5\u4ea4\u6d41\u65bd\u8a2d\u2192\u7a7a\u6e2f\u2192\u897f\u90e8\u8eca\u5eab",
        "long": "TM\uff1a\u9ad8\u68ee\u99c5\u4ea4\u6d41\u65bd\u8a2d\u2192\u7a7a\u6e2f\u2192\u897f\u90e8\u8eca\u5eab",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "72_72090_1_20260701",
        "label": "5\uff1a\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\uff08\u8352\u5c3e\uff09\u2192\u6709\u660e\u533b\u7642\u30bb\u30f3\u30bf\u30fc\uff5e\u5009\u639b\u2192\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\uff08\u8352\u5c3e\uff09",
        "long": "5\uff1a\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\uff08\u8352\u5c3e\uff09\u2192\u6709\u660e\u533b\u7642\u30bb\u30f3\u30bf\u30fc\uff5e\u5009\u639b\u2192\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\uff08\u8352\u5c3e\uff09",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "72_72091_1_20260701",
        "label": "5\uff1a\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\uff08\u8352\u5c3e\uff09\u2192\u5009\u639b\uff5e\u6709\u660e\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u2192\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\uff08\u8352\u5c3e\uff09",
        "long": "5\uff1a\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\uff08\u8352\u5c3e\uff09\u2192\u5009\u639b\uff5e\u6709\u660e\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u2192\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\uff08\u8352\u5c3e\uff09",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "731_731040_1_20260701",
        "label": "\u718a\u672c\u99c5\u30fb\u897f\u90e8\u8eca\u5eab\u2192\u7a7a\u6e2f\u76f4\u884c\u4fbf\u2192\u963f\u8607\u304f\u307e\u3082\u3068\u7a7a\u6e2f",
        "long": "\u718a\u672c\u99c5\u30fb\u897f\u90e8\u8eca\u5eab\u2192\u7a7a\u6e2f\u76f4\u884c\u4fbf\u2192\u963f\u8607\u304f\u307e\u3082\u3068\u7a7a\u6e2f",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "731_731041_1_20260701",
        "label": "\u963f\u8607\u304f\u307e\u3082\u3068\u7a7a\u6e2f\u2192\u718a\u672c\u99c5\u76f4\u884c\u4fbf\u2192\u718a\u672c\u99c5\u30fb\u897f\u90e8\u8eca\u5eab",
        "long": "\u963f\u8607\u304f\u307e\u3082\u3068\u7a7a\u6e2f\u2192\u718a\u672c\u99c5\u76f4\u884c\u4fbf\u2192\u718a\u672c\u99c5\u30fb\u897f\u90e8\u8eca\u5eab",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "741_741030_1_20260701",
        "label": "\u7279\u6025\uff1a\u718a\u672c\u99c5\u524d\u2192\u770c\u5e81\u524d\uff5e\u963f\u8607\u304f\u307e\u3082\u3068\u7a7a\u6e2f\u2192\u963f\u8607\u5c71\u4e0a\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "\u7279\u6025\uff1a\u718a\u672c\u99c5\u524d\u2192\u770c\u5e81\u524d\uff5e\u963f\u8607\u304f\u307e\u3082\u3068\u7a7a\u6e2f\u2192\u963f\u8607\u5c71\u4e0a\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "741_741031_1_20260701",
        "label": "\u7279\u6025\uff1a\u963f\u8607\u5c71\u4e0a\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u963f\u8607\u304f\u307e\u3082\u3068\u7a7a\u6e2f\uff5e\u770c\u5e81\u524d\u2192\u718a\u672c\u99c5\u524d",
        "long": "\u7279\u6025\uff1a\u963f\u8607\u5c71\u4e0a\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u963f\u8607\u304f\u307e\u3082\u3068\u7a7a\u6e2f\uff5e\u770c\u5e81\u524d\u2192\u718a\u672c\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "741_741040_1_20260701",
        "label": "\u706b\u306e\u5c71\u6e29\u6cc9\u3069\u3093\u3069\u3053\u6e6f\u2192\u8349\u5343\u91cc\u2192\u963f\u8607\u5c71\u4e0a\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "\u706b\u306e\u5c71\u6e29\u6cc9\u3069\u3093\u3069\u3053\u6e6f\u2192\u8349\u5343\u91cc\u2192\u963f\u8607\u5c71\u4e0a\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "741_741041_1_20260701",
        "label": "\u963f\u8607\u5c71\u4e0a\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u8349\u5343\u91cc\u2192\u706b\u306e\u5c71\u6e29\u6cc9\u3069\u3093\u3069\u3053\u6e6f",
        "long": "\u963f\u8607\u5c71\u4e0a\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u8349\u5343\u91cc\u2192\u706b\u306e\u5c71\u6e29\u6cc9\u3069\u3093\u3069\u3053\u6e6f",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "750_750010_1_20260701",
        "label": "\u3042\u307e\u307d\uff1a\u963f\u8607\u304f\u307e\u3082\u3068\u7a7a\u6e2f\u2192\u5b87\u57ce\u5e02\u4e0d\u77e5\u706b\u652f\u6240\u524d\uff5e\u4e09\u89d2\u7523\u4ea4\u2192\u5929\u8349\u7523\u4ea4",
        "long": "\u3042\u307e\u307d\uff1a\u963f\u8607\u304f\u307e\u3082\u3068\u7a7a\u6e2f\u2192\u5b87\u57ce\u5e02\u4e0d\u77e5\u706b\u652f\u6240\u524d\uff5e\u4e09\u89d2\u7523\u4ea4\u2192\u5929\u8349\u7523\u4ea4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "750_750011_1_20260701",
        "label": "\u3042\u307e\u307d\uff1a\u5929\u8349\u7523\u4ea4\u2192\u4e09\u89d2\u7523\u4ea4\uff5e\u5b87\u57ce\u5e02\u4e0d\u77e5\u706b\u652f\u6240\u524d\u2192\u963f\u8607\u304f\u307e\u3082\u3068\u7a7a\u6e2f",
        "long": "\u3042\u307e\u307d\uff1a\u5929\u8349\u7523\u4ea4\u2192\u4e09\u89d2\u7523\u4ea4\uff5e\u5b87\u57ce\u5e02\u4e0d\u77e5\u706b\u652f\u6240\u524d\u2192\u963f\u8607\u304f\u307e\u3082\u3068\u7a7a\u6e2f",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "751_751020_1_20260701",
        "label": "\u9ad8\u5343\u7a42\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u9ad8\u68ee\u99c5\uff5e\u8349\u5343\u91cc\u2192\u963f\u8607\u99c5\u524d",
        "long": "\u9ad8\u5343\u7a42\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc\u2192\u9ad8\u68ee\u99c5\uff5e\u8349\u5343\u91cc\u2192\u963f\u8607\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "751_751021_1_20260701",
        "label": "\u963f\u8607\u99c5\u524d\u2192\u8349\u5343\u91cc\uff5e\u9ad8\u68ee\u99c5\u2192\u9ad8\u5343\u7a42\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "long": "\u963f\u8607\u99c5\u524d\u2192\u8349\u5343\u91cc\uff5e\u9ad8\u68ee\u99c5\u2192\u9ad8\u5343\u7a42\u30d0\u30b9\u30bb\u30f3\u30bf\u30fc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "751_751030_1_20260701",
        "label": "\u5c71\u4e0a\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u767d\u5ddd\u6c34\u6e90\uff5e\u6e67\u6c34\u30c8\u30f3\u30cd\u30eb\u2192\u9ad8\u68ee\u99c5",
        "long": "\u5c71\u4e0a\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u767d\u5ddd\u6c34\u6e90\uff5e\u6e67\u6c34\u30c8\u30f3\u30cd\u30eb\u2192\u9ad8\u68ee\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "751_751031_1_20260701",
        "label": "\u9ad8\u68ee\u99c5\u2192\u6e67\u6c34\u30c8\u30f3\u30cd\u30eb\uff5e\u767d\u5ddd\u6c34\u6e90\u2192\u5c71\u4e0a\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "\u9ad8\u68ee\u99c5\u2192\u6e67\u6c34\u30c8\u30f3\u30cd\u30eb\uff5e\u767d\u5ddd\u6c34\u6e90\u2192\u5c71\u4e0a\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "75_75040_1_20260701",
        "label": "\u5c0f\u56fd\u7523\u4ea4\u524d\u2192\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3\uff5e\u5c0f\u56fd\u4e2d\u592e\u2192\u9ed2\u5ddd",
        "long": "\u5c0f\u56fd\u7523\u4ea4\u524d\u2192\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3\uff5e\u5c0f\u56fd\u4e2d\u592e\u2192\u9ed2\u5ddd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "75_75041_1_20260701",
        "label": "\u9ed2\u5ddd\u2192\u5c0f\u56fd\u4e2d\u592e\uff5e\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3\u2192\u5c0f\u56fd\u7523\u4ea4\u524d",
        "long": "\u9ed2\u5ddd\u2192\u5c0f\u56fd\u4e2d\u592e\uff5e\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3\u2192\u5c0f\u56fd\u7523\u4ea4\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "75_75060_1_20260701",
        "label": "\u3086\u3046\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3\u2192\u9ed2\u5ddd\uff5e\u6e80\u9858\u5bfa\u5165\u53e3\u2192\u3086\u3046\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3",
        "long": "\u3086\u3046\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3\u2192\u9ed2\u5ddd\uff5e\u6e80\u9858\u5bfa\u5165\u53e3\u2192\u3086\u3046\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "75_75061_1_20260701",
        "label": "\u3086\u3046\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3\u2192\u6e80\u9858\u5bfa\u5165\u53e3\uff5e\u9ed2\u5ddd\u2192\u3086\u3046\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3",
        "long": "\u3086\u3046\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3\u2192\u6e80\u9858\u5bfa\u5165\u53e3\uff5e\u9ed2\u5ddd\u2192\u3086\u3046\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "7_7010_1_20260701",
        "label": "F2-3/S4-3\uff1a\u5ddd\u53e3\u2192\u91ce\u53e3\uff5e\u5b50\u98fc\u2192\u6238\u5cf6",
        "long": "F2-3/S4-3\uff1a\u5ddd\u53e3\u2192\u91ce\u53e3\uff5e\u5b50\u98fc\u2192\u6238\u5cf6",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "7_7011_1_20260701",
        "label": "F2-3/S4-3\uff1a\u6238\u5cf6\u2192\u5b50\u98fc\uff5e\u91ce\u53e3\u2192\u5ddd\u53e3",
        "long": "F2-3/S4-3\uff1a\u6238\u5cf6\u2192\u5b50\u98fc\uff5e\u91ce\u53e3\u2192\u5ddd\u53e3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "7_7020_1_20260701",
        "label": "F2-1/S4-3\uff1a\u5ddd\u53e3\u2192\u91ce\u53e3\uff5e\u5b50\u98fc\u2192\u5c0f\u5c71\u56e3\u5730",
        "long": "F2-1/S4-3\uff1a\u5ddd\u53e3\u2192\u91ce\u53e3\uff5e\u5b50\u98fc\u2192\u5c0f\u5c71\u56e3\u5730",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "7_7021_1_20260701",
        "label": "F2-1/S4-3\uff1a\u5c0f\u5c71\u56e3\u5730\u2192\u5b50\u98fc\uff5e\u91ce\u53e3\u2192\u5ddd\u53e3",
        "long": "F2-1/S4-3\uff1a\u5c0f\u5c71\u56e3\u5730\u2192\u5b50\u98fc\uff5e\u91ce\u53e3\u2192\u5ddd\u53e3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "7_7030_1_20260701",
        "label": "F2-1/S4-2\uff1a\u4e94\u4e01\u2192\u91ce\u53e3\uff5e\u5b50\u98fc\u2192\u5c0f\u5c71\u56e3\u5730",
        "long": "F2-1/S4-2\uff1a\u4e94\u4e01\u2192\u91ce\u53e3\uff5e\u5b50\u98fc\u2192\u5c0f\u5c71\u56e3\u5730",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "7_7031_1_20260701",
        "label": "F2-1/S4-2\uff1a\u5c0f\u5c71\u56e3\u5730\u2192\u5b50\u98fc\uff5e\u91ce\u53e3\u2192\u4e94\u4e01",
        "long": "F2-1/S4-2\uff1a\u5c0f\u5c71\u56e3\u5730\u2192\u5b50\u98fc\uff5e\u91ce\u53e3\u2192\u4e94\u4e01",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "7_7040_1_20260701",
        "label": "F2-1/S4-1\uff1a\u30a2\u30af\u30a2\u30c9\u30fc\u30e0\u2192\u91ce\u53e3\uff5e\u5b50\u98fc\u2192\u5c0f\u5c71\u56e3\u5730",
        "long": "F2-1/S4-1\uff1a\u30a2\u30af\u30a2\u30c9\u30fc\u30e0\u2192\u91ce\u53e3\uff5e\u5b50\u98fc\u2192\u5c0f\u5c71\u56e3\u5730",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "7_7041_1_20260701",
        "label": "F2-1/S4-1\uff1a\u5c0f\u5c71\u56e3\u5730\u2192\u5b50\u98fc\uff5e\u91ce\u53e3\u2192\u30a2\u30af\u30a2\u30c9\u30fc\u30e0",
        "long": "F2-1/S4-1\uff1a\u5c0f\u5c71\u56e3\u5730\u2192\u5b50\u98fc\uff5e\u91ce\u53e3\u2192\u30a2\u30af\u30a2\u30c9\u30fc\u30e0",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "81_81120_1_20260701",
        "label": "\u3086\u3046\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3\u2192\u5207\u539f\uff5e\u7c17\u702c\u2192\u6756\u7acb",
        "long": "\u3086\u3046\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3\u2192\u5207\u539f\uff5e\u7c17\u702c\u2192\u6756\u7acb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "81_81121_1_20260701",
        "label": "\u6756\u7acb\u2192\u7c17\u702c\uff5e\u5207\u539f\u2192\u3086\u3046\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3",
        "long": "\u6756\u7acb\u2192\u7c17\u702c\uff5e\u5207\u539f\u2192\u3086\u3046\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "81_81490_1_20260701",
        "label": "1\uff1a\u963f\u8607\u99c5\u524d\u2192\u9053\u5c3b\uff5e\u5bae\u5730\u2192\u963f\u8607\u99c5\u524d",
        "long": "1\uff1a\u963f\u8607\u99c5\u524d\u2192\u9053\u5c3b\uff5e\u5bae\u5730\u2192\u963f\u8607\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "81_81491_1_20260701",
        "label": "2\uff1a\u963f\u8607\u99c5\u524d\u2192\u5bae\u5730\uff5e\u9053\u5c3b\u2192\u963f\u8607\u99c5\u524d",
        "long": "2\uff1a\u963f\u8607\u99c5\u524d\u2192\u5bae\u5730\uff5e\u9053\u5c3b\u2192\u963f\u8607\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "81_81500_1_20260701",
        "label": "1\uff1a\u963f\u8607\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u2192\u9053\u5c3b\uff5e\u5bae\u5730\u2192\u963f\u8607\u99c5\u524d",
        "long": "1\uff1a\u963f\u8607\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u2192\u9053\u5c3b\uff5e\u5bae\u5730\u2192\u963f\u8607\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "81_81501_1_20260701",
        "label": "2\uff1a\u963f\u8607\u99c5\u524d\u2192\u5bae\u5730\uff5e\u9053\u5c3b\u2192\u963f\u8607\u533b\u7642\u30bb\u30f3\u30bf\u30fc",
        "long": "2\uff1a\u963f\u8607\u99c5\u524d\u2192\u5bae\u5730\uff5e\u9053\u5c3b\u2192\u963f\u8607\u533b\u7642\u30bb\u30f3\u30bf\u30fc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "82_82380_1_20260701",
        "label": "4\uff1a\u963f\u8607\u99c5\u524d\u2192\u5c71\u7530\uff5e\u5185\u7267\u2192\u963f\u8607\u99c5\u524d",
        "long": "4\uff1a\u963f\u8607\u99c5\u524d\u2192\u5c71\u7530\uff5e\u5185\u7267\u2192\u963f\u8607\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "82_82381_1_20260701",
        "label": "3\uff1a\u963f\u8607\u99c5\u524d\u2192\u5185\u7267\uff5e\u5c71\u7530\u2192\u963f\u8607\u99c5\u524d",
        "long": "3\uff1a\u963f\u8607\u99c5\u524d\u2192\u5185\u7267\uff5e\u5c71\u7530\u2192\u963f\u8607\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "82_82390_1_20260701",
        "label": "3\uff1a\u963f\u8607\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u2192\u5c71\u7530\uff5e\u5bae\u5730\u2192\u963f\u8607\u99c5\u524d",
        "long": "3\uff1a\u963f\u8607\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u2192\u5c71\u7530\uff5e\u5bae\u5730\u2192\u963f\u8607\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "82_82391_1_20260701",
        "label": "4\uff1a\u963f\u8607\u99c5\u524d\u2192\u5bae\u5730\uff5e\u5c71\u7530\u2192\u963f\u8607\u533b\u7642\u30bb\u30f3\u30bf\u30fc",
        "long": "4\uff1a\u963f\u8607\u99c5\u524d\u2192\u5bae\u5730\uff5e\u5c71\u7530\u2192\u963f\u8607\u533b\u7642\u30bb\u30f3\u30bf\u30fc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "84_84480_1_20260701",
        "label": "\u963f\u8607\u99c5\u524d\u2192\u307f\u3084\u306f\u3089~\u5185\u7267(\u963f\u8607\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u7d4c\u7531)\u2192\u963f\u8607\u99c5\u524d.",
        "long": "\u963f\u8607\u99c5\u524d\u2192\u307f\u3084\u306f\u3089~\u5185\u7267(\u963f\u8607\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u7d4c\u7531)\u2192\u963f\u8607\u99c5\u524d.",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "84_84481_1_20260701",
        "label": "\u963f\u8607\u99c5\u524d\u2192\u5185\u7267~\u307f\u3084\u306f\u3089(\u963f\u8607\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u7d4c\u7531)\u2192\u963f\u8607\u99c5\u524d.",
        "long": "\u963f\u8607\u99c5\u524d\u2192\u5185\u7267~\u307f\u3084\u306f\u3089(\u963f\u8607\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u7d4c\u7531)\u2192\u963f\u8607\u99c5\u524d.",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "84_84490_1_20260701",
        "label": "\u963f\u8607\u99c5\u524d\u2192\u307f\u3084\u306f\u3089\uff5e\u5185\u7267\u2192\u963f\u8607\u99c5\u524d",
        "long": "\u963f\u8607\u99c5\u524d\u2192\u307f\u3084\u306f\u3089\uff5e\u5185\u7267\u2192\u963f\u8607\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "84_84491_1_20260701",
        "label": "\u963f\u8607\u99c5\u524d\u2192\u5185\u7267\uff5e\u307f\u3084\u306f\u3089\u2192\u963f\u8607\u99c5\u524d",
        "long": "\u963f\u8607\u99c5\u524d\u2192\u5185\u7267\uff5e\u307f\u3084\u306f\u3089\u2192\u963f\u8607\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "86_86100_1_20260701",
        "label": "\u30d5\u30ec\u30a4\u30f3\u9ad8\u68ee\u5e97\u2192\u6cb3\u539f\uff5e\u9ad8\u68ee\u753a\u5f79\u5834\u524d\u2192\u9ad8\u68ee\u4e2d\u592e",
        "long": "\u30d5\u30ec\u30a4\u30f3\u9ad8\u68ee\u5e97\u2192\u6cb3\u539f\uff5e\u9ad8\u68ee\u753a\u5f79\u5834\u524d\u2192\u9ad8\u68ee\u4e2d\u592e",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "86_86410_1_20260701",
        "label": "\u30d5\u30ec\u30a4\u30f3\u9ad8\u68ee\u5e97\u2192\u30ed\u30c3\u30ad\u30fc\uff5e\u963f\u8607096\u533a\u524d\u2192\u9ad8\u68ee\u4e2d\u592e",
        "long": "\u30d5\u30ec\u30a4\u30f3\u9ad8\u68ee\u5e97\u2192\u30ed\u30c3\u30ad\u30fc\uff5e\u963f\u8607096\u533a\u524d\u2192\u9ad8\u68ee\u4e2d\u592e",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "86_86530_1_20260701",
        "label": "\u9ad8\u68ee\u99c5\u524d\u2192\u6885\u9999\u82d1\u524d\uff5e\u5927\u9053\u2192\u9ad8\u68ee\u4e2d\u592e",
        "long": "\u9ad8\u68ee\u99c5\u524d\u2192\u6885\u9999\u82d1\u524d\uff5e\u5927\u9053\u2192\u9ad8\u68ee\u4e2d\u592e",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "86_86580_1_20260701",
        "label": "\u9ad8\u68ee\u99c5\u524d\u2192\u6d17\u5ddd\uff5e\u99ac\u6e21\u2192\u9ad8\u68ee\u4e2d\u592e",
        "long": "\u9ad8\u68ee\u99c5\u524d\u2192\u6d17\u5ddd\uff5e\u99ac\u6e21\u2192\u9ad8\u68ee\u4e2d\u592e",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "86_86600_1_20260701",
        "label": "\u9ad8\u68ee\u99c5\u524d\u2192\u718a\u91ce\u5ea7\u795e\u793e\u5165\u53e3\uff5e\u6d17\u5ddd\u2192\u9ad8\u68ee\u4e2d\u592e",
        "long": "\u9ad8\u68ee\u99c5\u524d\u2192\u718a\u91ce\u5ea7\u795e\u793e\u5165\u53e3\uff5e\u6d17\u5ddd\u2192\u9ad8\u68ee\u4e2d\u592e",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "86_86610_1_20260701",
        "label": "\u30d5\u30ec\u30a4\u30f3\u9ad8\u68ee\u5e97\u2192\u9ad8\u68ee\u99c5\u524d\uff5e\u4e0a\u8272\u898b\u718a\u91ce\u5ea7\u795e\u793e\u2192\u9ad8\u68ee\u4e2d\u592e",
        "long": "\u30d5\u30ec\u30a4\u30f3\u9ad8\u68ee\u5e97\u2192\u9ad8\u68ee\u99c5\u524d\uff5e\u4e0a\u8272\u898b\u718a\u91ce\u5ea7\u795e\u793e\u2192\u9ad8\u68ee\u4e2d\u592e",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "86_86620_1_20260701",
        "label": "\u30d5\u30ec\u30a4\u30f3\u9ad8\u68ee\u5e97\u2192\u30ed\u30c3\u30ad\u30fc\uff5e\u718a\u91ce\u5ea7\u795e\u793e\u5165\u53e3\u2192\u9ad8\u68ee\u4e2d\u592e",
        "long": "\u30d5\u30ec\u30a4\u30f3\u9ad8\u68ee\u5e97\u2192\u30ed\u30c3\u30ad\u30fc\uff5e\u718a\u91ce\u5ea7\u795e\u793e\u5165\u53e3\u2192\u9ad8\u68ee\u4e2d\u592e",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "86_86630_1_20260701",
        "label": "\u9ad8\u68ee\u4e2d\u592e\u2192\u9ad8\u68ee\u99c5\u524d\u2192\u963f\u8607096\u533a\u524d",
        "long": "\u9ad8\u68ee\u4e2d\u592e\u2192\u9ad8\u68ee\u99c5\u524d\u2192\u963f\u8607096\u533a\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "86_86640_1_20260701",
        "label": "\u9ad8\u68ee\u4e2d\u592e\u2192\u3059\u3079\u306e\uff5e\u30ed\u30c3\u30ad\u30fc\u2192\u9ad8\u68ee\u4e2d\u592e",
        "long": "\u9ad8\u68ee\u4e2d\u592e\u2192\u3059\u3079\u306e\uff5e\u30ed\u30c3\u30ad\u30fc\u2192\u9ad8\u68ee\u4e2d\u592e",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "86_86650_1_20260701",
        "label": "\u9ad8\u68ee\u4e2d\u592e\u2192\u30ed\u30c3\u30ad\u30fc\uff5e\u3059\u3079\u306e\u2192\u9ad8\u68ee\u4e2d\u592e",
        "long": "\u9ad8\u68ee\u4e2d\u592e\u2192\u30ed\u30c3\u30ad\u30fc\uff5e\u3059\u3079\u306e\u2192\u9ad8\u68ee\u4e2d\u592e",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "86_86660_1_20260701",
        "label": "\u9ad8\u68ee\u99c5\u524d\u2192\u57cb\u7acb\uff5e\u5409\u898b\u795e\u793e\u524d\uff5e\u30ed\u30c3\u30ad\u30fc\u2192\u9ad8\u68ee\u4e2d\u592e",
        "long": "\u9ad8\u68ee\u99c5\u524d\u2192\u57cb\u7acb\uff5e\u5409\u898b\u795e\u793e\u524d\uff5e\u30ed\u30c3\u30ad\u30fc\u2192\u9ad8\u68ee\u4e2d\u592e",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "86_86670_1_20260701",
        "label": "\u30d5\u30ec\u30a4\u30f3\u9ad8\u68ee\u5e97\u2192\u733f\u4e38\uff5e\u5409\u898b\u795e\u793e\uff5e\u30ed\u30c3\u30ad\u30fc\u2192\u9ad8\u68ee\u4e2d\u592e",
        "long": "\u30d5\u30ec\u30a4\u30f3\u9ad8\u68ee\u5e97\u2192\u733f\u4e38\uff5e\u5409\u898b\u795e\u793e\uff5e\u30ed\u30c3\u30ad\u30fc\u2192\u9ad8\u68ee\u4e2d\u592e",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "86_86680_1_20260701",
        "label": "\u9ad8\u68ee\u99c5\u524d\u2192\u6d25\u7559\uff5e\u30ed\u30c3\u30ad\u30fc\u2192\u9ad8\u68ee\u4e2d\u592e",
        "long": "\u9ad8\u68ee\u99c5\u524d\u2192\u6d25\u7559\uff5e\u30ed\u30c3\u30ad\u30fc\u2192\u9ad8\u68ee\u4e2d\u592e",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "86_86690_1_20260701",
        "label": "\u30d5\u30ec\u30a4\u30f3\u9ad8\u68ee\u5e97\u2192\u9ad8\u68ee\u5f79\u5834\u524d\uff5e\u6d25\u7559\uff5e\u30ed\u30c3\u30ad\u30fc\u2192\u9ad8\u68ee\u4e2d\u592e",
        "long": "\u30d5\u30ec\u30a4\u30f3\u9ad8\u68ee\u5e97\u2192\u9ad8\u68ee\u5f79\u5834\u524d\uff5e\u6d25\u7559\uff5e\u30ed\u30c3\u30ad\u30fc\u2192\u9ad8\u68ee\u4e2d\u592e",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "86_86700_1_20260701",
        "label": "\u9ad8\u68ee\u99c5\u524d\u2192\u5c0f\u6751\u5165\u53e3\uff5e\u9ad8\u5c3e\u91ce\uff5e\u30ed\u30c3\u30ad\u30fc\u2192\u9ad8\u68ee\u4e2d\u592e",
        "long": "\u9ad8\u68ee\u99c5\u524d\u2192\u5c0f\u6751\u5165\u53e3\uff5e\u9ad8\u5c3e\u91ce\uff5e\u30ed\u30c3\u30ad\u30fc\u2192\u9ad8\u68ee\u4e2d\u592e",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "86_86710_1_20260701",
        "label": "\u30d5\u30ec\u30a4\u30f3\u9ad8\u68ee\u5e97\u2192\u30ed\u30c3\u30ad\u30fc\uff5e\u4e2d\u6751\uff08\u6d25\u7559\uff09\uff5e\u4eca\u6751\u2192\u9ad8\u68ee\u4e2d\u592e",
        "long": "\u30d5\u30ec\u30a4\u30f3\u9ad8\u68ee\u5e97\u2192\u30ed\u30c3\u30ad\u30fc\uff5e\u4e2d\u6751\uff08\u6d25\u7559\uff09\uff5e\u4eca\u6751\u2192\u9ad8\u68ee\u4e2d\u592e",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "86_86720_1_20260701",
        "label": "\u9ad8\u68ee\u99c5\u524d\u2192\u2192\u4e0a\u8272\u898b\u718a\u91ce\u5ea7\u795e\u793e\u5165\u53e3",
        "long": "\u9ad8\u68ee\u99c5\u524d\u2192\u2192\u4e0a\u8272\u898b\u718a\u91ce\u5ea7\u795e\u793e\u5165\u53e3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "86_86721_1_20260701",
        "label": "\u4e0a\u8272\u898b\u718a\u91ce\u5ea7\u795e\u793e\u5165\u53e3\u2192\u2192\u9ad8\u68ee\u99c5\u524d",
        "long": "\u4e0a\u8272\u898b\u718a\u91ce\u5ea7\u795e\u793e\u5165\u53e3\u2192\u2192\u9ad8\u68ee\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "87_87580_1_20260701",
        "label": "8\uff1a\u963f\u8607\u99c5\u524d\u2192\u91ce\u55b6\u5834\u524d\uff5e\u8349\u5343\u91cc\u2192\u963f\u8607\u5c71\u4e0a\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "8\uff1a\u963f\u8607\u99c5\u524d\u2192\u91ce\u55b6\u5834\u524d\uff5e\u8349\u5343\u91cc\u2192\u963f\u8607\u5c71\u4e0a\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "87_87581_1_20260701",
        "label": "8\uff1a\u963f\u8607\u5c71\u4e0a\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u8349\u5343\u91cc\uff5e\u91ce\u55b6\u5834\u524d\u2192\u963f\u8607\u99c5\u524d",
        "long": "8\uff1a\u963f\u8607\u5c71\u4e0a\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u8349\u5343\u91cc\uff5e\u91ce\u55b6\u5834\u524d\u2192\u963f\u8607\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "87_87610_1_20260701",
        "label": "\u963f\u8607\u5c71\u4e0a\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u2192\u706b\u53e3",
        "long": "\u963f\u8607\u5c71\u4e0a\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u2192\u706b\u53e3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "87_87611_1_20260701",
        "label": "\u706b\u53e3\u2192\u2192\u963f\u8607\u5c71\u4e0a\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "\u706b\u53e3\u2192\u2192\u963f\u8607\u5c71\u4e0a\u30bf\u30fc\u30df\u30ca\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "89_89150_1_20260701",
        "label": "\u7530\u539f\u5742\u30cb\u30e5\u30fc\u30bf\u30a6\u30f3\u2192\u690d\u6728\uff5e\u6765\u6c11\u30d0\u30a4\u30d1\u30b9\u2192\u5c71\u9e7f\u6e29\u6cc9",
        "long": "\u7530\u539f\u5742\u30cb\u30e5\u30fc\u30bf\u30a6\u30f3\u2192\u690d\u6728\uff5e\u6765\u6c11\u30d0\u30a4\u30d1\u30b9\u2192\u5c71\u9e7f\u6e29\u6cc9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "94_94120_1_20260701",
        "label": "\u7389\u540d\u99c5\u524d\u2192\u7389\u540d\u9ad8\u6821\u524d\uff5e\u5317\u7a1c\u9ad8\u6821\u524d\u2192\u4e5d\u5dde\u770b\u8b77\u798f\u7949\u5927\u5b66\u524d",
        "long": "\u7389\u540d\u99c5\u524d\u2192\u7389\u540d\u9ad8\u6821\u524d\uff5e\u5317\u7a1c\u9ad8\u6821\u524d\u2192\u4e5d\u5dde\u770b\u8b77\u798f\u7949\u5927\u5b66\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "94_94121_1_20260701",
        "label": "\u4e5d\u5dde\u770b\u8b77\u798f\u7949\u5927\u5b66\u524d\u2192\u7389\u540d\u6e29\u6cc9\u5317\u5165\uff5e\u7389\u540d\u9ad8\u6821\u524d\u2192\u7389\u540d\u99c5\u524d",
        "long": "\u4e5d\u5dde\u770b\u8b77\u798f\u7949\u5927\u5b66\u524d\u2192\u7389\u540d\u6e29\u6cc9\u5317\u5165\uff5e\u7389\u540d\u9ad8\u6821\u524d\u2192\u7389\u540d\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "94_94140_1_20260701",
        "label": "\u7389\u540d\u99c5\u524d\u2192\u5317\u7a1c\u9ad8\u6821\u524d\uff5e\u770b\u8b77\u798f\u7949\u5927\u5b66\u2192\u65b0\u7389\u540d\u99c5",
        "long": "\u7389\u540d\u99c5\u524d\u2192\u5317\u7a1c\u9ad8\u6821\u524d\uff5e\u770b\u8b77\u798f\u7949\u5927\u5b66\u2192\u65b0\u7389\u540d\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "94_94141_1_20260701",
        "label": "\u65b0\u7389\u540d\u99c5\u2192\u770b\u8b77\u798f\u7949\u5927\u5b66\uff5e\u5317\u7a1c\u9ad8\u6821\u524d\u2192\u7389\u540d\u99c5\u524d",
        "long": "\u65b0\u7389\u540d\u99c5\u2192\u770b\u8b77\u798f\u7949\u5927\u5b66\uff5e\u5317\u7a1c\u9ad8\u6821\u524d\u2192\u7389\u540d\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "96_96420_1_20260701",
        "label": "\u9ad8\u68ee\u4e2d\u592e\u2192\u767d\u5ddd\u99c5\uff5e\u7460\u7483\u2192\u7acb\u91ce\u99c5",
        "long": "\u9ad8\u68ee\u4e2d\u592e\u2192\u767d\u5ddd\u99c5\uff5e\u7460\u7483\u2192\u7acb\u91ce\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "96_96421_1_20260701",
        "label": "\u7acb\u91ce\u99c5\u2192\u7460\u7483\uff5e\u767d\u5ddd\u99c5\u2192\u9ad8\u68ee\u4e2d\u592e",
        "long": "\u7acb\u91ce\u99c5\u2192\u7460\u7483\uff5e\u767d\u5ddd\u99c5\u2192\u9ad8\u68ee\u4e2d\u592e",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "96_96430_1_20260701",
        "label": "\u9ad8\u68ee\u4e2d\u592e\u2192\u767d\u5ddd\u99c5\u2192\u7acb\u91ce\u99c5",
        "long": "\u9ad8\u68ee\u4e2d\u592e\u2192\u767d\u5ddd\u99c5\u2192\u7acb\u91ce\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "96_96431_1_20260701",
        "label": "\u7acb\u91ce\u99c5\u2192\u767d\u5ddd\u99c5\u2192\u9ad8\u68ee\u4e2d\u592e",
        "long": "\u7acb\u91ce\u99c5\u2192\u767d\u5ddd\u99c5\u2192\u9ad8\u68ee\u4e2d\u592e",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "96_96440_1_20260701",
        "label": "\u9ad8\u68ee\u4e2d\u592e\u2192\u4e45\u6728\u91ce\u2192\u5357\u963f\u8607\u6751\u5f79\u5834",
        "long": "\u9ad8\u68ee\u4e2d\u592e\u2192\u4e45\u6728\u91ce\u2192\u5357\u963f\u8607\u6751\u5f79\u5834",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "96_96441_1_20260701",
        "label": "\u5357\u963f\u8607\u6751\u5f79\u5834\u2192\u4e45\u6728\u91ce\u2192\u9ad8\u68ee\u4e2d\u592e",
        "long": "\u5357\u963f\u8607\u6751\u5f79\u5834\u2192\u4e45\u6728\u91ce\u2192\u9ad8\u68ee\u4e2d\u592e",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "999999_999999_1_20190817",
        "label": "\u8a66\u9a13\u7528",
        "long": "\u8a66\u9a13\u7528",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "99_99060_1_20260701",
        "label": "\u6728\u5c71\u2192\u4ea4\u901a\u5e83\u5834\uff5e\u6728\u5009\u2192\u5fa1\u8239",
        "long": "\u6728\u5c71\u2192\u4ea4\u901a\u5e83\u5834\uff5e\u6728\u5009\u2192\u5fa1\u8239",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "99_99061_1_20260701",
        "label": "\u5fa1\u8239\u2192\u6728\u5009\uff5e\u4ea4\u901a\u5e83\u5834\u2192\u6728\u5c71",
        "long": "\u5fa1\u8239\u2192\u6728\u5009\uff5e\u4ea4\u901a\u5e83\u5834\u2192\u6728\u5c71",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "9_9200_1_20260701",
        "label": "G2-3\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u718a\u672c\u6574\u5f62\uff5e\u8a17\u9ebb\u539f\u672c\u901a\u2192\u6238\u5cf6",
        "long": "G2-3\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u718a\u672c\u6574\u5f62\uff5e\u8a17\u9ebb\u539f\u672c\u901a\u2192\u6238\u5cf6",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "9_9201_1_20260701",
        "label": "G2-3\uff1a\u6238\u5cf6\u2192\u8a17\u9ebb\u539f\u672c\u901a\uff5e\u718a\u672c\u6574\u5f62\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "G2-3\uff1a\u6238\u5cf6\u2192\u8a17\u9ebb\u539f\u672c\u901a\uff5e\u718a\u672c\u6574\u5f62\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": "9_9300_1_20260701",
        "label": "G2-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u718a\u672c\u6574\u5f62~\u8a17\u9ebb\u539f\u672c\u901a\u2192\u5c0f\u5c71\u56e3\u5730",
        "long": "G2-1\uff1a\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb\u2192\u718a\u672c\u6574\u5f62~\u8a17\u9ebb\u539f\u672c\u901a\u2192\u5c0f\u5c71\u56e3\u5730",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "9_9301_1_20260701",
        "label": "G2-1\uff1a\u5c0f\u5c71\u56e3\u5730\u2192\u8a17\u9ebb\u539f\u672c\u901a~\u718a\u672c\u6574\u5f62\u2192\u685c\u753a\u30d0\u30b9\u30bf\u30fc\u30df\u30ca\u30eb",
        "long": "G2-1\uff1a\u5c0f\u5c71\u56e3\u5730\u2192\u8a17\u9ebb\u539f\u672c\u901a~\u718a\u672c\u6574\u5f62\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": "9_9310_1_20260701",
        "label": "G2-1/T3-0\uff1a\u897f\u90e8\u8eca\u5eab\u2192\u718a\u672c\u6574\u5f62\uff5e\u8a17\u9ebb\u516b\u53cd\u7530\u2192\u5c0f\u5c71\u56e3\u5730",
        "long": "G2-1/T3-0\uff1a\u897f\u90e8\u8eca\u5eab\u2192\u718a\u672c\u6574\u5f62\uff5e\u8a17\u9ebb\u516b\u53cd\u7530\u2192\u5c0f\u5c71\u56e3\u5730",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "9_9311_1_20260701",
        "label": "G2-1/T3-0\uff1a\u5c0f\u5c71\u56e3\u5730\u2192\u8a17\u9ebb\u539f\u672c\u901a\u308a\uff5e\u718a\u672c\u6574\u5f62\u2192\u897f\u90e8\u8eca\u5eab",
        "long": "G2-1/T3-0\uff1a\u5c0f\u5c71\u56e3\u5730\u2192\u8a17\u9ebb\u539f\u672c\u901a\u308a\uff5e\u718a\u672c\u6574\u5f62\u2192\u897f\u90e8\u8eca\u5eab",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 4612,
    "stop_points_capped": true
  },
  "rubric_version": "1.2",
  "schema_version": "1.15",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.2",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.2"
  },
  "snapshot_date": "2026-07-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": 4612,
      "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": "4612 of 4612 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": 14158,
      "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": "14158 of 14158 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"
}
