{
  "agency": {
    "country": "JP",
    "id": "aomori-city-bus",
    "name": "Aomori City Bus (\u9752\u68ee\u5e02\u55b6\u30d0\u30b9)",
    "operating_note": "The municipal bus network Aomori City runs directly, 285 routes and 4,705 trips. Separate from aomori-city-community-routes, which is the city urban development department's feed for the routes it contracts out. The archive's feed_version carries a use restriction written by its export tool rather than by the city; see the lane report for why the dataset page's CC BY 4.0 is the licence that applies.",
    "subdivision_code": "JP-02",
    "subdivision_name": "Aomori"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 29.3,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 78.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 15.0,
          "fares": 15.0,
          "headsigns": 15.0,
          "stop_names": 14.8,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 11.7
        },
        "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_applicable_trips": 4705,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 98.8,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 837,
        "translations": {
          "feed_lang": "ja",
          "has_translations": true,
          "languages": [
            "en",
            "ja",
            "ja-hrkt"
          ],
          "translated_tables": [
            "routes",
            "stop_times",
            "stops"
          ],
          "translation_count": 2100
        },
        "trips": 4705,
        "unmeasured_components": [],
        "wheelchair_accessible_pct": 78.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": 837,
          "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": "837 of 837 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": 1033,
          "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": 3.3,
          "severity": "WARNING",
          "what": "1033 of 4705 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."
        }
      ],
      "name": "completeness",
      "score": 71.5,
      "status": "measured",
      "summary": "0% of stops state wheelchair accessibility (0% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 4,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 12,
          "WARNING": 273227
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "non_ascii_or_non_printable_char",
          "count": 268090,
          "effort": "A planned ID change, not a quick text cleanup.",
          "fix": "Only change the flagged IDs if an app needs basic ASCII values. Update each place that uses the ID. Keep all names and headsigns in their original language.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some internal IDs use characters outside the basic text set.",
          "why": "These IDs are valid UTF-8 data. This warning is only about support in older apps. It does not mean that names in other languages are wrong."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 4911,
          "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": 226,
          "effort": "One field per route.",
          "fix": "Give each route a distinct short or long name.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Two or more routes share the same name.",
          "why": "Riders can't tell the routes apart in apps."
        },
        {
          "code": "platform_without_parent_station",
          "count": 12,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'platform_without_parent_station' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.8,
          "severity": "INFO",
          "what": "Platform without parent station (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 75.2,
      "status": "measured",
      "summary": "The MobilityData validator flagged 4 kinds of issue across 273239 instances (0 error, 273227 warning, 12 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 321,
        "effective_expiry_date": "2027-07-23",
        "feed_end_date": "2027-07-23",
        "feed_start_date": "2026-07-24",
        "feed_version": "2026/07/24 12:54:07 \uff08GTFS\u51fa\u529b\u65e5\u6642\uff09 \u4ed8\u52a0\u60c5\u5831\uff1a20260723_2026\u5e7407\u670823\u65e5\uff082026.04.01\u6539\u6b63\u25c6\u590f\u25c6Ver48\u25c6\u304a\u76c6\u81e8\u6642\u4fbf\uff09 \u305d\u306e\u7b4b\u5c4b 2.510\u3010\u65e5\u672c\u30d0\u30b9\u60c5\u5831\u5354\u4f1a\u306e\u95a2\u4fc2\u8005\u30fb\u652f\u6301\u8005\u306f\u5229\u7528\u7981\u6b62\u3002GTFS\u30c7\u30fc\u30bf\u30ea\u30dd\u30b8\u30c8\u30ea\u3078\u306eCC\u30e9\u30a4\u30bb\u30f3\u30b9\u3067\u306e\u767b\u9332\u7981\u6b62\u3011 https://gtfs-jp.org/bus/ \u203b\u4e00\u822c\u306e\u30d0\u30b9\u5229\u7528\u8005\u3078\u306e\u6848\u5185\u5229\u7528\u306f\u30d0\u30b9\u4f1a\u793e\u306b\u516c\u958b\u8a31\u53ef\u3092\u5f97\u307e\u3057\u3087\u3046\u3002",
        "has_feed_info": true,
        "last_service_date": "2027-07-23",
        "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 321 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 official feed URL on file."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 321 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 78% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "One requirement remains for this feed to earn the conformance mark. States wheelchair access on 0% of stops and 78% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "feed": {
    "license_note": "CC BY 4.0, stated on the dataset page the operator owns at the Public Transportation Open Data Center (ODPT). Credit Aomori City Public Enterprise Bureau Transportation Department and ODPT.",
    "reachable": true,
    "sha256": "9702326f1060b56dbc5c08bf77255cf92f428342db2c5e60bf8ad6792568b350",
    "size_bytes": 2261717,
    "source_provenance": "official",
    "static_url": "https://api-public.odpt.org/api/v4/files/odpt/AomoriCity/AllLines.zip?date=current"
  },
  "fetch": {
    "final_url": "https://dataodpt.blob.core.windows.net/files-open/odpt/AomoriCity/AllLines-20260724.zip?st=2026-09-05T15%3A57%3A36Z&se=2026-09-05T15%3A59%3A36Z&sp=r&sv=2018-03-28&sr=b&sig=ck4G0A5%2BfaaRHbhLU62dRQnp63nR5RYdK%2BN1fFe%2FG4A%3D",
    "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-09-05T00:00:00+00:00",
  "geo": {
    "bbox": [
      140.64829,
      40.73809,
      140.86393,
      40.94859
    ],
    "lat": 40.8169,
    "lon": 140.74846,
    "stop_count": 837
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 285,
        "trip_count": 4705,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 285,
    "trip_count": 4705
  },
  "overall": {
    "grade": "B",
    "margin_to_lower_band": 0.3,
    "margin_to_next_band": 9.7,
    "score": 80.3
  },
  "recommendations": [],
  "routability": {
    "boardable_stops": 837,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 4705
  },
  "route_map": {
    "drawn_route_count": 285,
    "has_shapes": true,
    "path": "data/artifacts/aomori-city-bus/geometry.geojson",
    "route_count": 285,
    "routes": [
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u4e2d\u592e\u5927\u6a4b\u7dda(12211)",
        "label": "L21 \u4e2d\u592e\u5927\u6a4b\u7dda",
        "long": "",
        "short": "L21 \u4e2d\u592e\u5927\u6a4b\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u4e2d\u592e\u5927\u6a4b\u7dda(16021)",
        "label": "L31 \u4e2d\u592e\u5927\u6a4b\u7dda",
        "long": "",
        "short": "L31 \u4e2d\u592e\u5927\u6a4b\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u4e2d\u592e\u5927\u6a4b\u7dda(17091)",
        "label": "L30 \u4e2d\u592e\u5927\u6a4b\u7dda",
        "long": "",
        "short": "L30 \u4e2d\u592e\u5927\u6a4b\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u4e2d\u592e\u5927\u6a4b\u7dda(28021)",
        "label": "L43 \u4e2d\u592e\u5927\u6a4b\u7dda",
        "long": "",
        "short": "L43 \u4e2d\u592e\u5927\u6a4b\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u4e2d\u592e\u5927\u6a4b\u7dda(28031)",
        "label": "L43 \u4e2d\u592e\u5927\u6a4b\u7dda",
        "long": "",
        "short": "L43 \u4e2d\u592e\u5927\u6a4b\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u4e2d\u7b52\u4e95\u7dda(15031)",
        "label": "J20 \u4e2d\u7b52\u4e95\u7dda",
        "long": "",
        "short": "J20 \u4e2d\u7b52\u4e95\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u4e2d\u7b52\u4e95\u7dda(19031)",
        "label": "J38 \u4e2d\u7b52\u4e95\u7dda",
        "long": "",
        "short": "J38 \u4e2d\u7b52\u4e95\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u4e2d\u7b52\u4e95\u7dda(8031)",
        "label": "J24 \u4e2d\u7b52\u4e95\u7dda",
        "long": "",
        "short": "J24 \u4e2d\u7b52\u4e95\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u4e2d\u7b52\u4e95\u7dda(9021)",
        "label": "J32 \u4e2d\u7b52\u4e95\u7dda",
        "long": "",
        "short": "J32 \u4e2d\u7b52\u4e95\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(10012)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(1021)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(1051)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(1061)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(12011)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(12212)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(16002)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(16012)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(16022)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(17062)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(17092)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(18002)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(18112)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(20132)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(21022)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(22022)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(24012)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(24032)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(25052)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(28022)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(28102)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(28112)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(33092)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(33102)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(35162)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(36202)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(36212)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(36222)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(36252)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(37032)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(38052)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(39052)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(39062)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(39182)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(39192)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(39302)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(39322)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(41131)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(44332)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(44342)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(44372)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(44374)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(45132)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(45152)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(47032)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(56021)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(56061)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(56091)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(6142)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(6152)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(6162)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u56fd\u9053\u30fb\u53e4\u5ddd\u7dda(6172)",
        "label": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "long": "",
        "short": "A1 \u56fd\u9053\u30fb\u53e4\u5ddd\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u5927\u91ce\u5faa\u74b0(85011)",
        "label": "\u5927\u91ce\u5faa\u74b0",
        "long": "",
        "short": "\u5927\u91ce\u5faa\u74b0",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u5c0f\u67f3\u7dda(6141)",
        "label": "F10 \u5c0f\u67f3\u7dda",
        "long": "",
        "short": "F10 \u5c0f\u67f3\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u5c0f\u67f3\u7dda(6151)",
        "label": "F12 \u5c0f\u67f3\u7dda",
        "long": "",
        "short": "F12 \u5c0f\u67f3\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u5c0f\u67f3\u7dda(6161)",
        "label": "F10 \u5c0f\u67f3\u7dda",
        "long": "",
        "short": "F10 \u5c0f\u67f3\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u5c0f\u67f3\u7dda(6171)",
        "label": "F12 \u5c0f\u67f3\u7dda",
        "long": "",
        "short": "F12 \u5c0f\u67f3\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u65b0\u57ce\u7dda(42032)",
        "label": "1",
        "long": "1",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u65b0\u753a\u7dda(12051)",
        "label": "B1 \u65b0\u753a\u7dda",
        "long": "",
        "short": "B1 \u65b0\u753a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u65b0\u753a\u7dda(12062)",
        "label": "B1 \u65b0\u753a\u7dda",
        "long": "",
        "short": "B1 \u65b0\u753a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u65b0\u753a\u7dda(12082)",
        "label": "B1 \u65b0\u753a\u7dda",
        "long": "",
        "short": "B1 \u65b0\u753a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u65b0\u753a\u7dda(12142)",
        "label": "B1 \u65b0\u753a\u7dda",
        "long": "",
        "short": "B1 \u65b0\u753a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u65b0\u753a\u7dda(12192)",
        "label": "B1 \u65b0\u753a\u7dda",
        "long": "",
        "short": "B1 \u65b0\u753a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u65b0\u753a\u7dda(13082)",
        "label": "B1 \u65b0\u753a\u7dda",
        "long": "",
        "short": "B1 \u65b0\u753a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u65b0\u753a\u7dda(15022)",
        "label": "B1 \u65b0\u753a\u7dda",
        "long": "",
        "short": "B1 \u65b0\u753a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u65b0\u753a\u7dda(15032)",
        "label": "B1 \u65b0\u753a\u7dda",
        "long": "",
        "short": "B1 \u65b0\u753a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u65b0\u753a\u7dda(19032)",
        "label": "B1 \u65b0\u753a\u7dda",
        "long": "",
        "short": "B1 \u65b0\u753a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u65b0\u753a\u7dda(28062)",
        "label": "B1 \u65b0\u753a\u7dda",
        "long": "",
        "short": "B1 \u65b0\u753a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u65b0\u753a\u7dda(3021)",
        "label": "B1 \u65b0\u753a\u7dda",
        "long": "",
        "short": "B1 \u65b0\u753a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u65b0\u753a\u7dda(3032)",
        "label": "B1 \u65b0\u753a\u7dda",
        "long": "",
        "short": "B1 \u65b0\u753a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u65b0\u753a\u7dda(49022)",
        "label": "B1 \u65b0\u753a\u7dda",
        "long": "",
        "short": "B1 \u65b0\u753a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u65b0\u753a\u7dda(49092)",
        "label": "B1 \u65b0\u753a\u7dda",
        "long": "",
        "short": "B1 \u65b0\u753a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u65b0\u753a\u7dda(52022)",
        "label": "B1 \u65b0\u753a\u7dda",
        "long": "",
        "short": "B1 \u65b0\u753a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u65b0\u753a\u7dda(8032)",
        "label": "B1 \u65b0\u753a\u7dda",
        "long": "",
        "short": "B1 \u65b0\u753a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u65b0\u753a\u7dda(9022)",
        "label": "B1 \u65b0\u753a\u7dda",
        "long": "",
        "short": "B1 \u65b0\u753a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u65ed\u753a\u901a\u308a\u7dda(17081)",
        "label": "M30 \u65ed\u753a\u901a\u308a\u7dda",
        "long": "",
        "short": "M30 \u65ed\u753a\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u65ed\u753a\u901a\u308a\u7dda(18001)",
        "label": "M36 \u65ed\u753a\u901a\u308a\u7dda",
        "long": "",
        "short": "M36 \u65ed\u753a\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u65ed\u753a\u901a\u308a\u7dda(20121)",
        "label": "M38 \u65ed\u753a\u901a\u308a\u7dda",
        "long": "",
        "short": "M38 \u65ed\u753a\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u65ed\u753a\u901a\u308a\u7dda(28101)",
        "label": "M43 \u65ed\u753a\u901a\u308a\u7dda",
        "long": "",
        "short": "M43 \u65ed\u753a\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u65ed\u753a\u901a\u308a\u7dda(28111)",
        "label": "M43 \u65ed\u753a\u901a\u308a\u7dda",
        "long": "",
        "short": "M43 \u65ed\u753a\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u65ed\u753a\u901a\u308a\u7dda(33071)",
        "label": "M44 \u65ed\u753a\u901a\u308a\u7dda",
        "long": "",
        "short": "M44 \u65ed\u753a\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u65ed\u753a\u901a\u308a\u7dda(33091)",
        "label": "M44 \u65ed\u753a\u901a\u308a\u7dda",
        "long": "",
        "short": "M44 \u65ed\u753a\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u65ed\u753a\u901a\u308a\u7dda(33101)",
        "label": "M44 \u65ed\u753a\u901a\u308a\u7dda",
        "long": "",
        "short": "M44 \u65ed\u753a\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u65ed\u753a\u901a\u308a\u7dda(37031)",
        "label": "M42 \u65ed\u753a\u901a\u308a\u7dda",
        "long": "",
        "short": "M42 \u65ed\u753a\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u65ed\u753a\u901a\u308a\u7dda(48021)",
        "label": "M42 \u65ed\u753a\u901a\u308a\u7dda",
        "long": "",
        "short": "M42 \u65ed\u753a\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u660e\u306e\u661f\u901a\u308a\u7dda(10011)",
        "label": "G22 \u660e\u306e\u661f\u901a\u308a\u7dda",
        "long": "",
        "short": "G22 \u660e\u306e\u661f\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u660e\u306e\u661f\u901a\u308a\u7dda(12081)",
        "label": "G21 \u660e\u306e\u661f\u901a\u308a\u7dda",
        "long": "",
        "short": "G21 \u660e\u306e\u661f\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u660e\u306e\u661f\u901a\u308a\u7dda(12122)",
        "label": "G21 \u660e\u306e\u661f\u901a\u308a\u7dda",
        "long": "",
        "short": "G21 \u660e\u306e\u661f\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u660e\u306e\u661f\u901a\u308a\u7dda(12141)",
        "label": "G21 \u660e\u306e\u661f\u901a\u308a\u7dda",
        "long": "",
        "short": "G21 \u660e\u306e\u661f\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u660e\u306e\u661f\u901a\u308a\u7dda(12151)",
        "label": "G21 \u660e\u306e\u661f\u901a\u308a\u7dda",
        "long": "",
        "short": "G21 \u660e\u306e\u661f\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u660e\u306e\u661f\u901a\u308a\u7dda(13081)",
        "label": "G21 \u660e\u306e\u661f\u901a\u308a\u7dda",
        "long": "",
        "short": "G21 \u660e\u306e\u661f\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u660e\u306e\u661f\u901a\u308a\u7dda(19041)",
        "label": "G38 \u660e\u306e\u661f\u901a\u308a\u7dda",
        "long": "",
        "short": "G38 \u660e\u306e\u661f\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u660e\u306e\u661f\u901a\u308a\u7dda(52021)",
        "label": "G23 \u660e\u306e\u661f\u901a\u308a\u7dda",
        "long": "",
        "short": "G23 \u660e\u306e\u661f\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6771\u30d0\u30a4\u30d1\u30b9\u7dda(56022)",
        "label": "E10 \u6771\u30d0\u30a4\u30d1\u30b9\u7dda",
        "long": "",
        "short": "E10 \u6771\u30d0\u30a4\u30d1\u30b9\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6771\u30d0\u30a4\u30d1\u30b9\u7dda(56062)",
        "label": "E10 \u6771\u30d0\u30a4\u30d1\u30b9\u7dda",
        "long": "",
        "short": "E10 \u6771\u30d0\u30a4\u30d1\u30b9\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6771\u30d0\u30a4\u30d1\u30b9\u7dda(56112)",
        "label": "E10 \u6771\u30d0\u30a4\u30d1\u30b9\u7dda",
        "long": "",
        "short": "E10 \u6771\u30d0\u30a4\u30d1\u30b9\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u677e\u68ee\u30fb\u6d5c\u9928\u7dda(12052)",
        "label": "H21 \u677e\u68ee\u30fb\u6d5c\u9928\u7dda",
        "long": "",
        "short": "H21 \u677e\u68ee\u30fb\u6d5c\u9928\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u677e\u68ee\u30fb\u6d5c\u9928\u7dda(12061)",
        "label": "H21 \u677e\u68ee\u30fb\u6d5c\u9928\u7dda",
        "long": "",
        "short": "H21 \u677e\u68ee\u30fb\u6d5c\u9928\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u677e\u68ee\u30fb\u6d5c\u9928\u7dda(12071)",
        "label": "H21 \u677e\u68ee\u30fb\u6d5c\u9928\u7dda",
        "long": "",
        "short": "H21 \u677e\u68ee\u30fb\u6d5c\u9928\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6a2a\u5185\u74b0\u72b6\u7dda(14021)",
        "label": "\u6a2a\u5185\u74b0\u72b6\u7dda",
        "long": "",
        "short": "\u6a2a\u5185\u74b0\u72b6\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6a2a\u5185\u74b0\u72b6\u7dda(14022)",
        "label": "\u6a2a\u5185\u74b0\u72b6\u7dda",
        "long": "",
        "short": "\u6a2a\u5185\u74b0\u72b6\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6a2a\u5185\u74b0\u72b6\u7dda(14081)",
        "label": "\u6a2a\u5185\u74b0\u72b6\u7dda",
        "long": "",
        "short": "\u6a2a\u5185\u74b0\u72b6\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6c96\u8218\u30fb\u65b0\u7530\u7dda(21082)",
        "label": "W53 \u6c96\u8218\u30fb\u65b0\u7530\u7dda",
        "long": "",
        "short": "W53 \u6c96\u8218\u30fb\u65b0\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6c96\u8218\u30fb\u65b0\u7530\u7dda(22142)",
        "label": "W53 \u6c96\u8218\u30fb\u65b0\u7530\u7dda",
        "long": "",
        "short": "W53 \u6c96\u8218\u30fb\u65b0\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6c96\u8218\u30fb\u65b0\u7530\u7dda(28042)",
        "label": "W53 \u6c96\u8218\u30fb\u65b0\u7530\u7dda",
        "long": "",
        "short": "W53 \u6c96\u8218\u30fb\u65b0\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6c96\u8218\u30fb\u65b0\u7530\u7dda(42012)",
        "label": "W53 \u6c96\u8218\u30fb\u65b0\u7530\u7dda",
        "long": "",
        "short": "W53 \u6c96\u8218\u30fb\u65b0\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6c96\u8218\u30fb\u65b0\u7530\u7dda(42022)",
        "label": "W53 \u6c96\u8218\u30fb\u65b0\u7530\u7dda",
        "long": "",
        "short": "W53 \u6c96\u8218\u30fb\u65b0\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6c96\u8218\u30fb\u65b0\u7530\u7dda(45011)",
        "label": "W53 \u6c96\u8218\u30fb\u65b0\u7530\u7dda",
        "long": "",
        "short": "W53 \u6c96\u8218\u30fb\u65b0\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6c96\u8218\u30fb\u65b0\u7530\u7dda(45021)",
        "label": "W53 \u6c96\u8218\u30fb\u65b0\u7530\u7dda",
        "long": "",
        "short": "W53 \u6c96\u8218\u30fb\u65b0\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6c96\u8218\u30fb\u65b0\u7530\u7dda(45141)",
        "label": "W53 \u6c96\u8218\u30fb\u65b0\u7530\u7dda",
        "long": "",
        "short": "W53 \u6c96\u8218\u30fb\u65b0\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6c96\u8218\u30fb\u65b0\u7530\u7dda(45181)",
        "label": "W53 \u6c96\u8218\u30fb\u65b0\u7530\u7dda",
        "long": "",
        "short": "W53 \u6c96\u8218\u30fb\u65b0\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6c96\u8218\u30fb\u65b0\u7530\u7dda(45191)",
        "label": "W53 \u6c96\u8218\u30fb\u65b0\u7530\u7dda",
        "long": "",
        "short": "W53 \u6c96\u8218\u30fb\u65b0\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6c96\u8218\u30fb\u65b0\u7530\u7dda(47011)",
        "label": "W54 \u6c96\u8218\u30fb\u65b0\u7530\u7dda",
        "long": "",
        "short": "W54 \u6c96\u8218\u30fb\u65b0\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6c96\u8218\u30fb\u65b0\u7530\u7dda(48152)",
        "label": "W53 \u6c96\u8218\u30fb\u65b0\u7530\u7dda",
        "long": "",
        "short": "W53 \u6c96\u8218\u30fb\u65b0\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6c96\u8218\u30fb\u65b0\u7530\u7dda(48232)",
        "label": "W54 \u6c96\u8218\u30fb\u65b0\u7530\u7dda",
        "long": "",
        "short": "W54 \u6c96\u8218\u30fb\u65b0\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6c96\u9928\u30fb\u65b0\u7530\u7dda(18162)",
        "label": "W53 \u6c96\u9928\u30fb\u65b0\u7530\u7dda",
        "long": "",
        "short": "W53 \u6c96\u9928\u30fb\u65b0\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6c96\u9928\u30fb\u65b0\u7530\u7dda(28082)",
        "label": "W53 \u6c96\u9928\u30fb\u65b0\u7530\u7dda",
        "long": "",
        "short": "W53 \u6c96\u9928\u30fb\u65b0\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6c96\u9928\u30fb\u65b0\u7530\u7dda(42052)",
        "label": "W53 \u6c96\u9928\u30fb\u65b0\u7530\u7dda",
        "long": "",
        "short": "W53 \u6c96\u9928\u30fb\u65b0\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6c96\u9928\u30fb\u65b0\u7530\u7dda(45131)",
        "label": "W53 \u6c96\u9928\u30fb\u65b0\u7530\u7dda",
        "long": "",
        "short": "W53 \u6c96\u9928\u30fb\u65b0\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6c96\u9928\u30fb\u65b0\u7530\u7dda(45151)",
        "label": "W53 \u6c96\u9928\u30fb\u65b0\u7530\u7dda",
        "long": "",
        "short": "W53 \u6c96\u9928\u30fb\u65b0\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6c96\u9928\u30fb\u65b0\u7530\u7dda(47031)",
        "label": "W54 \u6c96\u9928\u30fb\u65b0\u7530\u7dda",
        "long": "",
        "short": "W54 \u6c96\u9928\u30fb\u65b0\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6d5c\u7530\u5faa\u74b0(80031)",
        "label": "\u6d5c\u7530\u5faa\u74b0",
        "long": "",
        "short": "\u6d5c\u7530\u5faa\u74b0",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6d5c\u7530\u5faa\u74b0(80041)",
        "label": "\u6d5c\u7530\u5faa\u74b0",
        "long": "",
        "short": "\u6d5c\u7530\u5faa\u74b0",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6d6a\u9928\u4e2d\u592e\u5faa\u74b0(82011)",
        "label": "\u6d6a\u9928\u4e2d\u592e\u5faa\u74b0",
        "long": "",
        "short": "\u6d6a\u9928\u4e2d\u592e\u5faa\u74b0",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6d6a\u9928\u4e2d\u592e\u5faa\u74b0(82021)",
        "label": "\u6d6a\u9928\u4e2d\u592e\u5faa\u74b0",
        "long": "",
        "short": "\u6d6a\u9928\u4e2d\u592e\u5faa\u74b0",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6d6a\u9928\u901a\u308a\u7dda(18182)",
        "label": "P40 \u6d6a\u9928\u901a\u308a\u7dda",
        "long": "",
        "short": "P40 \u6d6a\u9928\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6d6a\u9928\u901a\u308a\u7dda(35141)",
        "label": "P40 \u6d6a\u9928\u901a\u308a\u7dda",
        "long": "",
        "short": "P40 \u6d6a\u9928\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6d6a\u9928\u901a\u308a\u7dda(35151)",
        "label": "P40 \u6d6a\u9928\u901a\u308a\u7dda",
        "long": "",
        "short": "P40 \u6d6a\u9928\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6d6a\u9928\u901a\u308a\u7dda(35161)",
        "label": "P40 \u6d6a\u9928\u901a\u308a\u7dda",
        "long": "",
        "short": "P40 \u6d6a\u9928\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6d6a\u9928\u901a\u308a\u7dda(36221)",
        "label": "P51 \u6d6a\u9928\u901a\u308a\u7dda",
        "long": "",
        "short": "P51 \u6d6a\u9928\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6d6a\u9928\u901a\u308a\u7dda(38031)",
        "label": "P41 \u6d6a\u9928\u901a\u308a\u7dda",
        "long": "",
        "short": "P41 \u6d6a\u9928\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6d6a\u9928\u901a\u308a\u7dda(38042)",
        "label": "P41 \u6d6a\u9928\u901a\u308a\u7dda",
        "long": "",
        "short": "P41 \u6d6a\u9928\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6d6a\u9928\u901a\u308a\u7dda(38051)",
        "label": "P41 \u6d6a\u9928\u901a\u308a\u7dda",
        "long": "",
        "short": "P41 \u6d6a\u9928\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6d6a\u9928\u901a\u308a\u7dda(38111)",
        "label": "P41 \u6d6a\u9928\u901a\u308a\u7dda",
        "long": "",
        "short": "P41 \u6d6a\u9928\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6d6a\u9928\u901a\u308a\u7dda(48132)",
        "label": "P41 \u6d6a\u9928\u901a\u308a\u7dda",
        "long": "",
        "short": "P41 \u6d6a\u9928\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6d6a\u9928\u901a\u308a\u7dda(48212)",
        "label": "P40 \u6d6a\u9928\u901a\u308a\u7dda",
        "long": "",
        "short": "P40 \u6d6a\u9928\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6edd\u5185\u30fb\u4e09\u5185\u7dda(44181)",
        "label": "R52 \u6edd\u5185\u30fb\u4e09\u5185\u7dda",
        "long": "",
        "short": "R52 \u6edd\u5185\u30fb\u4e09\u5185\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6edd\u5185\u30fb\u4e09\u5185\u7dda(44331)",
        "label": "R52 \u6edd\u5185\u30fb\u4e09\u5185\u7dda",
        "long": "",
        "short": "R52 \u6edd\u5185\u30fb\u4e09\u5185\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6edd\u5185\u30fb\u4e09\u5185\u7dda(44341)",
        "label": "R52 \u6edd\u5185\u30fb\u4e09\u5185\u7dda",
        "long": "",
        "short": "R52 \u6edd\u5185\u30fb\u4e09\u5185\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u6edd\u5185\u30fb\u4e09\u5185\u7dda(44373)",
        "label": "R52 \u6edd\u5185\u30fb\u4e09\u5185\u7dda",
        "long": "",
        "short": "R52 \u6edd\u5185\u30fb\u4e09\u5185\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u770c\u7acb\u7f8e\u8853\u9928\u7dda(36201)",
        "label": "S51 \u770c\u7acb\u7f8e\u8853\u9928\u7dda",
        "long": "",
        "short": "S51 \u770c\u7acb\u7f8e\u8853\u9928\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u770c\u7acb\u7f8e\u8853\u9928\u7dda(36251)",
        "label": "S51 \u770c\u7acb\u7f8e\u8853\u9928\u7dda",
        "long": "",
        "short": "S51 \u770c\u7acb\u7f8e\u8853\u9928\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u770c\u7acb\u7f8e\u8853\u9928\u7dda(36271)",
        "label": "S51 \u770c\u7acb\u7f8e\u8853\u9928\u7dda",
        "long": "",
        "short": "S51 \u770c\u7acb\u7f8e\u8853\u9928\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda(16102)",
        "label": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "long": "",
        "short": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda(16112)",
        "label": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "long": "",
        "short": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda(17072)",
        "label": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "long": "",
        "short": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda(18152)",
        "label": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "long": "",
        "short": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda(21032)",
        "label": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "long": "",
        "short": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda(21172)",
        "label": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "long": "",
        "short": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda(22032)",
        "label": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "long": "",
        "short": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda(28032)",
        "label": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "long": "",
        "short": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda(39051)",
        "label": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "long": "",
        "short": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda(39061)",
        "label": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "long": "",
        "short": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda(39081)",
        "label": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "long": "",
        "short": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda(39101)",
        "label": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "long": "",
        "short": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda(39122)",
        "label": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "long": "",
        "short": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda(39142)",
        "label": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "long": "",
        "short": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda(39181)",
        "label": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "long": "",
        "short": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda(39191)",
        "label": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "long": "",
        "short": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda(39201)",
        "label": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "long": "",
        "short": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda(39221)",
        "label": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "long": "",
        "short": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda(39252)",
        "label": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "long": "",
        "short": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda(39301)",
        "label": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "long": "",
        "short": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda(39321)",
        "label": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "long": "",
        "short": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda(42011)",
        "label": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "long": "",
        "short": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda(42031)",
        "label": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "long": "",
        "short": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda(42051)",
        "label": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "long": "",
        "short": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF80FF",
        "color_name": "white",
        "has_shape": true,
        "id": "\u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda(44111)",
        "label": "T52 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "long": "",
        "short": "T52 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF80FF",
        "color_name": "white",
        "has_shape": true,
        "id": "\u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda(44121)",
        "label": "T52 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "long": "",
        "short": "T52 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF80FF",
        "color_name": "white",
        "has_shape": true,
        "id": "\u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda(44291)",
        "label": "T52 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "long": "",
        "short": "T52 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda(48012)",
        "label": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "long": "",
        "short": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda(56041)",
        "label": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "long": "",
        "short": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda(56101)",
        "label": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "long": "",
        "short": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda_A",
        "label": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "long": "",
        "short": "T50 \u77f3\u6c5f\u30fb\u65b0\u57ce\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u798f\u7949\u5897\u9032\u30bb\u30f3\u30bf(48151)",
        "label": "60 \u798f\u7949\u5897\u9032\u30bb\u30f3\u30bf",
        "long": "",
        "short": "60 \u798f\u7949\u5897\u9032\u30bb\u30f3\u30bf",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u798f\u7949\u5897\u9032\u30bb\u30f3\u30bf(48221)",
        "label": "60 \u798f\u7949\u5897\u9032\u30bb\u30f3\u30bf",
        "long": "",
        "short": "60 \u798f\u7949\u5897\u9032\u30bb\u30f3\u30bf",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u798f\u7949\u5897\u9032\u30bb\u30f3\u30bf(48231)",
        "label": "60 \u798f\u7949\u5897\u9032\u30bb\u30f3\u30bf",
        "long": "",
        "short": "60 \u798f\u7949\u5897\u9032\u30bb\u30f3\u30bf",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u798f\u7949\u5897\u9032\u30bb\u30f3\u30bf\u30fc(39291)",
        "label": "60 \u798f\u7949\u5897\u9032\u30bb\u30f3\u30bf\u30fc",
        "long": "",
        "short": "60 \u798f\u7949\u5897\u9032\u30bb\u30f3\u30bf\u30fc",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u798f\u7949\u5897\u9032\u30bb\u30f3\u30bf\u30fc(48011)",
        "label": "60 \u798f\u7949\u5897\u9032\u30bb\u30f3\u30bf\u30fc",
        "long": "",
        "short": "60 \u798f\u7949\u5897\u9032\u30bb\u30f3\u30bf\u30fc",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u798f\u7949\u5897\u9032\u30bb\u30f3\u30bf\u30fc(48122)",
        "label": "60 \u798f\u7949\u5897\u9032\u30bb\u30f3\u30bf\u30fc",
        "long": "",
        "short": "60 \u798f\u7949\u5897\u9032\u30bb\u30f3\u30bf\u30fc",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u798f\u7949\u5897\u9032\u30bb\u30f3\u30bf\u30fc(48131)",
        "label": "60 \u798f\u7949\u5897\u9032\u30bb\u30f3\u30bf\u30fc",
        "long": "",
        "short": "60 \u798f\u7949\u5897\u9032\u30bb\u30f3\u30bf\u30fc",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u798f\u7949\u5897\u9032\u30bb\u30f3\u30bf\u30fc(48211)",
        "label": "60 \u798f\u7949\u5897\u9032\u30bb\u30f3\u30bf\u30fc",
        "long": "",
        "short": "60 \u798f\u7949\u5897\u9032\u30bb\u30f3\u30bf\u30fc",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF80FF",
        "color_name": "white",
        "has_shape": true,
        "id": "\u81e8\u6642\u4fbf(44232)",
        "label": "\u81e8\u6642\u4fbf",
        "long": "",
        "short": "\u81e8\u6642\u4fbf",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF80FF",
        "color_name": "white",
        "has_shape": true,
        "id": "\u81e8\u6642\u4fbf(44261)",
        "label": "\u81e8\u6642\u4fbf",
        "long": "",
        "short": "\u81e8\u6642\u4fbf",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF80FF",
        "color_name": "white",
        "has_shape": true,
        "id": "\u81e8\u6642\u4fbf(44262)",
        "label": "\u81e8\u6642\u4fbf",
        "long": "",
        "short": "\u81e8\u6642\u4fbf",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF80FF",
        "color_name": "white",
        "has_shape": true,
        "id": "\u81e8\u6642\u4fbf(44271)",
        "label": "\u81e8\u6642\u4fbf",
        "long": "",
        "short": "\u81e8\u6642\u4fbf",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF80FF",
        "color_name": "white",
        "has_shape": true,
        "id": "\u81e8\u6642\u4fbf(44351)",
        "label": "\u81e8\u6642\u4fbf",
        "long": "",
        "short": "\u81e8\u6642\u4fbf",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF80FF",
        "color_name": "white",
        "has_shape": true,
        "id": "\u81e8\u6642\u4fbf(52011)",
        "label": "\u81e8\u6642\u4fbf",
        "long": "",
        "short": "\u81e8\u6642\u4fbf",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF80FF",
        "color_name": "white",
        "has_shape": true,
        "id": "\u81e8\u6642\u4fbf(52012)",
        "label": "\u81e8\u6642\u4fbf",
        "long": "",
        "short": "\u81e8\u6642\u4fbf",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF80FF",
        "color_name": "white",
        "has_shape": true,
        "id": "\u81e8\u6642\u4fbf(52031)",
        "label": "\u81e8\u6642\u4fbf",
        "long": "",
        "short": "\u81e8\u6642\u4fbf",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF80FF",
        "color_name": "white",
        "has_shape": true,
        "id": "\u81e8\u6642\u4fbf(52032)",
        "label": "\u81e8\u6642\u4fbf",
        "long": "",
        "short": "\u81e8\u6642\u4fbf",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF80FF",
        "color_name": "white",
        "has_shape": true,
        "id": "\u81e8\u6642\u4fbf(52051)",
        "label": "\u81e8\u6642\u4fbf",
        "long": "",
        "short": "\u81e8\u6642\u4fbf",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF80FF",
        "color_name": "white",
        "has_shape": true,
        "id": "\u81e8\u6642\u4fbf(53011)",
        "label": "\u81e8\u6642\u4fbf",
        "long": "",
        "short": "\u81e8\u6642\u4fbf",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF80FF",
        "color_name": "white",
        "has_shape": true,
        "id": "\u81e8\u6642\u4fbf(53012)",
        "label": "\u81e8\u6642\u4fbf",
        "long": "",
        "short": "\u81e8\u6642\u4fbf",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u897f\u30d0\u30a4\u30d1\u30b9\u7dda(41081)",
        "label": "U50 \u897f\u30d0\u30a4\u30d1\u30b9\u7dda",
        "long": "",
        "short": "U50 \u897f\u30d0\u30a4\u30d1\u30b9\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u897f\u30d0\u30a4\u30d1\u30b9\u7dda(41091)",
        "label": "U50 \u897f\u30d0\u30a4\u30d1\u30b9\u7dda",
        "long": "",
        "short": "U50 \u897f\u30d0\u30a4\u30d1\u30b9\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u897f\u30d0\u30a4\u30d1\u30b9\u7dda(41111)",
        "label": "U50 \u897f\u30d0\u30a4\u30d1\u30b9\u7dda",
        "long": "",
        "short": "U50 \u897f\u30d0\u30a4\u30d1\u30b9\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u897f\u30d0\u30a4\u30d1\u30b9\u7dda(41132)",
        "label": "U50 \u897f\u30d0\u30a4\u30d1\u30b9\u7dda",
        "long": "",
        "short": "U50 \u897f\u30d0\u30a4\u30d1\u30b9\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u897f\u30d0\u30a4\u30d1\u30b9\u7dda(48252)",
        "label": "U50 \u897f\u30d0\u30a4\u30d1\u30b9\u7dda",
        "long": "",
        "short": "U50 \u897f\u30d0\u30a4\u30d1\u30b9\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u897f\u30d0\u30a4\u30d1\u30b9\u7dda(49131)",
        "label": "U5 \u897f\u30d0\u30a4\u30d1\u30b9\u7dda",
        "long": "",
        "short": "U5 \u897f\u30d0\u30a4\u30d1\u30b9\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u89b3\u5149\u901a\u308a\u7dda(16001)",
        "label": "K31 \u89b3\u5149\u901a\u308a\u7dda",
        "long": "",
        "short": "K31 \u89b3\u5149\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u89b3\u5149\u901a\u308a\u7dda(16071)",
        "label": "K31 \u89b3\u5149\u901a\u308a\u7dda",
        "long": "",
        "short": "K31 \u89b3\u5149\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u89b3\u5149\u901a\u308a\u7dda(16101)",
        "label": "K31 \u89b3\u5149\u901a\u308a\u7dda",
        "long": "",
        "short": "K31 \u89b3\u5149\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u89b3\u5149\u901a\u308a\u7dda(16111)",
        "label": "K31 \u89b3\u5149\u901a\u308a\u7dda",
        "long": "",
        "short": "K31 \u89b3\u5149\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u89b3\u5149\u901a\u308a\u7dda(17061)",
        "label": "K30 \u89b3\u5149\u901a\u308a\u7dda",
        "long": "",
        "short": "K30 \u89b3\u5149\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u89b3\u5149\u901a\u308a\u7dda(18131)",
        "label": "K \u89b3\u5149\u901a\u308a\u7dda",
        "long": "",
        "short": "K \u89b3\u5149\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u89b3\u5149\u901a\u308a\u7dda(18141)",
        "label": "K \u89b3\u5149\u901a\u308a\u7dda",
        "long": "",
        "short": "K \u89b3\u5149\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u89b3\u5149\u901a\u308a\u7dda(18151)",
        "label": "K \u89b3\u5149\u901a\u308a\u7dda",
        "long": "",
        "short": "K \u89b3\u5149\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u89b3\u5149\u901a\u308a\u7dda(18161)",
        "label": "K \u89b3\u5149\u901a\u308a\u7dda",
        "long": "",
        "short": "K \u89b3\u5149\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u89b3\u5149\u901a\u308a\u7dda(18171)",
        "label": "K \u89b3\u5149\u901a\u308a\u7dda",
        "long": "",
        "short": "K \u89b3\u5149\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u89b3\u5149\u901a\u308a\u7dda(18181)",
        "label": "K \u89b3\u5149\u901a\u308a\u7dda",
        "long": "",
        "short": "K \u89b3\u5149\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u89b3\u5149\u901a\u308a\u7dda(19101)",
        "label": "K38 \u89b3\u5149\u901a\u308a\u7dda",
        "long": "",
        "short": "K38 \u89b3\u5149\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u89b3\u5149\u901a\u308a\u7dda(20131)",
        "label": "K38 \u89b3\u5149\u901a\u308a\u7dda",
        "long": "",
        "short": "K38 \u89b3\u5149\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u89b3\u5149\u901a\u308a\u7dda(21021)",
        "label": "K34 \u89b3\u5149\u901a\u308a\u7dda",
        "long": "",
        "short": "K34 \u89b3\u5149\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u89b3\u5149\u901a\u308a\u7dda(21031)",
        "label": "K34 \u89b3\u5149\u901a\u308a\u7dda",
        "long": "",
        "short": "K34 \u89b3\u5149\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u89b3\u5149\u901a\u308a\u7dda(21051)",
        "label": "K34 \u89b3\u5149\u901a\u308a\u7dda",
        "long": "",
        "short": "K34 \u89b3\u5149\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u89b3\u5149\u901a\u308a\u7dda(21081)",
        "label": "K34 \u89b3\u5149\u901a\u308a\u7dda",
        "long": "",
        "short": "K34 \u89b3\u5149\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u89b3\u5149\u901a\u308a\u7dda(21151)",
        "label": "K34 \u89b3\u5149\u901a\u308a\u7dda",
        "long": "",
        "short": "K34 \u89b3\u5149\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u89b3\u5149\u901a\u308a\u7dda(21171)",
        "label": "K34 \u89b3\u5149\u901a\u308a\u7dda",
        "long": "",
        "short": "K34 \u89b3\u5149\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u89b3\u5149\u901a\u308a\u7dda(22021)",
        "label": "K37 \u89b3\u5149\u901a\u308a\u7dda",
        "long": "",
        "short": "K37 \u89b3\u5149\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u89b3\u5149\u901a\u308a\u7dda(22031)",
        "label": "K37 \u89b3\u5149\u901a\u308a\u7dda",
        "long": "",
        "short": "K37 \u89b3\u5149\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u89b3\u5149\u901a\u308a\u7dda(22071)",
        "label": "K37 \u89b3\u5149\u901a\u308a\u7dda",
        "long": "",
        "short": "K37 \u89b3\u5149\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u89b3\u5149\u901a\u308a\u7dda(22161)",
        "label": "K37 \u89b3\u5149\u901a\u308a\u7dda",
        "long": "",
        "short": "K37 \u89b3\u5149\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u89b3\u5149\u901a\u308a\u7dda(22171)",
        "label": "K37 \u89b3\u5149\u901a\u308a\u7dda",
        "long": "",
        "short": "K37 \u89b3\u5149\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u89b3\u5149\u901a\u308a\u7dda(24011)",
        "label": "K33 \u89b3\u5149\u901a\u308a\u7dda",
        "long": "",
        "short": "K33 \u89b3\u5149\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u89b3\u5149\u901a\u308a\u7dda(28061)",
        "label": "K43 \u89b3\u5149\u901a\u308a\u7dda",
        "long": "",
        "short": "K43 \u89b3\u5149\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u89b3\u5149\u901a\u308a\u7dda(9031)",
        "label": "K32 \u89b3\u5149\u901a\u308a\u7dda",
        "long": "",
        "short": "K32 \u89b3\u5149\u901a\u308a\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(1022)",
        "label": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(1041)",
        "label": "C12 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C12 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(1052)",
        "label": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(1062)",
        "label": "C12 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C12 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(1091)",
        "label": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(12152)",
        "label": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(16062)",
        "label": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(18132)",
        "label": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(19042)",
        "label": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(21111)",
        "label": "C12 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C12 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(22072)",
        "label": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(25051)",
        "label": "C13 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C13 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(28122)",
        "label": "C12 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C12 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(28162)",
        "label": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(3022)",
        "label": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(3031)",
        "label": "C12 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C12 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(33062)",
        "label": "C12 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C12 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(35142)",
        "label": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(35152)",
        "label": "C12 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C12 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(36232)",
        "label": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(36242)",
        "label": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(37042)",
        "label": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(37052)",
        "label": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(38032)",
        "label": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(38041)",
        "label": "C12 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C12 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(38102)",
        "label": "A1 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "A1 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(39082)",
        "label": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(39102)",
        "label": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(39121)",
        "label": "C12 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C12 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(39141)",
        "label": "C12 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C12 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(39202)",
        "label": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(39222)",
        "label": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(39231)",
        "label": "C12 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C12 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(39251)",
        "label": "C12 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C12 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(41061)",
        "label": "C12 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C12 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(41112)",
        "label": "C12 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C12 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(44182)",
        "label": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(44242)",
        "label": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(44301)",
        "label": "C12 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C12 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(45012)",
        "label": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(45022)",
        "label": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(45142)",
        "label": "C12 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C12 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(47012)",
        "label": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(49021)",
        "label": "C11 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C11 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(49081)",
        "label": "C11 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C11 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(49091)",
        "label": "C11 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C11 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(49132)",
        "label": "C11 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C11 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda(8052)",
        "label": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "long": "",
        "short": "C10 \u9020\u9053\u30fb\u516b\u91cd\u7530\u7dda",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "\u91ce\u6728\u548c\u56e3\u5730\u7dda(42021)",
        "label": "1",
        "long": "1",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      }
    ],
    "stop_count": 837,
    "stop_points_capped": false
  },
  "rubric_version": "1.3",
  "schema_version": "1.18",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.3",
    "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.3"
  },
  "snapshot_date": "2026-09-05",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 837,
      "effort": "A column in stops.txt; your scheduling software likely has it.",
      "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
      "owner": "Likely your team",
      "points": 25.0,
      "rank": 1,
      "severity": "WARNING",
      "what": "837 of 837 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": "non_ascii_or_non_printable_char",
      "count": 268090,
      "effort": "A planned ID change, not a quick text cleanup.",
      "fix": "Only change the flagged IDs if an app needs basic ASCII values. Update each place that uses the ID. Keep all names and headsigns in their original language.",
      "owner": "",
      "points": 8.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "Some internal IDs use characters outside the basic text set.",
      "why": "These IDs are valid UTF-8 data. This warning is only about support in older apps. It does not mean that names in other languages are wrong."
    },
    {
      "code": "mixed_case_recommended_field",
      "count": 4911,
      "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,
      "rank": 3,
      "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."
    }
  ],
  "validator_version": "8.0.1"
}
