{
  "agency": {
    "country": "HU",
    "id": "mav-regional-bus-hungary",
    "name": "M\u00c1V Szem\u00e9lysz\u00e1ll\u00edt\u00e1s (Hungary regional bus)",
    "operating_note": "The URL retains the former Vol\u00e1nbusz label, but the current archive names M\u00c1V Szem\u00e9lysz\u00e1ll\u00edt\u00e1si Zrt. and contains the nationwide regional-bus network plus its local-service variants. Counted as one aggregate feed."
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 4.3,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 11.4
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 1.7
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_pct": 100.0,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 61967,
        "translations": {
          "feed_lang": "hu",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 78249,
        "wheelchair_accessible_pct": 11.4,
        "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": 61967,
          "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": "61967 of 61967 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": 69343,
          "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": 13.3,
          "severity": "WARNING",
          "what": "69343 of 78249 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the bus itself can take them."
        },
        {
          "code": "scorecard_no_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        },
        {
          "code": "scorecard_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "Trip-planning apps and regional data coordinators have nobody to email when they spot a problem with your feed, so problems linger."
        },
        {
          "code": "scorecard_station_no_pathways",
          "count": 1,
          "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
          "fix": "Add pathways.txt connecting entrances, platforms, and any elevators, with a level for each.",
          "owner": "",
          "points": 0.0,
          "severity": "WARNING",
          "what": "This feed models stations or entrances but has no pathways.txt.",
          "why": "Trip planners can't guide riders through the station, and there is no step-free route information for wheelchair users."
        }
      ],
      "name": "completeness",
      "score": 39.2,
      "status": "measured",
      "summary": "0% of stops state wheelchair accessibility (0% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 19,
        "instances_by_severity": {
          "ERROR": 1467,
          "INFO": 185,
          "WARNING": 15318
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "decreasing_or_equal_stop_time_distance",
          "count": 1098,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Re-generate shape distances in your export; flag to your vendor if it persists.",
          "owner": "Likely your export tool",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Some trips have stop times whose distances along the route go backwards.",
          "why": "Apps can show buses jumping backwards or mis-order stops."
        },
        {
          "code": "trip_distance_exceeds_shape_distance",
          "count": 369,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'trip_distance_exceeds_shape_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Trip distance exceeds shape distance (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 4956,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates_distance_below_threshold' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Equal shape distance diff coordinates distance below threshold (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "equal_shape_distance_same_coordinates",
          "count": 3547,
          "effort": "Usually one export setting.",
          "fix": "Turn on shape cleanup in your export tool, or drop the repeated points from shapes.txt.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some route lines list the same point twice in a row.",
          "why": "Repeated points don't hurt riders, but they can skew distance math and hint at a shaky export."
        },
        {
          "code": "unexpected_enum_value",
          "count": 2821,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unexpected_enum_value' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Unexpected enum value (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "trip_distance_exceeds_shape_distance_below_threshold",
          "count": 2565,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Re-generate shape_dist_traveled on export so stop and shape distances use the same units.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "On some trips the stop distances run a little past the end of the route line.",
          "why": "The stop and shape distance values don't quite line up, so any math that uses them can drift."
        },
        {
          "code": "unused_shape",
          "count": 706,
          "effort": "One setting.",
          "fix": "Turn on 'remove unused shapes' (or the like) in your export tool.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "The feed contains route shapes no trip uses.",
          "why": "Harmless to riders, but it bloats the feed and suggests stale export data."
        },
        {
          "code": "service_has_no_active_day_of_the_week",
          "count": 648,
          "effort": "A few minutes in your scheduling software.",
          "fix": "Delete the empty calendars or set their service days.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some service calendars have no days of the week switched on.",
          "why": "Trips tied to these calendars never run; they are dead data that can mask real schedule problems."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 29,
          "effort": "A few minutes per flagged stop.",
          "fix": "Check the flagged stops' coordinates and the route shape in your scheduling software; re-snap whichever is misplaced.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the bus route through the wrong streets or point riders to the wrong corner."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 26,
          "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": 6.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": "route_long_name_contains_short_name",
          "count": 7,
          "effort": "One field per flagged route.",
          "fix": "Drop the short name from route_long_name and keep the long name descriptive, like 'Downtown via 5th Ave'.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some route long names repeat the route's short name inside them.",
          "why": "Apps show both names together, so riders see the number twice, like '5 5 Downtown'."
        },
        {
          "code": "expired_calendar",
          "count": 5,
          "effort": "One setting in most export tools.",
          "fix": "Remove past service periods the next time you export the feed.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some service calendars in the feed have already ended.",
          "why": "Expired calendars are dead weight and can hide real schedule problems from your staff and vendors."
        },
        {
          "code": "fast_travel_between_consecutive_stops",
          "count": 4,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some scheduled trips move faster between stops than a bus can.",
          "why": "Usually a typo'd stop time; riders get arrival times no bus can meet."
        },
        {
          "code": "stop_too_far_from_shape_using_user_distance",
          "count": 2,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Check the flagged stops' shape_dist_traveled against the route shape, and re-generate it on export if they disagree.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line, going by the feed's own distance values.",
          "why": "Trip planners may draw the route down the wrong streets or point riders to the wrong corner."
        },
        {
          "code": "fast_travel_between_far_stops",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'fast_travel_between_far_stops' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Fast travel between far stops (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "missing_feed_contact_email_and_url",
          "count": 1,
          "effort": "One field, set once in export settings.",
          "fix": "Add feed_contact_email or feed_contact_url to feed_info.txt.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "feed_info.txt lists no contact email and no contact URL.",
          "why": "Without a contact, apps like Google Maps can't reach you when they find a problem in the feed."
        },
        {
          "code": "service_window_outside_feed_period",
          "count": 172,
          "effort": "Two fields in feed_info.txt, or one export setting.",
          "fix": "Widen feed_start_date and feed_end_date to cover all service dates, or fix the dates that fall outside.",
          "owner": "Likely your export tool",
          "points": 1.0,
          "severity": "INFO",
          "what": "Some service dates fall outside the date window set in feed_info.txt.",
          "why": "feed_info.txt should span every day your service runs, so apps know when the data applies."
        },
        {
          "code": "big_gap_in_service",
          "count": 8,
          "effort": "A review of your calendar dates.",
          "fix": "Check whether the gap is real, like a seasonal break; if not, add the missing dates to the calendar.",
          "owner": "",
          "points": 0.8,
          "severity": "INFO",
          "what": "The feed has a stretch of two weeks or more with no service running.",
          "why": "A long gap can mean dates were left out of the calendar. Apps then show no trips on those days."
        },
        {
          "code": "unknown_column",
          "count": 5,
          "effort": "A quick look at the flagged files.",
          "fix": "Check the flagged column names for misspellings of standard GTFS fields; remove them if they are vendor extras.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Some files contain columns that are not part of the GTFS spec.",
          "why": "Harmless to riders, but apps ignore these columns and they can hide typos in real column names."
        }
      ],
      "name": "correctness",
      "score": 0.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 19 kinds of issue across 16970 instances (1467 error, 15318 warning, 185 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 90,
        "effective_expiry_date": "2026-10-22",
        "feed_end_date": "2026-10-22",
        "feed_start_date": "2026-07-24",
        "feed_version": "01577.20260724",
        "has_feed_info": true,
        "last_service_date": "2026-10-22",
        "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 90 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "2 validator errors to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 90 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 11% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. 2 validator errors to resolve. States wheelchair access on 0% of stops and 11% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "Commercialization and redistribution are permitted by the Hungarian National Access Point's published terms; credit the data provider and Hungarian Public Roads NAP.",
    "reachable": true,
    "sha256": "405adb938cc1e61aa10dcd3f8faadf3a59dc1039c62c869249a9f72d9d1a11bd",
    "size_bytes": 106228798,
    "static_url": "https://gtfs.kti.hu/public-gtfs/volanbusz_gtfs.zip"
  },
  "fetch": {
    "final_url": "https://gtfs.kti.hu/public-gtfs/volanbusz_gtfs.zip",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-07-24T00:00:00+00:00",
  "geo": {
    "bbox": [
      16.15919,
      45.77069,
      22.86904,
      48.58055
    ],
    "lat": 47.22858,
    "lon": 19.21476,
    "stop_count": 61967
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 3513,
        "trip_count": 78249,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 3513,
    "trip_count": 78249
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 37.3,
    "margin_to_next_band": 22.7,
    "score": 37.3
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 175,
      "effort": "A short text field per affected stop; start with the busiest.",
      "fix": "Add tts_stop_name with the spoken form, e.g. 'Main Street and Second Avenue', for the affected stops.",
      "owner": "",
      "points": 0.0,
      "severity": "INFO",
      "what": "175 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Gy\u00f6ngy\u00f6s, Esze Tam\u00e1s utca 3/1.\", \"Gy\u00f6ngy\u00f6s, Esze Tam\u00e1s utca 3/1.\", \"Gy\u00f6ngy\u00f6s, Esze Tam\u00e1s utca 3/1.\", and more).",
      "why": "Riders who use a screen reader hear the raw name, so 'Main St & 2nd Ave' can come out as 'Main saint' or drop the ampersand."
    },
    {
      "category": "accessibility",
      "code": "scorecard_station_missing_step_free_data",
      "count": 2,
      "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
      "fix": "Add pathways.txt connecting entrances, platforms, and elevators, and levels.txt for each floor, so the step-free route is described.",
      "owner": "",
      "points": 0.0,
      "severity": "WARNING",
      "what": "This feed models stations or entrances but has no pathways.txt and levels.txt.",
      "why": "Without pathways and levels, a wheelchair user can't tell whether a step-free route exists inside the station, and trip planners can't route anyone through it."
    }
  ],
  "routability": {
    "boardable_stops": 41258,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 78249
  },
  "route_map": {
    "drawn_route_count": 3513,
    "has_shapes": true,
    "path": "data/artifacts/mav-regional-bus-hungary/geometry.geojson",
    "route_count": 3513,
    "routes": [
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-02219-H-3-1",
        "label": "1",
        "long": "F\u0171zf\u0151gy\u00e1rtelep - F\u00f6venyf\u00fcrd\u0151 - F\u0171zf\u0151gy\u00e1rtelep",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-02918-H-3-1",
        "label": "1",
        "long": "Vas\u00fat\u00e1llom\u00e1s - N\u00e9metfalu - K\u00f6ztemet\u0151",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-02918-H-3-2",
        "label": "2",
        "long": "Vas\u00fat\u00e1llom\u00e1s - \u00dajtelep - K\u00f6ztemet\u0151",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-02918-H-3-3",
        "label": "3",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Daru - Vas\u00fat\u00e1llom\u00e1s",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-03115-H-3-13",
        "label": "13",
        "long": "B\u00e9kev\u00e1ros - Aut\u00f3busz-\u00e1llom\u00e1s - D\u00f3zsa mozi - B\u00e9kev\u00e1ros",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-03115-H-3-14",
        "label": "14",
        "long": "Pap\u00edrgy\u00e1r - Aut\u00f3busz-\u00e1llom\u00e1s - Szabads\u00e1g u.",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-03115-H-3-18",
        "label": "18",
        "long": "Vol\u00e1n-telep - Vas\u00fat\u00e1llom\u00e1s - Bocskai u. R\u00f3mai krt - Aut.\u00e1ll. - Vas\u00fat\u00e1llom\u00e1s - Vol\u00e1n-telep",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-03115-H-3-2",
        "label": "2",
        "long": "Kokszvegy\u00e9szet - Pap\u00edrgy\u00e1r - Aut\u00f3busz \u00e1llom\u00e1s - Sz\u00f3r\u00e1d M.\u00fat - Vasm\u0171 \u00fat - Pap\u00edrgy\u00e1r - Kokszvegy\u00e9szet",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-03115-H-3-25",
        "label": "25",
        "long": "Szabads\u00e1g u. - Aut\u00f3busz-\u00e1llom\u00e1s - R\u00f3mai krt. - Body Fashion",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-03115-H-3-27",
        "label": "27",
        "long": "Bagolyv\u00e1r - Aut\u00f3busz-\u00e1llom\u00e1s - Body Fashion",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-03115-H-3-28",
        "label": "28",
        "long": "Body Fashion Kft. - Ov\u00e1ros - B\u00e9kev\u00e1ros",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-03115-H-3-29",
        "label": "29",
        "long": "Body Fashion Kft. - Temet - Ov\u00e1ros - Vasm\u0171 \u00fat - Aut\u00f3busz-\u00e1llom\u00e1s - Sz\u00f3r\u00e1d M.\u00fat - Ov\u00e1ros - Temet - Body Fashion Kft",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-03115-H-3-3",
        "label": "3",
        "long": "Pap\u00edrgy\u00e1r - Vasm\u0171 \u00fat - R\u00f3mai krt. - Vasm\u0171 \u00fat - Pap\u00edrgy\u00e1r",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-03115-H-3-33",
        "label": "33",
        "long": "P\u00e1lhalma - Domanovszky t\u00e9r - Aut\u00f3busz-\u00e1llom\u00e1s - Sz\u00f3r\u00e1d M\u00e1rton utca",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-03115-H-3-35",
        "label": "35",
        "long": "P\u00e1lhalma - Ujtelep - TESCO - Sz\u00f3r\u00e1d M.\u00fat - Aut\u00f3busz-\u00e1llom\u00e1s - R\u00f3mai krt. - TESCO - Ujtelep - P\u00e1lhalma",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-03115-H-3-40",
        "label": "40",
        "long": "B\u00e9kev\u00e1ros,Bagolyv\u00e1r - Hajnal u. - Aut\u00f3busz-\u00e1llom\u00e1s - R\u00f3mai krt. - Bocskai u. - Hajnal u. - B\u00e9kev\u00e1ros,Bagolyv\u00e1r",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-03115-H-3-44",
        "label": "44",
        "long": "B\u00e9kev\u00e1ros - Bocskai u. - Aut\u00f3busz-\u00e1llom\u00e1s - Ferrobeton - Pap\u00edrgy\u00e1r",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-03115-H-3-5",
        "label": "5",
        "long": "Kertv\u00e1ros - Bocskai u. - Sz\u00f3r\u00e1d M.\u00fat - Aut\u00f3busz-\u00e1llom\u00e1s - R\u00f3mai krt. - Ujtelep - B\u00e9kev\u00e1ros - Vol\u00e1n-telep",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-03522-H-3-1",
        "label": "1",
        "long": "D\u00e9ri s\u00e9t\u00e1ny - V\u00e1mh\u00e1z - Dob\u00f3 Istv\u00e1n utcai fordul\u00f3 - Bar\u00e1ts\u00e1g t\u00e9ri iskola - D\u00e9ri s\u00e9t\u00e1ny",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-03522-H-3-2",
        "label": "2",
        "long": "D\u00e9ri s\u00e9t\u00e1ny - Vasutas telep - Dob\u00f3 Istv\u00e1n utcai fordul\u00f3 - V\u00e1mh\u00e1z - D\u00e9ri s\u00e9t\u00e1ny",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-03522-H-3-3",
        "label": "3",
        "long": "D\u00e9ri s\u00e9t\u00e1ny - G\u00f3lya sor - D\u00e9ri s\u00e9t\u00e1ny",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-03522-H-3-4",
        "label": "4",
        "long": "D\u00e9ri s\u00e9t\u00e1ny - G\u00f3lyasor - M\u00e1rtonsz\u00e1ll\u00e1s - G\u00f3lyasor - D\u00e9ri s\u00e9t\u00e1ny",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-03522-H-3-5",
        "label": "5",
        "long": "D\u00e9ri s\u00e9t\u00e1ny - Tesco - D\u00e9ri s\u00e9t\u00e1ny - V\u00e1mh\u00e1z - Dob\u00f3 Istv\u00e1n utcai fordul\u00f3 - Bar\u00e1ts\u00e1g t\u00e9ri iskola - D\u00e9ri s\u00e9",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-03522-H-3-6",
        "label": "6",
        "long": "D\u00e9ri s\u00e9t\u00e1ny - P\u00e1sztor utca - V\u00f6r\u00f6skereszt t\u00e9r - D\u00c9LH\u00daS - H\u0171t\u0151h\u00e1z - D\u00e9ri s\u00e9t\u00e1ny",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-03522-H-3-7",
        "label": "7",
        "long": "D\u00e9ri s\u00e9t\u00e1ny - D\u00c9LH\u00daS - (Vask\u00fati \u00fati laktanya fordul\u00f3) - V\u00f6r\u00f6skereszt t\u00e9r - D\u00e9ri s\u00e9t\u00e1ny - Dob\u00f3 Istv\u00e1n u",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-03522-H-3-8",
        "label": "8",
        "long": "D\u00e9ri s\u00e9t\u00e1ny - D\u00c9LH\u00daS - (Vask\u00fati \u00fati laktanya) - V\u00f6r\u00f6skereszt t\u00e9r - D\u00e9ri s\u00e9t\u00e1ny",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-03522-H-3-9",
        "label": "9",
        "long": "Tan\u00edt\u00f3k\u00e9pz\u0151 F\u0151iskola - Svraka tanya - Tan\u00edt\u00f3k\u00e9pz\u0151 F\u0151iskola",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-04260-H-3-1",
        "label": "1",
        "long": "Mez\u0151t\u00far, aut. \u00e1ll. - Kossuth t\u00e9r. - aut. \u00e1ll.",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-04349-H-3-1",
        "label": "1",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Ny\u00e1r utca - Munk\u00e1csy utca - R\u00f6szkei \u00fat - Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-04783-H-3-10",
        "label": "10",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Moson - Evang\u00e9likus templom - Ujhelyi iskola - T\u00fcnd\u00e9rf\u00e1tyol utca",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-04783-H-3-1M",
        "label": "1M",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Moson - V\u00e1rosh\u00e1za - Mof\u00e9m-gy\u00e1r - Aut\u00f3busz-v\u00e9g\u00e1llom\u00e1s",
        "short": "1M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-04783-H-3-2",
        "label": "2",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Moson - Kiserd\u0151 utca - V\u00e1rosh\u00e1za - Aut\u00f3busz-v\u00e9g\u00e1llom\u00e1s",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-04783-H-3-2G",
        "label": "2G",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Moson - K\u00e1roly \u00fat - Gimn\u00e1zium - Aut\u00f3busz-v\u00e9g\u00e1llom\u00e1s",
        "short": "2G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-04783-H-3-4",
        "label": "4",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Evang\u00e9likus templom - Majorok - T\u00fcnd\u00e9rf\u00e1tyol utca",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-04783-H-3-4A",
        "label": "4A",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Kossuth Lajos utca - V\u00e1rosh\u00e1za - Aut\u00f3busz-v\u00e9g\u00e1llom\u00e1s",
        "short": "4A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-04783-H-3-5",
        "label": "5",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Evang\u00e9likus templom - Ujhelyi iskola - T\u00fcnd\u00e9rf\u00e1tyol utca",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-04783-H-3-5A",
        "label": "5A",
        "long": "Aut\u00f3busz-v\u00e9g\u00e1llom\u00e1s - Evang\u00e9likus templom - Ujhelyi iskola - T\u00fcnd\u00e9rf\u00e1tyol utca",
        "short": "5A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-04783-H-3-7B",
        "label": "7B",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Bart\u00f3k B\u00e9la utca - Aut\u00f3busz-v\u00e9g\u00e1llom\u00e1s",
        "short": "7B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-04923-H-3-1",
        "label": "1",
        "long": "Karcag v\u00e1 - Nagyv\u00e9nkert",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-04923-H-3-2",
        "label": "2",
        "long": "Karcag aut.\u00e1ll. - Karcag, Kutat\u00f3int\u00e9zet",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-04923-H-3-3",
        "label": "3",
        "long": "Karcag vas\u00fat\u00e1llom\u00e1s - Nagyv\u00e9nkert",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-04923-H-3-4",
        "label": "4",
        "long": "Karcag v\u00e1. - Karcag aut.\u00e1ll.",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-05032-H-3-4",
        "label": "4",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Gyulav\u00e1ri kast\u00e9ly/D\u00e9nesmajor",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-05032-H-3-5",
        "label": "5",
        "long": "Vas\u00fat\u00e1llom\u00e1s - V\u00e1rf\u00fcrd\u0151",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-05111-H-3-1",
        "label": "1",
        "long": "Aut\u00f3busz-fordul\u00f3 - Aut\u00f3busz-\u00e1llom\u00e1s - K\u0151kereszt",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-05111-H-3-1A",
        "label": "1A",
        "long": "Aut\u00f3busz-fordul\u00f3 - Aut\u00f3busz-\u00e1llom\u00e1s - K\u0151kereszt",
        "short": "1A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-05111-H-3-3",
        "label": "3",
        "long": "Aut\u00f3busz-fordul\u00f3 - Aut\u00f3busz-\u00e1llom\u00e1s - K\u0151kereszt",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-05175-H-3-1",
        "label": "1",
        "long": "K\u00f6sely Zrt. - Aut\u00f3busz-\u00e1llom\u00e1s - Vas\u00fat\u00e1llom\u00e1s",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-05175-H-3-1A",
        "label": "1A",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Vas\u00fat\u00e1llom\u00e1s",
        "short": "1A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-05175-H-3-2",
        "label": "2",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - H\u0151forr\u00e1s u. - Vas\u00fat\u00e1llom\u00e1s",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-05175-H-3-2A",
        "label": "2A",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - R\u00e1cz Farkas u. - Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "2A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-05175-H-3-3",
        "label": "3",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - K\u00f6ztemet\u0151",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-05236-H-3-1",
        "label": "1",
        "long": "TESCO - Kispiac - Strand - Aranysas u. - Kossuth u. 12. - Bug\u00e1t P\u00e1l k\u00f3rh\u00e1z - Sereg\u00e9ly \u00fat 48",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-05236-H-3-1A",
        "label": "1A",
        "long": "1A TESCO-Kispiac-Aranysas u.-Aut.\u00e1ll-Vas\u00fat\u00e1llom\u00e1s-Sereg\u00e9ly u. 48",
        "short": "1A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-05449-H-3-2",
        "label": "2",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Rend\u0151rs\u00e9g - Vas\u00fat\u00e1llom\u00e1s - Kopp\u00e1nymonostor fordul\u00f3",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-05449-H-3-23",
        "label": "23",
        "long": "Kopp\u00e1nymonostor,t\u00e1bor - Laktanya k\u00f6z - Aut\u00f3busz-\u00e1llom\u00e1s - Term\u00e1lf\u00fcrd\u0151 - K\u00f3rh\u00e1z - MOL V\u00e1rosr\u00e9sz",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-05449-H-3-23K",
        "label": "23K",
        "long": "K.monostor - K\u00f3rh\u00e1z",
        "short": "23K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-05449-H-3-2T",
        "label": "2T",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Rend\u0151rs\u00e9g - Vas\u00fat\u00e1llom\u00e1s - Kopp\u00e1nymonostor,t\u00e1bor",
        "short": "2T",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-05449-H-3-3",
        "label": "3",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Term\u00e1lf\u00fcrd\u0151 - K\u00f3rh\u00e1z - MOL V\u00e1rosr\u00e9sz",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-05449-H-3-32",
        "label": "32",
        "long": "MOL V\u00e1rosr\u00e9sz - K\u00f3rh\u00e1z - Term\u00e1lf\u00fcrd\u0151 - Aut\u00f3busz-\u00e1llom\u00e1s - Laktanya k\u00f6z - Kopp\u00e1nymonostor,t\u00e1bor",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-05449-H-3-32K",
        "label": "32K",
        "long": "K\u00f3rh\u00e1z - K.monostor",
        "short": "32K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-05449-H-3-3A",
        "label": "3A",
        "long": "Aut.\u00e1ll.-MOL v\u00e1rosr\u00e9sz",
        "short": "3A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-05449-H-3-3K",
        "label": "3K",
        "long": "K\u00f3rh\u00e1z - Aut.\u00e1ll.",
        "short": "3K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-05519-H-3-1",
        "label": "1",
        "long": "Aut.\u00e1ll. - M\u00e1riagy\u0171d - Aut.\u00e1ll.",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-06497-H-3-1",
        "label": "1",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Majos, als\u00f3",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-06497-H-3-2",
        "label": "2",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Hidas - Bonyh\u00e1d vas\u00fat\u00e1llom\u00e1s",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-06497-H-3-3",
        "label": "3",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Szecska - F\u00e1y Ltp. - Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-06497-H-3-4",
        "label": "4",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - F\u00e1y Ltp. - Szecska - Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-06497-H-3-6",
        "label": "6",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Szecska lak\u00f3telep - Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-06497-H-3-H4205",
        "label": "H4205",
        "long": "5. Aut\u00f3busz-\u00e1llom\u00e1s - F\u0171t\u0151m\u0171 - Gimn\u00e1zium - Szent Imre u. - Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "H4205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-06673-H-3-1",
        "label": "1",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Als\u00f3csinger",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-06673-H-3-10",
        "label": "10",
        "long": "M\u00f3ra Ferenc utca -Timf\u00f6ldgy\u00e1r -Vas\u00fat\u00e1llom\u00e1s - Als\u00f3csinger",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-06673-H-3-10Y",
        "label": "10Y",
        "long": "M\u00f3ra Ferenc utca - Timf\u00f6ldgy\u00e1r - Vas\u00fat\u00e1llom\u00e1s - Als\u00f3csinger",
        "short": "10Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-06673-H-3-12",
        "label": "12",
        "long": "Vas\u00fat\u00e1llom\u00e1s - T\u00f3sokber\u00e9nd - Liliom utca - Vas\u00fat\u00e1llom\u00e1s",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-06673-H-3-14",
        "label": "14",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Ajkarendek",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-06673-H-3-4",
        "label": "4",
        "long": "Tesco - M\u00f3ra Ferenc utca - Hild park - Tesco",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-06691-H-3-3",
        "label": "3",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - \u00c9p\u00edt\u0151k \u00fatja - M\u00e1rka ABC - Vas\u00fat\u00e1llom\u00e1s",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-06691-H-3-4B",
        "label": "4B",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Munk\u00e1s \u00fat - Herbolya,Tervt\u00e1r\u00f3",
        "short": "4B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-06691-H-3-9",
        "label": "9",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Pincesor - Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-07357-H-3-5",
        "label": "5",
        "long": "Aut\u00f3busz \u00e1llom\u00e1s - Justh Gyula utca - MEDICOR - Ipari Park",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-08518-H-3-1",
        "label": "1",
        "long": "Jerev\u00e1n lak\u00f3telep - Fels\u0151-L\u0151verek  Als\u00f3-L\u0151verek - L\u0151ver sz\u00e1ll\u00f3",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-08518-H-3-10",
        "label": "10",
        "long": "Jerev\u00e1n lak\u00f3telep - Ady Endre \u00fat  B\u00e1nfalvi \u00fat - Kertv\u00e1ros-fels\u0151",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-08518-H-3-10B",
        "label": "10B",
        "long": "Jerev\u00e1n lak\u00f3telep - Ady Endre \u00fat  B\u00e1nfalvi \u00fat - Kertv\u00e1ros fels\u0151 - Brennbergi \u00fat, erdei iskola",
        "short": "10B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-08518-H-3-10Y",
        "label": "10Y",
        "long": "Jerev\u00e1n lak\u00f3telep - Sopronb\u00e1nfalva",
        "short": "10Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-08518-H-3-11",
        "label": "11",
        "long": "Jerev\u00e1n lak\u00f3telep - Farakt\u00e1r utca - Csengery utca - (K\u00f3rh\u00e1z -) Th\u00f6k\u00f6ly t\u00e9r",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-08518-H-3-11A",
        "label": "11A",
        "long": "Th\u00f6k\u00f6ly t\u00e9r - Csengery utca - Farakt\u00e1r utca - Jerev\u00e1n lak\u00f3telep",
        "short": "11A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-08518-H-3-11B",
        "label": "11B",
        "long": "Jerev\u00e1n lak\u00f3telep - Farakt\u00e1r utca - Csengery utca - Keleti rendez\u0151 - (K\u00f3rh\u00e1z -) Th\u00f6k\u00f6ly t\u00e9r",
        "short": "11B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-08518-H-3-12",
        "label": "12",
        "long": "Jerev\u00e1n lak\u00f3telep - J\u00f3zsef Attila lak\u00f3telep - K\u0151szegi \u00fat, Sarudi utca",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-08518-H-3-12B",
        "label": "12B",
        "long": "Jerev\u00e1n lak\u00f3telep - Sopron Plaza - K\u0151szegi \u00fat",
        "short": "12B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-08518-H-3-13",
        "label": "13",
        "long": "Jerev\u00e1n lak\u00f3telep - H\u00edd utca - Sopronk\u0151hida",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-08518-H-3-13B",
        "label": "13B",
        "long": "Jerev\u00e1n lak\u00f3telep - H\u00edd utca - T\u00f3malomf\u00fcrd\u0151 - Sopronk\u0151hida",
        "short": "13B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-08518-H-3-15",
        "label": "15",
        "long": "Vir\u00e1gv\u00f6lgy - Sz\u00e9chenyi t\u00e9r - Aranyhegy - Balf",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-08518-H-3-15A",
        "label": "15A",
        "long": "Vir\u00e1gv\u00f6lgy - Sz\u00e9chenyi t\u00e9r - Balfi \u00fat - Balf",
        "short": "15A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-08518-H-3-17",
        "label": "17",
        "long": "Jerev\u00e1n lak\u00f3telep - Csengery utca - Keleti rendez\u0151",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-08518-H-3-2",
        "label": "2",
        "long": "Jerev\u00e1n lak\u00f3telep - Als\u00f3-L\u0151verek  Fels\u0151-L\u0151verek - L\u0151ver sz\u00e1ll\u00f3",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-08518-H-3-22",
        "label": "22",
        "long": "\u00c1gfalvi \u00fati lak\u00f3telep - B\u00e1nfalvi \u00fat - Csengery utca - Ipar k\u00f6r\u00fat, v\u00e1mudvar",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-08518-H-3-27",
        "label": "27",
        "long": "Jerev\u00e1n lak\u00f3telep - Aranyhegy - K\u00f3rh\u00e1z - Csengery utca, Kir\u00e1ly Jen\u0151 utca",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-08518-H-3-27A",
        "label": "27A",
        "long": "Jerev\u00e1n ltp. - K\u00f3rh\u00e1z - Aranyhegy",
        "short": "27A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-08518-H-3-27B",
        "label": "27B",
        "long": "Jerev\u00e1n lak\u00f3telep - Vir\u00e1gv\u00f6lgy - Aranyhegy - K\u00f3rh\u00e1z - Csengery utca, Kir\u00e1ly J. u.",
        "short": "27B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-08518-H-3-27T",
        "label": "27T",
        "long": "Jerev\u00e1n ltp. - Th\u00f6k\u00f6ly t\u00e9r - Aranyhegy - Jerev\u00e1n ltp.",
        "short": "27T",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-08518-H-3-27Y",
        "label": "27Y",
        "long": "Boldogasszonyi utca - Aranyhegy - T\u00e1ncsics utca - Jerev\u00e1n lak\u00f3telep",
        "short": "27Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-08518-H-3-3",
        "label": "3",
        "long": "Lackner Krist\u00f3f utca - Kertv\u00e1ros - Brennbergb\u00e1nya",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-08518-H-3-3Y",
        "label": "3Y",
        "long": "Jerev\u00e1n lak\u00f3telep - Ady Endre \u00fat - Kertv\u00e1ros - Brennbergb\u00e1nya",
        "short": "3Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-08518-H-3-4",
        "label": "4",
        "long": "Ipar k\u00f6r\u00fat, v\u00e1mudvar  Lackner Krist\u00f3f utca - Baross \u00fat - \u00c1gfalvi \u00fati lak\u00f3telep",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-08518-H-3-5",
        "label": "5",
        "long": "Jerev\u00e1n lak\u00f3telep - Csengery utca - Ipar k\u00f6r\u00fat, AWF Kft.",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-08518-H-3-5A",
        "label": "5A",
        "long": "Jerev\u00e1n lak\u00f3telep - Csengery utca - Ipar k\u00f6r\u00fat, v\u00e1mudvar",
        "short": "5A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-08518-H-3-5B",
        "label": "5B",
        "long": "Ipar k\u00f6r\u00fat, v\u00e1mudvar - Pihen\u0151kereszt lak\u00f3park - H\u00edd utca - Jerev\u00e1n lak\u00f3telep",
        "short": "5B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-08518-H-3-5Y",
        "label": "5Y",
        "long": "Jerev\u00e1n lak\u00f3telep - B\u00e9csi \u00fat - H\u00edd utca - Ipar k\u00f6r\u00fat, AWF Kft.",
        "short": "5Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-08518-H-3-7",
        "label": "7",
        "long": "Jerev\u00e1n lak\u00f3telep - H\u00edd utca - K\u00f3rh\u00e1z - Csengery utca, Kir\u00e1ly Jen\u0151 utca",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-08518-H-3-7A",
        "label": "7A",
        "long": "Jerev\u00e1n lak\u00f3telep - H\u00edd utca - Csengery utca, Kir\u00e1ly Jen\u0151 utca",
        "short": "7A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-08518-H-3-7B",
        "label": "7B",
        "long": "Jerev\u00e1n lak\u00f3telep - Vir\u00e1gv\u00f6lgy - H\u00edd utca - Csengery utca, Kir\u00e1ly Jen\u0151 utca",
        "short": "7B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-08518-H-3-7T",
        "label": "7T",
        "long": "Jerev\u00e1n ltp. - Vir\u00e1gv\u00f6lgy - Aranyhegy - Th\u00f6k\u00f6ly t\u00e9r - Jerev\u00e1n ltp.",
        "short": "7T",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-08864-H-3-1",
        "label": "1",
        "long": "Aut.vt. - Vas\u00fat\u00e1ll. - Lajv\u00e9r - K\u00f6vesd - Vas\u00fat\u00e1ll. - Aut.vt.",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-09760-H-3-1",
        "label": "1",
        "long": "B\u00e9k\u00e9s helyij\u00e1rat",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-12575-H-3-2",
        "label": "2",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Gy\u00e1r utca",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-12575-H-3-3",
        "label": "3",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Lentihegy",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-12575-H-3-94",
        "label": "94",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - B\u00e1rszentmih\u00e1lyfa  Lentik\u00e1polna - Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "94",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-13532-H-3-1",
        "label": "1",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Horv\u00e1tn\u00e1dalja - Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-13532-H-3-1A",
        "label": "1A",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Fels\u0151berkifalu - Als\u00f3berkifalu - Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "1A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-13657-H-3-1",
        "label": "1",
        "long": "Kenessey K\u00f3rh\u00e1z - Bajcsy \u00fat - Vas\u00fat\u00e1llom\u00e1s",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-13657-H-3-1A",
        "label": "1A",
        "long": "1A Vas\u00fat\u00e1llom\u00e1s- Mad\u00e1ch L.-Kenessey K\u00f3rh\u00e1z",
        "short": "1A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-13657-H-3-1B",
        "label": "1B",
        "long": "1B Kenessey K\u00f3rh\u00e1z-Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "1B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-13657-H-3-2",
        "label": "2",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Kis posta - Ruhagy\u00e1r - Vol\u00e1n telep",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-13657-H-3-2A",
        "label": "2A",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Kis posta - Ruhagy\u00e1r - Vol\u00e1n telep",
        "short": "2A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-13657-H-3-3",
        "label": "3",
        "long": "K\u00e1belgy\u00e1r - Husz\u00e1r Alad\u00e1r \u00fat - Ruhagy\u00e1r",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-13657-H-3-3A",
        "label": "3A",
        "long": "Bremas Kft - Vas\u00fat\u00e1llom\u00e1s - Ruhagy\u00e1r - Szab\u00f3 L. iskola",
        "short": "3A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-13657-H-3-3B",
        "label": "3B",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Szab\u00f3 L. iskola",
        "short": "3B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-13657-H-3-4",
        "label": "4",
        "long": "Kenessey K\u00f3rh\u00e1z - Bremas Kft",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-13657-H-3-4A",
        "label": "4A",
        "long": "Kenessey K\u00f3rh\u00e1z - Bremas Kft",
        "short": "4A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-13657-H-3-5",
        "label": "5",
        "long": "Kenessey K\u00f3rh\u00e1z - Mad\u00e1ch L. - Ruhagy\u00e1r - Veres P\u00e1ln\u00e9 \u00fat - Kenessey K\u00f3rh\u00e1z",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-13657-H-3-5A",
        "label": "5A",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Vas\u00fat\u00e1llom\u00e1s - K\u00e1belgy\u00e1r - Mad\u00e1ch L. Ruhagy\u00e1r - Veres P\u00e1ln\u00e9 \u00fat - Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "5A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-13657-H-3-6",
        "label": "6",
        "long": "Kenessey K\u00f3rh\u00e1z - H\u00e9tvez\u00e9r \u00fat - Husz\u00e1r A. \u00fat",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-13657-H-3-6A",
        "label": "6A",
        "long": "Kenessey K\u00f3rh\u00e1z - H\u00e9tvez\u00e9r \u00fat - Husz\u00e1r A. \u00fat",
        "short": "6A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-13657-H-3-6B",
        "label": "6B",
        "long": "Kenessey K\u00f3rh\u00e1z - H\u00e9tvez\u00e9r \u00fat - Husz\u00e1r A. \u00fat",
        "short": "6B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-13657-H-3-6C",
        "label": "6C",
        "long": "Kenessey K\u00f3rh\u00e1z - H\u00e9tvez\u00e9r \u00fat - Husz\u00e1r A. \u00fat",
        "short": "6C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-13657-H-3-7",
        "label": "7",
        "long": "Kenessey K\u00f3rh\u00e1z - Mad\u00e1ch L. - Ruhagy\u00e1r - Kossuth \u00fat - Kenessey K\u00f3rh\u00e1z",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-13657-H-3-7A",
        "label": "7A",
        "long": "Civitas Fortissima t\u00e9r - Szab\u00f3 L. iskola",
        "short": "7A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-13657-H-3-7B",
        "label": "7B",
        "long": "Civitas Fortissima t\u00e9r - Szab\u00f3 L. iskola",
        "short": "7B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-13657-H-3-8",
        "label": "8",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Arany J.\u00fat - M\u00e1jus 1. - \u00fat - Ruhagy\u00e1r - Mad\u00e1ch L. - Kenessey K\u00f3rh\u00e1z",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-13657-H-3-8A",
        "label": "8A",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Arany J. \u00fat - Szab\u00f3 L. iskola - Sz\u00fcgyi \u00fat - MAHLE KFT",
        "short": "8A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-13657-H-3-8B",
        "label": "8B",
        "long": "Kenessey K\u00f3rh\u00e1z - Arany J. \u00fat - Szab\u00f3 L. iskola - Vol\u00e1n telep",
        "short": "8B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14456-H-3-1",
        "label": "1",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Drahos Istv\u00e1n utca",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14456-H-3-3",
        "label": "3",
        "long": "H\u00e9k\u00e9d - Aut\u00f3busz-\u00e1llom\u00e1s - Tesco \u00e1ruh\u00e1z",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14456-H-3-3A",
        "label": "3A",
        "long": "H\u00e9k\u00e9d - Aut\u00f3busz-\u00e1llom\u00e1s - Tesco \u00e1ruh\u00e1z",
        "short": "3A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14492-H-3-1",
        "label": "1",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - K\u00f3rh\u00e1z",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14492-H-3-12",
        "label": "12",
        "long": "K\u00f3rh\u00e1z - Aut\u00f3busz-\u00e1llom\u00e1s - M\u00e1rcius 15. u. - Aut\u00f3busz-\u00e1llom\u00e1s - K\u00f3rh\u00e1z",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14492-H-3-2",
        "label": "2",
        "long": "K\u00f3rh\u00e1z - Ruhagy\u00e1r",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14492-H-3-20",
        "label": "20",
        "long": "K\u00f3rh\u00e1z - Aut\u00f3busz-\u00e1llom\u00e1s - Szentsimon",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14492-H-3-20A",
        "label": "20A",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Szentsimon",
        "short": "20A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14492-H-3-21",
        "label": "21",
        "long": "K\u00f3rh\u00e1z - Aut\u00f3busz-\u00e1llom\u00e1s - M\u00e1rcius 15. u. - Aut\u00f3busz-\u00e1llom\u00e1s - K\u00f3rh\u00e1z",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14492-H-3-23",
        "label": "23",
        "long": "Center fordul\u00f3 - Pet\u0151fi t\u00e9r - Aut\u00f3busz-\u00e1llom\u00e1s - Bolyki T. u. \u00e1lt. isk./Ruhagy\u00e1r",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14492-H-3-26",
        "label": "26",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Bolyki T. u. \u00e1lt. isk. - Soms\u00e1ly",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14492-H-3-2A",
        "label": "2A",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Ruhagy\u00e1r",
        "short": "2A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14492-H-3-3",
        "label": "3",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Center fordul\u00f3",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14492-H-3-4",
        "label": "4",
        "long": "K\u00f3rh\u00e1z - Aut\u00f3busz-\u00e1llom\u00e1s - Vas\u00fat\u00e1llom\u00e1s - \u00daj k\u00f6ztemet\u0151",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14492-H-3-47",
        "label": "47",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - \u00daj k\u00f6ztemet\u0151 - Szenna - Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14492-H-3-6",
        "label": "6",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Ny\u00e1rjasalja \u00fat - Soms\u00e1ly",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14492-H-3-63",
        "label": "63",
        "long": "Soms\u00e1ly - Center fordul\u00f3",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14492-H-3-68",
        "label": "68",
        "long": "Soms\u00e1ly - Aut\u00f3busz-\u00e1llom\u00e1s - Uraj - Susa",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14492-H-3-7",
        "label": "7",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Vas\u00fat\u00e1llom\u00e1s - Szenna",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14492-H-3-74",
        "label": "74",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Szenna - \u00daj k\u00f6ztemet\u0151 - Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14492-H-3-76",
        "label": "76",
        "long": "Szenna - Aut\u00f3busz-\u00e1llom\u00e1s - Soms\u00e1ly",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14492-H-3-78",
        "label": "78",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Szenna - Uraj - Susa - Szenna - Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14492-H-3-8",
        "label": "8",
        "long": "K\u00f3rh\u00e1z - Aut\u00f3busz-\u00e1llom\u00e1s - Uraj - Susa",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14632-H-3-1",
        "label": "1",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Turul u. - B\u00e9latelep, fordul\u00f3",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14632-H-3-2",
        "label": "2",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Keny\u00e9rgy\u00e1r - Vas\u00fat\u00e1llom\u00e1s",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14827-H-3-10",
        "label": "10",
        "long": "Szedreskert - Orsovai utca",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14827-H-3-11",
        "label": "11",
        "long": "Szedreskert - V\u00e1s\u00e1rhelyi \u00fat - Szedreskert",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14827-H-3-11A",
        "label": "11A",
        "long": "Csap\u00f3 utca-V\u00e1s\u00e1rhelyi \u00fat-S\u00f3st\u00f3i bev.-Csap\u00f3 utca",
        "short": "11A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14827-H-3-12",
        "label": "12",
        "long": "Szedreskert-S\u00f3st\u00f3-S\u00f3st\u00f3 Ipari Park-Szedreskert",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14827-H-3-12A",
        "label": "12A",
        "long": "Csap\u00f3 utca-S\u00f3st\u00f3i bev.-V\u00e1srhelyi \u00fat-Csap\u00f3 utca",
        "short": "12A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14827-H-3-12Y",
        "label": "12Y",
        "long": "Fecskepart - Aut\u00f3busz-\u00e1llom\u00e1s - Bab\u00e9r utca",
        "short": "12Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14827-H-3-13G",
        "label": "13G",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Bab\u00e9r utca",
        "short": "13G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14827-H-3-14",
        "label": "14",
        "long": "Szedreskert - K\u00f6f\u00e9m lak\u00f3telep",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14827-H-3-14G",
        "label": "14G",
        "long": "Csap\u00f3 utca-K\u00f6f\u00e9m lak\u00f3telep-Bab\u00e9r utca",
        "short": "14G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14827-H-3-15",
        "label": "15",
        "long": "Fecskepart-S\u00f3st\u00f3-S\u00f3st\u00f3 Ipari Park",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14827-H-3-15Y",
        "label": "15Y",
        "long": "Csap\u00f3 u.- Sz\u00e1rcsa u. - V\u00e1s\u00e1rhelyi \u00fati letp.",
        "short": "15Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14827-H-3-16",
        "label": "16",
        "long": "Feketehegy - Szedreskert - AIZ",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14827-H-3-17",
        "label": "17",
        "long": "Csap\u00f3 utca - K\u00f6f\u00e9m lak\u00f3telep",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14827-H-3-20",
        "label": "20",
        "long": "H\u00fcbner A. u.-Jancs\u00e1r u.-K\u00f6f\u00e9m ltp.",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14827-H-3-22",
        "label": "22",
        "long": "Jancs\u00e1r u. - Budai \u00fat - Kisfalud",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14827-H-3-23",
        "label": "23",
        "long": "Jancs\u00e1r u. - V\u00e1. - Budai \u00fat - Eur\u00f3pa IP.",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14827-H-3-23E",
        "label": "23E",
        "long": "Jancs\u00e1r u. - Budai \u00fat - Fisk\u00e1lis \u00fat - Videoton",
        "short": "23E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14827-H-3-24",
        "label": "24",
        "long": "Jancs\u00e1r utca-Zsolnai \u00fat-Zsurl\u00f3 u.",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14827-H-3-25",
        "label": "25",
        "long": "Jancs\u00e1r utca - P\u00fcsp\u00f6kkertv\u00e1ros",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14827-H-3-26",
        "label": "26",
        "long": "Jancs\u00e1r u. - Aut\u00f3busz-\u00e1llom\u00e1s - Ber\u00e9nyi \u00fat - B\u00e9la u.- Dep\u00f3nia",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14827-H-3-26A",
        "label": "26A",
        "long": "Orsovai utca - Jancs\u00e1r u. - Aut\u00f3busz-\u00e1llom\u00e1s - Ber\u00e9nyi \u00fat - Kassai u.",
        "short": "26A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14827-H-3-31",
        "label": "31",
        "long": "Vas\u00fat\u00e1llom\u00e1s-B\u00e9la u.",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14827-H-3-31E",
        "label": "31E",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Budai \u00fat - Fisk\u00e1lis \u00fat - VIDEOTON",
        "short": "31E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14827-H-3-32",
        "label": "32",
        "long": "Kassai utca-V\u00e1.-S\u00f3st\u00f3i bev.k\u00f6zpont-V\u00e1s\u00e1rhelyi \u00fati ltp.",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14827-H-3-33",
        "label": "33",
        "long": "Vas\u00fat\u00e1llom\u00e1s-Fecskepart",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14827-H-3-34",
        "label": "34",
        "long": "Vas\u00fat\u00e1llom\u00e1s-Fecskepart",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14827-H-3-35",
        "label": "35",
        "long": "Vas\u00fat\u00e1llom\u00e1s-Zone bev.",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14827-H-3-36",
        "label": "36",
        "long": "Vas\u00fat\u00e1llom\u00e1s-Hern\u00e1d utca",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14827-H-3-37",
        "label": "37",
        "long": "MET Ar\u00e9na-K\u00f3rh\u00e1z-Vas\u00fat\u00e1llom\u00e1s-Feketehegy-Vas\u00fat\u00e1llom\u00e1s-K\u00f3rh\u00e1z-MET Ar\u00e9na",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14827-H-3-38",
        "label": "38",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Aut\u00f3busz-\u00e1llom\u00e1s - Ber\u00e9nyi \u00fat - TESCO - Videoton Ipari Park",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14827-H-3-40",
        "label": "40",
        "long": "Csap\u00f3 utca - Maroshegy (k\u00f6rj\u00e1rat)",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14827-H-3-41",
        "label": "41",
        "long": "Csap\u00f3 u. - K\u00f3rh\u00e1z - Maroshegy (k\u00f6rj\u00e1rat)",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14827-H-3-42",
        "label": "42",
        "long": "Csap\u00f3 utca - R\u00e1k\u00f3czi utca - B\u00f6rg\u00f6nd",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-14827-H-3-44",
        "label": "44",
        "long": "Csap\u00f3 utca-K\u00f3rh\u00e1z-Vas\u00fat\u00e1llom\u00e1s",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-15200-H-3-1",
        "label": "1",
        "long": "Szabads\u00e1g t\u00e9r - Aut\u00f3busz-\u00e1llom\u00e1s - Vol\u00e1n telep - Szabads\u00e1g t\u00e9r/K\u00f3rh\u00e1z",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-15200-H-3-17",
        "label": "17",
        "long": "Szabads\u00e1g t\u00e9r - Lencs\u00e9si aut\u00f3busz-fordul\u00f3",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-15200-H-3-17M",
        "label": "17M",
        "long": "K\u00f3rh\u00e1z - Szabads\u00e1g t\u00e9r - Lencs\u00e9si aut\u00f3busz-fordul\u00f3",
        "short": "17M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-15200-H-3-17V",
        "label": "17V",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Szabads\u00e1g t\u00e9r - Lencs\u00e9si aut\u00f3busz-fordul\u00f3",
        "short": "17V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-15200-H-3-20",
        "label": "20",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Gerla",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-15200-H-3-3",
        "label": "3",
        "long": "Veres P\u00e9ter utca - Szabads\u00e1g t\u00e9r - Vars\u00e1gh utca/Kossuth t\u00e9r",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-15200-H-3-5",
        "label": "5",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Mez\u0151megyer",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-15200-H-3-7",
        "label": "7",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Lencs\u00e9si aut\u00f3busz-fordul\u00f3",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-15200-H-3-74A",
        "label": "74A",
        "long": "Lencs\u00e9si aut\u00f3busz-fordul\u00f3 - Veres P\u00e9ter u. - Kolozsv\u00e1ri u. - Lencs\u00e9si aut\u00f3busz-fordul\u00f3",
        "short": "74A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-15200-H-3-74B",
        "label": "74B",
        "long": "Lencs\u00e9si aut\u00f3busz-fordul\u00f3 - Kolozsv\u00e1ri u. - Veres P\u00e9ter u. - Lencs\u00e9si aut\u00f3busz-fordul\u00f3",
        "short": "74B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-15200-H-3-7F",
        "label": "7F",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Lencs\u00e9si aut\u00f3busz-fordul\u00f3 - F\u00e9nyes - Lencs\u00e9si aut\u00f3busz-fordul\u00f3 - Aut\u00f3busz - \u00e1llo",
        "short": "7F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-15200-H-3-8",
        "label": "8",
        "long": "LINAMAR - Aut\u00f3busz-\u00e1llom\u00e1s - Erd\u00e9lyi sor/Vars\u00e1gh utca",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-15200-H-3-8A",
        "label": "8A",
        "long": "TESCO - Aut\u00f3busz-\u00e1llom\u00e1s - Erd\u00e9lyi sor",
        "short": "8A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-15200-H-3-8MJ",
        "label": "8MJ",
        "long": "VOL\u00c1N telep - Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "8MJ",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-15200-H-3-8V",
        "label": "8V",
        "long": "TESCO - Aut\u00f3busz-\u00e1llom\u00e1s - Vars\u00e1gh utca",
        "short": "8V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-15291-H-3-1",
        "label": "1",
        "long": "Kast\u00e9lyotthon - Nagy \u00fat (V\u00e1g\u00f3h\u00edd \u00fat)",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-15291-H-3-2",
        "label": "2",
        "long": "Nagy \u00fat - Vas\u00fat\u00e1llom\u00e1s",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-1",
        "label": "1",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Rep\u00fcl\u0151t\u00e9r",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-10",
        "label": "10",
        "long": "\u00d6r\u00f6k\u00f6sf\u00f6ld - Vas\u00fat\u00e1llom\u00e1s - Ny\u00edrsz\u0151l\u0151s",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-10A",
        "label": "10A",
        "long": "\u00d6r\u00f6k\u00f6sf\u00f6ld - Vas\u00fat\u00e1llom\u00e1s - Ny\u00edrsz\u0151l\u0151s",
        "short": "10A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-10J",
        "label": "10J",
        "long": "\u00d6r\u00f6k\u00f6sf\u00f6ld - Vas\u00fat\u00e1llom\u00e1s - Ny\u00edrsz\u0151l\u0151s",
        "short": "10J",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-10Y",
        "label": "10Y",
        "long": "\u00d6r\u00f6k\u00f6sf\u00f6ld - Vas\u00fat\u00e1llom\u00e1s - Ny\u00edrsz\u0151l\u0151s",
        "short": "10Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-11",
        "label": "11",
        "long": "\u00d6r\u00f6rk\u00f6sf\u00f6ld - Egyh\u00e1z utca",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-12",
        "label": "12",
        "long": "S\u00f3st\u00f3i \u00fati k\u00f3rh\u00e1z - Vas\u00fat\u00e1llom\u00e1s - Vas\u00fati alulj\u00e1r\u00f3 (- Szakiskola \u00e9s koll\u00e9gium)",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-12Y",
        "label": "12Y",
        "long": "S\u00f3st\u00f3i \u00fati k\u00f3rh\u00e1z - Vas\u00fat\u00e1llom\u00e1s - Vas\u00fati alulj\u00e1r\u00f3 (- Szakiskola \u00e9s koll\u00e9gium)",
        "short": "12Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-13",
        "label": "13",
        "long": "S\u00f3st\u00f3i \u00fati k\u00f3rh\u00e1z - Alma utcai iskola",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-13Y",
        "label": "13Y",
        "long": "S\u00f3st\u00f3i \u00fati k\u00f3rh\u00e1z - Alma utcai iskola",
        "short": "13Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-14",
        "label": "14",
        "long": "Vas\u00fat\u00e1llom\u00e1s - S\u00f3st\u00f3hegy, vas\u00fat\u00e1llom\u00e1s bej\u00e1rati \u00fat",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-14F",
        "label": "14F",
        "long": "Vas\u00fat\u00e1llom\u00e1s - S\u00f3st\u00f3hegy, vas\u00fat\u00e1llom\u00e1s bej\u00e1rati \u00fat",
        "short": "14F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-17",
        "label": "17",
        "long": "\u00d6r\u00f6k\u00f6sf\u00f6ld - Rendel\u0151int\u00e9zet/K\u00f3rh\u00e1z - Sz\u00e9ls\u0151bokori \u00fat",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-17B",
        "label": "17B",
        "long": "\u00d6r\u00f6k\u00f6sf\u00f6ld - Rendel\u0151int\u00e9zet/K\u00f3rh\u00e1z - Sz\u00e9ls\u0151bokori \u00fat",
        "short": "17B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-19",
        "label": "19",
        "long": "\u00d6r\u00f6k\u00f6sf\u00f6ld - Rendel\u0151int\u00e9zet/K\u00f3rh\u00e1z - Sz\u00e9ls\u0151bokori \u00fat",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-1A",
        "label": "1A",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Rep\u00fcl\u0151t\u00e9r",
        "short": "1A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-2",
        "label": "2",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Cs\u00e1rda utca, fordul\u00f3",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-20",
        "label": "20",
        "long": "Vas\u00fat\u00e1llom\u00e1s - T\u00f6rzs utca - \u00d6r\u00f6k\u00f6sf\u00f6ld - Csal\u00e1d utca - Vas\u00fat\u00e1llom\u00e1s",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-21",
        "label": "21",
        "long": "Vas\u00fat\u00e1llom\u00e1s - T\u00f6rzs utca - \u00d6r\u00f6k\u00f6sf\u00f6ld - Csal\u00e1d utca - Vas\u00fat\u00e1llom\u00e1s",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-22",
        "label": "22",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Ipari utca - Alma utcai iskola",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-22A",
        "label": "22A",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Ipari utca - Alma utcai iskola",
        "short": "22A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-24",
        "label": "24",
        "long": "S\u00f3st\u00f3i \u00fati k\u00f3rh\u00e1z - Aut\u00f3busz-\u00e1llom\u00e1s - Kistelekisz\u0151l\u0151",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-25",
        "label": "25",
        "long": "Vas\u00fat\u00e1llom\u00e1s - \u00c9szaki k\u00f6r\u00fat - J\u00f3sav\u00e1ros - \u00d6r\u00f6k\u00f6sf\u00f6ld - Alma utcai iskola",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-27",
        "label": "27",
        "long": "S\u00f3st\u00f3i \u00fati k\u00f3rh\u00e1z - J\u00f3sav\u00e1ros - Sz\u00e9ls\u0151bokori \u00fat - S\u00f3st\u00f3i \u00fat k\u00f3rh\u00e1z",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-29",
        "label": "29",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Kertv\u00e1ros - Vas\u00fat\u00e1llom\u00e1s",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-2A",
        "label": "2A",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Cs\u00e1rda utca, fordul\u00f3",
        "short": "2A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-3",
        "label": "3",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Kistelekisz\u0151l\u0151 - Rozsr\u00e9t",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-30",
        "label": "30",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Rozsr\u00e9t",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-4",
        "label": "4",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Rendel\u0151int\u00e9zet - Oros, Magyar utca",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-44",
        "label": "44",
        "long": "Vas\u00fat\u00e1llom\u00e1s - J\u00f3sav\u00e1ros - \u00d6r\u00f6k\u00f6sf\u00f6ld - Oros, Takar\u00e9k k\u00f6z",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-44A",
        "label": "44A",
        "long": "Vas\u00fat\u00e1llom\u00e1s - J\u00f3sav\u00e1ros - \u00d6r\u00f6k\u00f6sf\u00f6ld - Oros, Takar\u00e9k k\u00f6z",
        "short": "44A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-49",
        "label": "49",
        "long": "Oros - \u00d6r\u00f6k\u00f6sf\u00f6ld - Michelin - Husz\u00e1r telep",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-49L",
        "label": "49L",
        "long": "Oros - \u00d6r\u00f6k\u00f6sf\u00f6ld - Michelin - Husz\u00e1r telep",
        "short": "49L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-4B",
        "label": "4B",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Rendel\u0151int\u00e9zet - Oros, Magyar utca",
        "short": "4B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-4E",
        "label": "4E",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Rendel\u0151int\u00e9zet - Oros, Magyar utca",
        "short": "4E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-4Y",
        "label": "4Y",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Rendel\u0151int\u00e9zet - Oros, Magyar utca",
        "short": "4Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-5",
        "label": "5",
        "long": "\u00d6r\u00f6k\u00f6sf\u00f6ld - K\u00f3rh\u00e1z - J\u00f3sav\u00e1ros - S\u00f3st\u00f3hegy",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-51",
        "label": "51",
        "long": "V\u00e1s\u00e1rt\u00e9r - \u00d6r\u00f6k\u00f6sf\u00f6ld - J\u00f3sav\u00e1ros - V\u00e1s\u00e1rt\u00e9r",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-55",
        "label": "55",
        "long": "\u00d6r\u00f6k\u00f6sf\u00f6ld - K\u00f3rh\u00e1z - J\u00f3sav\u00e1ros - S\u00f3st\u00f3gy\u00f3gyf\u00fcrd\u0151",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-55A",
        "label": "55A",
        "long": "\u00d6r\u00f6k\u00f6sf\u00f6ld - K\u00f3rh\u00e1z - J\u00f3sav\u00e1ros - S\u00f3st\u00f3gy\u00f3gyf\u00fcrd\u0151",
        "short": "55A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-55T",
        "label": "55T",
        "long": "\u00d6r\u00f6k\u00f6sf\u00f6ld - Sz\u00f3dah\u00e1z utca",
        "short": "55T",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-5A",
        "label": "5A",
        "long": "\u00d6r\u00f6k\u00f6sf\u00f6ld - K\u00f3rh\u00e1z - J\u00f3sav\u00e1ros - S\u00f3st\u00f3hegy",
        "short": "5A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-7",
        "label": "7",
        "long": "Vas\u00fat\u00e1llom\u00e1s - J\u00f3sav\u00e1ros - S\u00f3st\u00f3hegy",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-8",
        "label": "8",
        "long": "Vas\u00fat\u00e1llom\u00e1s - S\u00f3st\u00f3i \u00fati k\u00f3rh\u00e1z - S\u00f3st\u00f3gy\u00f3gyf\u00fcrd\u0151",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-8E",
        "label": "8E",
        "long": "Vas\u00fat\u00e1llom\u00e1s - S\u00f3st\u00f3i \u00fati k\u00f3rh\u00e1z - S\u00f3st\u00f3gy\u00f3gyf\u00fcrd\u0151",
        "short": "8E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-8T",
        "label": "8T",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Sz\u00f3dah\u00e1z utca - F\u00fcrd\u0151 utca (j\u00e1tsz\u00f3h\u00e1z)",
        "short": "8T",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-8Y",
        "label": "8Y",
        "long": "Vas\u00fat\u00e1llom\u00e1s - S\u00f3st\u00f3i \u00fati k\u00f3rh\u00e1z - J\u00f3sav\u00e1ros - Vas\u00fat\u00e1llom\u00e1s",
        "short": "8Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-9",
        "label": "9",
        "long": "\u00d6r\u00f6k\u00f6sf\u00f6ld - K\u00f3rh\u00e1z - B\u00faza t\u00e9r - Husz\u00e1r telep",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-90",
        "label": "90",
        "long": "S\u00f3st\u00f3i \u00fati k\u00f3rh\u00e1z - Aut\u00f3busz-\u00e1llom\u00e1s - R\u00e9v\u00e9sz-Michelin Logisztikai K\u00f6zpont",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-900",
        "label": "900",
        "long": "Vas\u00fat\u00e1llom\u00e1s - J\u00f3sav\u00e1ros - S\u00f3st\u00f3gy\u00f3gyf\u00fcrd\u0151 - J\u00f3sav\u00e1ros - \u00d6r\u00f6k\u00f6sf\u00f6ld - Vas\u00fat\u00e1llom\u00e1s",
        "short": "900",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-901",
        "label": "901",
        "long": "Szakiskola \u00e9s Koll\u00e9gium - Vas\u00fat\u00e1llom\u00e1s - J\u00f3sav\u00e1ros - \u00d6r\u00f6k\u00f6sf\u00f6ld",
        "short": "901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-902",
        "label": "902",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Szakiskola \u00e9s Koll\u00e9gium - J\u00f3sav\u00e1ros - \u00d6r\u00f6k\u00f6sf\u00f6ld",
        "short": "902",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-90E",
        "label": "90E",
        "long": "S\u00f3st\u00f3i \u00fati k\u00f3rh\u00e1z - Aut\u00f3busz-\u00e1llom\u00e1s - R\u00e9v\u00e9sz-Michelin Logisztikai K\u00f6zpont",
        "short": "90E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-92",
        "label": "92",
        "long": "S\u00f3st\u00f3i \u00fati k\u00f3rh\u00e1z - J\u00f3sav\u00e1ros - LEGO",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-93",
        "label": "93",
        "long": "\u00d6r\u00f6k\u00f6sf\u00f6ld - Vas\u00fat\u00e1llom\u00e1s - LEGO",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-93E",
        "label": "93E",
        "long": "\u00d6r\u00f6k\u00f6sf\u00f6ld - Vas\u00fat\u00e1llom\u00e1s - LEGO",
        "short": "93E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-94",
        "label": "94",
        "long": "J\u00f3sav\u00e1rosi piac - S\u00f3st\u00f3i \u00fati k\u00f3rh\u00e1z - Michelin (- LEGO)",
        "short": "94",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-94L",
        "label": "94L",
        "long": "J\u00f3sav\u00e1rosi piac - S\u00f3st\u00f3i \u00fati k\u00f3rh\u00e1z - Michelin (- LEGO)",
        "short": "94L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-95",
        "label": "95",
        "long": "\u00d6r\u00f6k\u00f6sf\u00f6ld - Aut\u00f3busz-\u00e1llom\u00e1s - Michelin - Husz\u00e1r telep",
        "short": "95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-95E",
        "label": "95E",
        "long": "\u00d6r\u00f6k\u00f6sf\u00f6ld - Aut\u00f3busz-\u00e1llom\u00e1s - Michelin - Husz\u00e1r telep",
        "short": "95E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-96",
        "label": "96",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Debreceni \u00fat - Alma utcai iskola",
        "short": "96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-97",
        "label": "97",
        "long": "\u00d6r\u00f6k\u00f6sf\u00f6ld - Lujza utca - Ipari park, Wittur (- \u00dajsortanya)",
        "short": "97",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-H30",
        "label": "H30",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Rozsr\u00e9t - \u00dajsortanya - Butykasor - Ol\u00e1hr\u00e9t",
        "short": "H30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-H31",
        "label": "H31",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Butykasor - Ol\u00e1hr\u00e9t",
        "short": "H31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-H32",
        "label": "H32",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Ny\u00edrjes - Nagysz\u00e1ll\u00e1s",
        "short": "H32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-H35",
        "label": "H35",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Als\u00f3bad\u00far - Poly\u00e1kbokor - Fels\u0151sima",
        "short": "H35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-H38",
        "label": "H38",
        "long": "S\u00f3st\u00f3i \u00fati k\u00f3rh\u00e1z - Aut\u00f3busz-\u00e1llom\u00e1s - Rozsr\u00e9t - Ol\u00e1hr\u00e9t",
        "short": "H38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17206-H-3-H40",
        "label": "H40",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Antalbokor - R\u00f3kabokor - Vargabokor - Kaz\u00e1rbokor - Suly\u00e1nbokor",
        "short": "H40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17631-H-3-1",
        "label": "1",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Balatonsz\u00e9plak, Als\u00f3 v. mh.",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17631-H-3-12",
        "label": "12",
        "long": "12. S\u00f3st\u00f3, Kemping-Aut. \u00e1ll.-Somogyfok-Perczel M\u00f3r u.-Aut. \u00e1ll.-S\u00f3st\u00f3, Kemping",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17631-H-3-14",
        "label": "14",
        "long": "Kiliti, Szeptember 6. t\u00e9r - Aut.\u00e1ll. - Balatonsz\u00e9plak, Als\u00f3 v. mh.",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17631-H-3-14A",
        "label": "14A",
        "long": "Kiliti, Szeptember 6. t\u00e9r - Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "14A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17631-H-3-18",
        "label": "18",
        "long": "Aut. \u00e1ll. - Somogyfok - Perczel M\u00f3r u. - Aut. \u00e1ll.",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17631-H-3-2",
        "label": "2",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - S\u00f3st\u00f3, Kemping",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17631-H-3-21",
        "label": "21",
        "long": "Darnay K\u00e1lm\u00e1n t\u00e9r - Perczel M\u00f3r u.",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17631-H-3-2A",
        "label": "2A",
        "long": "2A. Aut. \u00e1ll.-Kod\u00e1ly Zolt\u00e1n u.",
        "short": "2A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17631-H-3-3",
        "label": "3",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Vol\u00e1n-telep",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17631-H-3-4",
        "label": "4",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Kiliti, B\u00e9ke t\u00e9r",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17631-H-3-5",
        "label": "5",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Sz\u00e9pv\u00f6lgyi u. - Kiliti,B\u00e9ke t\u00e9r",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17631-H-3-6",
        "label": "6",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Balatonsz\u00e9plak, Fels\u0151 v. mh. - Somogyfok",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17631-H-3-7",
        "label": "7",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Bor\u00f3ka u. - Somogyfok - T\u00f6reki, Als\u00f3",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17631-H-3-8",
        "label": "8",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Bor\u00f3ka u. - Somogyfok",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17631-H-3-N2",
        "label": "N2",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - S\u00f3st\u00f3, Kemping",
        "short": "N2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17631-H-3-N5",
        "label": "N5",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Sz\u00e9pv\u00f6lgyi u. - Kiliti,B\u00e9ke t\u00e9r - Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "N5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17941-H-3-1",
        "label": "1",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Hen\u00e9sz, fordul\u00f3",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-17941-H-3-5",
        "label": "5",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - \u00c9ltes M\u00e1ty\u00e1s Iskola",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-18209-H-3-1",
        "label": "1",
        "long": "Hatvani \u00fat - Aut\u00f3busz-\u00e1llom\u00e1s - Plat\u00e1n u. - Szent Istv\u00e1n krt - K\u00f3rh\u00e1z - Vas\u00fat\u00e1llom\u00e1s - Electrolux",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-18209-H-3-2A",
        "label": "2A",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Szt. Istv\u00e1n krt.",
        "short": "2A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-18421-H-3-1",
        "label": "1",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - K\u00f3rh\u00e1z - Gyenesdi\u00e1s, sportp\u00e1lya",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-18421-H-3-2",
        "label": "2",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Vaszary utca - Fodor utca - Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-18421-H-3-3",
        "label": "3",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Egyetem, koll\u00e9gium - Szendrey telep",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-18421-H-3-5",
        "label": "5",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - R\u00e1k\u00f3czi t\u00e9r - K\u00e1rp\u00e1t utca, aut\u00f3busz-fordul\u00f3",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-18421-H-3-C5",
        "label": "C5",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - TESCO",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-19433-S-3-2-0",
        "label": "2",
        "long": "D\u00f3zsa Gy. u. - M\u00e1ty\u00e1s kir\u00e1ly u. - Gy\u00f3gyf\u00fcrd\u0151",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-19433-S-3-2B-0",
        "label": "2B",
        "long": "D\u00f3zsa Gy u. - Vas\u00fat\u00e1llom\u00e1s - Gy\u00f3gyf\u00fcrd\u0151",
        "short": "2B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-19433-S-3-3-0",
        "label": "3",
        "long": "Cseresznye u. - D\u00f3zsa Gy. u. - M\u00e1ty\u00e1s kir\u00e1ly u. - Vas\u00fat\u00e1llom\u00e1s - Rutinp\u00e1lya",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-20127-H-3-1",
        "label": "1",
        "long": "Fellner Jakab \u00fati fordul\u00f3 - Kossuth t\u00e9r - Aut\u00f3busz-\u00e1llom\u00e1s - Vas\u00fat\u00e1llom\u00e1s",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-20127-H-3-1M",
        "label": "1M",
        "long": "Fellner Jakab \u00fat - \u00dajtelep - Vas\u00fat\u00e1llom\u00e1s",
        "short": "1M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-20127-H-3-1R",
        "label": "1R",
        "long": "Fellner Jakab \u00fati fordul\u00f3 - Tom - Ferr Zrt. - Tescon ruh\u00e1z - Kossuth t\u00e9r - Aut\u00f3busz-\u00e1llom\u00e1s - Vas\u00fat\u00e1llom\u00e1s",
        "short": "1R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-20127-H-3-1T",
        "label": "1T",
        "long": "Tesco \u00c1ruh\u00e1z - Vas\u00fat\u00e1llom\u00e1s",
        "short": "1T",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-20127-H-3-2",
        "label": "2",
        "long": "Fellner Jakab \u00fati fordul\u00f3 - Mocsai u. - Aut\u00f3busz-\u00e1llom\u00e1s - Gesztenye fasor - Vas\u00fat\u00e1llom\u00e1s",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-20127-H-3-2G",
        "label": "2G",
        "long": "Fellner Jakab \u00fat-Golf Hotel-Kossuth t\u00e9r-Mikov\u00e9nyi utca-Vas\u00fat\u00e1llom\u00e1s",
        "short": "2G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-20127-H-3-3",
        "label": "3",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - F\u00e9nyes f\u00fcrd",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-20127-H-3-5",
        "label": "5",
        "long": "Fellner Jakab \u00fati fordul\u00f3 - Kossuth t\u00e9r - Aut\u00f3busz-\u00e1llom\u00e1s - Kertv\u00e1ros - Aut\u00f3busz-\u00e1llom\u00e1s - Kossuth t\u00e9r - Fellner",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-20127-H-3-5A",
        "label": "5A",
        "long": "Aut\u00f3busz\u00e1llom\u00e1s-Kertv\u00e1ros-Aut\u00f3busz\u00e1llom\u00e1s",
        "short": "5A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-20127-H-3-5AF",
        "label": "5AF",
        "long": "Aut\u00f3busz\u00e1llom\u00e1s-Kertv\u00e1ros-Fellner Jakab \u00fati fordul\u00f3",
        "short": "5AF",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-20127-H-3-5FA",
        "label": "5FA",
        "long": "Fellner Jakab \u00fati fordul\u00f3-Kertv\u00e1ros-Aut\u00f3busz\u00e1llom\u00e1s",
        "short": "5FA",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-20127-H-3-5R",
        "label": "5R",
        "long": "Kossuth t\u00e9r/Aut\u00f3busz-\u00e1llom\u00e1s - De\u00e1k Ferenc \u00fat",
        "short": "5R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-20127-H-3-5T",
        "label": "5T",
        "long": "Fellner Jakab \u00fat - Kertv\u00e1ros - Iprai park - Fellner Jakab \u00fat",
        "short": "5T",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-20127-H-3-7",
        "label": "7",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Agosty\u00e1n,fordul\u00f3",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-20127-H-3-7A",
        "label": "7A",
        "long": "Aut\u00f3busz\u00e1llom\u00e1s - Agosty\u00e1n, fordul\u00f3",
        "short": "7A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-20127-H-3-8",
        "label": "8",
        "long": "Fellner Jakab \u00fati fordul\u00f3 - Kossuth t\u00e9r - Aut\u00f3busz-\u00e1llom\u00e1s - Ujhegy,buszford. - Aut\u00f3busz-\u00e1llom\u00e1s - Kossuth t\u00e9r - F",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-20127-H-3-9",
        "label": "9",
        "long": "Fellner Jakab \u00fat - Vas\u00fat\u00e1llom\u00e1s - \u00dajhegy",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-20127-H-3-9M",
        "label": "9M",
        "long": "\u00dajhegy - Vas\u00fat\u00e1llom\u00e1s - Mocsai \u00fat - Fellner Jakab \u00fat",
        "short": "9M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-20491-H-3-11",
        "label": "11",
        "long": "Lajosv\u00e1ros - Feln\u00e9met",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-20491-H-3-112",
        "label": "112",
        "long": "IPARI PARK - M\u00c1TY\u00c1S KIR. U. - TESCO",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-20491-H-3-113",
        "label": "113",
        "long": "Ipari Park - TESCO",
        "short": "113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-20491-H-3-12",
        "label": "12",
        "long": "Lajosv\u00e1ros - TESCO",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-20491-H-3-13",
        "label": "13",
        "long": "Lajosv\u00e1ros - TESCO",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-20491-H-3-14",
        "label": "14",
        "long": "Lajosv\u00e1ros - Feln\u00e9met - Berva",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-20491-H-3-14E",
        "label": "14E",
        "long": "Lajosv\u00e1ros - BERVA",
        "short": "14E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-20491-H-3-16",
        "label": "16",
        "long": "Lajosv\u00e1ros - Tiham\u00e9ri malom - Feln\u00e9met - Berva",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-20491-H-3-17",
        "label": "17",
        "long": "TESCO - Iskola \u00fat - Baktai \u00fat - V\u00e9csey v\u00f6lgy",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-20491-H-3-2",
        "label": "2",
        "long": "Tiham\u00e9r - Szalapart",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-20491-H-3-2A",
        "label": "2A",
        "long": "Tiham\u00e9r - Szalapart",
        "short": "2A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-20491-H-3-3A",
        "label": "3A",
        "long": "Lajosv\u00e1ros - TESCO",
        "short": "3A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-20491-H-3-4",
        "label": "4",
        "long": "Lajosv\u00e1ros - BERVA",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-20491-H-3-5",
        "label": "5",
        "long": "AGROKER - TESCO",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-20491-H-3-5A",
        "label": "5A",
        "long": "TIHAM\u00c9R - TESCO",
        "short": "5A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-20491-H-3-6",
        "label": "6",
        "long": "Lajosv\u00e1ros - TESCO",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-20491-H-3-7",
        "label": "7",
        "long": "TESCO - Baktai \u00fat - V\u00e9csey v\u00f6lgy",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-20491-H-3-7A",
        "label": "7A",
        "long": "Baktai \u00fat - V\u00e9csey v\u00f6lgy",
        "short": "7A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-20491-H-3-914",
        "label": "914",
        "long": "Lajosv\u00e1ros - Tiham\u00e9ri malom - Feln\u00e9met - Berva",
        "short": "914",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-21175-H-3-1",
        "label": "1",
        "long": "Vol\u00e1n-telep - Aut\u00f3busz-\u00e1llom\u00e1s - Z\u00e1konyi s\u00e9t\u00e1ny - F\u00fcrd\u0151 utca - Lak\u00f3telep - \u00dajtelep",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-21175-H-3-1B",
        "label": "1B",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Z\u00e1konyi s\u00e9t\u00e1ny - F\u00fcrd\u0151 utca - Lak\u00f3telep - \u00dajtelep",
        "short": "1B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-21175-H-3-2",
        "label": "2",
        "long": "\u00dajtelep - Lak\u00f3telep - F\u00fcrd\u0151 utca - Z\u00e1konyi s\u00e9t\u00e1ny - Aut\u00f3busz-\u00e1llom\u00e1s - Vol\u00e1n-telep",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-21175-H-3-2B",
        "label": "2B",
        "long": "\u00dajtelep - Lak\u00f3telep - F\u00fcrd\u0151 utca - Z\u00e1konyi s\u00e9t\u00e1ny - Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "2B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-21175-H-3-3",
        "label": "3",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - \u00d3v\u00e1ros - Ar\u00e1cs - Strandok - Kiserd\u0151 - Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-21175-H-3-4",
        "label": "4",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Kiserd\u0151 - Strandok - Ar\u00e1cs - \u00d3v\u00e1ros - Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-21175-H-3-5",
        "label": "5",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Noszlopy utca - Ill\u00e9s utca - Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-21175-H-3-6",
        "label": "6",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Kiserd\u0151 - Ar\u00e1cs - Ill\u00e9s utca - Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-21175-H-3-7",
        "label": "7",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Ill\u00e9s utca - Ar\u00e1cs - Kiserd\u0151 - Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-21315-H-3-1",
        "label": "1",
        "long": "Arany J\u00e1nos u. - Aut\u00f3busz-\u00e1llom\u00e1s - Szakk\u00f6z\u00e9piskola",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-22761-H-3-1",
        "label": "1",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - B\u00e9la kir\u00e1ly t\u00e9r - Remete u. - Hossz\u00fa-v\u00f6lgy",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-22761-H-3-12",
        "label": "12",
        "long": "Baranya-v\u00f6lgy - Otthon u./TESCO \u00c1ruh\u00e1z - B\u00e9ri B. \u00c1d\u00e1m u. - Botty\u00e1n-hegy",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-22761-H-3-13",
        "label": "13",
        "long": "13. Jobbpar\u00e1szta - Botty\u00e1n-hegy - B\u00e9ri Balogh u. - TESCO",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-22761-H-3-14",
        "label": "14",
        "long": "TESCO \u00c1ruh\u00e1z - Otthon u./B\u00e9ri B. \u00c1d\u00e1m u. - Botty\u00e1n-hegy",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-22761-H-3-16",
        "label": "16",
        "long": "T\u00f3t-v\u00f6lgy - Aut\u00f3busz-\u00e1llom\u00e1s - \u00dajv\u00e1ros - M\u0171szergy\u00e1r - Pal\u00e1nk",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-22761-H-3-17",
        "label": "17",
        "long": "17. Aut.\u00e1ll. -TOLNATEJ - Aut. \u00e1ll. - Csat\u00e1r - Hossz\u00fa-v\u00f6lgy",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-22761-H-3-19",
        "label": "19",
        "long": "Csat\u00e1ri fordul\u00f3 - Alisca u. - Kadarka u. - M\u0171szergy\u00e1r - Jobbpar\u00e1szta",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-22761-H-3-1B",
        "label": "1B",
        "long": "1B Hossz\u00fa-v\u00f6lgy - (Kil\u00e1t\u00f3 u.) - Aut\u00f3busz-\u00e1llom\u00e1s - TESCO",
        "short": "1B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-22761-H-3-4",
        "label": "4",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Botty\u00e1n-hegy",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-22761-H-3-4B",
        "label": "4B",
        "long": "TESCO \u00c1ruh\u00e1z - Aut\u00f3busz-\u00e1llom\u00e1s - Botty\u00e1n-hegy",
        "short": "4B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-22761-H-3-6",
        "label": "6",
        "long": "T\u00f3t-v\u00f6lgy - Aut\u00f3busz-\u00e1llom\u00e1s - \u00dajv\u00e1ros - Jobbpar\u00e1szta",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-22761-H-3-6B",
        "label": "6B",
        "long": "6B. Aut\u00f3busz-\u00e1llom\u00e1s - Nyomda - TESCO - T\u00f3t-v\u00f6lgy",
        "short": "6B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-22761-H-3-7",
        "label": "7",
        "long": "TESCO - Alisca u. - Aut.\u00e1ll. - TOLNATEJ Zrt. - Aut.\u00e1ll. - TESCO",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-22761-H-3-9",
        "label": "9",
        "long": "TESCO - Alisca u. - F\u0171t\u0151m\u0171 - M\u00e1jus 1. u. - Kadarka u. - Jobbpar\u00e1szta",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-22761-H-3-9A",
        "label": "9A",
        "long": "TESCO - Alisca u. - Kadarka u. - Jobbpar\u00e1szta",
        "short": "9A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-23603-H-3-1",
        "label": "1",
        "long": "Vas\u00fat\u00e1llom\u00e1s - V\u00e1s\u00e1rt\u00e9r",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-23603-H-3-1B",
        "label": "1B",
        "long": "Vas\u00fat\u00e1llom\u00e1s - V\u00e1s\u00e1rt\u00e9r",
        "short": "1B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-23959-H-3-1",
        "label": "1",
        "long": "Moh\u00e1cs, aut. \u00e1ll. - \u00dcd\u00fcl\u0151telep",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-24934-H-3-1",
        "label": "1",
        "long": "Sz\u00e9r\u0171skert - Nagymez\u0151 u. - K\u00f3rh\u00e1z - H\u00edrad\u00f3 t\u00e9r",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-24934-H-3-11",
        "label": "11",
        "long": "Sz\u00e9r\u0171skert - Nagymez\u0151 u. - K\u00f3rh\u00e1z - H\u00edrad\u00f3 t\u00e9r",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-24934-H-3-3",
        "label": "3",
        "long": "DDC - Aut\u00f3busz-\u00e1llom\u00e1s - Gomb\u00e1s - Sejce lak\u00f3telep",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-24934-H-3-33",
        "label": "33",
        "long": "Telep u. - Aut\u00f3busz-\u00e1llom\u00e1s - Sz\u00e9r\u0171skert",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-24934-H-3-4",
        "label": "4",
        "long": "Sz\u00e9r\u0171skert - Aut\u00f3busz-\u00e1llom\u00e1s - M\u00e1rcius 15. t\u00e9r - K\u00f3rh\u00e1z - Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-24934-H-3-5",
        "label": "5",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - K\u00f3rh\u00e1z - M\u00e1rcius 15. t\u00e9r - Aut\u00f3busz-\u00e1llom\u00e1s - Sz\u00e9r\u0171skert",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-24934-H-3-55",
        "label": "55",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - K\u00f3rh\u00e1z - M\u00e1rcius 15. t\u00e9r - Aut\u00f3busz-\u00e1llom\u00e1s - Sz\u00e9r\u0171skert",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-24934-H-3-6",
        "label": "6",
        "long": "Gomb\u00e1si \u00fat - De\u00e1kv\u00e1r - Als\u00f3v\u00e1ros",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25131-H-3-A",
        "label": "A",
        "long": "V\u00e1. - F\u00f6ldm\u0171ves - Kertv\u00e1ros",
        "short": "A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25131-H-3-B",
        "label": "B",
        "long": "Kertv\u00e1ros - F\u00f6ldm\u0171ves - V\u00e1.",
        "short": "B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25131-H-3-C",
        "label": "C",
        "long": "C - V\u00e1.-B\u00e1nomi-Kertv\u00e1ros-V\u00e1.",
        "short": "C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25131-H-3-G",
        "label": "G",
        "long": "V\u00e1. - Dobozi - V\u00e1.",
        "short": "G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25131-H-3-N",
        "label": "N",
        "long": "V\u00e1. - Dobozi - V\u00e1.",
        "short": "N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-1",
        "label": "1",
        "long": "Gyirm\u00f3t - M\u00e9nf\u0151csanak - Marcalv\u00e1ros - P\u00e1pai \u00fat - Belv\u00e1ros - \u00dajv\u00e1ros, N\u00e9p utca",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-11",
        "label": "11",
        "long": "Marcalv\u00e1ros - Adyv\u00e1ros - Belv\u00e1ros - Sziget - Egyetem - B\u00e1csa, Erg\u00e9nyi lak\u00f3telep",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-11Y",
        "label": "11Y",
        "long": "Marcalv\u00e1ros - Adyv\u00e1ros - Belv\u00e1ros - B\u00e1csa, Erg\u00e9nyi lak\u00f3telep",
        "short": "11Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-12",
        "label": "12",
        "long": "R\u00e9vai Mikl\u00f3s utca - Kand\u00f3 utca - Audi-gy\u00e1r, 5-\u00f6s porta",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-12A",
        "label": "12A",
        "long": "R\u00e9vai Mikl\u00f3s utca - Kand\u00f3 utca - Audi-gy\u00e1r, 8-as porta",
        "short": "12A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-12Y",
        "label": "12Y",
        "long": "Sz\u00e9chenyi Istv\u00e1n Egyetem - Kand\u00f3 utca - Audi-gy\u00e1r, 5-\u00f6s porta",
        "short": "12Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-13",
        "label": "13",
        "long": "Marcalv\u00e1ros - Adyv\u00e1ros - Gy\u00e1rv\u00e1ros - Belv\u00e1ros - Sziget - Pinny\u00e9d",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-13B",
        "label": "13B",
        "long": "Marcalv\u00e1ros - Temet\u0151 - Adyv\u00e1ros - Gy\u00e1rv\u00e1ros - Belv\u00e1ros - Sziget - Pinny\u00e9d",
        "short": "13B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-14",
        "label": "14",
        "long": "Marcalv\u00e1ros - Adyv\u00e1ros - Gy\u00e1rv\u00e1ros - Belv\u00e1ros - \u00dajv\u00e1ros, N\u00e9p utca",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-14A",
        "label": "14A",
        "long": "Marcalv\u00e1ros - Adyv\u00e1ros - Gy\u00e1rv\u00e1ros - Belv\u00e1ros - Sziget - Liget utca, Ny\u00e1r utca",
        "short": "14A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-14B",
        "label": "14B",
        "long": "Marcalv\u00e1ros - Temet\u0151 - Adyv\u00e1ros - Gy\u00e1rv\u00e1ros - Belv\u00e1ros - Liget utca, Ny\u00e1r utca",
        "short": "14B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-15",
        "label": "15",
        "long": "R\u00e9vai Mikl\u00f3s utca - Gy\u00e1rv\u00e1ros - Audi-gy\u00e1r - Ipari Park - R\u00e9vai Mikl\u00f3s utca",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-15A",
        "label": "15A",
        "long": "R\u00e9vai Mikl\u00f3s utca - Gy\u00e1rv\u00e1ros - Audi-gy\u00e1r, 5-\u00f6s porta",
        "short": "15A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-16",
        "label": "16",
        "long": "Marcalv\u00e1ros - Adyv\u00e1ros - Aut\u00f3busz-\u00e1llom\u00e1s - V\u00edzm\u0171 - Kever\u0151telep (\u00dajfalu lak\u00f3park)",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-17",
        "label": "17",
        "long": "Vir\u00e1gpiac - Adyv\u00e1ros - Szabadhegy - Feh\u00e9rv\u00e1ri \u00fat - R\u00e9vai Mikl\u00f3s utca",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-17B",
        "label": "17B",
        "long": "Vir\u00e1gpiac - Adyv\u00e1ros - Szabadhegy, \u00faj k\u00f6ztemet\u0151 - Feh\u00e9rv\u00e1ri \u00fat - R\u00e9vai Mikl\u00f3s utca",
        "short": "17B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-18",
        "label": "18",
        "long": "R\u00e9vai Mikl\u00f3s utca (- Kor\u00e1nyi Frigyes t\u00e9r) - Munk\u00e1csy Mih\u00e1ly utca",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-19",
        "label": "19",
        "long": "R\u00e9vai Mikl\u00f3s utca - Adyv\u00e1ros - Koll\u00e9gium - Belv\u00e1ros - V\u00e1rosr\u00e9t - Egyetem (- Mobilis)",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-19A",
        "label": "19A",
        "long": "Vir\u00e1gpiac - Adyv\u00e1ros - Koll\u00e9gium - Vir\u00e1gpiac",
        "short": "19A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-1A",
        "label": "1A",
        "long": "Marcalv\u00e1ros - P\u00e1pai \u00fat - Belv\u00e1ros - \u00dajv\u00e1ros, N\u00e9p utca",
        "short": "1A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-1B",
        "label": "1B",
        "long": "Gyirm\u00f3t - M\u00e9nf\u0151csanak - Marcalv\u00e1ros - Belv\u00e1ros - \u00dajv\u00e1ros, temet\u0151 - N\u00e9p utca",
        "short": "1B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-2",
        "label": "2",
        "long": "R\u00e9vai Mikl\u00f3s utca - Zr\u00ednyi utca - Z\u00f6ld utca, Sz\u0151nyi M\u00e1rton utca",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-20",
        "label": "20",
        "long": "Z\u00f6ld utca, Soproni \u00fat - Adyv\u00e1ros - Gy\u00e1rv\u00e1ros - Audi-gy\u00e1r, 8-as porta",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-20Y",
        "label": "20Y",
        "long": "M\u00e9nf\u0151csanak, Gy\u0151ri \u00fat - \u00daj \u00e9let \u00fat - Adyv\u00e1ros - Gy\u00e1rv\u00e1ros - Audi-gy\u00e1r, 8-as porta",
        "short": "20Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-21",
        "label": "21",
        "long": "R\u00e9vai Mikl\u00f3s utca - N\u00e1dor t\u00e9r - Marcalv\u00e1ros - M\u00e9nf\u0151csanak, Gy\u0151ri \u00fat (- \u00daj \u00e9let \u00fat)",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-21B",
        "label": "21B",
        "long": "R\u00e9vai Mikl\u00f3s utca - N\u00e1dor t\u00e9r - Marcalv\u00e1ros - Gy\u0151zelem utca - Gy\u0151ri \u00fat",
        "short": "21B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-22",
        "label": "22",
        "long": "R\u00e9vai Mikl\u00f3s utca - Marcalv\u00e1ros - \u00daj \u00e9let \u00fat - M\u00e9nf\u0151csanak, Gy\u0151ri \u00fat",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-22A",
        "label": "22A",
        "long": "R\u00e9vai Mikl\u00f3s utca - Marcalv\u00e1ros",
        "short": "22A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-22B",
        "label": "22B",
        "long": "R\u00e9vai Mikl\u00f3s utca - Marcalv\u00e1ros - \u00daj \u00e9let \u00fat - Gy\u0151ri \u00fat (- Gy\u0151zelem utca)",
        "short": "22B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-22Y",
        "label": "22Y",
        "long": "R\u00e9vai Mikl\u00f3s utca - Marcalv\u00e1ros - M\u00e9nf\u0151csanak, Gy\u0151zelem utca",
        "short": "22Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-23",
        "label": "23",
        "long": "Marcalv\u00e1ros - Adyv\u00e1ros - Gy\u00e1rv\u00e1ros - Gy\u0151rszentiv\u00e1n, K\u00e1lm\u00e1n Imre \u00fat (- Homoksor)",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-23A",
        "label": "23A",
        "long": "Marcalv\u00e1ros - Adyv\u00e1ros - Ipar utca, Vol\u00e1n-telep",
        "short": "23A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-24",
        "label": "24",
        "long": "Marcalv\u00e1ros - Adyv\u00e1ros - Audi-gy\u00e1r, 5-\u00f6s porta",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-25",
        "label": "25",
        "long": "Marcalv\u00e1ros - Adyv\u00e1ros - Ipari Park",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-26",
        "label": "26",
        "long": "Marcalv\u00e1ros - Szabadhegy - Ipari Park",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-28",
        "label": "28",
        "long": "Marcalv\u00e1ros - Adyv\u00e1ros - Ipari Park - LOC1 - LOC2 logisztikai csarnok",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-29",
        "label": "29",
        "long": "R\u00e9vai Mikl\u00f3s utca - V\u00e1rosr\u00e9t - Dunakapu t\u00e9r - Sz\u00e9chenyi Istv\u00e1n Egyetem",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-2B",
        "label": "2B",
        "long": "Z\u00f6ld utca, Sz\u0151nyi M\u00e1rton utca - Zr\u00ednyi utca - Sziget - Egyetem - R\u00e9vai Mikl\u00f3s utca",
        "short": "2B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-30",
        "label": "30",
        "long": "R\u00e9vai Mikl\u00f3s utca - Gy\u0151rszentiv\u00e1n, K\u00e1lm\u00e1n Imre \u00fat - Homoksor",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-30A",
        "label": "30A",
        "long": "R\u00e9vai Mikl\u00f3s utca - Gy\u0151rszentiv\u00e1n, K\u00e1lm\u00e1n Imre \u00fat",
        "short": "30A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-30B",
        "label": "30B",
        "long": "R\u00e9vai Mikl\u00f3s utca - Ipari Park - Gy\u0151rszentiv\u00e1n, K\u00e1lm\u00e1n Imre \u00fat",
        "short": "30B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-30Y",
        "label": "30Y",
        "long": "R\u00e9vai Mikl\u00f3s utca - Audi-gy\u00e1r - Ipari Park - Gy\u0151rszentiv\u00e1n, K\u00e1lm\u00e1n Imre \u00fat",
        "short": "30Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-31",
        "label": "31",
        "long": "R\u00e9vai Mikl\u00f3s utca - Gy\u0151rszentiv\u00e1n, Homoksor - K\u00e1lm\u00e1n Imre \u00fat",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-31A",
        "label": "31A",
        "long": "R\u00e9vai Mikl\u00f3s utca - Gy\u0151rszentiv\u00e1n, K\u00e1lm\u00e1n Imre \u00fat - Homoksor",
        "short": "31A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-37",
        "label": "37",
        "long": "R\u00e9vai Mikl\u00f3s utca - Adyv\u00e1ros - Temet\u0151 - M\u00e9nf\u0151csanak - Gyirm\u00f3t",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-38",
        "label": "38",
        "long": "R\u00e9vai Mikl\u00f3s utca - Adyv\u00e1ros - Szabadhegy - Ipari Park",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-38A",
        "label": "38A",
        "long": "R\u00e9vai Mikl\u00f3s utca - Adyv\u00e1ros - Szabadhegy - Ipari Park",
        "short": "38A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-41",
        "label": "41",
        "long": "Z\u00f6ld utca, Soproni \u00fat - Adyv\u00e1ros - Honv\u00e9ds\u00e9g",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-42",
        "label": "42",
        "long": "Marcalv\u00e1ros - Belv\u00e1ros - Honv\u00e9ds\u00e9g",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-5",
        "label": "5",
        "long": "R\u00e9vai Mikl\u00f3s utca - Kismegyer",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-5B",
        "label": "5B",
        "long": "R\u00e9vai Mikl\u00f3s utca (- Rakt\u00e1rv\u00e1ros) - Agroker - Kismegyer",
        "short": "5B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-5R",
        "label": "5R",
        "long": "R\u00e9vai Mikl\u00f3s utca - Rakt\u00e1rv\u00e1ros - Kismegyer",
        "short": "5R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-6",
        "label": "6",
        "long": "Szit\u00e1sdomb - S\u00e1r\u00e1s - Egyetem - Dunakapu t\u00e9r - V\u00e1rosr\u00e9t - Belv\u00e1ros - Kismegyer",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-7",
        "label": "7",
        "long": "R\u00e9vai Mikl\u00f3s utca - Feh\u00e9rv\u00e1ri \u00fat - Szabadhegy - Adyv\u00e1ros - Vir\u00e1gpiac",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-8",
        "label": "8",
        "long": "R\u00e9vai Mikl\u00f3s utca - Gy\u00e1rv\u00e1ros - \u00c1llatkert - Lik\u00f3cs",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-8Y",
        "label": "8Y",
        "long": "Munk\u00e1csy Mih\u00e1ly utca - Gy\u00e1rv\u00e1ros - \u00c1llatkert - Lik\u00f3cs",
        "short": "8Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-9",
        "label": "9",
        "long": "(Mobilis -) Egyetem - V\u00e1rosr\u00e9t - Belv\u00e1ros - Koll\u00e9gium - Adyv\u00e1ros - Iparkamara",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-900",
        "label": "900",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - (Egyetem -) Adyv\u00e1ros - Marcalv\u00e1ros - M\u00e9nf\u0151csanak, Hegyalja u.",
        "short": "900",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25584-H-3-9A",
        "label": "9A",
        "long": "Vir\u00e1gpiac - Koll\u00e9gium - Adyv\u00e1ros - Vir\u00e1gpiac",
        "short": "9A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25788-H-3-1",
        "label": "1",
        "long": "Helyi aut\u00f3busz-\u00e1llom\u00e1s - Zagyvar\u00f3na",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25788-H-3-11",
        "label": "11",
        "long": "Helyi aut\u00f3busz-\u00e1llom\u00e1s - Somosk\u0151\u00fajfalu",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25788-H-3-11A",
        "label": "11A",
        "long": "Helyi aut\u00f3busz-\u00e1llom\u00e1s - Orsz\u00e1ghat\u00e1r - Somosk\u0151",
        "short": "11A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25788-H-3-11B",
        "label": "11B",
        "long": "Helyi aut\u00f3busz-\u00e1llom\u00e1s - Somosk\u0151 - Salg\u00f3b\u00e1nya",
        "short": "11B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25788-H-3-11Y",
        "label": "11Y",
        "long": "Somosk\u0151\u00fajfalu - H\u0151s\u00f6k \u00fat",
        "short": "11Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25788-H-3-13",
        "label": "13",
        "long": "Zagyvar\u00f3na - Vol\u00e1nk\u00f6zpont - Ipari Park",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25788-H-3-14",
        "label": "14",
        "long": "Zagyvar\u00f3na - Baglyasalja",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25788-H-3-19",
        "label": "19",
        "long": "Salg\u00f3b\u00e1nya - (Somosk\u0151) - Helyi aut\u00f3busz-\u00e1llom\u00e1s - (Kotyh\u00e1za) - Ipari Park",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25788-H-3-1A",
        "label": "1A",
        "long": "Zagyvar\u00f3na - Helyi aut\u00f3busz-\u00e1llom\u00e1s - Uzoni iskola",
        "short": "1A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25788-H-3-27A",
        "label": "27A",
        "long": "Helyi aut. - Somly\u00f3b\u00e1nya - K\u00f3rh\u00e1z - F\u00e1y a - K\u00f3rh\u00e1z - Helyi aut.",
        "short": "27A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25788-H-3-2A",
        "label": "2A",
        "long": "Helyi aut\u00f3busz-\u00e1llom\u00e1s - Somly\u00f3b\u00e1nya",
        "short": "2A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25788-H-3-2C",
        "label": "2C",
        "long": "Somly\u00f3b\u00e1nya - F\u00fcleki \u00fat - Helyi aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "2C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25788-H-3-2T",
        "label": "2T",
        "long": "Helyi aut\u00f3busz-\u00e1llom\u00e1s - Somly\u00f3 fordul\u00f3",
        "short": "2T",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25788-H-3-3",
        "label": "3",
        "long": "Helyi aut\u00f3busz-\u00e1llom\u00e1s - Tesco - H\u0151s\u00f6k \u00fat",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25788-H-3-36",
        "label": "36",
        "long": "H\u0151s\u00f6k \u00fat - Tesco - Camping telep",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25788-H-3-36U",
        "label": "36U",
        "long": "H\u0151s\u00f6k \u00fat - Tesco - Camping telep",
        "short": "36U",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25788-H-3-3C",
        "label": "3C",
        "long": "H\u0151s\u00f6k \u00fat - (Gorkij telep) - Eperjes telep - - H\u0151s\u00f6k \u00fat",
        "short": "3C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25788-H-3-4",
        "label": "4",
        "long": "Helyi aut\u00f3busz-\u00e1llom\u00e1s - Baglyasalja",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25788-H-3-46",
        "label": "46",
        "long": "Baglyasalja - Camping telep",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25788-H-3-4A",
        "label": "4A",
        "long": "Baglyasalja - H\u0151s\u00f6k \u00fat",
        "short": "4A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25788-H-3-5",
        "label": "5",
        "long": "Helyi aut\u00f3busz-\u00e1llom\u00e1s - Ideg\u00e9r - Helyi aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25788-H-3-58",
        "label": "58",
        "long": "Helyi aut\u00f3busz-\u00e1llom\u00e1s - Ideg\u00e9r - Szerpentin \u00fat - Helyi",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25788-H-3-6",
        "label": "6",
        "long": "Helyi aut\u00f3busz-\u00e1llom\u00e1s - Camping telep",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25788-H-3-61",
        "label": "61",
        "long": "Camping telep - Zagyvar\u00f3na",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25788-H-3-63",
        "label": "63",
        "long": "Camping telep - Csokonai \u00fat - H\u0151s\u00f6k \u00fat",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25788-H-3-63S",
        "label": "63S",
        "long": "H\u0151s\u00f6k \u00fat - Sug\u00e1r \u00fat - Csokonai \u00fat - Camping telep",
        "short": "63S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25788-H-3-7",
        "label": "7",
        "long": "Helyi aut.\u00e1ll - (Forg\u00e1ch-telep) - K\u00f3rh\u00e1z - F\u00e1y A. - K\u00f3rh\u00e1z_Helyi aut.\u00e1ll.",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25788-H-3-7A",
        "label": "7A",
        "long": "(Sug\u00e1r \u00fat) - Helyi aut\u00f3busz-\u00e1llom\u00e1s - K\u00f3rh\u00e1z - F\u00e1y A. - K\u00f3rh\u00e1z - (Ideg\u00e9r) - Helyi aut.\u00e1ll.",
        "short": "7A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25788-H-3-7B",
        "label": "7B",
        "long": "Helyi aut.\u00e1ll - Losonci \u00fat - F\u00e1y A - K\u00f3rh\u00e1z - Helyi aut.\u00e1ll.",
        "short": "7B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25788-H-3-7C",
        "label": "7C",
        "long": "Helyi aut\u00f3busz-\u00e1llom\u00e1s - Losonci \u00fat - F\u00e1y A - Losonci \u00fat - Helyi aut.",
        "short": "7C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25788-H-3-8",
        "label": "8",
        "long": "Helyi aut\u00f3busz-\u00e1llom\u00e1s - Szerpentin \u00fat - Helyi aut.\u00e1ll.",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-25788-H-3-9",
        "label": "9",
        "long": "Helyi aut\u00f3busz-\u00e1llom\u00e1s - Ipari Park",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-26408-H-3-1",
        "label": "1",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Zob\u00e1k-akna",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-26408-H-3-10",
        "label": "10",
        "long": "K\u00f3rh\u00e1z - Aut\u00f3busz-\u00e1llom\u00e1s - Szilv\u00e1s - Aut\u00f3busz-\u00e1llom\u00e1s - K\u00f3rh\u00e1z",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-26408-H-3-10A",
        "label": "10A",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - K\u00f3rh\u00e1z",
        "short": "10A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-26408-H-3-11",
        "label": "11",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Szilv\u00e1s - Gagarin utca - Tr\u00f6szt utca - K\u00f6k\u00f6ny\u00f6s - Nagyr\u00e9t utca - K\u00f6rtv\u00e9lyes",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-26408-H-3-12",
        "label": "12",
        "long": "K\u00f6rtv\u00e9lyes - K\u00f6k\u00f6ny\u00f6s - Tr\u00f6szt utca - Szilv\u00e1s - Gagarin utca - Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-26408-H-3-13",
        "label": "13",
        "long": "Zob\u00e1k-akna - OTP - K\u00f6k\u00f6ny\u00f6s - Nagyr\u00e9t utca - K\u00f6rtv\u00e9lyes",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-26408-H-3-15",
        "label": "15",
        "long": "Zob\u00e1k-akna - Aut\u00f3busz-\u00e1llom\u00e1s - K\u00f6k\u00f6ny\u00f6s - D\u00e1vidf\u00f6ld",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-26408-H-3-17",
        "label": "17",
        "long": "(Temet\u0151/MOM -) Aut\u00f3busz-\u00e1llom\u00e1s - D\u00e1vidf\u00f6ld - K\u00f6rtv\u00e9lyes - Sikonda",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-26408-H-3-17B",
        "label": "17B",
        "long": "(Temet\u0151/MOM -) Aut\u00f3busz-\u00e1llom\u00e1s (- K\u00f6k\u00f6ny\u00f6s) - D\u00e1vidf\u00f6ld - K\u00f6rtv\u00e9lyes - Sikonda",
        "short": "17B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-26408-H-3-18",
        "label": "18",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Szilv\u00e1s - Kenderf\u00f6ld - Aut\u00f3busz-\u00e1llom\u00e1s - D\u00e1vidf\u00f6ld (- Nagyr\u00e9t utca) - K\u00f6rtv\u00e9",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-26408-H-3-18B",
        "label": "18B",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Szilv\u00e1s - Kenderf\u00f6ld - Aut\u00f3busz-\u00e1llom\u00e1s (- K\u00f6k\u00f6ny\u00f6s) - D\u00e1vidf\u00f6ld (- Nagyr\u00e9t",
        "short": "18B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-26408-H-3-19",
        "label": "19",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Gagarin utca - Szilv\u00e1s - Aut\u00f3busz-\u00e1llom\u00e1s - D\u00e1vidf\u00f6ld - K\u00f6rtv\u00e9lyes",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-26408-H-3-2",
        "label": "2",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Mecsekj\u00e1nosi, V\u00e1. (- Mecsekj\u00e1nosi, Kert\u00e9szet)",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-26408-H-3-3",
        "label": "3",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Mecsekj\u00e1nosi - Kisbatty\u00e1n",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-26408-H-3-5",
        "label": "5",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - K\u00f6k\u00f6ny\u00f6s - D\u00e1vidf\u00f6ld",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-26408-H-3-6",
        "label": "6",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Mecsekfalu v\u00f6lgy - K\u00f6rtv\u00e9lyes",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-26408-H-3-7",
        "label": "7",
        "long": "(Temet\u0151 - MOM -) Aut\u00f3busz-\u00e1llom\u00e1s - K\u00f6rtv\u00e9lyes (- Sikonda)",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-26408-H-3-7A",
        "label": "7A",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Temet\u0151",
        "short": "7A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-26408-H-3-8",
        "label": "8",
        "long": "(Sikonda -) K\u00f6rtv\u00e9lyes (- Nagyr\u00e9t utca) - D\u00e1vidf\u00f6ld - Aut\u00f3busz-\u00e1llom\u00e1s - Szilv\u00e1s - Som\u00e1g - Kender",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-26408-H-3-9",
        "label": "9",
        "long": "(Sikonda -) K\u00f6rtv\u00e9lyes - D\u00e1vidf\u00f6ld - Aut\u00f3busz-\u00e1llom\u00e1s - Som\u00e1g - Szilv\u00e1s - Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-26408-H-3-9B",
        "label": "9B",
        "long": "(Sikonda -) K\u00f6rtv\u00e9lyes - D\u00e1vidf\u00f6ld (- K\u00f6k\u00f6ny\u00f6s) - Aut\u00f3busz-\u00e1llom\u00e1s - Som\u00e1g - Szilv\u00e1s - Aut\u00f3busz -",
        "short": "9B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-26578-H-3-1",
        "label": "1",
        "long": "Aut.\u00e1ll. - Szent Istv\u00e1n ltp. - Aut.\u00e1ll.",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-26578-H-3-1A",
        "label": "1A",
        "long": "Aut.\u00e1ll. - T\u00e1ncsics M.u.",
        "short": "1A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-26578-H-3-2",
        "label": "2",
        "long": "Aut.\u00e1ll. - Zsib\u00f3t - Becefa",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-26578-H-3-2A",
        "label": "2A",
        "long": "Aut.\u00e1ll. - Zsib\u00f3t - Becefa - Aut.\u00e1ll.",
        "short": "2A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-1",
        "label": "1",
        "long": "Tallinn v\u00e1rosr\u00e9sz - Vegyim\u0171vek",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-10",
        "label": "10",
        "long": "Tallinn v\u00e1rosr\u00e9sz - Vol\u00e1nbusz - Tallinn v\u00e1rosr\u00e9sz",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-10A",
        "label": "10A",
        "long": "\u00dcteg utca - Tallinn v\u00e1rosr\u00e9sz - Vol\u00e1nbusz - Tallinn v\u00e1rosr\u00e9sz",
        "short": "10A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-11",
        "label": "11",
        "long": "Vol\u00e1nbusz - \u00dcteg utca",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-11Y",
        "label": "11Y",
        "long": "Tallinn v\u00e1rosr\u00e9sz - B\u00e9ke Tsz.",
        "short": "11Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-12",
        "label": "12",
        "long": "Tallinn v\u00e1rosr\u00e9sz - TIG\u00c1Z - Vol\u00e1nbusz - Jubileum t\u00e9r - Tallinn v\u00e1rosr\u00e9sz",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-12A",
        "label": "12A",
        "long": "\u00dcteg utca - Tallinn v\u00e1rosr\u00e9sz - TIG\u00c1Z - Vol\u00e1nbusz - Jubileum t\u00e9r - Tallinn v\u00e1rosr\u00e9sz",
        "short": "12A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-15",
        "label": "15",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Tiszaliget, Campus",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-15Y",
        "label": "15Y",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Tiszaliget, Campus",
        "short": "15Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-1A",
        "label": "1A",
        "long": "Tallinn v\u00e1rosr\u00e9sz - Ipari Park",
        "short": "1A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-1Y",
        "label": "1Y",
        "long": "Tallinn v\u00e1rosr\u00e9sz - Cukorgy\u00e1ri lak\u00f3telep",
        "short": "1Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-2",
        "label": "2",
        "long": "Tallinn v\u00e1rosr\u00e9sz - Ad\u00f3hivatal - Cukorgy\u00e1ri lak\u00f3telep",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-20",
        "label": "20",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Sz\u00e9chenyi lak\u00f3telep - Bev\u00e1s\u00e1rl\u00f3park",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-21",
        "label": "21",
        "long": "T\u00f3th \u00c1rp\u00e1d \u00fat - Megyei k\u00f3rh\u00e1z - Sz\u00e9chenyi lak\u00f3telep - Vas\u00fat\u00e1llom\u00e1s",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-21A",
        "label": "21A",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Sz\u00e9chenyi lak\u00f3telep - Megyei k\u00f3rh\u00e1z - T\u00f3th \u00c1rp\u00e1d \u00fat",
        "short": "21A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-22",
        "label": "22",
        "long": "Vol\u00e1nbusz - Sz\u00e9chenyi lak\u00f3telep - Vas\u00fat\u00e1llom\u00e1s",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-22A",
        "label": "22A",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Sz\u00e9chenyi lak\u00f3telep - Vol\u00e1nbusz",
        "short": "22A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-23",
        "label": "23",
        "long": "K\u0151r\u00f6si \u00fat - Sz\u00e9chenyi lak\u00f3telep - Vas\u00fat\u00e1llom\u00e1s",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-23A",
        "label": "23A",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Sz\u00e9chenyi lak\u00f3telep - K\u0151r\u00f6si \u00fat",
        "short": "23A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-23E",
        "label": "23E",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Sz\u00e9chenyi lak\u00f3telep - Szap\u00e1ry \u00fat - K\u0151r\u00f6si \u00fat",
        "short": "23E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-24",
        "label": "24",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Sz\u00e9chenyi lak\u00f3telep - Vas\u00fat\u00e1llom\u00e1s",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-24A",
        "label": "24A",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Sz\u00e9chenyi lak\u00f3telep - Vas\u00fat\u00e1llom\u00e1s",
        "short": "24A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-25",
        "label": "25",
        "long": "Ipari Park (Stadler) - Sz\u00e9chenyi lak\u00f3telep - Vas\u00fat\u00e1llom\u00e1s",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-25A",
        "label": "25A",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Sz\u00e9chenyi lak\u00f3telep - Ipari Park (Stadler)",
        "short": "25A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-2Y",
        "label": "2Y",
        "long": "Tallinn v\u00e1rosr\u00e9sz - Jubileum t\u00e9r - Cukorgy\u00e1ri lak\u00f3telep",
        "short": "2Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-3",
        "label": "3",
        "long": "Tallinn v\u00e1rosr\u00e9sz - K\u0151r\u00f6si \u00fat",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-31",
        "label": "31",
        "long": "Tallinn v\u00e1rosr\u00e9sz - Vol\u00e1nbusz",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-32",
        "label": "32",
        "long": "Szolnok Isp\u00e1n krt. - Eagle Ottawa II.",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-33",
        "label": "33",
        "long": "Kassai \u00fat - Cukorgy\u00e1ri lak\u00f3telep",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-34",
        "label": "34",
        "long": "Hild Viktor utca - Ipari Park - Vegyim\u0171vek",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-34A",
        "label": "34A",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Ipari Park - Piroska vmh.",
        "short": "34A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-34B",
        "label": "34B",
        "long": "Sz\u00e9chenyi lak\u00f3telep - Rep\u00fcl\u0151t\u00e9r",
        "short": "34B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-34E",
        "label": "34E",
        "long": "Hild Viktor utca - Vegyim\u0171vek",
        "short": "34E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-35",
        "label": "35",
        "long": "Tallinn v\u00e1rosr\u00e9sz - \u00dcteg utca - K\u0151r\u00f6si \u00fat",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-36",
        "label": "36",
        "long": "Tallinn v\u00e1rosr\u00e9sz - Tiszaliget, Campus",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-37",
        "label": "37",
        "long": "Tallinn v\u00e1rosr\u00e9sz - Rep\u00fcl\u0151t\u00e9r - Tallinn v\u00e1rosr\u00e9sz",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-41",
        "label": "41",
        "long": "Rep\u00fcl\u0151t\u00e9r - Hild Viktor utca",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-5",
        "label": "5",
        "long": "Tallinn v\u00e1rosr\u00e9sz - R\u00e1k\u00f3czi \u00fat - Cukorgy\u00e1ri lak\u00f3telep",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-6",
        "label": "6",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Alamand d\u0171l\u0151",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-6Y",
        "label": "6Y",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Holt-Tiszapart",
        "short": "6Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-7",
        "label": "7",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Szandasz\u0151l\u0151s - Vas\u00fat\u00e1llom\u00e1s",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-27854-H-3-8",
        "label": "8",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Szandasz\u0151l\u0151s - Vas\u00fat\u00e1llom\u00e1s",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-28352-H-3-1",
        "label": "1",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Tiszaszederk\u00e9ny",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-28352-H-3-1A",
        "label": "1A",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Fizikoter\u00e1piai Int\u00e9zet - Tiszaszederk\u00e9ny",
        "short": "1A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-28352-H-3-2",
        "label": "2",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Tiszapart v\u00e1rosr\u00e9sz",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-28352-H-3-3",
        "label": "3",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - JABIL - D\u00f3zsa Gy. u.",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-29726-H-3-1",
        "label": "1",
        "long": "Tiszaf\u00fcred, Aut\u00f3busz-\u00e1llom\u00e1s - \u00d6rv\u00e9ny",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-30766-H-3-1T",
        "label": "1T",
        "long": "Vol\u00e1n telep - V\u00e1rosi temet/Kamalduli Remetes\u00e9g",
        "short": "1T",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-30766-H-3-1Y",
        "label": "1Y",
        "long": "Vol\u00e1n telep - Vol\u00e1n telep",
        "short": "1Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-30933-H-3-10",
        "label": "10",
        "long": "Kalm\u00e1r utca - Bagola - Nagyfakos, als\u00f3",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-30933-H-3-10A",
        "label": "10A",
        "long": "Aut\u00f3busz-\u00e1ll.- Bagola fordul\u00f3",
        "short": "10A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-30933-H-3-10Y",
        "label": "10Y",
        "long": "Kalm\u00e1r utca - Bagolai el\u00e1gaz\u00f3 - Nagyfakos, als\u00f3",
        "short": "10Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-30933-H-3-15",
        "label": "15",
        "long": "Vas\u00fat - Kalm\u00e1r - Hevesi - Kalm\u00e1r",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-30933-H-3-16",
        "label": "16",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Kiskanizsa, temet\u0151 - Bajcsa, v\u00edzm\u0171",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-30933-H-3-16A",
        "label": "16A",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Kiskanizsa, temet\u0151",
        "short": "16A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-30933-H-3-16E",
        "label": "16E",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - V\u00e1roskapu",
        "short": "16E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-30933-H-3-16Y",
        "label": "16Y",
        "long": "Kalm\u00e1r - V\u00e1roskapu - Kalm\u00e1r - Kk.Rozmaring",
        "short": "16Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-30933-H-3-17",
        "label": "17",
        "long": "Kalm\u00e1r u - Napraf - Kalm\u00e1r - Vas\u00fat",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-30933-H-3-18",
        "label": "18",
        "long": "Kalm\u00e1r utca - Vas\u00fat\u00e1llom\u00e1s",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-30933-H-3-18Y",
        "label": "18Y",
        "long": "Palin futballp. - Mikl\u00f3sfa Sz.E.ford.",
        "short": "18Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-30933-H-3-2",
        "label": "2",
        "long": "Kalm\u00e1r utca - Magyar utca - Palin, futballp\u00e1lya",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-30933-H-3-24",
        "label": "24",
        "long": "Napraforg\u00f3 t\u00e9r - Kiskanizsa, Bornem.",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-30933-H-3-25",
        "label": "25",
        "long": "Kiskanizsa, Bornemissza - Vas\u00fat\u00e1ll.",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-30933-H-3-26",
        "label": "26",
        "long": "V\u00e1roskapu krt.-Napraforg\u00f3 t\u00e9r",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-30933-H-3-27",
        "label": "27",
        "long": "V\u00e1roskapu krt. - Vas\u00fat\u00e1llom\u00e1s",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-30933-H-3-28",
        "label": "28",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Bajcsa, v\u00edzm\u0171",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-30933-H-3-28B",
        "label": "28B",
        "long": "V\u00e1roskapu k\u00f6r\u00fat - Bajcsa, v\u00edzm\u0171",
        "short": "28B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-30933-H-3-29",
        "label": "29",
        "long": "V\u00e1roskap\u00fa k\u00f6r\u00fat - Ligetv\u00e1ros",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-30933-H-3-2E",
        "label": "2E",
        "long": "Kalm\u00e1r utca - Palin, futballp\u00e1lya",
        "short": "2E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-30933-H-3-4",
        "label": "4",
        "long": "V\u00e1roskapu k\u00f6r\u00fat - Kiskanizsa, Bornemissza utca",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-30933-H-3-46",
        "label": "46",
        "long": "V\u00e1roskapu krt.- Kk. Templom - Kk. Bornemissza",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-30933-H-3-4A",
        "label": "4A",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Nagyr\u00e1c - Kiskanizsa, Bornemissza utca",
        "short": "4A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-30933-H-3-4Y",
        "label": "4Y",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Templom t\u00e9r - Nagyr\u00e1c - Kiskanizsa, Bornemissza utca",
        "short": "4Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-30933-H-3-5",
        "label": "5",
        "long": "V\u00e1. - Kalm\u00e1r utca - Hevesi u - Kalm\u00e1r utca",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-30933-H-3-5Y",
        "label": "5Y",
        "long": "Vas\u00fat - Kalm\u00e1r u - Hevesi u. - Kalm\u00e1r u.",
        "short": "5Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-30933-H-3-6",
        "label": "6",
        "long": "V\u00e1roskapu k\u00f6r\u00fat - E\u00f6tv\u00f6s t\u00e9r - Kiskanizsa, Rozmaring utca",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-30933-H-3-6A",
        "label": "6A",
        "long": "V\u00e1roskapu k\u00f6r\u00fat - R\u00f3zsa utca - Kiskanizsa, temet\u0151",
        "short": "6A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-30933-H-3-6E",
        "label": "6E",
        "long": "V\u00e1roskapu - Kalm\u00e1r u. - Kiskanizsa, temet\u0151",
        "short": "6E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-30933-H-3-6Y",
        "label": "6Y",
        "long": "V\u00e1roskapu k\u00f6r\u00fat - Homokkom\u00e1romi fordul\u00f3 - Kiskanizsa, Rozmaring utca",
        "short": "6Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-30933-H-3-7",
        "label": "7",
        "long": "Vas\u00fat\u00e1ll.-Kalm\u00e1r u-Napraforg\u00f3-Kalm\u00e1r u-V\u00e1.",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-30933-H-3-7Y",
        "label": "7Y",
        "long": "Vas\u00fat - Kalm\u00e1r - Balatoni - Kalm\u00e1r - Vas\u00fat",
        "short": "7Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-30933-H-3-8",
        "label": "8",
        "long": "Napraforg\u00f3 t\u00e9r - Ligetv\u00e1ros - Mikl\u00f3sfa, Szentendrey Edg\u00e1r fordul\u00f3",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-30933-H-3-8Y",
        "label": "8Y",
        "long": "Napraforg\u00f3 t\u00e9r - K\u00f6ztemet\u0151 - Ligetv\u00e1ros - Mikl\u00f3sfa, Szentendrey Edg\u00e1r fordul\u00f3",
        "short": "8Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-30933-H-3-9",
        "label": "9",
        "long": "V\u00e1roskapu k\u00f6r\u00fat - Mikl\u00f3sfa Sz.E. fordul\u00f3",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-30933-H-3-9Y",
        "label": "9Y",
        "long": "V\u00e1roskapu k\u00f6r\u00fat - Mikl\u00f3sfa SZ.E. ford.",
        "short": "9Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-30988-H-3-738",
        "label": "738",
        "long": "\u00c9rd, aut. \u00e1ll.-Bem t\u00e9r-Fav\u00e1g\u00f3 u.-Bem t\u00e9r-\u00c9rd, aut.\u00e1ll.",
        "short": "738",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-30988-H-3-746",
        "label": "746",
        "long": "\u00c9rd, TESCO - \u00c9rd, aut. \u00e1ll. - \u00c9rd, Minaret",
        "short": "746",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-31945-H-3-1",
        "label": "1",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Aut\u00f3busz-\u00e1llom\u00e1s (Szabads\u00e1g utca) - Astotec - Yanfeng - P\u00e1pakov\u00e1csi el\u00e1gaz\u00f3",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-31945-H-3-13",
        "label": "13",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Vol\u00e1n-telep - TESCO - Borsosgy\u0151r",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-31945-H-3-14",
        "label": "14",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - K\u00e9ttorny\u00falak",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-31945-H-3-15",
        "label": "15",
        "long": "K\u00e9ttorny\u00falak - Borsosgy\u0151r",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-31945-H-3-16",
        "label": "16",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Tapolcaf\u0151, Posta - Tapolcaf\u0151, Sportp\u00e1lya",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-31945-H-3-17",
        "label": "17",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - T\u00e1ncsics \u00fat - B\u00f6r\u00f6ll\u0151",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-31945-H-3-1A",
        "label": "1A",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s (Szabads\u00e1g utca) - Astotec",
        "short": "1A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-31945-H-3-1Y",
        "label": "1Y",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s (Szabads\u00e1g utca) - Yanfeng",
        "short": "1Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-31945-H-3-2",
        "label": "2",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Veszpr\u00e9mi \u00fat - T\u00f6rzs\u00f6khegy fels\u0151",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-31945-H-3-5",
        "label": "5",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - R\u00e9t utca / Vaszari utca - T\u00dcZ\u00c9P",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-31945-H-3-5T",
        "label": "5T",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Tizedik utca - Aut\u00f3busz-\u00e1llom\u00e1s (Szabads\u00e1g utca) - Vas\u00fat\u00e1llom\u00e1s - T\u00dcZ\u00c9P",
        "short": "5T",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-31945-H-3-6A",
        "label": "6A",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s (Szabads\u00e1g utca) - Term\u00e1lf\u00fcrd\u0151 - T\u00f3kert - K\u00f3rh\u00e1z - Husz\u00e1r ltp. - Tesco - Als\u00f3v\u00e1ros",
        "short": "6A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-31945-H-3-6B",
        "label": "6B",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s (Szabads\u00e1g utca) - Als\u00f3v\u00e1ros - Tesco - Husz\u00e1r ltp. - K\u00f3rh\u00e1z - T\u00f3kert - Term\u00e1lf\u00fcrd\u0151",
        "short": "6B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-31945-H-3-7",
        "label": "7",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s (Szabads\u00e1g utca) - Vas\u00fat\u00e1llom\u00e1s - H\u00faskombin\u00e1t - Tarczi utca - Korona utca - Tizedik",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-31945-H-3-7A",
        "label": "7A",
        "long": "Vas\u00fat\u00e1llom\u00e1s - H\u00faskombin\u00e1t - Husz\u00e1r lak\u00f3telep - V\u00edzm\u0171 utca - Astotec",
        "short": "7A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-31945-H-3-8A",
        "label": "8A",
        "long": "Vas\u00fat\u00e1llom\u00e1s - P\u00e1pakov\u00e1csi el\u00e1g. - T\u00f3kert - Term\u00e1lf\u00fcrd\u0151 - Tesco - Als\u00f3v\u00e1ros - Vas\u00fat\u00e1llom\u00e1s",
        "short": "8A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-31945-H-3-8B",
        "label": "8B",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Als\u00f3v\u00e1ros - Tesco - Term\u00e1lf\u00fcrd\u0151 - T\u00f3kert - P\u00e1pakov\u00e1csi el\u00e1g. - Vas\u00fat\u00e1llom\u00e1s",
        "short": "8B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-32054-H-3-1",
        "label": "1",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Andr\u00e1shida, Szentm\u00e1rtoni \u00fat (- Hath\u00e1z) - Andr\u00e1shida, sportp\u00e1lya",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-32054-H-3-12",
        "label": "12",
        "long": "Eberg\u00e9ny - Landorhegy - Cs\u00e1csbozsok",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-32054-H-3-12A",
        "label": "12A",
        "long": "Eberg\u00e9ny - Landorhegy - Sz\u00e9chenyi t\u00e9r/Kov\u00e1cs K\u00e1roly t\u00e9r",
        "short": "12A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-32054-H-3-12B",
        "label": "12B",
        "long": "Eberg\u00e9ny - Landorhegyi \u00fat - Sz\u00e9chenyi t\u00e9r - Vas\u00fat\u00e1llom\u00e1s",
        "short": "12B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-32054-H-3-13",
        "label": "13",
        "long": "Kertv\u00e1ros - Vas\u00fat\u00e1llom\u00e1s - (Nekeresd -) P\u00f3zva, K\u00fcls\u0151k\u00f3rh\u00e1z",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-32054-H-3-14",
        "label": "14",
        "long": "Botfa (- Zalabeseny\u0151) (- Bart\u00f3k B\u00e9la utca) - Vas\u00fat\u00e1llom\u00e1s - Kov\u00e1cs K\u00e1roly t\u00e9r/Sz\u00e9chenyi t\u00e9r (- Hath\u00e1",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-32054-H-3-15",
        "label": "15",
        "long": "Kertv\u00e1ros - Kov\u00e1cs K\u00e1roly t\u00e9r/Sz\u00e9chenyi t\u00e9r - \u00daj k\u00f6ztemet\u0151 (- Neszele) - S\u00e1god",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-32054-H-3-18",
        "label": "18",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Csert\u00e1n S\u00e1ndor utca - Sz\u00e9chenyi t\u00e9r - Kertv\u00e1ros, K\u00f6zt\u00e1rsas\u00e1g \u00fatja - Kov\u00e1cs K\u00e1roly t\u00e9r",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-32054-H-3-19",
        "label": "19",
        "long": "Kertv\u00e1ros - Kov\u00e1cs K\u00e1roly t\u00e9r - P\u00e1terdomb - Sz\u00e9chenyi t\u00e9r - Kertv\u00e1ros",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-32054-H-3-19A",
        "label": "19A",
        "long": "Kertv\u00e1ros - Kov\u00e1cs K\u00e1roly t\u00e9r/Sz\u00e9chenyi t\u00e9r - Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "19A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-32054-H-3-20",
        "label": "20",
        "long": "Kov\u00e1cs K\u00e1roly t\u00e9r - Gasparich utca - Csert\u00e1n S\u00e1ndor utca - Kov\u00e1cs K\u00e1roly t\u00e9r",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-32054-H-3-21",
        "label": "21",
        "long": "Cs\u00e1csbozsok - Tesco - Kov\u00e1cs K\u00e1roly t\u00e9r/Sz\u00e9chenyi t\u00e9r - M\u00e1rt\u00edrok \u00fatja - Kertv\u00e1ros",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-32054-H-3-22",
        "label": "22",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Kertv\u00e1ros - Landorhegy - Sz\u00e9chenyi t\u00e9r - Cs\u00e1csbozsok",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-32054-H-3-22A",
        "label": "22A",
        "long": "Olai bisztr\u00f3 - Sz\u00e9chenyi t\u00e9r - Cs\u00e1csbozsok",
        "short": "22A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-32054-H-3-24",
        "label": "24",
        "long": "Botfa-(ADA)-Flex B - Vas\u00fat\u00e1llom\u00e1s - Kertv\u00e1ros - Landorhegy - Andr\u00e1shida",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-32054-H-3-25",
        "label": "25",
        "long": "Olai bisztr\u00f3 - Kertv\u00e1ros (- Aut\u00f3busz-\u00e1llom\u00e1s) - Kov\u00e1cs K\u00e1roly t\u00e9r - Ipari park",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-32054-H-3-27",
        "label": "27",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Tungsram",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-32054-H-3-28",
        "label": "28",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Kertv\u00e1ros - Csert\u00e1n S\u00e1ndor utca - Sz\u00e9chenyi t\u00e9r - Vas\u00fat\u00e1llom\u00e1s",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-32054-H-3-29",
        "label": "29",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Kertv\u00e1ros - Landorhegy - Vas\u00fat\u00e1llom\u00e1s",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-32054-H-3-2A",
        "label": "2A",
        "long": "Sz\u00e9chenyi t\u00e9r/Kov\u00e1cs K\u00e1roly t\u00e9r - Tesco - Cs\u00e1csbozsok",
        "short": "2A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-32054-H-3-2E",
        "label": "2E",
        "long": "Ganz \u00c1brah\u00e1m Szakk\u00f6z\u00e9piskola - Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "2E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-32054-H-3-3",
        "label": "3",
        "long": "Vas\u00fat\u00e1llom\u00e1s - (Nekeresd -) P\u00f3zva, K\u00fcls\u0151k\u00f3rh\u00e1z",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-32054-H-3-4",
        "label": "4",
        "long": "Vas\u00fat\u00e1llom\u00e1s (- Bart\u00f3k B\u00e9la utca) (- Zalabeseny\u0151) - Botfa",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-32054-H-3-5",
        "label": "5",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - \u00daj k\u00f6ztemet\u0151 (- Neszele) - S\u00e1god",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-32054-H-3-6",
        "label": "6",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s/K\u00f6rmendi \u00fat - H\u0171t\u0151ipari Zrt. - Szenterzs\u00e9bethegy",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-32054-H-3-7",
        "label": "7",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Bazita - K\u00f6k\u00e9nyesmindszent",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-32054-H-3-9",
        "label": "9",
        "long": "Kov\u00e1cs K\u00e1roly t\u00e9r - P\u00e1terdomb - Sz\u00e9chenyi t\u00e9r",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-32559-H-3-12",
        "label": "12",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Haraszti ipari ter\u00fclet - Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-32559-H-3-14",
        "label": "14",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Babati u. - Kir\u00e1lytelep - Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-32559-H-3-2",
        "label": "2",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Klapka u. - M\u00e1riabesny\u0151 - Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-32559-H-3-24",
        "label": "24",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Kir\u00e1lytelep - Klapka u. - Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-32559-H-3-2A",
        "label": "2A",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Klapka u. - M\u00e1riabesny\u0151 - Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "2A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-32559-H-3-34",
        "label": "34",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Babati u. - Kir\u00e1lytelep - Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-32559-H-3-4",
        "label": "4",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Babati u. - Kir\u00e1lytelep - Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-32559-H-3-44",
        "label": "44",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Babati u. - Kir\u00e1lytelep - Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-32559-H-3-44A",
        "label": "44A",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Babati u. - Kir\u00e1lytelep - Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "44A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-32559-H-3-45",
        "label": "45",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Kir\u00e1lytelep - Hegy u. - Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-32559-H-3-4A",
        "label": "4A",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Babati u. - Kir\u00e1lytelep - Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "4A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-32559-H-3-5",
        "label": "5",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - M\u00e1ty\u00e1s kir\u00e1ly u. - Hegy u.",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-32559-H-3-9",
        "label": "9",
        "long": "Aut\u00f3busz-\u00e1llom\u00e1s - Vas\u00fat\u00e1llom\u00e1s - G\u00f6d\u00f6ll\u0151i G\u00e9pgy\u00e1r",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-33367-H-3-20",
        "label": "20",
        "long": "Pet\u0151fitelep, F\u0151 t\u00e9r - Szeged vas\u00fat\u00e1llom\u00e1s - Als\u00f3v\u00e1ros, Vadkerti t\u00e9r",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-33367-H-3-21",
        "label": "21",
        "long": "\u00daj-Pet\u0151fitelep - Mars t\u00e9r - Szeged vas\u00fat\u00e1llom\u00e1s",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-33367-H-3-24",
        "label": "24",
        "long": "Pet\u0151fitelep, F\u0151 t\u00e9r - Klebersberg telep",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-33367-H-3-32",
        "label": "32",
        "long": "Honv\u00e9d t\u00e9r - \u00dajszeged, v\u00edztorony",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-33367-H-3-36",
        "label": "36",
        "long": "Honv\u00e9d t\u00e9r - Kiskundorozsma, Cz\u00e9kus utca",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-33367-H-3-60",
        "label": "60",
        "long": "Mars t\u00e9r - Sz\u0151reg, Malom",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-33367-H-3-60Y",
        "label": "60Y",
        "long": "Mars t\u00e9r - Sz\u0151reg, Malom",
        "short": "60Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-33367-H-3-64",
        "label": "64",
        "long": "Mars t\u00e9r - Keresked\u0151 k\u00f6z - Kremat\u00f3rium - Rep\u00fcl\u0151t\u00e9r",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-33367-H-3-67",
        "label": "67",
        "long": "Kiskundorozsma, Sziks\u00f3sf\u00fcrd\u0151 - Sz\u0151reg, Malom",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-33367-H-3-67Y",
        "label": "67Y",
        "long": "Kiskundorozsma, Sziks\u00f3sf\u00fcrd\u0151 - Sz\u0151reg, Malom",
        "short": "67Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-33367-H-3-70",
        "label": "70",
        "long": "Mars t\u00e9r - \u00dajszeged, F\u00fcv\u00e9szkert",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-33367-H-3-71",
        "label": "71",
        "long": "Szegedi Ipari Logisztikai K\u00f6zpont - Marost\u0151i v\u00e1rosr\u00e9sz, Katalin utca",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-33367-H-3-71A",
        "label": "71A",
        "long": "Mars t\u00e9r - Marost\u0151i v\u00e1rosr\u00e9sz, Katalin utca",
        "short": "71A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-33367-H-3-72",
        "label": "72",
        "long": "Szegedi Ipari Logisztikai K\u00f6zpont - Marost\u0151i v\u00e1rosr\u00e9sz, Erd\u00e9lyi t\u00e9r",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-33367-H-3-72A",
        "label": "72A",
        "long": "ELI l\u00e9zeres kutat\u00f3k\u00f6zpont - Mars t\u00e9r - Marost\u0151i v\u00e1rosr\u00e9sz, Erd\u00e9lyi t\u00e9r",
        "short": "72A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-33367-H-3-73",
        "label": "73",
        "long": "Mars t\u00e9r - T\u00e1p\u00e9, Csat\u00e1r utca",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-33367-H-3-73Y",
        "label": "73Y",
        "long": "Mars t\u00e9r - Pet\u0151fitelep, F\u0151 t\u00e9r - T\u00e1p\u00e9, Csat\u00e1r utca",
        "short": "73Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-33367-H-3-74",
        "label": "74",
        "long": "Gy\u00e1lar\u00e9t - Mars t\u00e9r - T\u00e1p\u00e9, Csat\u00e1r utca",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-33367-H-3-74A",
        "label": "74A",
        "long": "Mars t\u00e9r - Gy\u00e1lar\u00e9t",
        "short": "74A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-33367-H-3-74Y",
        "label": "74Y",
        "long": "Gy\u00e1lar\u00e9t - Mars t\u00e9r - Pet\u0151fitelep, F\u0151 t\u00e9r - T\u00e1p\u00e9, Csat\u00e1r utca",
        "short": "74Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-33367-H-3-75",
        "label": "75",
        "long": "Mars t\u00e9r - Kiskundorozsma, Cz\u00e9kus utca",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-33367-H-3-76",
        "label": "76",
        "long": "Mars t\u00e9r - Szentmih\u00e1ly",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-33367-H-3-76Y",
        "label": "76Y",
        "long": "Mars t\u00e9r - Szentmih\u00e1ly",
        "short": "76Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-33367-H-3-77",
        "label": "77",
        "long": "Bakt\u00f3, V\u00f6lgy\u00e9rh\u00e1t utca - Mars t\u00e9r - Szeged vas\u00fat\u00e1llom\u00e1s",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-33367-H-3-77A",
        "label": "77A",
        "long": "Bakt\u00f3, V\u00f6lgy\u00e9rh\u00e1t utca - Mars t\u00e9r",
        "short": "77A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-33367-H-3-78",
        "label": "78",
        "long": "Mars t\u00e9r - B\u00e9ketelep - R\u00f3kusi k\u00f6r\u00fat - Mars t\u00e9r (k\u00f6rj\u00e1rat)",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-33367-H-3-78A",
        "label": "78A",
        "long": "Mars t\u00e9r - R\u00f3kusi k\u00f6r\u00fat - B\u00e9ketelep - Mars t\u00e9r (k\u00f6rj\u00e1rat)",
        "short": "78A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-33367-H-3-79",
        "label": "79",
        "long": "79 Mars t\u00e9r (Miksz\u00e1th u.) - ELI l\u00e9zeres kutat\u00f3k\u00f6zpont - Rheinmetall",
        "short": "79",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-33367-H-3-7F",
        "label": "7F",
        "long": "Mars t\u00e9r - Kiskundorozsma, Sziks\u00f3sf\u00fcrd\u0151",
        "short": "7F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-33367-H-3-84",
        "label": "84",
        "long": "\u00dajszeged, Gabonakutat\u00f3 - Makkosh\u00e1za",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-33367-H-3-90",
        "label": "90",
        "long": "\u00dajszeged, Gabonakutat\u00f3 - Szeged vas\u00fat\u00e1llom\u00e1s",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-33367-H-3-90F",
        "label": "90F",
        "long": "Pet\u0151fitelep, F\u0151 t\u00e9r - Vadaspark (Textilgy\u00e1ri \u00fat)",
        "short": "90F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-33367-H-3-90H",
        "label": "90H",
        "long": "Lugas utca - Gumigy\u00e1r - Szegedi Ipari Logisztikai K\u00f6zpont",
        "short": "90H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-33367-H-3-91E",
        "label": "91E",
        "long": "Sz\u00e9chenyi t\u00e9r - Sz\u0151reg, Malom - Mars t\u00e9r",
        "short": "91E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-33367-H-3-92E",
        "label": "92E",
        "long": "Sz\u00e9chenyi t\u00e9r - Tarj\u00e1n, V\u00edztorony t\u00e9r - Pet\u0151fitelep, F\u0151 t\u00e9r - \u00daj-Pet\u0151fitelep - Tarj\u00e1n, V\u00edztorony",
        "short": "92E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-33367-H-3-93E",
        "label": "93E",
        "long": "Sz\u00e9chenyi t\u00e9r - Makkosh\u00e1zi krt. - R\u00f3kusi krt. - Kiskundorozsma, Cz\u00e9kus utca",
        "short": "93E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-33534-H-3-1",
        "label": "1",
        "long": "Nagyb\u00e1tony, va. - Szorospatak",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-33534-H-3-2",
        "label": "2",
        "long": "Nagyb\u00e1tony, v\u00e1 - Maconka",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-33534-H-3-3",
        "label": "3",
        "long": "Szorospatak - Kisterenye, b\u00e1nyatelep",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-33534-H-3-3A",
        "label": "3A",
        "long": "Szorospatak - Kisterenye, b\u00e1nyatelep",
        "short": "3A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "152B32",
        "color_name": "black",
        "has_shape": true,
        "id": "hkir_V-33534-H-3-3C",
        "label": "3C",
        "long": "Nagyb\u00e1tony \u00d3zdi \u00fat 10 - Kisterenye J\u00e1szi iskola",
        "short": "3C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-N-200-1022",
        "label": "1022",
        "long": "Budapest - Salg\u00f3tarj\u00e1n - Lucenec",
        "short": "1022",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-N-200-223",
        "label": "223",
        "long": "Esztergom - St\u00farovo",
        "short": "223",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-N-200-228",
        "label": "228",
        "long": "Kom\u00e1rom - Kom\u00e1rno",
        "short": "228",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1010",
        "label": "1010",
        "long": "Budapest - Balassagyarmat - Sz\u00e9cs\u00e9ny - Salg\u00f3tarj\u00e1n",
        "short": "1010",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1011",
        "label": "1011",
        "long": "Budapest - Balassagyarmat - Sz\u00e9cs\u00e9ny - Litke",
        "short": "1011",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1012",
        "label": "1012",
        "long": "Budapest - N\u00f3gr\u00e1dmegyer - Salg\u00f3tarj\u00e1n",
        "short": "1012",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1013",
        "label": "1013",
        "long": "Budapest - V\u00e1c - Balassagyarmat - Sz\u00e9cs\u00e9ny",
        "short": "1013",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1014",
        "label": "1014",
        "long": "Budapest - R\u00e9ts\u00e1g - Nagyoroszi - Hont",
        "short": "1014",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1020",
        "label": "1020",
        "long": "Budapest - M\u00e1travereb\u00e9ly - Salg\u00f3tarj\u00e1n",
        "short": "1020",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1021",
        "label": "1021",
        "long": "Budapest - P\u00e1szt\u00f3 - B\u00e1tonyterenye - Salg\u00f3tarj\u00e1n",
        "short": "1021",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1024",
        "label": "1024",
        "long": "Budapest - P\u00e1szt\u00f3 - Holl\u00f3k\u0151",
        "short": "1024",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1031",
        "label": "1031",
        "long": "Budapest - B\u00e1tonyterenye - \u00d3zd",
        "short": "1031",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1034",
        "label": "1034",
        "long": "Budapest - B\u00e1tonyterenye - \u00d3zd - J\u00f3svaf\u0151",
        "short": "1034",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1040",
        "label": "1040",
        "long": "Budapest - M3 - Gy\u00f6ngy\u00f6s",
        "short": "1040",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1044",
        "label": "1044",
        "long": "Budapest - Gy\u00f6ngy\u00f6s - M\u00e1trah\u00e1za - M\u00e1traszentimre - P\u00e1szt\u00f3",
        "short": "1044",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1045",
        "label": "1045",
        "long": "Budapest - Gy\u00f6ngy\u00f6s - M\u00e1trah\u00e1za - K\u00e9kestet\u0151",
        "short": "1045",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1046",
        "label": "1046",
        "long": "Budapest - Gy\u00f6ngy\u00f6s - M\u00e1trah\u00e1za - Recsk - B\u00fckksz\u00e9k",
        "short": "1046",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1049",
        "label": "1049",
        "long": "Budapest - Gy\u00f6ngy\u00f6s - Verpel\u00e9t - Eger",
        "short": "1049",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1050",
        "label": "1050",
        "long": "Budapest - Gy\u00f6ngy\u00f6s - Eger - Mez\u0151k\u00f6vesd - Miskolc",
        "short": "1050",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1051",
        "label": "1051",
        "long": "Budapest - Eger - \u00d3zd",
        "short": "1051",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1052",
        "label": "1052",
        "long": "Budapest - G\u00f6d\u00f6ll\u0151 - Hatvan - Gy\u00f6ngy\u00f6s - Eger",
        "short": "1052",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1053",
        "label": "1053",
        "long": "Budapest - Eger - B\u00fckkszentkereszt - Lillaf\u00fcred - Miskolc",
        "short": "1053",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1054",
        "label": "1054",
        "long": "Budapest - Eger - Szilv\u00e1sv\u00e1rad - Kazincbarcika - J\u00f3svaf\u0151",
        "short": "1054",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1055",
        "label": "1055",
        "long": "Budapest - Tisza\u00fajv\u00e1ros - Tiszavasv\u00e1ri - V\u00e1s\u00e1rosnam\u00e9ny - Beregsur\u00e1ny",
        "short": "1055",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1066",
        "label": "1066",
        "long": "Budapest - Gy\u00f6ngy\u00f6s - Heves - Ab\u00e1dszal\u00f3k - Karcag",
        "short": "1066",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1067",
        "label": "1067",
        "long": "Budapest - M3 - Erd\u0151telek - Heves",
        "short": "1067",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1068",
        "label": "1068",
        "long": "Budapest - Gy\u00f6ngy\u00f6s - Heves - Tiszaf\u00fcred",
        "short": "1068",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1069",
        "label": "1069",
        "long": "Budapest - Gy\u00f6ngy\u00f6s - Heves - Ab\u00e1dszal\u00f3k - Tiszaf\u00fcred",
        "short": "1069",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1070",
        "label": "1070",
        "long": "Budapest - J\u00e1szber\u00e9ny - J\u00e1szszentandr\u00e1s",
        "short": "1070",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1075",
        "label": "1075",
        "long": "Budapest - J\u00e1szber\u00e9ny - Heves - Ab\u00e1dszal\u00f3k - Tiszaf\u00fcred",
        "short": "1075",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1077",
        "label": "1077",
        "long": "Budapest - J\u00e1szber\u00e9ny - Nagyk\u00f6r\u0171 - Szolnok",
        "short": "1077",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1078",
        "label": "1078",
        "long": "Budapest - J\u00e1szber\u00e9ny - J\u00e1szals\u00f3szentgy\u00f6rgy",
        "short": "1078",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1080",
        "label": "1080",
        "long": "Budapest - Dabas - Lajosmizse - Kecskem\u00e9t",
        "short": "1080",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1081",
        "label": "1081",
        "long": "Budapest - Dabas - Lajosmizse - Kecskem\u00e9t - Tiszak\u00e9cske",
        "short": "1081",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1085",
        "label": "1085",
        "long": "Budapest - Kecskem\u00e9t - Szarvas - B\u00e9k\u00e9scsaba - Gyula",
        "short": "1085",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1087",
        "label": "1087",
        "long": "Budapest - Kecskem\u00e9t - Szarvas - Orosh\u00e1za",
        "short": "1087",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1088",
        "label": "1088",
        "long": "Budapest - Kecskem\u00e9t - Kiskunf\u00e9legyh\u00e1za - Szentes - Orosh\u00e1za",
        "short": "1088",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1089",
        "label": "1089",
        "long": "Budapest - Kecskem\u00e9t - Kiskunf\u00e9legyh\u00e1za - Szentes - H\u00f3dmez\u0151v\u00e1s\u00e1rhely",
        "short": "1089",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1090",
        "label": "1090",
        "long": "Budapest - Szentes - H\u00f3dmez\u0151v\u00e1s\u00e1rhely - Orosh\u00e1za - Battonya",
        "short": "1090",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1092",
        "label": "1092",
        "long": "Budapest - Szentes - Orosh\u00e1za - Battonya",
        "short": "1092",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1094",
        "label": "1094",
        "long": "Budapest - Szentes - H\u00f3dmez\u0151v\u00e1s\u00e1rhely - Mak\u00f3",
        "short": "1094",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1110",
        "label": "1110",
        "long": "Budapest - Solt - Kalocsa - Baja",
        "short": "1110",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1111",
        "label": "1111",
        "long": "Budapest - Solt - Kalocsa - J\u00e1noshalma",
        "short": "1111",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1113",
        "label": "1113",
        "long": "Budapest - Solt - Kalocsa - Baja - B\u00e1csalm\u00e1s",
        "short": "1113",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1121",
        "label": "1121",
        "long": "Budapest - Duna\u00fajv\u00e1ros - B\u00f6lcske - Tolna - Szeksz\u00e1rd",
        "short": "1121",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1123",
        "label": "1123",
        "long": "Budapest - Kalocsa - Baja - B\u00e1csalm\u00e1s",
        "short": "1123",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1125",
        "label": "1125",
        "long": "Budapest - Duna\u00fajv\u00e1ros - Dunaf\u00f6ldv\u00e1r - Paks - Szeksz\u00e1rd",
        "short": "1125",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1130",
        "label": "1130",
        "long": "Budapest - M6 - Baja",
        "short": "1130",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1131",
        "label": "1131",
        "long": "Budapest - Duna\u00fajv\u00e1ros - Szeksz\u00e1rd - Moh\u00e1cs - Hark\u00e1ny",
        "short": "1131",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1134",
        "label": "1134",
        "long": "Budapest - Duna\u00fajv\u00e1ros - Szeksz\u00e1rd - P\u00e9cs - Sikl\u00f3s",
        "short": "1134",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1135",
        "label": "1135",
        "long": "Budapest - M6 - M60 - P\u00e9cs",
        "short": "1135",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1136",
        "label": "1136",
        "long": "Budapest - Szeksz\u00e1rd - Bonyh\u00e1d - Koml\u00f3",
        "short": "1136",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1172",
        "label": "1172",
        "long": "Budapest - Si\u00f3fok - Tab - Igal - Kaposv\u00e1r",
        "short": "1172",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1173",
        "label": "1173",
        "long": "Budapest - Sz\u00e9kesfeh\u00e9rv\u00e1r - Enying - Tam\u00e1si",
        "short": "1173",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1174",
        "label": "1174",
        "long": "Budapest - Sz\u00e9kesfeh\u00e9rv\u00e1r - Si\u00f3fok - Igal - Kaposv\u00e1r",
        "short": "1174",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1175",
        "label": "1175",
        "long": "Budapest - Mernye - Kaposv\u00e1r",
        "short": "1175",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1176",
        "label": "1176",
        "long": "Budapest - Tab / Kereki - Igal - Kaposv\u00e1r",
        "short": "1176",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1177",
        "label": "1177",
        "long": "Budapest - Si\u00f3fok - Marcali - Nagyat\u00e1d - Barcs",
        "short": "1177",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1183",
        "label": "1183",
        "long": "Budapest - Zalakaros - Nagykanizsa - Letenye - Lenti",
        "short": "1183",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1184",
        "label": "1184",
        "long": "Budapest - Nagykanizsa - Letenye - Lenti",
        "short": "1184",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1185",
        "label": "1185",
        "long": "Budapest - S\u00e1rmell\u00e9k - Zalaegerszeg - Zalal\u00f6v\u0151 - Baj\u00e1nsenye",
        "short": "1185",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1186",
        "label": "1186",
        "long": "Budapest - S\u00e1rmell\u00e9k - Zalaegerszeg - Lenti",
        "short": "1186",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1187",
        "label": "1187",
        "long": "Budapest - Pacsa - Zalaegerszeg - Lenti",
        "short": "1187",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1188",
        "label": "1188",
        "long": "Budapest - H\u00e9v\u00edz - Zalaegerszeg - Zalal\u00f6v\u0151 - Baj\u00e1nsenye",
        "short": "1188",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1193",
        "label": "1193",
        "long": "Budapest - S\u00e1rmell\u00e9k - Pacsa - Bak - Lenti",
        "short": "1193",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1194",
        "label": "1194",
        "long": "Budapest - Keszthely - Zalaszentgr\u00f3t",
        "short": "1194",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1204",
        "label": "1204",
        "long": "Budapest - Sz\u00e9kesfeh\u00e9rv\u00e1r - Bakonycsernye - Zirc",
        "short": "1204",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1205",
        "label": "1205",
        "long": "Budapest - Sz\u00e9kesfeh\u00e9rv\u00e1r",
        "short": "1205",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1212",
        "label": "1212",
        "long": "Budapest - Veszpr\u00e9m - Tapolca - Keszthely - H\u00e9v\u00edz",
        "short": "1212",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1215",
        "label": "1215",
        "long": "Budapest - Sz\u00e9kesfeh\u00e9rv\u00e1r - V\u00e1rpalota - Veszpr\u00e9m - Tapolca",
        "short": "1215",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1216",
        "label": "1216",
        "long": "Budapest - Veszpr\u00e9m - Tapolca - S\u00fcmeg - Zalaszentgr\u00f3t",
        "short": "1216",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1217",
        "label": "1217",
        "long": "Budapest - Kapolcs",
        "short": "1217",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1228",
        "label": "1228",
        "long": "Budapest - Veszpr\u00e9m - P\u00e1pa - S\u00e1rv\u00e1r - B\u00fckf\u00fcrd\u0151",
        "short": "1228",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1229",
        "label": "1229",
        "long": "Budapest - Veszpr\u00e9m - Farkasgyep\u0171 - P\u00e1pa",
        "short": "1229",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1251",
        "label": "1251",
        "long": "Budapest - Bakonycsernye - Zirc - Bakonyb\u00e9l - P\u00e1pa",
        "short": "1251",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1301",
        "label": "1301",
        "long": "Salg\u00f3tarj\u00e1n - Gy\u00f6ngy\u00f6s - Tiszaf\u00fcred - Debrecen",
        "short": "1301",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1302",
        "label": "1302",
        "long": "Salg\u00f3tarj\u00e1n - P\u00e1szt\u00f3 - L\u0151rinci - M3 - M7 - Si\u00f3fok",
        "short": "1302",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1343",
        "label": "1343",
        "long": "Eger - F\u00fczesabony - Debrecen - Hajd\u00faszoboszl\u00f3",
        "short": "1343",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1346",
        "label": "1346",
        "long": "Eger - B\u00e9k\u00e9scsaba",
        "short": "1346",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1348",
        "label": "1348",
        "long": "Eger - Gy\u00f6ngy\u00f6s - J\u00e1szber\u00e9ny - Kecskem\u00e9t",
        "short": "1348",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1350",
        "label": "1350",
        "long": "Miskolc-Mez\u0151k\u00f6vesd-Eger-Recsk-Salg\u00f3tarj\u00e1n",
        "short": "1350",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1362",
        "label": "1362",
        "long": "Eger - Heves - J\u00e1szber\u00e9ny - Kecskem\u00e9t",
        "short": "1362",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1373",
        "label": "1373",
        "long": "Miskolc - Tisza\u00fajv\u00e1ros - M3 - Debrecen - Gyula",
        "short": "1373",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1374",
        "label": "1374",
        "long": "Miskolc - Debrecen - B\u00e9k\u00e9scsaba - Szeged",
        "short": "1374",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1375",
        "label": "1375",
        "long": "Miskolc - Tiszaf\u00fcred - Szeged",
        "short": "1375",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1376",
        "label": "1376",
        "long": "Miskolc - Mez\u0151k\u00f6vesd - J\u00e1szber\u00e9ny - Kecskem\u00e9t",
        "short": "1376",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1377",
        "label": "1377",
        "long": "Miskolc - Mez\u0151k\u00f6vesd - Tiszaf\u00fcred - Szolnok",
        "short": "1377",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1402",
        "label": "1402",
        "long": "Eger - Gy\u00f6ngy\u00f6s - M3 - M7 - Si\u00f3fok - H\u00e9v\u00edz",
        "short": "1402",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1410",
        "label": "1410",
        "long": "\u00d3zd - Miskolc - Tisza\u00fajv\u00e1ros - Debrecen",
        "short": "1410",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1411",
        "label": "1411",
        "long": "\u00d3zd - Miskolc - M3 aut\u00f3p\u00e1lya - Debrecen",
        "short": "1411",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1426",
        "label": "1426",
        "long": "Ny\u00edregyh\u00e1za - Mez\u0151k\u00f6vesd - Eger",
        "short": "1426",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1427",
        "label": "1427",
        "long": "Ny\u00edregyh\u00e1za - Mez\u0151k\u00f6vesd - Eger - Gy\u00f6ngy\u00f6s - Hatvan",
        "short": "1427",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1432",
        "label": "1432",
        "long": "Debrecen - Szeghalom - Szarvas",
        "short": "1432",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1441",
        "label": "1441",
        "long": "Debrecen - B\u00e9k\u00e9scsaba - Szeged",
        "short": "1441",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1443",
        "label": "1443",
        "long": "Debrecen - Heves - J\u00e1szber\u00e9ny",
        "short": "1443",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1447",
        "label": "1447",
        "long": "Debrecen - Eger - Salg\u00f3tarj\u00e1n",
        "short": "1447",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1448",
        "label": "1448",
        "long": "Debrecen - Tiszaf\u00fcred - Eger - Salg\u00f3tarj\u00e1n",
        "short": "1448",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1449",
        "label": "1449",
        "long": "Debrecen - Ny\u00edregyh\u00e1za - Tokaj - S\u00e1toralja\u00fajhely",
        "short": "1449",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1466",
        "label": "1466",
        "long": "Szolnok - J\u00e1szber\u00e9ny - Eger",
        "short": "1466",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1468",
        "label": "1468",
        "long": "Szolnok - Tiszaf\u00fcred - Eger",
        "short": "1468",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1486",
        "label": "1486",
        "long": "B\u00e9k\u00e9scsaba - Szeged - Baja - P\u00e9cs",
        "short": "1486",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1499",
        "label": "1499",
        "long": "B\u00e9k\u00e9scsaba - Kecskem\u00e9t - Duna\u00fajv\u00e1ros - Si\u00f3fok - Zalaegerszeg",
        "short": "1499",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1503",
        "label": "1503",
        "long": "Szeged - Baja - P\u00e9cs - Kaposv\u00e1r - Zalaegerszeg",
        "short": "1503",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1504",
        "label": "1504",
        "long": "Szeged - Baja - Moh\u00e1cs/M6 - P\u00e9cs",
        "short": "1504",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1506",
        "label": "1506",
        "long": "Szeged - Baja - Szeksz\u00e1rd - Si\u00f3fok - H\u00e9v\u00edz",
        "short": "1506",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1507",
        "label": "1507",
        "long": "Szeged - Kiskunhalas - Solt - Dunaf\u00f6ldv\u00e1r/M8 - Duna\u00fajv\u00e1ros - Sz\u00e9kesfeh\u00e9rv\u00e1r - Gy\u0151r",
        "short": "1507",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1510",
        "label": "1510",
        "long": "Szeged - Solt - M8 - Duna\u00fajv\u00e1ros - Sz\u00e9kesfeh\u00e9rv\u00e1r - Veszpr\u00e9m",
        "short": "1510",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1512",
        "label": "1512",
        "long": "Szeged - Solt - Duna\u00fajv\u00e1ros - Sz\u00e9kesfeh\u00e9rv\u00e1r - M7 - Si\u00f3fok",
        "short": "1512",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1513",
        "label": "1513",
        "long": "Szeged-Kiskunhalas-Solt-Dunaf\u00f6ldv\u00e1r-Veszpr\u00e9m",
        "short": "1513",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1515",
        "label": "1515",
        "long": "Szeged - Szolnok - J\u00e1szber\u00e9ny - Gy\u00f6ngy\u00f6s - Par\u00e1df\u00fcrd\u0151",
        "short": "1515",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1516",
        "label": "1516",
        "long": "Szeged - Szarvas - Kis\u00fajsz\u00e1ll\u00e1s - Tiszaf\u00fcred",
        "short": "1516",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1517",
        "label": "1517",
        "long": "Szeged - Csongr\u00e1d/M5 - Kiskunf\u00e9legyh\u00e1za - Szolnok - J\u00e1szap\u00e1ti - Heves - Eger",
        "short": "1517",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1518",
        "label": "1518",
        "long": "Szeged - Csongr\u00e1d - Kunszentm\u00e1rton - Szolnok",
        "short": "1518",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1524",
        "label": "1524",
        "long": "Kecskem\u00e9t - Baja - P\u00e9cs",
        "short": "1524",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1528",
        "label": "1528",
        "long": "Kecskem\u00e9t - Solt - Duna\u00fajv\u00e1ros - Si\u00f3fok - Fony\u00f3d",
        "short": "1528",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1529",
        "label": "1529",
        "long": "Kecskem\u00e9t - Sz\u00e9kesfeh\u00e9rv\u00e1r - Veszpr\u00e9m - Balatonf\u00fcred",
        "short": "1529",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1547",
        "label": "1547",
        "long": "Szeksz\u00e1rd - Paks - Kecskem\u00e9t",
        "short": "1547",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1560",
        "label": "1560",
        "long": "P\u00e9cs-M60-M6-Baja",
        "short": "1560",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1562",
        "label": "1562",
        "long": "P\u00e9cs - Nagyat\u00e1d - Zalaegerszeg",
        "short": "1562",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1563",
        "label": "1563",
        "long": "Si\u00f3fok - Sz\u00e9kesfeh\u00e9rv\u00e1r - M\u00f3r - Gy\u0151r",
        "short": "1563",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1564",
        "label": "1564",
        "long": "P\u00e9cs - Domb\u00f3v\u00e1r - Veszpr\u00e9m - P\u00e1pa",
        "short": "1564",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1566",
        "label": "1566",
        "long": "P\u00e9cs - Kalocsa - Kecskem\u00e9t",
        "short": "1566",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1568",
        "label": "1568",
        "long": "P\u00e9cs - Szeksz\u00e1rd - Dunaf\u00f6ldv\u00e1r - Kisk\u0151r\u00f6s",
        "short": "1568",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1569",
        "label": "1569",
        "long": "P\u00e9cs - Kaposv\u00e1r - Ajka",
        "short": "1569",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1577",
        "label": "1577",
        "long": "P\u00e9cs - Baja - Kiskunf\u00e9legyh\u00e1za - Csongr\u00e1d - Szentes",
        "short": "1577",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1578",
        "label": "1578",
        "long": "P\u00e9cs - Kaposv\u00e1r - Balatonlelle - Keszthely/Zalakaros",
        "short": "1578",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1579",
        "label": "1579",
        "long": "P\u00e9cs - Kaposv\u00e1r - Balatonlelle - Keszthely - Badacsonytomaj",
        "short": "1579",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1592",
        "label": "1592",
        "long": "Kaposv\u00e1r - Si\u00f3fok - Veszpr\u00e9m - Gy\u0151r",
        "short": "1592",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1593",
        "label": "1593",
        "long": "Kaposv\u00e1r - Si\u00f3fok - Veszpr\u00e9m",
        "short": "1593",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1620",
        "label": "1620",
        "long": "Gy\u0151r - P\u00e1pa - S\u00fcmeg - Zalaegerszeg",
        "short": "1620",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1631",
        "label": "1631",
        "long": "Keszthely - Balatonf\u00fcred - Veszpr\u00e9m - Zirc - Gy\u0151r",
        "short": "1631",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1639",
        "label": "1639",
        "long": "Lenti - Zalaegerszeg - Vasv\u00e1r - S\u00e1rv\u00e1r - Gy\u0151r",
        "short": "1639",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1641",
        "label": "1641",
        "long": "Lenti/Zalaegerszeg - Nagykanizsa - Kaposv\u00e1r/Nagyat\u00e1d - P\u00e9cs",
        "short": "1641",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1642",
        "label": "1642",
        "long": "Nagykanizsa - Zalaegerszeg - Szombathely - Sopron",
        "short": "1642",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1643",
        "label": "1643",
        "long": "Lenti - \u0150riszentp\u00e9ter - Szombathely - B\u00fckf\u00fcrd\u0151",
        "short": "1643",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1652",
        "label": "1652",
        "long": "Bonyh\u00e1d-Szeksz\u00e1rd-Baja-Szeged",
        "short": "1652",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1663",
        "label": "1663",
        "long": "Szombathely - S\u00e1rv\u00e1r - P\u00e1pa - Gy\u0151r",
        "short": "1663",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1665",
        "label": "1665",
        "long": "Zalaegerszeg - Keszthely - Balatonlelle - Kaposv\u00e1r - P\u00e9cs",
        "short": "1665",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1668",
        "label": "1668",
        "long": "Szombathely - Zalaegerszeg - Kaposv\u00e1r - P\u00e9cs",
        "short": "1668",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1673",
        "label": "1673",
        "long": "Szombathely - Keszthely - Kaposv\u00e1r - P\u00e9cs",
        "short": "1673",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1707",
        "label": "1707",
        "long": "Gy\u0151r - Sz\u00e9kesfeh\u00e9rv\u00e1r - Szeksz\u00e1rd - P\u00e9cs",
        "short": "1707",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1708",
        "label": "1708",
        "long": "Gy\u0151r  - Veszpr\u00e9m - Balatonalm\u00e1di - Si\u00f3fok - Sz\u00e1nt\u00f3d",
        "short": "1708",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1714",
        "label": "1714",
        "long": "Gy\u0151r - P\u00e1pa - Ajka - Tapolca - Keszthely - H\u00e9v\u00edz",
        "short": "1714",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1715",
        "label": "1715",
        "long": "Gy\u0151r - Csorna - Szombathely",
        "short": "1715",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1717",
        "label": "1717",
        "long": "Gy\u0151r - P\u00e1pa - Ajka - Tapolca - R\u00e9vf\u00fcl\u00f6p",
        "short": "1717",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1720",
        "label": "1720",
        "long": "Sopron - Csorna - P\u00e1pa - Veszpr\u00e9m - Balatonf\u00fcred",
        "short": "1720",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1722",
        "label": "1722",
        "long": "Sopron - P\u00e1pa - Veszpr\u00e9m - Balatonalm\u00e1di - Balatonf\u00fcred",
        "short": "1722",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1723",
        "label": "1723",
        "long": "Sopron - S\u00e1rv\u00e1r - S\u00fcmeg - Keszthely - H\u00e9v\u00edz/Fony\u00f3d",
        "short": "1723",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1724",
        "label": "1724",
        "long": "Sopron - S\u00e1rv\u00e1r - S\u00fcmeg - Keszthely",
        "short": "1724",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1725",
        "label": "1725",
        "long": "Sopron - S\u00fcmeg - Keszthely - Kaposv\u00e1r",
        "short": "1725",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1726",
        "label": "1726",
        "long": "Sopron - K\u0151szeg - Zalaegerszeg - Nagykanizsa",
        "short": "1726",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1727",
        "label": "1727",
        "long": "K\u0151szeg - Szombathely - Tapolca",
        "short": "1727",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1731",
        "label": "1731",
        "long": "Veszpr\u00e9m - Enying - Szeksz\u00e1rd - Baja",
        "short": "1731",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1732",
        "label": "1732",
        "long": "Veszpr\u00e9m - Tapolca - V\u00e1rv\u00f6lgy - Keszthely - H\u00e9v\u00edz",
        "short": "1732",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1735",
        "label": "1735",
        "long": "Veszpr\u00e9m-Balatonf\u00fcred-Keszthely-Nagykanizsa",
        "short": "1735",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1736",
        "label": "1736",
        "long": "Veszpr\u00e9m - Tapolca - Keszthely - Nagykanizsa",
        "short": "1736",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1740",
        "label": "1740",
        "long": "Balatonf\u00fcred - Veszpr\u00e9m - Si\u00f3fok - Domb\u00f3v\u00e1r - P\u00e9cs",
        "short": "1740",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1742",
        "label": "1742",
        "long": "Veszpr\u00e9m - Si\u00f3fok - Kaposv\u00e1r - P\u00e9cs",
        "short": "1742",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1758",
        "label": "1758",
        "long": "Balatonf\u00fcred - Veszpr\u00e9m - Tatab\u00e1nya",
        "short": "1758",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1794",
        "label": "1794",
        "long": "Gy\u0151r - P\u00e1pa - S\u00fcmeg - H\u00e9v\u00edz - Keszthely - Nagykanizsa",
        "short": "1794",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1803",
        "label": "1803",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - Duna\u00fajv\u00e1ros - Solt - Kalocsa",
        "short": "1803",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1804",
        "label": "1804",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - Si\u00f3fok - Domb\u00f3v\u00e1r - Koml\u00f3",
        "short": "1804",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1806",
        "label": "1806",
        "long": "Veszpr\u00e9m - Balatonf\u00fcred - Keszthely - Zalaegerszeg - Szombathely",
        "short": "1806",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1808",
        "label": "1808",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - Veszpr\u00e9m - Balatonf\u00fcred - Keszthely - Zalaegerszeg",
        "short": "1808",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1824",
        "label": "1824",
        "long": "Duna\u00fajv\u00e1ros - Sz\u00e9kesfeh\u00e9rv\u00e1r - Tatab\u00e1nya - Kom\u00e1rom",
        "short": "1824",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1826",
        "label": "1826",
        "long": "Gy\u0151r - Kisb\u00e9r - Sz\u00e9kesfeh\u00e9rv\u00e1r - Perk\u00e1ta - Duna\u00fajv\u00e1ros",
        "short": "1826",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1842",
        "label": "1842",
        "long": "Tatab\u00e1nya-Sz\u00e9kesfeh\u00e9rv\u00e1r-Si\u00f3fok-Fony\u00f3d",
        "short": "1842",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1843",
        "label": "1843",
        "long": "Tatab\u00e1nya - Sz\u00e9kesfeh\u00e9rv\u00e1r - Szeksz\u00e1rd - P\u00e9cs",
        "short": "1843",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1846",
        "label": "1846",
        "long": "Tatab\u00e1nya-Sz\u00e9kesfeh\u00e9rv\u00e1r-Balatonf\u00fcred-H\u00e9v\u00edz",
        "short": "1846",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1848",
        "label": "1848",
        "long": "Tatab\u00e1nya-Kisb\u00e9r-P\u00e1pa-Szombathely",
        "short": "1848",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1850",
        "label": "1850",
        "long": "Tatab\u00e1nya - B\u00e1bolna - Gy\u0151r - Csorna - Kapuv\u00e1r - B\u00fckf\u00fcrd\u0151",
        "short": "1850",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1851",
        "label": "1851",
        "long": "Tatab\u00e1nya - Kisb\u00e9r - P\u00e1pa",
        "short": "1851",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-O-200-1853",
        "label": "1853",
        "long": "Esztergom - Zs\u00e1mb\u00e9k - Sz\u00e9kesfeh\u00e9rv\u00e1r - Veszpr\u00e9m - Balatonf\u00fcred",
        "short": "1853",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1076",
        "label": "1076",
        "long": "Budapest - G\u00f6d\u00f6ll\u0151 - J\u00e1szber\u00e9ny - J\u00e1szap\u00e1ti - J\u00e1szszentandr\u00e1s",
        "short": "1076",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1115",
        "label": "1115",
        "long": "Budapest - Kunszentmikl\u00f3s - Kisk\u0151r\u00f6s - Kiskunhalas",
        "short": "1115",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1253",
        "label": "1253",
        "long": "Budapest - Bicske - M\u00f3r",
        "short": "1253",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1254",
        "label": "1254",
        "long": "Budapest - Bicske - M\u00f3r - Kisb\u00e9r",
        "short": "1254",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1257",
        "label": "1257",
        "long": "Budapest - Oroszl\u00e1ny - Kisb\u00e9r",
        "short": "1257",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1305",
        "label": "1305",
        "long": "Salg\u00f3tarj\u00e1n - B\u00e1tonyterenye - P\u00e1szt\u00f3 - Gy\u00f6ngy\u00f6s",
        "short": "1305",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1306",
        "label": "1306",
        "long": "Balassagyarmat - Nagyk\u00f6k\u00e9nyes - Hatvan",
        "short": "1306",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1308",
        "label": "1308",
        "long": "Balassagyarmat - Herencs\u00e9ny - Gy\u00f6ngy\u00f6s",
        "short": "1308",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1344",
        "label": "1344",
        "long": "EgerMez\u0151k\u00f6vesdM3 aut\u00f3p\u00e1lyaDebrecen - Hajd\u00faszoboszl\u00f3",
        "short": "1344",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1347",
        "label": "1347",
        "long": "Eger-Tarnalelesz-Nemti-Salg\u00f3tarj\u00e1n",
        "short": "1347",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1349",
        "label": "1349",
        "long": "Eger-B\u00fckksz\u00e9k-P\u00e9terv\u00e1s\u00e1ra-B\u00e1tonyterenye-Salg\u00f3tarj\u00e1n",
        "short": "1349",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1359",
        "label": "1359",
        "long": "Eger - B\u00fckksz\u00e9k - P\u00e9terv\u00e1s\u00e1ra -  M\u00e1traszele - Salg\u00f3tarj\u00e1n",
        "short": "1359",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1360",
        "label": "1360",
        "long": "Eger - Sirok - B\u00fckksz\u00e9k - P\u00e9terv\u00e1s\u00e1ra - Cered - Salg\u00f3tarj\u00e1n",
        "short": "1360",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1365",
        "label": "1365",
        "long": "Cered-P\u00e9terv\u00e1s\u00e1ra-Tarnalelesz-Eger",
        "short": "1365",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1369",
        "label": "1369",
        "long": "\u00d3zd - Miskolc - Tisza\u00fajv\u00e1ros - Hajd\u00fan\u00e1n\u00e1s - Ny\u00edregyh\u00e1za",
        "short": "1369",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1370",
        "label": "1370",
        "long": "Miskolc - Polg\u00e1r - Ny\u00edregyh\u00e1za",
        "short": "1370",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1372",
        "label": "1372",
        "long": "Miskolc - Polg\u00e1r - Debrecen - Hajd\u00faszoboszl\u00f3",
        "short": "1372",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1380",
        "label": "1380",
        "long": "Miskolc - Mez\u0151k\u00f6vesd - Eger",
        "short": "1380",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1381",
        "label": "1381",
        "long": "Miskolc - B\u00fckk\u00e1br\u00e1ny - Mez \u0151k\u00f6vesd - Eger",
        "short": "1381",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1383",
        "label": "1383",
        "long": "Miskolc - B\u00fckszentkereszt - Eger",
        "short": "1383",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1440",
        "label": "1440",
        "long": "Debrecen - Kom\u00e1di - Gyula - B\u00e9k\u00e9scsaba",
        "short": "1440",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1446",
        "label": "1446",
        "long": "Debrecen-Hajd\u00fan\u00e1n\u00e1s-Ny\u00edregyh\u00e1za-Ibr\u00e1ny",
        "short": "1446",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1450",
        "label": "1450",
        "long": "Debrecen - Tiszacsege - Polg\u00e1r - Tisza\u00fajv\u00e1ros",
        "short": "1450",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1464",
        "label": "1464",
        "long": "Szolnok - Nagyk\u0151r\u00f6s",
        "short": "1464",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1469",
        "label": "1469",
        "long": "Szolnok - J\u00e1szber\u00e9ny - Gy\u00f6ngy\u00f6s",
        "short": "1469",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1622",
        "label": "1622",
        "long": "Zalaegerszeg - K\u00f6rmend - Szombathely",
        "short": "1622",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1625",
        "label": "1625",
        "long": "Lenti - Zalaegerszeg - Keszthely - Tapolca - Veszpr\u00e9m",
        "short": "1625",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1626",
        "label": "1626",
        "long": "Zalaegerszeg-Keszthely-Veszpr\u00e9m-Sz\u00e9kesfeh\u00e9rv\u00e1r",
        "short": "1626",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1636",
        "label": "1636",
        "long": "Tapolca - Keszthely - Vasv\u00e1r - Szombathely - B\u00fckf\u00fcrd\u0151",
        "short": "1636",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1658",
        "label": "1658",
        "long": "Lenti - Zalaegerszeg - Keszthely - Balatonf\u00fcred - Veszpr\u00e9m",
        "short": "1658",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1660",
        "label": "1660",
        "long": "Szombathely - K\u0151szeg - Sopron",
        "short": "1660",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1662",
        "label": "1662",
        "long": "Szombathely - Csepreg - Sopron",
        "short": "1662",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1664",
        "label": "1664",
        "long": "Szombathely - S\u00e1rv\u00e1r - S\u00fcmeg - Tapolca",
        "short": "1664",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1666",
        "label": "1666",
        "long": "Szombathely - H\u00e9v\u00edz - Keszthely - Pacsa - Nagykanizsa",
        "short": "1666",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1667",
        "label": "1667",
        "long": "Szombathely - Vasv\u00e1r - Zalaegerszeg - Nagykanizsa",
        "short": "1667",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1669",
        "label": "1669",
        "long": "Lenti - K\u00f6rmend - Szombathely",
        "short": "1669",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1670",
        "label": "1670",
        "long": "S\u00e1rv\u00e1r - Zalaszentgr\u00f3t - Zalaegerszeg",
        "short": "1670",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1671",
        "label": "1671",
        "long": "Szombathely - S\u00e1rv\u00e1r - P\u00e1pa",
        "short": "1671",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1706",
        "label": "1706",
        "long": "Gy\u0151r - Kisb\u00e9r - Sz\u00e9kesfeh\u00e9rv\u00e1r",
        "short": "1706",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1709",
        "label": "1709",
        "long": "Gy\u0151r - Zirc - Veszpr\u00e9m - Balatonalm\u00e1di - Balatonf\u00fcred",
        "short": "1709",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1710",
        "label": "1710",
        "long": "Gy\u0151r - Zirc - Veszpr\u00e9m - Csopak - Balatonf\u00fcred",
        "short": "1710",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1711",
        "label": "1711",
        "long": "Gy\u0151r - P\u00e1pa - Devecser - Ajka",
        "short": "1711",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1719",
        "label": "1719",
        "long": "Sopron - R\u00e9pcelak - Kenyeri - Celld\u00f6m\u00f6lk",
        "short": "1719",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1721",
        "label": "1721",
        "long": "Gy\u0151r - Kom\u00e1rom - Esztergom",
        "short": "1721",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1809",
        "label": "1809",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - Bakonycsernye - Dudar - Zirc",
        "short": "1809",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1822",
        "label": "1822",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - M\u00f3r - Kisb\u00e9r - Gy\u0151r",
        "short": "1822",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1823",
        "label": "1823",
        "long": "Duna\u00fajv\u00e1ros - Sz\u00e9kesfeh\u00e9rv\u00e1r - Veszpr\u00e9m",
        "short": "1823",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1841",
        "label": "1841",
        "long": "Tata-Tatab\u00e1nya-Cs\u00e1kv\u00e1r-Sz\u00e9kesfeh\u00e9rv\u00e1r",
        "short": "1841",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-1845",
        "label": "1845",
        "long": "Tatab\u00e1nya-Oroszl\u00e1ny-M\u00f3r-Sz\u00e9kesfeh\u00e9rv\u00e1r",
        "short": "1845",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-300",
        "label": "300",
        "long": "Budapest - Dunakeszi - V\u00e1c",
        "short": "300",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-301",
        "label": "301",
        "long": "Budapest - Dunakeszi, Bar\u00e1ts\u00e1g u. - G\u00f6d",
        "short": "301",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3015",
        "label": "3015",
        "long": "Salg\u00f3tarj\u00e1n - Cered - Szilaspogony",
        "short": "3015",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-302",
        "label": "302",
        "long": "Budapest - Dunakeszi - V\u00e1c",
        "short": "302",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3022",
        "label": "3022",
        "long": "Salg\u00f3tarj\u00e1n-Cered-Istenmezeje-P\u00e9terv\u00e1s\u00e1ra",
        "short": "3022",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3024",
        "label": "3024",
        "long": "Salg\u00f3tarj\u00e1n - B\u00e1rna",
        "short": "3024",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3026",
        "label": "3026",
        "long": "B\u00e1rna - M\u00e1traszele - Kaz\u00e1r",
        "short": "3026",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-303",
        "label": "303",
        "long": "Budapest - Dunakeszi - V\u00e1c",
        "short": "303",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3030",
        "label": "3030",
        "long": "Salg\u00f3tarj\u00e1n-M\u00e1tranov\u00e1k-M\u00e1traterenye-M\u00e1traballa",
        "short": "3030",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3031",
        "label": "3031",
        "long": "Salg\u00f3tarj\u00e1n - M\u00e1tranov\u00e1k - M\u00e1traterenye - M\u00e1tramindszent",
        "short": "3031",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3044",
        "label": "3044",
        "long": "Salg\u00f3tarj\u00e1n - Kaz\u00e1r - Mizserfa",
        "short": "3044",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3045",
        "label": "3045",
        "long": "Salg\u00f3tarj\u00e1n - Vizsl\u00e1s - Kaz\u00e1r - Mizserfa - M\u00e1traszele",
        "short": "3045",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3046",
        "label": "3046",
        "long": "Bt.(K.terenye), \u00f3zdi \u00fatel\u00e1g - Vizsl\u00e1s - \u00dajlak - Kaz\u00e1r, f.sz\u00f6v",
        "short": "3046",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-305",
        "label": "305",
        "long": "Budapest - Dunakeszi, Auchan - Dunakeszi, Hor\u00e1nyi r\u00e9v",
        "short": "305",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3051",
        "label": "3051",
        "long": "Salg\u00f3tarj\u00e1n - B.terenye - Dorogh\u00e1za - M\u00e1tramindszent - Szuha",
        "short": "3051",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3052",
        "label": "3052",
        "long": "Salg\u00f3tarj\u00e1n - B.terenye - /Dorogh\u00e1za - M\u00e1tramindszent/ - Szuha",
        "short": "3052",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3054",
        "label": "3054",
        "long": "Salg\u00f3tarj\u00e1n - P\u00e1szt\u00f3 - M\u00e1traszentimre - M\u00e1trah\u00e1za - K\u00e9kestet\u0151",
        "short": "3054",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3055",
        "label": "3055",
        "long": "Salg\u00f3tarj\u00e1n - B\u00e1tonyterenye(Nagyb\u00e1tony)",
        "short": "3055",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3056",
        "label": "3056",
        "long": "Salg\u00f3tarj\u00e1n - B\u00e1tonyterenye - Nemti - N\u00e1d\u00fajfalu - M\u00e1traterenye",
        "short": "3056",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3058",
        "label": "3058",
        "long": "Salg\u00f3tarj\u00e1n - B\u00e1tonyterenye,Ipari Park - B\u00e1tonyterenye - Nagyb\u00e1tony - Salg\u00f3tarj\u00e1n",
        "short": "3058",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-306",
        "label": "306",
        "long": "Budapest - Dunakeszi, Auchan - Dunakeszi, Hor\u00e1nyi r\u00e9v",
        "short": "306",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3060",
        "label": "3060",
        "long": "Salg\u00f3tarj\u00e1n - B\u00e1tonyterenye - P\u00e1szt\u00f3 - Szurdokp\u00fcsp\u00f6ki",
        "short": "3060",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3061",
        "label": "3061",
        "long": "Salg\u00f3tarj\u00e1n - B\u00e1tonyterenye - P\u00e1szt\u00f3 - Buj\u00e1k",
        "short": "3061",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3062",
        "label": "3062",
        "long": "Salg\u00f3tarj\u00e1n - P\u00e1szt\u00f3 - Szir\u00e1k - Vanyarc - K\u00e1ll\u00f3",
        "short": "3062",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3064",
        "label": "3064",
        "long": "B\u00e1tonyterenye-Tar-M\u00e1trasz\u0151l\u0151s-P\u00e1szt\u00f3-L\u0151rinci",
        "short": "3064",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3065",
        "label": "3065",
        "long": "Salg\u00f3tarj\u00e1n - B\u00e1tonyterenye - M\u00e1trasz\u0151l\u0151s - P\u00e1szt\u00f3",
        "short": "3065",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3066",
        "label": "3066",
        "long": "Salg\u00f3tarj\u00e1n - B\u00e1tonyterenye - M\u00e1travereb\u00e9ly(Szentk\u00fat)",
        "short": "3066",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3067",
        "label": "3067",
        "long": "Salg\u00f3tarj\u00e1n - B\u00e1tonyterenye - P\u00e1szt\u00f3 - Cs\u00e9cse",
        "short": "3067",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3070",
        "label": "3070",
        "long": "Salg\u00f3tarj\u00e1n - Lucfalva - Kisb\u00e1rk\u00e1ny - Tar - P\u00e1szt\u00f3",
        "short": "3070",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3072",
        "label": "3072",
        "long": "Salg\u00f3tarj\u00e1n - S\u00e1g\u00fajfalu - Sz\u00e9cs\u00e9ny - P\u00e1szt\u00f3",
        "short": "3072",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3075",
        "label": "3075",
        "long": "Salg\u00f3tarj\u00e1n - N\u00f3gr\u00e1dmegyer - Sz\u00e9cs\u00e9ny",
        "short": "3075",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-308",
        "label": "308",
        "long": "Budapest - Dunakeszi - F\u00f3t - Budapest",
        "short": "308",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3080",
        "label": "3080",
        "long": "Salg\u00f3tarj\u00e1n - S\u00e1g\u00fajfalu - Sz\u00e9cs\u00e9ny - Balassagyarmat",
        "short": "3080",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3081",
        "label": "3081",
        "long": "Salg\u00f3tarj\u00e1n - Sz\u00e9cs\u00e9ny - Balassagyarmat - Sz\u00fcgy",
        "short": "3081",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3082",
        "label": "3082",
        "long": "Salg\u00f3tarj\u00e1n - Lud\u00e1nyhal\u00e1szi - Sz\u00e9cs\u00e9ny - N\u00f3gr\u00e1dszak\u00e1l",
        "short": "3082",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3084",
        "label": "3084",
        "long": "Salg\u00f3tarj\u00e1n - Karancskeszi - Litke - Balassagyarmat",
        "short": "3084",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-309",
        "label": "309",
        "long": "Budapest - Dunakeszi - F\u00f3t - Budapest",
        "short": "309",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3090",
        "label": "3090",
        "long": "Salg\u00f3tarj\u00e1n - Karancskeszi - Ipolytarn\u00f3c",
        "short": "3090",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3092",
        "label": "3092",
        "long": "Salg\u00f3tarj\u00e1n - Etes",
        "short": "3092",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3093",
        "label": "3093",
        "long": "Salg\u00f3tarj\u00e1n - Etes - Karancslapujt\u0151",
        "short": "3093",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3094",
        "label": "3094",
        "long": "Salg\u00f3tarj\u00e1n - Karancsber\u00e9ny",
        "short": "3094",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-310",
        "label": "310",
        "long": "Budapest - F\u00f3t - Dunakeszi - Budapest",
        "short": "310",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3108",
        "label": "3108",
        "long": "B\u00e1tonyterenye-Kaz\u00e1r-M\u00e1traszele-M\u00e1tranov\u00e1k/B\u00e1rna",
        "short": "3108",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-311",
        "label": "311",
        "long": "Budapest - F\u00f3t - Dunakeszi - Budapest",
        "short": "311",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-312",
        "label": "312",
        "long": "Budapest - R\u00e1d - Penc - N\u00e9zsa",
        "short": "312",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-313",
        "label": "313",
        "long": "Budapest - \u0150rbotty\u00e1n - V\u00e1cr\u00e1t\u00f3t - P\u00fcsp\u00f6kszil\u00e1gy",
        "short": "313",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3136",
        "label": "3136",
        "long": "Szuha - Nemti - M\u00e1traterenye",
        "short": "3136",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-314",
        "label": "314",
        "long": "Budapest - \u0150rbotty\u00e1n - V\u00e1cr\u00e1t\u00f3t - V\u00e1cduka - V\u00e1c",
        "short": "314",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-315",
        "label": "315",
        "long": "Budapest - \u0150rbotty\u00e1n - V\u00e1charty\u00e1n - P\u00fcsp\u00f6kszil\u00e1gy",
        "short": "315",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3152",
        "label": "3152",
        "long": "B\u00e1tonyterenye - Szuha",
        "short": "3152",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3153",
        "label": "3153",
        "long": "B\u00e1tonyterenye - Dorogh\u00e1za - Nemti - M\u00e1tramindszent - Szuha",
        "short": "3153",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3154",
        "label": "3154",
        "long": "B\u00e1tonyterenye - Dorogh\u00e1za - Nemti - M\u00e1tramindszent - Szuha",
        "short": "3154",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3156",
        "label": "3156",
        "long": "B\u00e1tonyterenye - Nemti - (M\u00e1tramindszent -) N\u00e1d\u00fajfalu - M\u00e1traterenye - M\u00e1tranov\u00e1k",
        "short": "3156",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-316",
        "label": "316",
        "long": "Budapest - \u0150rbotty\u00e1n - Galgagy\u00f6rk - Acsa - Bercel - N\u00f3gr\u00e1dk\u00f6vesd",
        "short": "316",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3166",
        "label": "3166",
        "long": "B\u00e1tonyterenye - M\u00e1travereb\u00e9ly(Szentk\u00fat)",
        "short": "3166",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-317",
        "label": "317",
        "long": "Budapest - F\u00f3t - Veresegyh\u00e1z - Galgam\u00e1csa - Asz\u00f3d",
        "short": "317",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-318",
        "label": "318",
        "long": "Budapest - F\u00f3t - Veresegyh\u00e1z - Galgam\u00e1csa - Asz\u00f3d",
        "short": "318",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-319",
        "label": "319",
        "long": "Budapest - F\u00f3t - Veresegyh\u00e1z - Galgam\u00e1csa - Asz\u00f3d",
        "short": "319",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-320",
        "label": "320",
        "long": "Budapest - F\u00f3t - Mogyor\u00f3d - G\u00f6d\u00f6ll\u0151",
        "short": "320",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-321",
        "label": "321",
        "long": "Budapest - HUNGARORING - Mogyor\u00f3d",
        "short": "321",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3220",
        "label": "3220",
        "long": "Apc - Zagyvasz\u00e1nt\u00f3 - Szir\u00e1k- Vanyarc",
        "short": "3220",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3226",
        "label": "3226",
        "long": "Buj\u00e1k - Palot\u00e1s - V\u00f6r\u00f6smajor",
        "short": "3226",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-323",
        "label": "323",
        "long": "Dunakeszi - F\u00f3t - Csom\u00e1d - Veresegyh\u00e1z - Erd\u0151kertes",
        "short": "323",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3235",
        "label": "3235",
        "long": "P\u00e1szt\u00f3 - Ecseg - Bokor",
        "short": "3235",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-324",
        "label": "324",
        "long": "Dunakeszi - F\u00f3t - Mogyor\u00f3d - G\u00f6d\u00f6ll\u0151",
        "short": "324",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3240",
        "label": "3240",
        "long": "P\u00e1szt\u00f3 - Cs\u00e9cse - Bokor - Cserh\u00e1tsur\u00e1ny",
        "short": "3240",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3241",
        "label": "3241",
        "long": "P\u00e1szt\u00f3 - Cs\u00e9cse - Ecseg - Koz\u00e1rd - P\u00e1szt\u00f3",
        "short": "3241",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-325",
        "label": "325",
        "long": "Dunakeszi - F\u00f3t - Mogyor\u00f3d - G\u00f6d\u00f6ll\u0151",
        "short": "325",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3254",
        "label": "3254",
        "long": "P\u00e1szt\u00f3-M\u00e1trakeresztes-M\u00e1traszentimre-Galyatet\u0151",
        "short": "3254",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3255",
        "label": "3255",
        "long": "P\u00e1szt\u00f3-M\u00e1traszentimre-M\u00e1trah\u00e1za-K\u00e9kestet\u0151",
        "short": "3255",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3258",
        "label": "3258",
        "long": "Becske - Galgaguta",
        "short": "3258",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3259",
        "label": "3259",
        "long": "Sz\u00e9cs\u00e9nke - N\u00f3gr\u00e1dk\u00f6vesd - Galgaguta - Bercel",
        "short": "3259",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-326",
        "label": "326",
        "long": "Dunakeszi - F\u00f3t - Mogyor\u00f3d - G\u00f6d\u00f6ll\u0151",
        "short": "326",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3261",
        "label": "3261",
        "long": "P\u00e1szt\u00f3 - Szurdokp\u00fcsp\u00f6ki - Buj\u00e1k",
        "short": "3261",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3262",
        "label": "3262",
        "long": "P\u00e1szt\u00f3-Szarvasgede-Szir\u00e1k-Vanyarc-Erd\u0151k\u00fcrt-Erd\u0151tarcsa",
        "short": "3262",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3263",
        "label": "3263",
        "long": "P\u00e1szt\u00f3 - Kisb\u00e1gyon - B\u00e9r - Vanyarc",
        "short": "3263",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3264",
        "label": "3264",
        "long": "P\u00e1szt\u00f3 - Cs\u00e9cse - Jobb\u00e1gyi",
        "short": "3264",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3265",
        "label": "3265",
        "long": "P\u00e1szt\u00f3-M\u00e1trasz\u0151l\u0151s",
        "short": "3265",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3266",
        "label": "3266",
        "long": "P\u00e1szt\u00f3-Cs\u00e9cse-Palot\u00e1s-K\u00e1ll\u00f3-Erd\u0151k\u00fcrt-Vanyarc-Bercel-N\u00f3gr\u00e1ds\u00e1p",
        "short": "3266",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-327",
        "label": "327",
        "long": "F\u00f3t - Mogyor\u00f3d - Szada - G\u00f6d\u00f6ll\u0151",
        "short": "327",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3271",
        "label": "3271",
        "long": "Budapest - V\u00e1c - Balassagyarmat - Sz\u00e9cs\u00e9ny",
        "short": "3271",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-328",
        "label": "328",
        "long": "V\u00e1c - Tolm\u00e1cs - R\u00e9ts\u00e1g - Dejt\u00e1r",
        "short": "328",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3286",
        "label": "3286",
        "long": "R\u00e9ts\u00e1g - Tolm\u00e1cs",
        "short": "3286",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-329",
        "label": "329",
        "long": "V\u00e1c - Fels\u0151pet\u00e9ny - R\u00e9ts\u00e1g",
        "short": "329",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3294",
        "label": "3294",
        "long": "Horp\u00e1cs - Nagyoroszi",
        "short": "3294",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-330",
        "label": "330",
        "long": "V\u00e1c - N\u0151tincs - \u0150sag\u00e1rd - Fels\u0151pet\u00e9ny",
        "short": "330",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3305",
        "label": "3305",
        "long": "Balassagyarmat - \u0150rhalom - Hugyag",
        "short": "3305",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3308",
        "label": "3308",
        "long": "Balassagyarmat - N\u00f3gr\u00e1dmarcal - Csit\u00e1r - Sz\u00e9cs\u00e9ny",
        "short": "3308",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-331",
        "label": "331",
        "long": "V\u00e1c - N\u00f3gr\u00e1d - Di\u00f3sjen\u0151 - Tolm\u00e1cs - R\u00e9ts\u00e1g",
        "short": "331",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3312",
        "label": "3312",
        "long": "Balassagyarmat - Sz\u00fcgy - N\u00f3gr\u00e1dmarcal",
        "short": "3312",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3313",
        "label": "3313",
        "long": "Sz\u00fcgy - Patvarc - Balassagyarmat - R\u00e9ts\u00e1g",
        "short": "3313",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3314",
        "label": "3314",
        "long": "Balassagyarmat - Galibapuszta",
        "short": "3314",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3315",
        "label": "3315",
        "long": "Balassagyarmat - Herencs\u00e9ny - P\u00e1szt\u00f3",
        "short": "3315",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3318",
        "label": "3318",
        "long": "Balassagyarmat - Csesztve - Magyarn\u00e1ndor - Herencs\u00e9ny",
        "short": "3318",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-332",
        "label": "332",
        "long": "V\u00e1c - R\u00e9ts\u00e1g - Bernecebar\u00e1ti - Szob",
        "short": "332",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3320",
        "label": "3320",
        "long": "Balassagyarmat - Magyarn\u00e1ndor - Szandav\u00e1ralja",
        "short": "3320",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3321",
        "label": "3321",
        "long": "Balassagyarmat-Szandav\u00e1ralja-N\u00f3gr\u00e1dk\u00f6vesd-Sz\u00e9cs\u00e9nke",
        "short": "3321",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3322",
        "label": "3322",
        "long": "Balassagyarmat - Sz\u00fcgy",
        "short": "3322",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3323",
        "label": "3323",
        "long": "B\u00e9r - Vanyarc - Bercel - Balassagyarmat",
        "short": "3323",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3324",
        "label": "3324",
        "long": "R\u00e9ts\u00e1g - B\u00e1nk - Romh\u00e1ny - Becske",
        "short": "3324",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3325",
        "label": "3325",
        "long": "Balassagyarmat - Csesztve - Mohora - Magyarn\u00e1ndor",
        "short": "3325",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3326",
        "label": "3326",
        "long": "Balassagyarmat-Bercel-N\u00f3gr\u00e1dk\u00f6vesd-Sz\u00e9cs\u00e9nke",
        "short": "3326",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3327",
        "label": "3327",
        "long": "Bercel - Becske - Romh\u00e1ny - R\u00e9ts\u00e1g",
        "short": "3327",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3329",
        "label": "3329",
        "long": "Balassagyarmat - Magyarn\u00e1ndor - /Szente - Kisecset/ - R\u00e9ts\u00e1g",
        "short": "3329",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-333",
        "label": "333",
        "long": "V\u00e1c - Kosd",
        "short": "333",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3332",
        "label": "3332",
        "long": "Balassagyarmat - \u00c9rsekvadkert - Romh\u00e1ny - Magyarn\u00e1ndor",
        "short": "3332",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3333",
        "label": "3333",
        "long": "R\u00e9ts\u00e1g - N\u0151tincs - Keszeg - Leg\u00e9nd - Galgaguta - Als\u00f3pet\u00e9ny - B\u00e1nk - R\u00e9ts\u00e1g",
        "short": "3333",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3334",
        "label": "3334",
        "long": "Balassagyarmat - R\u00e9ts\u00e1g - B\u00e1nk - Bercel",
        "short": "3334",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3336",
        "label": "3336",
        "long": "Balassagyarmat - Fels\u0151pet\u00e9ny",
        "short": "3336",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-334",
        "label": "334",
        "long": "V\u00e1c - Penc - N\u00e9zsa - Galgaguta",
        "short": "334",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3340",
        "label": "3340",
        "long": "Balassagyarmat - \u00c9rsekvadkert - R\u00e9ts\u00e1g",
        "short": "3340",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3341",
        "label": "3341",
        "long": "Patvarc - Balassagyarmat - Ipolysz\u00f6g",
        "short": "3341",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3342",
        "label": "3342",
        "long": "Balassagyarmat - /Dejt\u00e1r - Ipolyvece/ - Horp\u00e1cs - R\u00e9ts\u00e1g",
        "short": "3342",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3343",
        "label": "3343",
        "long": "Balassagyarmat - /Nagyoroszi - Pusztaberki/ - R\u00e9ts\u00e1g",
        "short": "3343",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3344",
        "label": "3344",
        "long": "Balassagyarmat - Ipolyvece - Parassapuszta",
        "short": "3344",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3345",
        "label": "3345",
        "long": "Balassagyarmat - Nagyoroszi - R\u00e9ts\u00e1g",
        "short": "3345",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3346",
        "label": "3346",
        "long": "Balassagyarmat - /Dr\u00e9gelypal\u00e1nk - Hont/ - R\u00e9ts\u00e1g",
        "short": "3346",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3347",
        "label": "3347",
        "long": "Balassagyarmat-Patak-Nagyoroszi-Dr\u00e9gelypal\u00e1nk-Hont",
        "short": "3347",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-335",
        "label": "335",
        "long": "V\u00e1c - Leg\u00e9nd - Galgaguta - Szir\u00e1k",
        "short": "335",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3355",
        "label": "3355",
        "long": "Sz\u00e9cs\u00e9ny - Nagyl\u00f3c - Holl\u00f3k\u0151",
        "short": "3355",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-336",
        "label": "336",
        "long": "R\u00e9ts\u00e1g - Als\u00f3pet\u00e9ny - V\u00e1c",
        "short": "336",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3360",
        "label": "3360",
        "long": "Sz\u00e9cs\u00e9ny - Rim\u00f3c",
        "short": "3360",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3365",
        "label": "3365",
        "long": "Sz\u00e9cs\u00e9ny - Rim\u00f3c - Vars\u00e1ny - N\u00f3gr\u00e1dsipek",
        "short": "3365",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-337",
        "label": "337",
        "long": "V\u00e1c / Bercel - N\u00e9zsa - R\u00e9ts\u00e1g",
        "short": "337",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-338",
        "label": "338",
        "long": "V\u00e1c - Penc - Acsa - Galgagy\u00f6rk",
        "short": "338",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-339",
        "label": "339",
        "long": "V\u00e1c - V\u00e1cduka - V\u00e1charty\u00e1n - P\u00fcsp\u00f6kszil\u00e1gy",
        "short": "339",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3400",
        "label": "3400",
        "long": "Eger - Egercsehi - Bek\u00f6lce",
        "short": "3400",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3402",
        "label": "3402",
        "long": "Eger - Szarvask\u0151 - B\u00e9lap\u00e1tfalva - Balaton",
        "short": "3402",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3403",
        "label": "3403",
        "long": "Eger - Bek\u00f6lce - Balaton",
        "short": "3403",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3404",
        "label": "3404",
        "long": "Eger - Mik\u00f3falva - Balaton - Bek\u00f6lce - Borsodn\u00e1dasd",
        "short": "3404",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3405",
        "label": "3405",
        "long": "F\u00fczesabony - Eger, Fels\u0151v\u00e1ros - Fels\u0151t\u00e1rk\u00e1ny",
        "short": "3405",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3406",
        "label": "3406",
        "long": "Eger, TESCO - Ostoros - Novaj - Mez\u0151k\u00f6vesd",
        "short": "3406",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3407",
        "label": "3407",
        "long": "Eger - Noszvaj - B\u00fckkzs\u00e9rc/Szomolya",
        "short": "3407",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3408",
        "label": "3408",
        "long": "Eger - Szilv\u00e1sv\u00e1rad - Kazincbarcika",
        "short": "3408",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3409",
        "label": "3409",
        "long": "Eger - Bek\u00f6lce - Borsodn\u00e1dasd",
        "short": "3409",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3410",
        "label": "3410",
        "long": "Eger, Tompa utca - B\u00e9lap\u00e1tfalva - \u00d3zd",
        "short": "3410",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3411",
        "label": "3411",
        "long": "Eger - B\u00e9lap\u00e1tfalva - Nagyvisny\u00f3",
        "short": "3411",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3412",
        "label": "3412",
        "long": "Eger - B\u00e9lap\u00e1tfalva - \u00d3zd",
        "short": "3412",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3414",
        "label": "3414",
        "long": "Makl\u00e1r - Eger - Fels\u0151t\u00e1rk\u00e1ny",
        "short": "3414",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3415",
        "label": "3415",
        "long": "Eger - Noszvaj - Szomolya",
        "short": "3415",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3416",
        "label": "3416",
        "long": "Eger - Bog\u00e1cs - Mez\u0151k\u00f6vesd",
        "short": "3416",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3417",
        "label": "3417",
        "long": "Eger - Noszvaj - B\u00fckkzs\u00e9rc",
        "short": "3417",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3418",
        "label": "3418",
        "long": "Eger - Szomolya - Mez\u0151k\u00f6vesd",
        "short": "3418",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3419",
        "label": "3419",
        "long": "Eger - Novaj - Mez\u0151k\u00f6vesd",
        "short": "3419",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-342",
        "label": "342",
        "long": "V\u00e1c - \u0150rbotty\u00e1n - Galgam\u00e1csa - Asz\u00f3d",
        "short": "342",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3420",
        "label": "3420",
        "long": "Eger - Ostoros - Novaj",
        "short": "3420",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3423",
        "label": "3423",
        "long": "EgerKerecsendMakl\u00e1rF\u00fczesabonyEgerfarmosMez\u0151t\u00e1rk\u00e1ny",
        "short": "3423",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3424",
        "label": "3424",
        "long": "EgerKerecsendMakl\u00e1rF\u00fczesabony - Heves - J\u00e1szap\u00e1ti - J\u00e1szber\u00e9ny",
        "short": "3424",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3426",
        "label": "3426",
        "long": "Eger - Makl\u00e1r - F\u00fczesabony - Egerfarmos",
        "short": "3426",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-343",
        "label": "343",
        "long": "V\u00e1c - Sz\u0151d - Cs\u00f6r\u00f6g",
        "short": "343",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3430",
        "label": "3430",
        "long": "Eger - Kerecsend - F\u00fczesabony - Tiszan\u00e1na",
        "short": "3430",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3431",
        "label": "3431",
        "long": "EgerKerecsendMakl\u00e1rTiszan\u00e1na - Poroszl\u00f3 - Tiszaf\u00fcred",
        "short": "3431",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3432",
        "label": "3432",
        "long": "Eger-F\u00fczesabony-Mez\u0151t\u00e1rk\u00e1ny/Beseny\u0151telek-Sarud-Tiszan\u00e1na",
        "short": "3432",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3433",
        "label": "3433",
        "long": "Eger - Kerecsend - K\u00f6ml\u0151 - Tiszan\u00e1na - Kisk\u00f6re",
        "short": "3433",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3434",
        "label": "3434",
        "long": "Eger - F\u00fczesabony - K\u00f6ml\u0151 - Heves",
        "short": "3434",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3435",
        "label": "3435",
        "long": "F\u00fczesabony - Eger - Fels\u0151t\u00e1rk\u00e1ny",
        "short": "3435",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3436",
        "label": "3436",
        "long": "Eger - Makl\u00e1r - K\u00f6ml\u0151 - Tiszan\u00e1na - Kisk\u00f6re",
        "short": "3436",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-344",
        "label": "344",
        "long": "V\u00e1c - Sz\u0151d - Cs\u00f6r\u00f6g",
        "short": "344",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3440",
        "label": "3440",
        "long": "Eger - Kerecsend - K\u00e1polna",
        "short": "3440",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3441",
        "label": "3441",
        "long": "Eger - K\u00e1polna - Heves - P\u00e9ly",
        "short": "3441",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3442",
        "label": "3442",
        "long": "Eger - K\u00e1polna - Heves",
        "short": "3442",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3443",
        "label": "3443",
        "long": "Eger - K\u00e1polna - Heves - J\u00e1szap\u00e1ti - J\u00e1szber\u00e9ny",
        "short": "3443",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3444",
        "label": "3444",
        "long": "Eger - K\u00e1polna - Tarnabod - Bocon\u00e1d - Heves",
        "short": "3444",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3445",
        "label": "3445",
        "long": "Eger - K\u00e1polna - Gy\u00f6ngy\u00f6s",
        "short": "3445",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3446",
        "label": "3446",
        "long": "Eger - K\u00e1polna - T\u00f3falu - Verpel\u00e9t - Egerszal\u00f3k - Eger",
        "short": "3446",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3448",
        "label": "3448",
        "long": "Eger - Gy\u00f6ngy\u00f6s - Hatvan - Nagyk\u00f6k\u00e9nyes",
        "short": "3448",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-345",
        "label": "345",
        "long": "V\u00e1c - G\u00f6d",
        "short": "345",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3450",
        "label": "3450",
        "long": "Eger - Demj\u00e9n - Kerecsend - F\u00fczesabony",
        "short": "3450",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3454",
        "label": "3454",
        "long": "Eger - Egerszal\u00f3k",
        "short": "3454",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3455",
        "label": "3455",
        "long": "Eger - Verpel\u00e9t",
        "short": "3455",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3456",
        "label": "3456",
        "long": "EgerLiszk\u00f3Verpel\u00e9tT\u00f3faluK\u00e1l - K\u00e1polna v\u00e1.Nagy\u00fat",
        "short": "3456",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3457",
        "label": "3457",
        "long": "Eger - Verpel\u00e9t - T\u00f3falu - Domoszl\u00f3 - Gy\u00f6ngy\u00f6s",
        "short": "3457",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3458",
        "label": "3458",
        "long": "Eger - Verpel\u00e9t - Kisn\u00e1na - V\u00e9cs",
        "short": "3458",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3459",
        "label": "3459",
        "long": "Eger - Verpel\u00e9t - K\u00e1l-K\u00e1polna v\u00e1. - M3 aut\u00f3p\u00e1lya - F\u00fczesabony",
        "short": "3459",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3462",
        "label": "3462",
        "long": "Eger-Verpel\u00e9t-K\u0151k\u00fatpuszta-Sirok",
        "short": "3462",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3463",
        "label": "3463",
        "long": "Verpel\u00e9t-K\u0151k\u00fatpuszta-Sirok-Eger",
        "short": "3463",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3469",
        "label": "3469",
        "long": "Eger - Egersz\u00f3l\u00e1t",
        "short": "3469",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-347",
        "label": "347",
        "long": "V\u00e1c - V\u00e1charty\u00e1n - Galgam\u00e1csa - Asz\u00f3d",
        "short": "347",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3470",
        "label": "3470",
        "long": "Eger - Sirok - Par\u00e1d - Par\u00e1dsasv\u00e1r",
        "short": "3470",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3471",
        "label": "3471",
        "long": "Eger - Par\u00e1d - M\u00e1trah\u00e1za - Gy\u00f6ngy\u00f6s",
        "short": "3471",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3475",
        "label": "3475",
        "long": "Eger-Recsk-M\u00e1traballa-M\u00e1tranov\u00e1k",
        "short": "3475",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-348",
        "label": "348",
        "long": "Hatvan - Asz\u00f3d - V\u00e1c",
        "short": "348",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3480",
        "label": "3480",
        "long": "Eger-Sirok-B\u00fckksz\u00e9k-P\u00e9terv\u00e1s\u00e1ra-Istenmezeje",
        "short": "3480",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3481",
        "label": "3481",
        "long": "P\u00e9terv\u00e1s\u00e1ra-B\u00fckksz\u00e9k-Sirok-Eger",
        "short": "3481",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3482",
        "label": "3482",
        "long": "Eger-B\u00fckksz\u00e9k-P\u00e9terv\u00e1s\u00e1ra-Iv\u00e1d/Istenmezeje",
        "short": "3482",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3483",
        "label": "3483",
        "long": "Eger-Hevesaranyos-Egercsehi",
        "short": "3483",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3484",
        "label": "3484",
        "long": "Eger-Tarnalelesz-P\u00e9terv\u00e1s\u00e1ra-Istenmezeje",
        "short": "3484",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3485",
        "label": "3485",
        "long": "B\u00e9lap\u00e1tfalva - Mik\u00f3falva - Bek\u00f6lce - Hevesaranyos",
        "short": "3485",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3486",
        "label": "3486",
        "long": "Szilv\u00e1sv\u00e1rad - Csernely - L\u00e9n\u00e1rddar\u00f3c - Csokvaom\u00e1ny",
        "short": "3486",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3487",
        "label": "3487",
        "long": "Szentdomonkos-Egercsehi-Szarvask\u0151-Eger",
        "short": "3487",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3488",
        "label": "3488",
        "long": "Eger-Tarnalelesz-Fed\u00e9mes",
        "short": "3488",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-350",
        "label": "350",
        "long": "V\u00e1c - K\u00f3spallag - M\u00e1rianosztra - Szob",
        "short": "350",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3500",
        "label": "3500",
        "long": "F\u00fczesabony - Egerfarmos",
        "short": "3500",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-351",
        "label": "351",
        "long": "V\u00e1c - Szokolya - Kir\u00e1lyr\u00e9t",
        "short": "351",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3511",
        "label": "3511",
        "long": "F\u00fczesabony - Mez\u0151t\u00e1rk\u00e1ny - Egerfarmos",
        "short": "3511",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-352",
        "label": "352",
        "long": "Szob - Kismaros - Szokolya - Kir\u00e1lyr\u00e9t",
        "short": "352",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-353",
        "label": "353",
        "long": "Kismaros - K\u00f3spallag",
        "short": "353",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-354",
        "label": "354",
        "long": "M\u00e1rianosztra - Szob",
        "short": "354",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-355",
        "label": "355",
        "long": "V\u00e1c - R\u00e9ts\u00e1g - Bernecebar\u00e1ti - Szob",
        "short": "355",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3550",
        "label": "3550",
        "long": "Heves - K\u00e1l - K\u00e1polna, v\u00e1.",
        "short": "3550",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3556",
        "label": "3556",
        "long": "P\u00e9terv\u00e1s\u00e1ra-M\u00e1traballa-Recsk-Par\u00e1dsasv\u00e1r",
        "short": "3556",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-356",
        "label": "356",
        "long": "Szob - V\u00e1mosmikola - T\u00e9sa",
        "short": "356",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3560",
        "label": "3560",
        "long": "Heves - P\u00e9ly",
        "short": "3560",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3561",
        "label": "3561",
        "long": "Heves - K\u00f6ml\u0151 - Kisk\u00f6re - Ab\u00e1dszal\u00f3k - Tiszaf\u00fcred",
        "short": "3561",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3562",
        "label": "3562",
        "long": "Heves - K\u00f6ml\u0151 - Tiszaf\u00fcred",
        "short": "3562",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3570",
        "label": "3570",
        "long": "M\u00e1traballa-Par\u00e1d-Par\u00e1dsasv\u00e1r",
        "short": "3570",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3580",
        "label": "3580",
        "long": "Istenmezeje-P\u00e9terv\u00e1s\u00e1ra-B\u00fckksz\u00e9k",
        "short": "3580",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3582",
        "label": "3582",
        "long": "P\u00e9terv\u00e1s\u00e1ra - Kisf\u00fczes",
        "short": "3582",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3586",
        "label": "3586",
        "long": "P\u00e9terv\u00e1s\u00e1ra-Tarnalelesz-Szentdomonkos",
        "short": "3586",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-360",
        "label": "360",
        "long": "V\u00e1c - Balassagyarmat - Sz\u00e9cs\u00e9ny - Salg\u00f3tarj\u00e1n",
        "short": "360",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3600",
        "label": "3600",
        "long": "Hatvan-L\u0151rinci-Pet\u0151fib\u00e1nya-Apc",
        "short": "3600",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3601",
        "label": "3601",
        "long": "V\u00f6r\u00f6smajor-Pet\u0151fib\u00e1nya-Apc",
        "short": "3601",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3602",
        "label": "3602",
        "long": "Apc-Hatvan-Gy\u00f6ngy\u00f6s-MVM M\u00e1tra Energia Zrt.",
        "short": "3602",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3603",
        "label": "3603",
        "long": "Hatvan-Pet\u0151fib\u00e1nya-Apc-R\u00f3zsaszentm\u00e1rton-Gy\u00f6ngy\u00f6s",
        "short": "3603",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3604",
        "label": "3604",
        "long": "Eger - Par\u00e1df\u00fcrd\u0151 - Gy\u00f6ngy\u00f6s - Hatvan - Pet\u0151fib\u00e1nya - Apc",
        "short": "3604",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3605",
        "label": "3605",
        "long": "Hatvan - L\u0151rinci - Ecseg",
        "short": "3605",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3607",
        "label": "3607",
        "long": "Hatvan - Apc - P\u00e1szt\u00f3( - Szentk\u00fat)",
        "short": "3607",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3608",
        "label": "3608",
        "long": "Hatvan - V\u00f6r\u00f6smajor - Pet\u0151fib\u00e1nya - R.sz.m\u00e1rton - Gy\u00f6ngy\u00f6s",
        "short": "3608",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3609",
        "label": "3609",
        "long": "Apc - Pet\u0151fib\u00e1nya - L\u0151rinci, temet\u0151",
        "short": "3609",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-361",
        "label": "361",
        "long": "V\u00e1c - Balassagyarmat - Sz\u00e9cs\u00e9ny - Salg\u00f3tarj\u00e1n",
        "short": "361",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3610",
        "label": "3610",
        "long": "Hatvan-Ecs\u00e9d-R\u00f3zsaszentm\u00e1rton-Sz\u00fccsi-Gy\u00f6ngy\u00f6spata-Gy\u00f6ngy\u00f6s",
        "short": "3610",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3612",
        "label": "3612",
        "long": "Gy\u00f6ngy\u00f6s - Cs\u00e1ny - Hatvan",
        "short": "3612",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3617",
        "label": "3617",
        "long": "Szolnok-J\u00e1szber\u00e9ny-J\u00e1szf\u00e9nyszaru-Boldog-Hatvan",
        "short": "3617",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-362",
        "label": "362",
        "long": "V\u00e1c - Balassagyarmat - Sz\u00e9cs\u00e9ny - Salg\u00f3tarj\u00e1n",
        "short": "362",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3622",
        "label": "3622",
        "long": "Hatvan - Boldog",
        "short": "3622",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3624",
        "label": "3624",
        "long": "Hatvan-Her\u00e9d-Nagyk\u00f6k\u00e9nyes-Szir\u00e1k-B\u00e9r",
        "short": "3624",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3625",
        "label": "3625",
        "long": "Hatvan-Her\u00e9d-Palot\u00e1s-Buj\u00e1k",
        "short": "3625",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3626",
        "label": "3626",
        "long": "Hatvan-Her\u00e9d-Erd\u0151tarcsa-K\u00e1ll\u00f3-Verseg-Her\u00e9d-Hatvan",
        "short": "3626",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-363",
        "label": "363",
        "long": "V\u00e1c - Balassagyarmat - Sz\u00e9cs\u00e9ny - Salg\u00f3tarj\u00e1n",
        "short": "363",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3640",
        "label": "3640",
        "long": "Hatvan - Kerekharaszt",
        "short": "3640",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3641",
        "label": "3641",
        "long": "Hatvan-Kerekharaszt-Her\u00e9d-Nagyk\u00f6k\u00e9nyes",
        "short": "3641",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3650",
        "label": "3650",
        "long": "Nagyr\u00e9de - Gy\u00f6ngy\u00f6s - Gy\u00f6ngy\u00f6ssolymos - M\u00e1traf\u00fcred - Abas\u00e1r",
        "short": "3650",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3651",
        "label": "3651",
        "long": "Nagyr\u00e9de-Gy\u00f6ngy\u00f6s-Gy\u00f6ngy\u00f6ssolymos-M\u00e1traf\u00fcred",
        "short": "3651",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3652",
        "label": "3652",
        "long": "Gy\u00f6ngy\u00f6ssolymos - Gy\u00f6ngy\u00f6s - Nagyr\u00e9de - Hatvan",
        "short": "3652",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3654",
        "label": "3654",
        "long": "Gy\u00f6ngy\u00f6s-M\u00e1trah\u00e1za-M\u00e1traszentimre-P\u00e1szt\u00f3",
        "short": "3654",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3655",
        "label": "3655",
        "long": "Gy\u00f6ngy\u00f6s-M\u00e1trah\u00e1za-K\u00e9kestet\u0151",
        "short": "3655",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3656",
        "label": "3656",
        "long": "Gy\u00f6ngy\u00f6s-M\u00e1trah\u00e1za-Recsk-P\u00e9terv\u00e1s\u00e1ra",
        "short": "3656",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3660",
        "label": "3660",
        "long": "Gy\u00f6ngy\u00f6s - Domoszl\u00f3 - Verpel\u00e9t - Eger",
        "short": "3660",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3661",
        "label": "3661",
        "long": "Gy\u00f6ngy\u00f6s-Gy\u00f6ngy\u00f6ssolymos-Abas\u00e1r-Domoszl\u00f3",
        "short": "3661",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3662",
        "label": "3662",
        "long": "Gy\u00f6ngy\u00f6s - Abas\u00e1r - Domoszl\u00f3 - V\u00e9cs",
        "short": "3662",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3663",
        "label": "3663",
        "long": "Gy\u00f6ngy\u00f6s - Visonta",
        "short": "3663",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3664",
        "label": "3664",
        "long": "Gy\u00f6ngy\u00f6s - M\u00e1traf\u00fcred - P\u00e1losv\u00f6r\u00f6smart - Abas\u00e1r - Gy\u00f6ngy\u00f6s",
        "short": "3664",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3665",
        "label": "3665",
        "long": "Gy\u00f6ngy\u00f6s - Visonta - Detk - Ludas - Heves",
        "short": "3665",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3666",
        "label": "3666",
        "long": "Gy\u00f6ngy\u00f6s - Kar\u00e1csond - Heves",
        "short": "3666",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3667",
        "label": "3667",
        "long": "Eger - Bocon\u00e1d - Zar\u00e1nk - J\u00e1sz\u00e1roksz\u00e1ll\u00e1s - J\u00e1szber\u00e9ny",
        "short": "3667",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3669",
        "label": "3669",
        "long": "Heves - J\u00e1szber\u00e9ny",
        "short": "3669",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3670",
        "label": "3670",
        "long": "Gy\u00f6ngy\u00f6s - V\u00e1mosgy\u00f6rk - Zar\u00e1nk - Heves",
        "short": "3670",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3671",
        "label": "3671",
        "long": "Gy\u00f6ngy\u00f6s - V\u00e1mosgy\u00f6rk - J\u00e1szber\u00e9ny",
        "short": "3671",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3673",
        "label": "3673",
        "long": "M\u00e1traf\u00fcred - Gy\u00f6ngy\u00f6s - V\u00e1mosgy\u00f6rk",
        "short": "3673",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3675",
        "label": "3675",
        "long": "Gy\u00f6ngy\u00f6s - Hort - Hatvan",
        "short": "3675",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3676",
        "label": "3676",
        "long": "Gy\u00f6ngy\u00f6s - Hort - Ecs\u00e9d",
        "short": "3676",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3677",
        "label": "3677",
        "long": "Gy\u00f6ngy\u00f6s-Sz\u0171csi-Pet\u0151fib\u00e1nya-Apc",
        "short": "3677",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3678",
        "label": "3678",
        "long": "Gy\u00f6ngy\u00f6s - R\u00f3zsaszentm\u00e1rton - Pet\u0151fib\u00e1nya - V\u00f6r\u00f6smajor - Hatvan",
        "short": "3678",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3680",
        "label": "3680",
        "long": "Gy\u00f6ngy\u00f6s-Gy\u00f6ngy\u00f6starj\u00e1n-Gy\u00f6ngy\u00f6spata-R\u00f3zsaszentm\u00e1rton",
        "short": "3680",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3681",
        "label": "3681",
        "long": "Gy\u00f6ngy\u00f6s - Gy\u00f6ngy\u00f6soroszi - K\u00e1rolyt\u00e1r\u00f3",
        "short": "3681",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3683",
        "label": "3683",
        "long": "MVM M\u00e1tra Energia Zrt. - K\u00e1polna - Feldebr\u0151 - Verpel\u00e9tKisn\u00e1naTarnaszentm\u00e1ria",
        "short": "3683",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3684",
        "label": "3684",
        "long": "MVM M\u00e1tra Energia Zrt. - Verpel\u00e9t - K\u00e1l - Nagy\u00fat",
        "short": "3684",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3685",
        "label": "3685",
        "long": "Gy\u00f6ngy\u00f6s-Nagyf\u00fcged-Tarna\u00f6rs-J\u00e1sz\u00e1roksz\u00e1ll\u00e1s",
        "short": "3685",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3688",
        "label": "3688",
        "long": "Gy\u00f6ngy\u00f6s - Ad\u00e1cs - J\u00e1sz\u00e1roksz\u00e1ll\u00e1s - Visznek",
        "short": "3688",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3689",
        "label": "3689",
        "long": "Heves - Tarnabod",
        "short": "3689",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3691",
        "label": "3691",
        "long": "Gy\u00f6ngy\u00f6s - Gy\u00f6ngy\u00f6ssolymos - Abas\u00e1r - MVM M\u00e1tra Energia Zrt.",
        "short": "3691",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3692",
        "label": "3692",
        "long": "V\u00e9cs - Domoszl\u00f3 - Markaz - MVM M\u00e1tra Energia Zrt.",
        "short": "3692",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3693",
        "label": "3693",
        "long": "Gy\u00f6ngy\u00f6s - Visonta - MVM M\u00e1tra Energia Zrt.",
        "short": "3693",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3694",
        "label": "3694",
        "long": "Gy\u00f6ngy\u00f6s - Abas\u00e1r - MVM M\u00e1tra Energia Zrt.",
        "short": "3694",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3695",
        "label": "3695",
        "long": "Heves - Tarnam\u00e9ra - Ludas - MVM M\u00e1tra Energia Zrt.",
        "short": "3695",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3696",
        "label": "3696",
        "long": "Gy\u00f6ngy\u00f6s - Visonta - MVM M\u00e1tra Energia Zrt.",
        "short": "3696",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3697",
        "label": "3697",
        "long": "Ad\u00e1cs - Atk\u00e1r - Gy\u00f6ngy\u00f6s - Gy\u00f6ngy\u00f6ssolymos - P\u00e1losv\u00f6r\u00f6smart - MVM M\u00e1tra Energia Zrt.",
        "short": "3697",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3698",
        "label": "3698",
        "long": "MVM M\u00e1tra Energia Zrt.-Gy\u00f6ngy\u00f6s-Gy\u00f6ngy\u00f6spata-R\u00f3zsaszentm\u00e1rton-Ecs\u00e9d-Hatvan",
        "short": "3698",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3699",
        "label": "3699",
        "long": "Gy\u00f6ngy\u00f6s - Abas\u00e1r - MVM M\u00e1tra Energia Zrt.",
        "short": "3699",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3700",
        "label": "3700",
        "long": "Miskolc - Szirmabeseny\u0151",
        "short": "3700",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3701",
        "label": "3701",
        "long": "Miskolc - Szirmabeseny\u0151",
        "short": "3701",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3702",
        "label": "3702",
        "long": "Miskolc - Szirmabeseny\u0151 - Saj\u00f3kereszt\u00far",
        "short": "3702",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3703",
        "label": "3703",
        "long": "Miskolc - Saj\u00f3ecseg - Edel\u00e9ny - B\u00f3dvaszilas",
        "short": "3703",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3704",
        "label": "3704",
        "long": "Miskolc - Saj\u00f3szentp\u00e9ter - Edel\u00e9ny - J\u00f3svaf\u0151",
        "short": "3704",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3705",
        "label": "3705",
        "long": "Miskolc - Szirmabeseny\u0151 - Saj\u00f3v\u00e1mos - Saj\u00f3senye - Boldva",
        "short": "3705",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3706",
        "label": "3706",
        "long": "Miskolc - Arn\u00f3t - Saj\u00f3p\u00e1lfala - Saj\u00f3v\u00e1mos",
        "short": "3706",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3707",
        "label": "3707",
        "long": "Miskolc- Edel\u00e9ny-B\u00f3dvaszilas-Hidv\u00e9gard\u00f3-Tornaszentjakab",
        "short": "3707",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3708",
        "label": "3708",
        "long": "Miskolc - Saj\u00f3szentp\u00e9ter - Edel\u00e9ny - Szalonna - Debr\u00e9te",
        "short": "3708",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3709",
        "label": "3709",
        "long": "Miskolc - Edel\u00e9ny - Szalonna - Debr\u00e9te",
        "short": "3709",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-371",
        "label": "371",
        "long": "V\u00e1c - Dunakeszi - F\u00f3t",
        "short": "371",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3710",
        "label": "3710",
        "long": "Miskolc - Sziksz\u00f3 - Homrogd",
        "short": "3710",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3711",
        "label": "3711",
        "long": "Miskolc - Edel\u00e9ny - Tomor - Irota",
        "short": "3711",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3712",
        "label": "3712",
        "long": "Miskolc - Sziksz\u00f3 - Aba\u00fajszolnok - Aba\u00fajlak - Homrogd",
        "short": "3712",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3713",
        "label": "3713",
        "long": "Edel\u00e9ny - Lak - Tomor - Homrogd - Irota",
        "short": "3713",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3714",
        "label": "3714",
        "long": "Miskolc - Saj\u00f3v\u00e1mos - Saj\u00f3p\u00e1lfala - Saj\u00f3senye",
        "short": "3714",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3715",
        "label": "3715",
        "long": "Miskolc - Sziksz\u00f3 - Aszal\u00f3",
        "short": "3715",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3716",
        "label": "3716",
        "long": "Miskolc - Sziksz\u00f3 - Baktak\u00e9k",
        "short": "3716",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3717",
        "label": "3717",
        "long": "Miskolc - Homrogd - Aba\u00fajszolnok - Aba\u00fajlak - Gagyb\u00e1tor - Krasznokvajda - Viszl\u00f3",
        "short": "3717",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3718",
        "label": "3718",
        "long": "Miskolc - Homrogd - Perecse - Paml\u00e9ny",
        "short": "3718",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3719",
        "label": "3719",
        "long": "Miskolc - Sziksz\u00f3 - Baktak\u00e9k - Rakaca - Viszl\u00f3",
        "short": "3719",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3720",
        "label": "3720",
        "long": "Miskolc - Sziksz\u00f3 - Encs - Szalaszend - Hern\u00e1dpetri",
        "short": "3720",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3721",
        "label": "3721",
        "long": "Miskolc - Sziksz\u00f3 - Halmaj - Szentistv\u00e1nbaksa - Fels\u0151dobsza",
        "short": "3721",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3722",
        "label": "3722",
        "long": "Miskolc - Sziksz\u00f3 - Baktak\u00e9k - Encs",
        "short": "3722",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3723",
        "label": "3723",
        "long": "Miskolc-Encs-Hidasn\u00e9meti-Tornyosn\u00e9meti",
        "short": "3723",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3724",
        "label": "3724",
        "long": "Miskolc - Onga - Onga(\u00d3csan\u00e1los)",
        "short": "3724",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3726",
        "label": "3726",
        "long": "Miskolc - Gesztely - Gesztely(\u00dajharangod)",
        "short": "3726",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3727",
        "label": "3727",
        "long": "Miskolc - Onga - Hern\u00e1dkak - Gesztely",
        "short": "3727",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3728",
        "label": "3728",
        "long": "Miskolc - Encs - Szemere - Hern\u00e1dpetri",
        "short": "3728",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3729",
        "label": "3729",
        "long": "Miskolc - S\u00e1rospatak - S\u00e1toralja\u00fajhely",
        "short": "3729",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3730",
        "label": "3730",
        "long": "Miskolc - Gesztely - Megyasz\u00f3 - Szerencs",
        "short": "3730",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3731",
        "label": "3731",
        "long": "Miskolc - Gesztely - Hern\u00e1dn\u00e9meti - B\u0151cs v\u00e1. - Keszny\u00e9ten - Tisza\u00fajv\u00e1ros",
        "short": "3731",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3733",
        "label": "3733",
        "long": "Miskolc - Saj\u00f3l\u00e1d - Hern\u00e1dn\u00e9meti - B\u0151cs v\u00e1. - Keszny\u00e9ten - Tisza\u00fajv\u00e1ros",
        "short": "3733",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3734",
        "label": "3734",
        "long": "Miskolc - Saj\u00f3l\u00e1d - \u00d3nod - Tisza\u00fajv\u00e1ros",
        "short": "3734",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3735",
        "label": "3735",
        "long": "Miskolc - Als\u00f3zsolca - \u00d3nod - Muhi",
        "short": "3735",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3736",
        "label": "3736",
        "long": "Miskolc - Als\u00f3zsolca - \u00d3nod",
        "short": "3736",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3737",
        "label": "3737",
        "long": "Miskolc - Saj\u00f3l\u00e1d - \u00d3nod - Tisza\u00fajv\u00e1ros",
        "short": "3737",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3738",
        "label": "3738",
        "long": "Miskolc - Kistokaj - Saj\u00f3petri",
        "short": "3738",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3739",
        "label": "3739",
        "long": "Miskolc - Ny\u00e9kl\u00e1dh\u00e1za - \u00d3nod - Tisza\u00fajv\u00e1ros - Polg\u00e1r",
        "short": "3739",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3740",
        "label": "3740",
        "long": "Miskolc - M\u00e1lyi",
        "short": "3740",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3741",
        "label": "3741",
        "long": "Miskolc - Hej\u0151b\u00e1ba - Mez\u0151cs\u00e1t",
        "short": "3741",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3742",
        "label": "3742",
        "long": "Miskolc - Hej\u0151kereszt\u00far - Nemesbikk",
        "short": "3742",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3743",
        "label": "3743",
        "long": "Miskolc - Mez\u0151cs\u00e1t",
        "short": "3743",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3744",
        "label": "3744",
        "long": "Miskolc - Ny\u00e9kl\u00e1dh\u00e1za - \u00d3nod - Tisza\u00fajv\u00e1ros - Polg\u00e1r",
        "short": "3744",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3745",
        "label": "3745",
        "long": "Miskolc - Ny\u00e9kl\u00e1dh\u00e1za - Tisza\u00fajv\u00e1ros",
        "short": "3745",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3746",
        "label": "3746",
        "long": "Miskolc - Mez\u0151k\u00f6vesd - Bog\u00e1cs",
        "short": "3746",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3747",
        "label": "3747",
        "long": "Miskolc - B\u00fckk\u00e1br\u00e1ny - Gelej",
        "short": "3747",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3748",
        "label": "3748",
        "long": "Miskolc - Em\u0151d - K\u00e1cs",
        "short": "3748",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3749",
        "label": "3749",
        "long": "Miskolc - B\u00fckk\u00e1br\u00e1ny - Mez\u0151k\u00f6vesd",
        "short": "3749",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3750",
        "label": "3750",
        "long": "Miskolc - M\u00e1lyi - Em\u0151d - Borsodgeszt",
        "short": "3750",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3751",
        "label": "3751",
        "long": "Miskolc - Hars\u00e1ny - Kisgy\u0151r(Mocsoly\u00e1s-telep)",
        "short": "3751",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3752",
        "label": "3752",
        "long": "Miskolc D\u00e9li Ipari Park - Kistokaj - Saj\u00f3petri - Muhi - Tisza\u00fajv\u00e1ros",
        "short": "3752",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3753",
        "label": "3753",
        "long": "Miskolc - B\u00e1nk\u00fat",
        "short": "3753",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3754",
        "label": "3754",
        "long": "Miskolc/Saj\u00f3b\u00e1bony - Saj\u00f3szentp\u00e9ter - Varb\u00f3",
        "short": "3754",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3755",
        "label": "3755",
        "long": "Miskolc - B\u00fckkszentkereszt - R\u00e9p\u00e1shuta",
        "short": "3755",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3756",
        "label": "3756",
        "long": "Miskolc(Di\u00f3sgy\u0151r) - Varb\u00f3 - Saj\u00f3szentp\u00e9ter - Kazincbarcika",
        "short": "3756",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3757",
        "label": "3757",
        "long": "Miskolc - Szirmabeseny\u0151 - Saj\u00f3kereszt\u00far - Saj\u00f3b\u00e1bony",
        "short": "3757",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3760",
        "label": "3760",
        "long": "Miskolc - Saj\u00f3b\u00e1bony",
        "short": "3760",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3761",
        "label": "3761",
        "long": "Miskolc - Saj\u00f3szentp\u00e9ter - Alacska",
        "short": "3761",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3763",
        "label": "3763",
        "long": "Miskolc - Kazincbarcika",
        "short": "3763",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3764",
        "label": "3764",
        "long": "Miskolc - Saj\u00f3ecseg - Saj\u00f3b\u00e1bony - Kazincbarcika",
        "short": "3764",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3765",
        "label": "3765",
        "long": "Miskolc - Saj\u00f3b\u00e1bony - Saj\u00f3szentp\u00e9ter - Kazincbarcika",
        "short": "3765",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3766",
        "label": "3766",
        "long": "Miskolc - Saj\u00f3szentp\u00e9ter - Kazincbarcika, V\u00e1j\u00e1r \u00fat",
        "short": "3766",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3767",
        "label": "3767",
        "long": "Miskolc - Saj\u00f3szentp\u00e9ter - Kazincbarcika, Herbolya",
        "short": "3767",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3769",
        "label": "3769",
        "long": "Miskolc - Kazincbarcika - Rudab\u00e1nya",
        "short": "3769",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3770",
        "label": "3770",
        "long": "Miskolc - Kazincbarcika - Putnok - \u00d3zd - Borsodn\u00e1dasd",
        "short": "3770",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3772",
        "label": "3772",
        "long": "Kazincbarcika-Edel\u00e9ny-Hang\u00e1cs-Boldva-Miskolc",
        "short": "3772",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3773",
        "label": "3773",
        "long": "Miskolc - Kazincbarcika - Putnok - \u00d3zd",
        "short": "3773",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3774",
        "label": "3774",
        "long": "Miskolc - Saj\u00f3szentp\u00e9ter - Edel\u00e9ny - M\u00facsony - Imola",
        "short": "3774",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3775",
        "label": "3775",
        "long": "Miskolc - Saj\u00f3szentp\u00e9ter - Edel\u00e9ny - Szalonna",
        "short": "3775",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3776",
        "label": "3776",
        "long": "Miskolc - Saj\u00f3kereszt\u00far - Saj\u00f3ecseg - Borsodszir\u00e1k - Edel\u00e9ny - Balajt",
        "short": "3776",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3777",
        "label": "3777",
        "long": "Miskolc - Saj\u00f3kereszt\u00far - Boldva",
        "short": "3777",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3778",
        "label": "3778",
        "long": "Miskolc-Edel\u00e9ny-Szendr\u0151-Galv\u00e1cs-Rudab\u00e1nya",
        "short": "3778",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3785",
        "label": "3785",
        "long": "Hern\u00e1dn\u00e9meti - B\u0151cs v\u00e1. - Keszny\u00e9ten",
        "short": "3785",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3788",
        "label": "3788",
        "long": "Tiszal\u00fac,v\u00e1.-Tiszal\u00fac,aut.ford.",
        "short": "3788",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3793",
        "label": "3793",
        "long": "Saj\u00f3b\u00e1bony - Edel\u00e9ny - Szendr\u0151",
        "short": "3793",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3795",
        "label": "3795",
        "long": "Saj\u00f3b\u00e1bony - Saj\u00f3ecseg - Hang\u00e1cs - Edel\u00e9ny - Balajt",
        "short": "3795",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3797",
        "label": "3797",
        "long": "Saj\u00f3b\u00e1bony - Saj\u00f3ecseg - Saj\u00f3kereszt\u00far - Szirmabeseny\u0151 - Saj\u00f3senye",
        "short": "3797",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3798",
        "label": "3798",
        "long": "Boldva - Hang\u00e1cs",
        "short": "3798",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3801",
        "label": "3801",
        "long": "Encs - M\u00e9ra - Szemere",
        "short": "3801",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3802",
        "label": "3802",
        "long": "Encs - Aba\u00fajdevecser",
        "short": "3802",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3803",
        "label": "3803",
        "long": "Encs - Encs(F\u00fcg\u00f6d)",
        "short": "3803",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3804",
        "label": "3804",
        "long": "Aba\u00fajdevecser - Encs - Aba\u00fajk\u00e9r - Hejce",
        "short": "3804",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3806",
        "label": "3806",
        "long": "Encs - Aba\u00fajsz\u00e1nt\u00f3 - T\u00e1llya - Szerencs",
        "short": "3806",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3807",
        "label": "3807",
        "long": "Szerencs - M\u00e1d - Tarcal - Tokaj",
        "short": "3807",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3808",
        "label": "3808",
        "long": "Encs - Aba\u00fajsz\u00e1nt\u00f3 - T\u00e1llya - Tarcal - Tokaj",
        "short": "3808",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3809",
        "label": "3809",
        "long": "Encs - Aba\u00fajk\u00e9r - Aba\u00fajsz\u00e1nt\u00f3 - Arka",
        "short": "3809",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3810",
        "label": "3810",
        "long": "Encs - Aba\u00fajsz\u00e1nt\u00f3 - Boldogk\u0151v\u00e1ralja",
        "short": "3810",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3811",
        "label": "3811",
        "long": "Encs-Baktak\u00e9k-Gagyap\u00e1ti-Krasznokvajda-Paml\u00e9ny",
        "short": "3811",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3812",
        "label": "3812",
        "long": "Encs-Baktak\u00e9k-Gagyap\u00e1ti-Krasznokvajda-K\u00e1ny",
        "short": "3812",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3815",
        "label": "3815",
        "long": "Encs - Baktak\u00e9k - Cseny\u00e9te",
        "short": "3815",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3816",
        "label": "3816",
        "long": "Encs - In\u00e1ncs - Hern\u00e1dszentandr\u00e1s - Hern\u00e1db\u00fcd",
        "short": "3816",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3819",
        "label": "3819",
        "long": "Encs - Novajidr\u00e1ny - Pusztaradv\u00e1ny - Hern\u00e1dpetri",
        "short": "3819",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3821",
        "label": "3821",
        "long": "Encs - Novajidr\u00e1ny - Vizsoly - Korl\u00e1t - Reg\u00e9c",
        "short": "3821",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3822",
        "label": "3822",
        "long": "Novajidr\u00e1ny-G\u00f6nc-Hidasn\u00e9meti-Hern\u00e1dszurdok",
        "short": "3822",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3823",
        "label": "3823",
        "long": "Hidasn\u00e9meti - Tornyosn\u00e9meti",
        "short": "3823",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3824",
        "label": "3824",
        "long": "Encs-Aba\u00fajsz\u00e1nt\u00f3-Boldogk\u0151v\u00e1ralja-Reg\u00e9c-G\u00f6nc-Hidasn\u00e9meti-Tornyosn\u00e9metiI",
        "short": "3824",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3825",
        "label": "3825",
        "long": "Novajidr\u00e1ny-G\u00f6nc-Hidasn\u00e9meti-Hern\u00e1dszurdok",
        "short": "3825",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3826",
        "label": "3826",
        "long": "Hern\u00e1dszurdok-Hidasn\u00e9meti-G\u00f6nc-K\u00e9ked",
        "short": "3826",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3827",
        "label": "3827",
        "long": "Encs-Gib\u00e1rt-Vilm\u00e1ny-G\u00f6nc",
        "short": "3827",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3828",
        "label": "3828",
        "long": "Fels\u0151dobsza-In\u00e1ncs-Hern\u00e1db\u0171d-Gib\u00e1rt-Hern\u00e1dc\u00e9ce-G\u00f6nc-Hidasn\u00e9meti",
        "short": "3828",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3829",
        "label": "3829",
        "long": "Halmaj - Szentistv\u00e1nbaksa - Fels\u0151dobsza",
        "short": "3829",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3830",
        "label": "3830",
        "long": "Halmaj - Baktak\u00e9k - Fels\u0151gagy - Cseny\u00e9te",
        "short": "3830",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3831",
        "label": "3831",
        "long": "K\u00e1ny - Krasznokvajda - Paml\u00e9ny",
        "short": "3831",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3833",
        "label": "3833",
        "long": "Tornyosn\u00e9meti-Hidasn\u00e9meti-G\u00f6nc-K\u00e9ked",
        "short": "3833",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3851",
        "label": "3851",
        "long": "Szerencs - Golop - Aba\u00fajsz\u00e1nt\u00f3",
        "short": "3851",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3852",
        "label": "3852",
        "long": "Szerencs - Mez\u0151zombor - M\u00e1d - Mez\u0151zombor - Szerencs",
        "short": "3852",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3853",
        "label": "3853",
        "long": "Szerencs - Pr\u00fcgy - Csobaj - Tokaj",
        "short": "3853",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3855",
        "label": "3855",
        "long": "Szerencs - Pr\u00fcgy - Taktahark\u00e1ny",
        "short": "3855",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3859",
        "label": "3859",
        "long": "Szerencs - Bekecs - Taktaszada",
        "short": "3859",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3860",
        "label": "3860",
        "long": "Szerencs - Bekecs - Legyesb\u00e9nye - Golop",
        "short": "3860",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3867",
        "label": "3867",
        "long": "S\u00e1rospatak-Erd\u0151b\u00e9nye-Bask\u00f3-Boldogk\u0151v\u00e1ralja-Arka-Reg\u00e9c",
        "short": "3867",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3868",
        "label": "3868",
        "long": "Encs - Aba\u00fajsz\u00e1nt\u00f3/Tolcsva - Bask\u00f3 - Erd\u0151b\u00e9nye - Olaszliszka - Tolcsva v\u00e1.",
        "short": "3868",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3869",
        "label": "3869",
        "long": "S\u00e1rospatak - S\u00e1rospatak(V\u00e9gard\u00f3)",
        "short": "3869",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3870",
        "label": "3870",
        "long": "S\u00e1rospatak-S\u00e1toralja\u00fajhely-P\u00e1lh\u00e1za-Ny\u00edri-Holl\u00f3h\u00e1za",
        "short": "3870",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3871",
        "label": "3871",
        "long": "S\u00e1rospatak - S\u00e1toralja\u00fajhely - P\u00e1lh\u00e1za",
        "short": "3871",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3872",
        "label": "3872",
        "long": "S\u00e1rospatak - P\u00e1cin - Ricse - R\u00e9vle\u00e1nyv\u00e1r",
        "short": "3872",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3873",
        "label": "3873",
        "long": "S\u00e1rospatak - P\u00e1cin - Ricse - Zempl\u00e9nag\u00e1rd - R\u00e9vle\u00e1nyv\u00e1r",
        "short": "3873",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3874",
        "label": "3874",
        "long": "Tokaj - Erd\u0151b\u00e9nye",
        "short": "3874",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3875",
        "label": "3875",
        "long": "S\u00e1rospatak - Vajd\u00e1cska - Bodroghalom",
        "short": "3875",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3876",
        "label": "3876",
        "long": "Miskolc-Szerencs-S\u00e1rospatak-Karcsa/Tiszacsermely-Cig\u00e1nd-Kisv\u00e1rda",
        "short": "3876",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3877",
        "label": "3877",
        "long": "Ny\u00edregyh\u00e1za - Kisv\u00e1rda - Cig\u00e1nd - Ricse - R\u00e9vle\u00e1nyv\u00e1r",
        "short": "3877",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3878",
        "label": "3878",
        "long": "S\u00e1rospatak - Cig\u00e1nd - Ricse - R\u00e9vle\u00e1nyv\u00e1r",
        "short": "3878",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3879",
        "label": "3879",
        "long": "S\u00e1rospatak - Tiszakar\u00e1d - Cig\u00e1nd - R\u00e9vle\u00e1nyv\u00e1r",
        "short": "3879",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3880",
        "label": "3880",
        "long": "S\u00e1rospatak - Tiszakar\u00e1d - Cig\u00e1nd",
        "short": "3880",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3881",
        "label": "3881",
        "long": "Ny\u00edregyh\u00e1za - Tokaj - S\u00e1toralja\u00fajhely",
        "short": "3881",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3882",
        "label": "3882",
        "long": "S\u00e1rospatak - Gy\u00f6rgytarl\u00f3",
        "short": "3882",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3883",
        "label": "3883",
        "long": "S\u00e1rospatak - Ken\u00e9zl\u0151 - Zalkod - Viss",
        "short": "3883",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3884",
        "label": "3884",
        "long": "S\u00e1rospatak - S\u00e1razsad\u00e1ny - Olaszliszka - Tolcsva v\u00e1. - Koml\u00f3ska - H\u00e1romhuta(\u00dajhuta)",
        "short": "3884",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3885",
        "label": "3885",
        "long": "S\u00e1rospatak - S\u00e1razsad\u00e1ny - Olaszliszka - Tolcsva v\u00e1. - Tokaj",
        "short": "3885",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3886",
        "label": "3886",
        "long": "S\u00e1rospatak - Hercegk\u00fat - Makkoshotyka",
        "short": "3886",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3887",
        "label": "3887",
        "long": "R\u00e9vle\u00e1nyv\u00e1r-Ricse-Cig\u00e1nd-Kisv\u00e1rda",
        "short": "3887",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3888",
        "label": "3888",
        "long": "S\u00e1rospatak - Tiszakar\u00e1d - Cig\u00e1nd - Ricse - Kisv\u00e1rda",
        "short": "3888",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3889",
        "label": "3889",
        "long": "S\u00e1rospatak - Ken\u00e9zl\u0151 - Zalkod - Viss - Ken\u00e9zl\u0151 - S\u00e1rospatak",
        "short": "3889",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-389",
        "label": "389",
        "long": "Veresegyh\u00e1z, K\u00f6zpont - Veresegyh\u00e1z, Medveotthon",
        "short": "389",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3890",
        "label": "3890",
        "long": "Olaszliszka - Tolcsva v\u00e1. - Olaszliszka",
        "short": "3890",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3891",
        "label": "3891",
        "long": "Olaszliszka - Tolcsva v\u00e1. - Koml\u00f3ska - H\u00e1romhuta(\u00dajhuta)",
        "short": "3891",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3892",
        "label": "3892",
        "long": "Tokaj - Bodrogkereszt\u00far",
        "short": "3892",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3895",
        "label": "3895",
        "long": "Szerencs - T\u00e1llya - Bodrogkereszt\u00far - Tokaj - Tarcal",
        "short": "3895",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3896",
        "label": "3896",
        "long": "Tarcal - Tokaj",
        "short": "3896",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3900",
        "label": "3900",
        "long": "S\u00e1toralja\u00fajhely - Kov\u00e1csv\u00e1g\u00e1s - P\u00e1lh\u00e1za - Nagyhuta - Holl\u00f3h\u00e1za",
        "short": "3900",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3901",
        "label": "3901",
        "long": "S\u00e1toralja\u00fajhely - Kov\u00e1csv\u00e1g\u00e1s - P\u00e1lh\u00e1za - Nagyhuta - Ny\u00edri - Holl\u00f3h\u00e1za",
        "short": "3901",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3903",
        "label": "3903",
        "long": "S\u00e1toralja\u00fajhely - P\u00e1lh\u00e1za - Ny\u00edri - Holl\u00f3h\u00e1za - Pusztafalu",
        "short": "3903",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3907",
        "label": "3907",
        "long": "S\u00e1toralja\u00fajhely - Sz\u00e9phalom",
        "short": "3907",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3909",
        "label": "3909",
        "long": "S\u00e1toralja\u00fajhely - K\u00e1cs\u00e1rd - S\u00e1toralja\u00fajhely",
        "short": "3909",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-391",
        "label": "391",
        "long": "Veresegyh\u00e1z, Missszi\u00f3 - Ivacsok - Hegyek - Veresegyh\u00e1z, Misszi\u00f3",
        "short": "391",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3919",
        "label": "3919",
        "long": "S\u00e1toralja\u00fajhely - Als\u00f3berecki - Fels\u0151berecki",
        "short": "3919",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-392",
        "label": "392",
        "long": "Veresegyh\u00e1z, Ivacsok - Ligetek - Csonk\u00e1s - Veresegyh\u00e1z, Ivacsok",
        "short": "392",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3920",
        "label": "3920",
        "long": "S\u00e1toralja\u00fajhely - Bodroghalom - Tiszakar\u00e1d - Nagyrozv\u00e1gy - Kisrozv\u00e1gy",
        "short": "3920",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3922",
        "label": "3922",
        "long": "S\u00e1toralja\u00fajhely-Karcsa-Cig\u00e1nd-Kisv\u00e1rda",
        "short": "3922",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3923",
        "label": "3923",
        "long": "S\u00e1toralja\u00fajhely - L\u00e1cacs\u00e9ke - Cig\u00e1nd - S.patak",
        "short": "3923",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3924",
        "label": "3924",
        "long": "S\u00e1toralja\u00fajhely - Nagyrozv\u00e1gy - Ricse - R\u00e9vle\u00e1nyv\u00e1r",
        "short": "3924",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3925",
        "label": "3925",
        "long": "S\u00e1toralja\u00fajhely - Bodroghalom - Nagyrozv\u00e1gy - Ricse - R\u00e9vle\u00e1nyv\u00e1r",
        "short": "3925",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3927",
        "label": "3927",
        "long": "Tornyosn\u00e9meti-Hidasn\u00e9meti-G\u00f6nc-Telkib\u00e1nya-P\u00e1lh\u00e1za-S\u00e1toralja\u00fajhely",
        "short": "3927",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3928",
        "label": "3928",
        "long": "Hern\u00e1dszurdok-Hidasn\u00e9meti-G\u00f6nc-Telkib\u00e1nya-P\u00e1lh\u00e1za",
        "short": "3928",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3929",
        "label": "3929",
        "long": "S\u00e1toralja\u00fajhely - P\u00e1lh\u00e1za - Telkib\u00e1nya - Hidasn\u00e9meti - K\u00e9ked",
        "short": "3929",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-393",
        "label": "393",
        "long": "Veresegyh\u00e1z, Misszi\u00f3 - Erd\u0151kertes - Veresegyh\u00e1z, Misszi\u00f3",
        "short": "393",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3930",
        "label": "3930",
        "long": "S\u00e1rospatak-S\u00e1toralja\u00fajhely-P\u00e1lh\u00e1za-Ny\u00edri-Holl\u00f3h\u00e1za",
        "short": "3930",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-394",
        "label": "394",
        "long": "Csom\u00e1d - Veresegyh\u00e1z - \u0150rbotty\u00e1n - Galgam\u00e1csa - P\u00fcsp\u00f6khatvan",
        "short": "394",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-395",
        "label": "395",
        "long": "Veresegyh\u00e1z, Ligetek - Csonk\u00e1s - Ivacsok - Veresegyh\u00e1z, Hegyek",
        "short": "395",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3952",
        "label": "3952",
        "long": "Tisza\u00fajv\u00e1ros - Polg\u00e1r - Hajd\u00fan\u00e1n\u00e1s",
        "short": "3952",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-396",
        "label": "396",
        "long": "Budapest - Szada - Veresegyh\u00e1z - \u0150rbotty\u00e1n",
        "short": "396",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3960",
        "label": "3960",
        "long": "Tisza\u00fajv\u00e1ros - Polg\u00e1r - G\u00f6rbeh\u00e1za",
        "short": "3960",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3963",
        "label": "3963",
        "long": "Tisza\u00fajv\u00e1ros - Oszl\u00e1r - Mez\u0151cs\u00e1t - \u00c1rokt\u0151",
        "short": "3963",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3964",
        "label": "3964",
        "long": "Tisza\u00fajv\u00e1ros - Oszl\u00e1r - Mez\u0151cs\u00e1t",
        "short": "3964",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3965",
        "label": "3965",
        "long": "Tisza\u00fajv\u00e1ros - Tiszatarj\u00e1n - Mez\u0151cs\u00e1t",
        "short": "3965",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3966",
        "label": "3966",
        "long": "Tisza\u00fajv\u00e1ros - Nemesbikk - Hej\u0151papi - Igrici",
        "short": "3966",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3967",
        "label": "3967",
        "long": "Tisza\u00fajv\u00e1ros - Hej\u0151b\u00e1ba - Igrici/Hej\u0151kereszt\u00far",
        "short": "3967",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3968",
        "label": "3968",
        "long": "Tisza\u00fajv\u00e1ros - Nemesbikk - Hej\u0151papi - Igrici",
        "short": "3968",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3969",
        "label": "3969",
        "long": "Tisza\u00fajv\u00e1ros - Hej\u0151b\u00e1ba - Hej\u0151szalonta - Igrici",
        "short": "3969",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-397",
        "label": "397",
        "long": "Budapest - Szada - Veresegyh\u00e1z - \u0150rbotty\u00e1n",
        "short": "397",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3970",
        "label": "3970",
        "long": "Tisza\u00fajv\u00e1ros - Saj\u00f3\u00f6r\u00f6s - Tisza\u00fajv\u00e1ros",
        "short": "3970",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3971",
        "label": "3971",
        "long": "Tisza\u00fajv\u00e1ros - Muhi - Saj\u00f3l\u00e1d",
        "short": "3971",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3974",
        "label": "3974",
        "long": "Tisza\u00fajv\u00e1ros - Keszny\u00e9ten - Tiszal\u00fac",
        "short": "3974",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3975",
        "label": "3975",
        "long": "Tisza\u00fajv\u00e1ros - Keszny\u00e9ten",
        "short": "3975",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-3976",
        "label": "3976",
        "long": "Mez\u0151cs\u00e1t - Tiszakeszi",
        "short": "3976",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-398",
        "label": "398",
        "long": "Budapest - Szada - Veresegyh\u00e1z - \u0150rbotty\u00e1n",
        "short": "398",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-399",
        "label": "399",
        "long": "Budapest - Szada - Veresegyh\u00e1z - \u0150rbotty\u00e1n",
        "short": "399",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-400",
        "label": "400",
        "long": "Budapest - G\u00f6d\u00f6ll\u0151 - Bag - Tura",
        "short": "400",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4001",
        "label": "4001",
        "long": "Mez\u0151k\u00f6vesd - Tard - Cser\u00e9pv\u00e1ralja",
        "short": "4001",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4004",
        "label": "4004",
        "long": "Mez\u0151k\u00f6vesd-B\u00fckk\u00e1br\u00e1ny-Borsodgeszt",
        "short": "4004",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4006",
        "label": "4006",
        "long": "Mez\u0151k\u00f6vesd - M.keresztes - M.ny\u00e1r\u00e1d v\u00e1. - S\u00e1ly,Latorpuszta",
        "short": "4006",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4007",
        "label": "4007",
        "long": "Mez\u0151k\u00f6vesd - Mez\u0151keresztes - Mez\u0151ny\u00e1r\u00e1d v\u00e1. - K\u00e1cs",
        "short": "4007",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4008",
        "label": "4008",
        "long": "Mez\u0151k\u00f6vesd - Mez\u0151keresztes - Tisza\u00fajv\u00e1ros",
        "short": "4008",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4009",
        "label": "4009",
        "long": "Tisza\u00fajv\u00e1ros - Mez\u0151cs\u00e1t - Mez\u0151keresztes - Mez\u0151k\u00f6vesd",
        "short": "4009",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-401",
        "label": "401",
        "long": "Budapest - Bag - Tura",
        "short": "401",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4010",
        "label": "4010",
        "long": "Mez\u0151k\u00f6vesd - N\u00e9gyes - Tiszadorogma - Mez\u0151cs\u00e1t",
        "short": "4010",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4011",
        "label": "4011",
        "long": "Tiszadorogma - N\u00e9gyes - Mez \u0151k\u00f6vesd - Eger",
        "short": "4011",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4012",
        "label": "4012",
        "long": "Eger - Noszvaj - Tard - Cser\u00e9pv\u00e1ralja",
        "short": "4012",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4013",
        "label": "4013",
        "long": "Mez\u0151k\u00f6vesd - Szihalom - Egerfarmos",
        "short": "4013",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4014",
        "label": "4014",
        "long": "Eger - F\u00fczesabony - Egerfarmos - Mez\u0151k\u00f6vesd",
        "short": "4014",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4015",
        "label": "4015",
        "long": "Eger - Mez\u0151k\u00f6vesd",
        "short": "4015",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4016",
        "label": "4016",
        "long": "Mez\u0151k\u00f6vesd - Szomolya",
        "short": "4016",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4017",
        "label": "4017",
        "long": "Mez\u0151k\u00f6vesd - Szentistv\u00e1n",
        "short": "4017",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4018",
        "label": "4018",
        "long": "Eger - Mez\u0151k\u00f6vesd - Szentistv\u00e1n",
        "short": "4018",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4019",
        "label": "4019",
        "long": "Mez\u0151k\u00f6vesd - Szentistv\u00e1n - M.keresztes - Miskolc",
        "short": "4019",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-402",
        "label": "402",
        "long": "Budapest - G\u00f6d\u00f6ll\u0151 - Bag - Tura",
        "short": "402",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4021",
        "label": "4021",
        "long": "Eger - Mez\u0151k\u00f6vesd - Mez\u0151keresztes - Mez\u0151cs\u00e1t",
        "short": "4021",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4022",
        "label": "4022",
        "long": "K\u00e1cs - B\u00fckk\u00e1br\u00e1ny - Mez \u0151ny\u00e1r\u00e1d - Mez \u0151k\u00f6vesd - Eger",
        "short": "4022",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4023",
        "label": "4023",
        "long": "Mez\u0151k\u00f6vesd - Cser\u00e9pfalu - B\u00fckkzs\u00e9rc",
        "short": "4023",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4026",
        "label": "4026",
        "long": "Mez\u0151k\u00f6vesd - Csincse - Mez\u0151k\u00f6vesd",
        "short": "4026",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4028",
        "label": "4028",
        "long": "Mez\u0151keresztes - Mez\u0151ny\u00e1r\u00e1d v\u00e1. - Gelej - Mez\u0151cs\u00e1t",
        "short": "4028",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-403",
        "label": "403",
        "long": "G\u00f6d\u00f6ll\u0151 - Asz\u00f3d - Bag - Tura - Hatvan",
        "short": "403",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4030",
        "label": "4030",
        "long": "Mez\u0151k\u00f6vesd - Mez\u0151keresztes - Gelej - Mez\u0151cs\u00e1t",
        "short": "4030",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-404",
        "label": "404",
        "long": "G\u00f6d\u00f6ll\u0151 - Asz\u00f3d - Bag - Tura - Hatvan",
        "short": "404",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4040",
        "label": "4040",
        "long": "Kazincbarcika - M\u00facsony - Edel\u00e9ny",
        "short": "4040",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4041",
        "label": "4041",
        "long": "Kazincbarcika-Edel\u00e9ny-Meszes-Viszl\u00f3",
        "short": "4041",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4043",
        "label": "4043",
        "long": "Kazincbarcika-Edel\u00e9ny-Balajt-Abod-Galv\u00e1cs",
        "short": "4043",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4044",
        "label": "4044",
        "long": "Miskolc - Saj\u00f3kereszt\u00far - Saj\u00f3ecseg - Borsodszir\u00e1k - Edel\u00e9ny - Balajt",
        "short": "4044",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4045",
        "label": "4045",
        "long": "Kazincbarcika - Berente (H\u0151er\u0151m\u0171)",
        "short": "4045",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4046",
        "label": "4046",
        "long": "Kazincbarcika - Berente",
        "short": "4046",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4047",
        "label": "4047",
        "long": "Kazincbarcika - Berente",
        "short": "4047",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4048",
        "label": "4048",
        "long": "Kazincbarcika - Berente",
        "short": "4048",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4049",
        "label": "4049",
        "long": "Berente - Saj\u00f3szentp\u00e9ter - Saj\u00f3l\u00e1szl\u00f3falva - Kond\u00f3 - Varb\u00f3",
        "short": "4049",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-405",
        "label": "405",
        "long": "G\u00f6d\u00f6ll\u0151 - Asz\u00f3d - Bag - Tura - Hatvan",
        "short": "405",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4050",
        "label": "4050",
        "long": "Kazincbarcika - Berente - Saj\u00f3szentp\u00e9ter - Kond\u00f3 - Varb\u00f3",
        "short": "4050",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4051",
        "label": "4051",
        "long": "Kazincbarcika-Saj\u00f3szentp\u00e9ter-Alacska",
        "short": "4051",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4052",
        "label": "4052",
        "long": "Berente - Kazincbarcika - Tardona",
        "short": "4052",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4057",
        "label": "4057",
        "long": "Kazincbarcika - Putnok - Ser\u00e9nyfalva",
        "short": "4057",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4058",
        "label": "4058",
        "long": "Berente - Kazincbarcika - M\u00e1lyinka",
        "short": "4058",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4059",
        "label": "4059",
        "long": "Kazincbarcika - D\u00e9destapolcs\u00e1ny - Nek\u00e9zseny",
        "short": "4059",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-406",
        "label": "406",
        "long": "G\u00f6d\u00f6ll\u0151 - Asz\u00f3d - Bag - Tura - Hatvan",
        "short": "406",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4060",
        "label": "4060",
        "long": "Kazincbarcika - Saj\u00f3kaza - D\u00e9destapolcs\u00e1ny - M\u00e1lyinka",
        "short": "4060",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4061",
        "label": "4061",
        "long": "Berente - Kazincbarcika - D\u00e9destapolcs\u00e1ny - M\u00e1lyinka - Nek\u00e9zseny",
        "short": "4061",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4062",
        "label": "4062",
        "long": "Berente - Kazincbarcika - Putnok - Saj\u00f3velezd",
        "short": "4062",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4063",
        "label": "4063",
        "long": "Berente-Putnok-G\u00f6m\u00f6rsz\u0151l\u0151s-Szuhaf\u0151-Fels\u0151ny\u00e1r\u00e1d-K\u00e1n\u00f3",
        "short": "4063",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4065",
        "label": "4065",
        "long": "Kazincbarcika - Saj\u00f3iv\u00e1nka - Saj\u00f3galg\u00f3c - Putnok",
        "short": "4065",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4066",
        "label": "4066",
        "long": "Kazincbarcika - Saj\u00f3iv\u00e1nka - Saj\u00f3kaza - Saj\u00f3galg\u00f3c",
        "short": "4066",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4067",
        "label": "4067",
        "long": "Berente - Kazincbarcika - Saj\u00f3kaza",
        "short": "4067",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4069",
        "label": "4069",
        "long": "Kazincbarcika - Szuhak\u00e1ll\u00f3 - Saj\u00f3kaza - Kazincbarcika",
        "short": "4069",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-407",
        "label": "407",
        "long": "G\u00f6d\u00f6ll\u0151 - Asz\u00f3d - Bag - Tura - Hatvan",
        "short": "407",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4070",
        "label": "4070",
        "long": "Kazincbarcika/Berente - Kurity\u00e1n - Szuhaf\u0151",
        "short": "4070",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4075",
        "label": "4075",
        "long": "Kazincbarcika/Berente - Fels\u0151ny\u00e1r\u00e1d - Aggtelek",
        "short": "4075",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4078",
        "label": "4078",
        "long": "Kazincbarcika - Rag\u00e1ly - Imola - Aggtelek",
        "short": "4078",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4079",
        "label": "4079",
        "long": "Kazincbarcika - Rag\u00e1ly - Imola - Aggtelek",
        "short": "4079",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-408",
        "label": "408",
        "long": "G\u00f6d\u00f6ll\u0151 - Asz\u00f3d - Bag - Tura - Hatvan",
        "short": "408",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4080",
        "label": "4080",
        "long": "Kazincbarcika - Rudolftelep - Rudab\u00e1nya - K\u00e1n\u00f3",
        "short": "4080",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4081",
        "label": "4081",
        "long": "Berente - Kazincbarcika - Rudab\u00e1nya - J\u00f3svaf\u0151 - Aggtelek v\u00e1. - Aggtelek",
        "short": "4081",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4082",
        "label": "4082",
        "long": "Berente/Kazincbarcika - Rudab\u00e1nya - Szalonna - Meszes",
        "short": "4082",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4083",
        "label": "4083",
        "long": "Kazincbarcika - Rudab\u00e1nya - Szendr\u0151 - Rakaca",
        "short": "4083",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4084",
        "label": "4084",
        "long": "Kazincbarcika - Ormosb\u00e1nya - J\u00f3svaf\u0151 - Aggtelek v\u00e1.",
        "short": "4084",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4086",
        "label": "4086",
        "long": "Kazincbarcika-Rudab\u00e1nya-Szendr\u0151-Edel\u00e9ny",
        "short": "4086",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-409",
        "label": "409",
        "long": "G\u00f6d\u00f6ll\u0151 - Asz\u00f3d - Bag - Tura - Hatvan",
        "short": "409",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4092",
        "label": "4092",
        "long": "Edel\u00e9ny- Abod-Galv\u00e1cs-Szendr\u0151-Rudab\u00e1nya",
        "short": "4092",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4093",
        "label": "4093",
        "long": "Edel\u00e9ny - Szendr\u0151",
        "short": "4093",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4094",
        "label": "4094",
        "long": "Edel\u00e9ny - Tomor - Irota",
        "short": "4094",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4095",
        "label": "4095",
        "long": "Kazincbarcika - Rudolftelep - Rudab\u00e1nya - K\u00e1n\u00f3",
        "short": "4095",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4098",
        "label": "4098",
        "long": "Saj\u00f3szentp\u00e9ter(Dusnok)-Berente",
        "short": "4098",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-410",
        "label": "410",
        "long": "Budapest - G\u00f6d\u00f6ll\u0151 - Hatvan",
        "short": "410",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4101",
        "label": "4101",
        "long": "\u00d3zd - Farkaslyuk",
        "short": "4101",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4102",
        "label": "4102",
        "long": "\u00d3zd - Hangony - Kissik\u00e1tor - Domah\u00e1za",
        "short": "4102",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4104",
        "label": "4104",
        "long": "\u00d3zd - B\u00e1nr\u00e9ve - Putnok - Rag\u00e1ly - Aggtelek - J\u00f3svaf\u0151",
        "short": "4104",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4108",
        "label": "4108",
        "long": "Rudab\u00e1nya - K\u00e1n\u00f3 - Sz\u0151l\u0151sard\u00f3 - Perkupa",
        "short": "4108",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-411",
        "label": "411",
        "long": "Budapest - G\u00f6d\u00f6ll\u0151 - Hatvan - Gy\u00f6ngy\u00f6s",
        "short": "411",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-412",
        "label": "412",
        "long": "Budapest - G\u00f6d\u00f6ll\u0151 - Hatvan",
        "short": "412",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4120",
        "label": "4120",
        "long": "Rudab\u00e1nya - Szendr\u0151",
        "short": "4120",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4121",
        "label": "4121",
        "long": "Szalonna - Martonyi - Rakaca - Debr\u00e9te",
        "short": "4121",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4123",
        "label": "4123",
        "long": "Edel\u00e9ny-Szendr\u0151-Perkupa-Varb\u00f3c-Perkupa-\u00c9gersz\u00f6g",
        "short": "4123",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4124",
        "label": "4124",
        "long": "B\u00f3dvar\u00e1k\u00f3 - B\u00f3dvaszilas - Tornabarakony",
        "short": "4124",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4125",
        "label": "4125",
        "long": "Edel\u00e9ny-Szalonna-J\u00f3svaf\u0151-Aggtelek, v\u00e1.-Sz\u00f6gliget-J\u00f3svaf\u0151-Aggtelek",
        "short": "4125",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-413",
        "label": "413",
        "long": "Budapest - G\u00f6d\u00f6ll\u0151 - Hatvan - Gy\u00f6ngy\u00f6s",
        "short": "413",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4136",
        "label": "4136",
        "long": "Edel\u00e9ny-Perkupa-B\u00f3dvaszilas-Tornabarakony-Tornan\u00e1daska-Tornaszentjakab",
        "short": "4136",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-414",
        "label": "414",
        "long": "Budapest - Hatvan - Gy\u00f6ngy\u00f6s",
        "short": "414",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4140",
        "label": "4140",
        "long": "\u00d3zd - B\u00e1nr\u00e9ve - Putnok - Rag\u00e1ly - Aggtelek - J\u00f3svaf\u0151",
        "short": "4140",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4145",
        "label": "4145",
        "long": "\u00d3zd - Saj\u00f3n\u00e9meti - Putnok",
        "short": "4145",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4147",
        "label": "4147",
        "long": "\u00d3zd - Kir\u00e1ld - Putnok",
        "short": "4147",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4148",
        "label": "4148",
        "long": "\u00d3zd - Borsodb\u00f3ta - Putnok",
        "short": "4148",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-415",
        "label": "415",
        "long": "Budapest - Hatvan - Gy\u00f6ngy\u00f6s",
        "short": "415",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4150",
        "label": "4150",
        "long": "\u00d3zd - Kir\u00e1ld - Uppony",
        "short": "4150",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4151",
        "label": "4151",
        "long": "\u00d3zd - S\u00e1ta - Putnok",
        "short": "4151",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4153",
        "label": "4153",
        "long": "\u00d3zd - Csokvaom\u00e1ny - S\u00e1ta - M\u00e1lyinka - Kazincbarcika",
        "short": "4153",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4154",
        "label": "4154",
        "long": "Kazincbarcika - Tardona - S\u00e1ta - Csokvaom\u00e1ny - \u00d3zd",
        "short": "4154",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4155",
        "label": "4155",
        "long": "\u00d3zd - S\u00e1ta",
        "short": "4155",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4157",
        "label": "4157",
        "long": "\u00d3zd - Eger - Mez\u0151k\u00f6vesd",
        "short": "4157",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4158",
        "label": "4158",
        "long": "\u00d3zd - Farkaslyuk",
        "short": "4158",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-416",
        "label": "416",
        "long": "Budapest - G\u00f6d\u00f6ll\u0151 - Asz\u00f3d",
        "short": "416",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4160",
        "label": "4160",
        "long": "\u00d3zd - Csernely - Csokvaom\u00e1ny - D\u00e9destapolcs\u00e1ny - M\u00e1lyinka",
        "short": "4160",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4161",
        "label": "4161",
        "long": "\u00d3zd - B\u00fckkmogyor\u00f3sd - Csokvaom\u00e1ny - D\u00e9destapolcs\u00e1ny - M\u00e1lyinka",
        "short": "4161",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4180",
        "label": "4180",
        "long": "\u00d3zd - Arl\u00f3 - Borsodn\u00e1dasd",
        "short": "4180",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4185",
        "label": "4185",
        "long": "\u00d3zd - Borsodszentgy\u00f6rgy",
        "short": "4185",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4186",
        "label": "4186",
        "long": "\u00d3zd - Hangony - Kissik\u00e1tor - Domah\u00e1za",
        "short": "4186",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4188",
        "label": "4188",
        "long": "Putnok - Als\u00f3szuha - Fels\u0151ny\u00e1r\u00e1d - Zubogy",
        "short": "4188",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-419",
        "label": "419",
        "long": "Budapest - Cs\u00f6m\u00f6r",
        "short": "419",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4193",
        "label": "4193",
        "long": "Putnok - Saj\u00f3mercse - Csokvaom\u00e1ny - T\u00f3l\u00e1pa",
        "short": "4193",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4194",
        "label": "4194",
        "long": "Putnok - S\u00e1ta - Nek\u00e9zseny - Szilv\u00e1sv\u00e1rad",
        "short": "4194",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4195",
        "label": "4195",
        "long": "Putnok - Kir\u00e1ld - L\u00e9n\u00e1rddar\u00f3c",
        "short": "4195",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4200",
        "label": "4200",
        "long": "Ny\u00edregyh\u00e1za-Nagyhal\u00e1sz-Tiszabercel-Buj-Balsa",
        "short": "4200",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4201",
        "label": "4201",
        "long": "Ny\u00edregyh\u00e1za-Ibr\u00e1ny-G\u00e1vavencsell\u0151-Balsa",
        "short": "4201",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4202",
        "label": "4202",
        "long": "Ny\u00edregyh\u00e1za - Beszterec",
        "short": "4202",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4203",
        "label": "4203",
        "long": "Ny\u00edregyh\u00e1za - Nagyhal\u00e1sz - Dombr\u00e1d",
        "short": "4203",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4204",
        "label": "4204",
        "long": "Ny\u00edrbogd\u00e1ny - Demecser - Sz\u00e9kely",
        "short": "4204",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4205",
        "label": "4205",
        "long": "Ny\u00edregyh\u00e1za - Ny\u00edrtura - S\u00e9ny\u0151",
        "short": "4205",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4206",
        "label": "4206",
        "long": "Ny\u00edregyh\u00e1za - Sz\u00e9kely - Baktal\u00f3r\u00e1nth\u00e1za",
        "short": "4206",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4207",
        "label": "4207",
        "long": "Ny\u00edregyh\u00e1za - Baktal\u00f3r\u00e1nth\u00e1za - M\u00e1t\u00e9szalka",
        "short": "4207",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4208",
        "label": "4208",
        "long": "Ny\u00edregyh\u00e1za - Kisv\u00e1rda",
        "short": "4208",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4209",
        "label": "4209",
        "long": "Ny\u00edregyh\u00e1za - V\u00e1s\u00e1rosnam\u00e9ny - Feh\u00e9rgyarmat",
        "short": "4209",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4210",
        "label": "4210",
        "long": "Ny\u00edregyh\u00e1za - Baktal\u00f3r\u00e1nth\u00e1za - Kisv\u00e1rda",
        "short": "4210",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4211",
        "label": "4211",
        "long": "Ny\u00edregyh\u00e1za - V\u00e1s\u00e1rosnam\u00e9ny - Tarpa",
        "short": "4211",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4212",
        "label": "4212",
        "long": "Ny\u00edregyh\u00e1za - Ny\u00edrsz\u0151l\u0151s - Ibr\u00e1ny",
        "short": "4212",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4213",
        "label": "4213",
        "long": "Ny\u00edregyh\u00e1za - M\u00e1t\u00e9szalka - Nagyecsed/Feh\u00e9rgyarmat",
        "short": "4213",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4214",
        "label": "4214",
        "long": "Ny\u00edregyh\u00e1za - Kemecse - Nagyhal\u00e1sz - Dombr\u00e1d",
        "short": "4214",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4215",
        "label": "4215",
        "long": "Ny\u00edregyh\u00e1za - Apagy - Baktal\u00f3r\u00e1nth\u00e1za",
        "short": "4215",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4216",
        "label": "4216",
        "long": "Ny\u00edregyh\u00e1za - Ny\u00edrb\u00e1tor - M\u00e9rk",
        "short": "4216",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4217",
        "label": "4217",
        "long": "Ny\u00edregyh\u00e1za - Ny\u00edrb\u00e1tor - M\u00e1t\u00e9szalka - Csenger",
        "short": "4217",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4218",
        "label": "4218",
        "long": "Ny\u00edregyh\u00e1za - Ny\u00edrb\u00e1tor - M\u00e1t\u00e9szalka - Feh\u00e9rgyarmat - Tiszabecs",
        "short": "4218",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4219",
        "label": "4219",
        "long": "Ny\u00edregyh\u00e1za - Nagyk\u00e1ll\u00f3 - K\u00e1ll\u00f3semj\u00e9n",
        "short": "4219",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-422",
        "label": "422",
        "long": "Budapest - G\u00f6d\u00f6ll\u0151 - Asz\u00f3d - Verseg - K\u00e1ll\u00f3 - Erd\u0151k\u00fcrt - Erd\u0151tarcsa",
        "short": "422",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4220",
        "label": "4220",
        "long": "Ny\u00edregyh\u00e1za - Nagyk\u00e1ll\u00f3 - K\u00e1ll\u00f3semj\u00e9n - M\u00e1riap\u00f3cs - Ny\u00edrbog\u00e1t - Ny\u00edrb\u00e1tor",
        "short": "4220",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4221",
        "label": "4221",
        "long": "Ny\u00edregyh\u00e1za - Nagyk\u00e1ll\u00f3 - Ny\u00edrbog\u00e1t - Ny\u00edrb\u00e1tor",
        "short": "4221",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4222",
        "label": "4222",
        "long": "Ny\u00edregyh\u00e1za - Nagyk\u00e1ll\u00f3 - Balk\u00e1ny - Ny\u00edrlugos",
        "short": "4222",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4223",
        "label": "4223",
        "long": "Nagyk\u00e1ll\u00f3 - Balk\u00e1ny - Ny\u00edrlugos - Ny\u00edrb\u00e1tor",
        "short": "4223",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4224",
        "label": "4224",
        "long": "Ny\u00edregyh\u00e1za - M3 aut\u00f3p\u00e1lya - M\u00e1t\u00e9szalka - Szamosangyalos - Csenger",
        "short": "4224",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4225",
        "label": "4225",
        "long": "Ny\u00edregyh\u00e1za - Nagyk\u00e1ll\u00f3 - Balk\u00e1ny - T\u00e9gl\u00e1s - Debrecen",
        "short": "4225",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4226",
        "label": "4226",
        "long": "Ny\u00edregyh\u00e1za-Nagyk\u00e1ll\u00f3-Nagyk\u00e1ll\u00f3, Ludast\u00f3-\u00c9rpatak",
        "short": "4226",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4227",
        "label": "4227",
        "long": "Balk\u00e1ny - Perkedpuszta",
        "short": "4227",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4228",
        "label": "4228",
        "long": "Nagyk\u00e1ll\u00f3-\u00dajfeh\u00e9rt\u00f3",
        "short": "4228",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4229",
        "label": "4229",
        "long": "Balk\u00e1ny - Balk\u00e1ny,Abapuszta",
        "short": "4229",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4230",
        "label": "4230",
        "long": "Balk\u00e1ny - Balk\u00e1ny, Nagymogyor\u00f3s",
        "short": "4230",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4231",
        "label": "4231",
        "long": "Ny\u00edregyh\u00e1za - \u00dajfeh\u00e9rt\u00f3 - \u00c9rpatak",
        "short": "4231",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4232",
        "label": "4232",
        "long": "Ny\u00edregyh\u00e1za - Nagyk\u00e1ll\u00f3 - Ny\u00edradony",
        "short": "4232",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4233",
        "label": "4233",
        "long": "Ny\u00edregyh\u00e1za - Ny\u00edrpazony - S\u00e9ny\u0151",
        "short": "4233",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4234",
        "label": "4234",
        "long": "Ny\u00edregyh\u00e1za - Ny\u00edrpazony - Baktal\u00f3r\u00e1nth\u00e1za",
        "short": "4234",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4235",
        "label": "4235",
        "long": "Ny\u00edregyh\u00e1za - K\u00e1lm\u00e1nh\u00e1za - Hajd\u00fan\u00e1n\u00e1s",
        "short": "4235",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4236",
        "label": "4236",
        "long": "Ny\u00edregyh\u00e1za -  Kabal\u00e1s - Ny\u00edrpazony - Ny\u00edregyh\u00e1za",
        "short": "4236",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4237",
        "label": "4237",
        "long": "Ny\u00edregyh\u00e1za - M3 aut\u00f3p\u00e1lya - J\u00e1rmi - M\u00e1t\u00e9szalka - Feh\u00e9rgyarmat - Tiszabecs",
        "short": "4237",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4238",
        "label": "4238",
        "long": "Ny\u00edregyh\u00e1za - Nagyk\u00e1ll\u00f3 - Ny\u00edrlugos - Encsencs",
        "short": "4238",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4239",
        "label": "4239",
        "long": "Ny\u00edregyh\u00e1za - Nagycserkesz - Tiszaeszl\u00e1r",
        "short": "4239",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-424",
        "label": "424",
        "long": "Budapest - G\u00f6d\u00f6ll\u0151 - Asz\u00f3d - Verseg - K\u00e1ll\u00f3 - Erd\u0151k\u00fcrt - Erd\u0151tarcsa",
        "short": "424",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4240",
        "label": "4240",
        "long": "Ny\u00edregyh\u00e1za - Tiszavasv\u00e1ri - Tiszal\u00f6k - Tiszadob - Polg\u00e1r - Tisza\u00fajv\u00e1ros",
        "short": "4240",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4241",
        "label": "4241",
        "long": "Ny\u00edregyh\u00e1za - Polg\u00e1r - Tisza\u00fajv\u00e1ros",
        "short": "4241",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4242",
        "label": "4242",
        "long": "Ny\u00edregyh\u00e1za - Halmosbokor - Ny\u00edregyh\u00e1za",
        "short": "4242",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4243",
        "label": "4243",
        "long": "Ny\u00edregyh\u00e1za - Ny\u00edrtelek - Rakamaz  - G\u00e1vavencsell\u0151",
        "short": "4243",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4244",
        "label": "4244",
        "long": "Rakamaz - Tiszal\u00f6k - Tiszavasv\u00e1ri - Hajd\u00fan\u00e1n\u00e1s",
        "short": "4244",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4245",
        "label": "4245",
        "long": "Tokaj - Rakamaz - G\u00e1vavencsell\u0151",
        "short": "4245",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4246",
        "label": "4246",
        "long": "Kemecse - Ny\u00edrbogd\u00e1ny - Sz\u00e9kely - Ny\u00edrt\u00e9t - Berkesz - Kemecse",
        "short": "4246",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4247",
        "label": "4247",
        "long": "Tiszadob - Tiszadob, Rejetanya",
        "short": "4247",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4248",
        "label": "4248",
        "long": "Ny\u00edregyh\u00e1za - Cig\u00e1nybokor - B\u00e1nfibokor - Ny\u00edregyh\u00e1za",
        "short": "4248",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4249",
        "label": "4249",
        "long": "Ny\u00edregyh\u00e1za-K\u00f3taj-Buj-Tiszabercel-G\u00e1vavencsell\u0151-Balsa",
        "short": "4249",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4250",
        "label": "4250",
        "long": "Ny\u00edregyh\u00e1za - Napkor - Nagyk\u00e1ll\u00f3",
        "short": "4250",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4251",
        "label": "4251",
        "long": "Kisv\u00e1rda - Szabolcsveresmart",
        "short": "4251",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4252",
        "label": "4252",
        "long": "Kisv\u00e1rda-M\u00e1ndok-Eperjeske-Z\u00e1hony",
        "short": "4252",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4253",
        "label": "4253",
        "long": "Ny\u00edregyh\u00e1za-Kisv\u00e1rda-M\u00e1ndok-Z\u00e1hony",
        "short": "4253",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4254",
        "label": "4254",
        "long": "Kisv\u00e1rda - M\u00e1ndok - Tiszamogyor\u00f3s",
        "short": "4254",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4255",
        "label": "4255",
        "long": "Z\u00e1hony - Zsurk - Gy\u0151r\u00f6cske - Z\u00e1hony",
        "short": "4255",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4256",
        "label": "4256",
        "long": "Benk-M\u00e1ndok-Eperjeske-Z\u00e1hony",
        "short": "4256",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4257",
        "label": "4257",
        "long": "M\u00e1ndok - Z\u00e1hony",
        "short": "4257",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4258",
        "label": "4258",
        "long": "M\u00e1ndok - Tuzs\u00e9r - Z\u00e1hony",
        "short": "4258",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4259",
        "label": "4259",
        "long": "Kisv\u00e1rda - Aranyosap\u00e1ti - V\u00e1s\u00e1rosnam\u00e9ny",
        "short": "4259",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-426",
        "label": "426",
        "long": "G\u00f6d\u00f6ll\u0151 - Kartal - K\u00e1ll\u00f3 - Erd\u0151k\u00fcrt - Erd\u0151tarcsa",
        "short": "426",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4261",
        "label": "4261",
        "long": "Kisv\u00e1rda - Szabolcsb\u00e1ka - V\u00e1s\u00e1rosnam\u00e9ny  - M\u00e1t\u00e9szalka",
        "short": "4261",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4262",
        "label": "4262",
        "long": "Kisv\u00e1rda-R\u00e9tk\u00f6zberencs-Ny\u00edrtass-Kisv\u00e1rda",
        "short": "4262",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4263",
        "label": "4263",
        "long": "Kisv\u00e1rda - Baktal\u00f3r\u00e1nth\u00e1za",
        "short": "4263",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4267",
        "label": "4267",
        "long": "Kisv\u00e1rda - Sz\u00e9kely - Kemecse",
        "short": "4267",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4270",
        "label": "4270",
        "long": "Kisv\u00e1rda - \u00dajdombr\u00e1d - G\u00e9g\u00e9ny",
        "short": "4270",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4271",
        "label": "4271",
        "long": "Ny\u00edregyh\u00e1za - Dombr\u00e1d - Kisv\u00e1rda",
        "short": "4271",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-428",
        "label": "428",
        "long": "Asz\u00f3d - Kartal - K\u00e1ll\u00f3 - Erd\u0151k\u00fcrt - Erd\u0151tarcsa",
        "short": "428",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4281",
        "label": "4281",
        "long": "Ny\u00edregyh\u00e1za-\u00dajfeh\u00e9rt\u00f3-Ny\u00edregyh\u00e1za",
        "short": "4281",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4282",
        "label": "4282",
        "long": "Ny\u00edregyh\u00e1za-\u00dajfeh\u00e9rt\u00f3-\u00c9rpatak",
        "short": "4282",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4284",
        "label": "4284",
        "long": "Rakamaz-Tiszaeszl\u00e1r-Rakamaz",
        "short": "4284",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4290",
        "label": "4290",
        "long": "Ny\u00edregyh\u00e1za - Nagyk\u00e1ll\u00f3 - Balk\u00e1ny - Szakoly - T\u00e9gl\u00e1s",
        "short": "4290",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4291",
        "label": "4291",
        "long": "Ny\u00edregyh\u00e1za - Nagyk\u00e1ll\u00f3 - Ny\u00edradony - Ny\u00edrlugos",
        "short": "4291",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-430",
        "label": "430",
        "long": "Budapest - Asz\u00f3d - Szir\u00e1k - B\u00e9r",
        "short": "430",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4301",
        "label": "4301",
        "long": "V\u00e1s\u00e1rosnam\u00e9ny - Tiszaadony - L\u00f3nya",
        "short": "4301",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4303",
        "label": "4303",
        "long": "Ny\u00edregyh\u00e1za -  V\u00e1s\u00e1rosnam\u00e9ny - Barab\u00e1s - Beregsur\u00e1ny",
        "short": "4303",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4304",
        "label": "4304",
        "long": "Beregsur\u00e1ny - V\u00e1s\u00e1rosnam\u00e9ny - Ny\u00edregyh\u00e1za - Debrecen",
        "short": "4304",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4306",
        "label": "4306",
        "long": "V\u00e1s\u00e1rosnam\u00e9ny - T\u00e1kos - Feh\u00e9rgyarmat",
        "short": "4306",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-431",
        "label": "431",
        "long": "Budapest - Asz\u00f3d - Kartal - Palot\u00e1s",
        "short": "431",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4310",
        "label": "4310",
        "long": "V\u00e1s\u00e1rosnam\u00e9ny - Gul\u00e1cs - Tarpa - Feh\u00e9rgyarmat",
        "short": "4310",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4316",
        "label": "4316",
        "long": "V\u00e1s\u00e1rosnam\u00e9ny - Olcsva - Nagydobos - M\u00e1t\u00e9szalka",
        "short": "4316",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4319",
        "label": "4319",
        "long": "V\u00e1s\u00e1rosnam\u00e9ny - Ny\u00edrmada",
        "short": "4319",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-432",
        "label": "432",
        "long": "Budapest - Asz\u00f3d - Szir\u00e1k - Buj\u00e1k",
        "short": "432",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4320",
        "label": "4320",
        "long": "M\u00e1t\u00e9szalka - Porcsalma",
        "short": "4320",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4321",
        "label": "4321",
        "long": "M\u00e1t\u00e9szalka - Nagydobos - Szamosk\u00e9r",
        "short": "4321",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4322",
        "label": "4322",
        "long": "M\u00e1t\u00e9szalka - Porcsalma - P\u00e1tyod - Csenger",
        "short": "4322",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4323",
        "label": "4323",
        "long": "Debrecen - M\u00e1t\u00e9szalka - Feh\u00e9rgyarmat - Magosliget",
        "short": "4323",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4324",
        "label": "4324",
        "long": "Debrecen - Ny\u00edrb\u00e1tor  - V\u00e1llaj - M\u00e1t\u00e9szalka - Csenger",
        "short": "4324",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4325",
        "label": "4325",
        "long": "M\u00e1t\u00e9szalka - Feh\u00e9rgyarmat",
        "short": "4325",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4326",
        "label": "4326",
        "long": "M\u00e1t\u00e9szalka - Porcsalma - P\u00e1tyod - Szamosangyalos - Csenger",
        "short": "4326",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4327",
        "label": "4327",
        "long": "M\u00e1t\u00e9szalka -  Porcsalma - Ura - Csenger",
        "short": "4327",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4328",
        "label": "4328",
        "long": "M\u00e1t\u00e9szalka - Ny\u00edrcsaholy - Nagyecsed",
        "short": "4328",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4329",
        "label": "4329",
        "long": "M\u00e1t\u00e9szalka - Ny\u00edrcsaholy - V\u00e1llaj",
        "short": "4329",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-433",
        "label": "433",
        "long": "Budapest - Asz\u00f3d - Szir\u00e1k - Buj\u00e1k",
        "short": "433",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4330",
        "label": "4330",
        "long": "M\u00e1t\u00e9szalka - V\u00e1llaj",
        "short": "4330",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4331",
        "label": "4331",
        "long": "M\u00e1t\u00e9szalka - Ny\u00edrmeggyes - Hod\u00e1sz - Ny\u00edrk\u00e1ta",
        "short": "4331",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4332",
        "label": "4332",
        "long": "M\u00e1t\u00e9szalka - Ny\u00edrmeggyes - Ny\u00edrb\u00e1tor",
        "short": "4332",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4333",
        "label": "4333",
        "long": "M\u00e1t\u00e9szalka - Nagyecsed",
        "short": "4333",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4334",
        "label": "4334",
        "long": "M\u00e1t\u00e9szalka - Baktal\u00f3r\u00e1nth\u00e1za",
        "short": "4334",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4335",
        "label": "4335",
        "long": "M\u00e1t\u00e9szalka - \u0150r - Hod\u00e1sz - Ny\u00edrk\u00e1ta",
        "short": "4335",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4336",
        "label": "4336",
        "long": "M\u00e1t\u00e9szalka - Kocsord - Tunyogmatolcs - Szamosszeg",
        "short": "4336",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4337",
        "label": "4337",
        "long": "M\u00e1t\u00e9szalka - F\u00e1bi\u00e1nh\u00e1za - Nagyecsed - M\u00e1t\u00e9szalka",
        "short": "4337",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-434",
        "label": "434",
        "long": "Budapest - Asz\u00f3d - Szir\u00e1k - Buj\u00e1k",
        "short": "434",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-435",
        "label": "435",
        "long": "Budapest - Asz\u00f3d - Szir\u00e1k - Buj\u00e1k",
        "short": "435",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4350",
        "label": "4350",
        "long": "Feh\u00e9rgyarmat - Kisar - Beregsur\u00e1ny",
        "short": "4350",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4352",
        "label": "4352",
        "long": "Feh\u00e9rgyarmat - Szatm\u00e1rcseke - Magosliget",
        "short": "4352",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4353",
        "label": "4353",
        "long": "Feh\u00e9rgyarmat - K\u00f6lcse - Magosliget",
        "short": "4353",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4355",
        "label": "4355",
        "long": "Feh\u00e9rgyarmat - M\u00e1nd/Nemesborzova - Magosliget/Kispal\u00e1d",
        "short": "4355",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4356",
        "label": "4356",
        "long": "Feh\u00e9rgyarmat - V\u00e1mosoroszi - Kish\u00f3dos",
        "short": "4356",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4358",
        "label": "4358",
        "long": "Feh\u00e9rgyarmat - J\u00e1nkmajtis/V\u00e1mosoroszi - Csenger",
        "short": "4358",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-436",
        "label": "436",
        "long": "Budapest - Asz\u00f3d - Vanyarc - B\u00e9r / Buj\u00e1k",
        "short": "436",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4360",
        "label": "4360",
        "long": "Feh\u00e9rgyarmat - Kisnam\u00e9ny - Kish\u00f3dos",
        "short": "4360",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4361",
        "label": "4361",
        "long": "Feh\u00e9rgyarmat - Cseg\u00f6ld - Kish\u00f3dos",
        "short": "4361",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4362",
        "label": "4362",
        "long": "Feh\u00e9rgyarmat-Cseg\u00f6ld-Cs\u00e1szl\u00f3-Kisnam\u00e9ny-Darn\u00f3-Feh\u00e9rgyarmat",
        "short": "4362",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4363",
        "label": "4363",
        "long": "Feh\u00e9rgyarmat-Kisnam\u00e9ny-Rozs\u00e1ly-T\u00farricse-V\u00e1mosoroszi-Nagyszekeres-Feh\u00e9rgyarmat",
        "short": "4363",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4364",
        "label": "4364",
        "long": "Csenger-Ura-Tyukod-Porcsalma-P\u00e1tyod-Csenger",
        "short": "4364",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4365",
        "label": "4365",
        "long": "Csenger - Csengersima - Cseg\u00f6ld/Zajta",
        "short": "4365",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4366",
        "label": "4366",
        "long": "Feh\u00e9rgyarmat - C\u00e9g\u00e9nyd\u00e1ny\u00e1d - Herm\u00e1nszeg",
        "short": "4366",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4367",
        "label": "4367",
        "long": "Feh\u00e9rgyarmat - Gy\u0151rtelek - Porcsalma - Csenger",
        "short": "4367",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4368",
        "label": "4368",
        "long": "Feh\u00e9rgyarmat - Panyola - Olcsvaap\u00e1ti",
        "short": "4368",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4369",
        "label": "4369",
        "long": "Ny\u00edrb\u00e1tor - Ny\u00edrcs\u00e1sz\u00e1ri - K\u00e1ntorj\u00e1nosi",
        "short": "4369",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-437",
        "label": "437",
        "long": "Budapest - Asz\u00f3d - Vanyarc - B\u00e9r / Buj\u00e1k",
        "short": "437",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4370",
        "label": "4370",
        "long": "Ny\u00edrb\u00e1tor - Baktal\u00f3r\u00e1nth\u00e1za - V\u00e1s\u00e1rosnam\u00e9ny",
        "short": "4370",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4371",
        "label": "4371",
        "long": "Baktal\u00f3r\u00e1nth\u00e1za - \u00d3feh\u00e9rt\u00f3 - M\u00e1riap\u00f3cs - P\u00f3cspetri",
        "short": "4371",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4373",
        "label": "4373",
        "long": "Ny\u00edrb\u00e1tor - V\u00e1llaj - M\u00e9rk",
        "short": "4373",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4375",
        "label": "4375",
        "long": "Ny\u00edrb\u00e1tor - Ny\u00edrb\u00e9ltek - Ny\u00edrlugos/Pen\u00e9szlek",
        "short": "4375",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-438",
        "label": "438",
        "long": "Budapest - Asz\u00f3d - Szir\u00e1k - B\u00e9r",
        "short": "438",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4380",
        "label": "4380",
        "long": "Ny\u00edrb\u00e1tor - Ny\u00edrmih\u00e1lydi - Balk\u00e1ny",
        "short": "4380",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4381",
        "label": "4381",
        "long": "Ny\u00edregyh\u00e1za - Nagyk\u00e1ll\u00f3 - M\u00e1riap\u00f3cs - P\u00f3cspetri - Nagyk\u00e1ll\u00f3 - Ny\u00edregyh\u00e1za",
        "short": "4381",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4382",
        "label": "4382",
        "long": "Ny\u00edrb\u00e1tor - M\u00e1riap\u00f3cs - P\u00f3cspetri",
        "short": "4382",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-439",
        "label": "439",
        "long": "Budapest - Asz\u00f3d - Palot\u00e1s - Holl\u00f3k\u0151",
        "short": "439",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-440",
        "label": "440",
        "long": "Budapest - G\u00f6d\u00f6ll\u0151 - T\u00f3alm\u00e1s",
        "short": "440",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4400",
        "label": "4400",
        "long": "Debrecen - Hajd\u00fahadh\u00e1z - T\u00e9gl\u00e1s",
        "short": "4400",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4401",
        "label": "4401",
        "long": "Debrecen - Hajd\u00fahadh\u00e1z - T\u00e9gl\u00e1s - Szakoly",
        "short": "4401",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4402",
        "label": "4402",
        "long": "Debrecen - Hajd\u00fahadh\u00e1z - \u00dajfeh\u00e9rt\u00f3",
        "short": "4402",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4403",
        "label": "4403",
        "long": "Debrecen - Ny\u00edradony - Ny\u00edrb\u00e1tor - M\u00e1t\u00e9szalka",
        "short": "4403",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4404",
        "label": "4404",
        "long": "Debrecen-Ny\u00edradony-Ny\u00edrmih\u00e1lydi-Nagyk\u00e1ll\u00f3-Ny\u00edregyh\u00e1za",
        "short": "4404",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4405",
        "label": "4405",
        "long": "Debrecen - Hajd\u00fas\u00e1mson",
        "short": "4405",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4406",
        "label": "4406",
        "long": "Debrecen - Hajd\u00fas\u00e1mson - Ny\u00edradony",
        "short": "4406",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4407",
        "label": "4407",
        "long": "Debrecen - Ny\u00edracs\u00e1d - Ny\u00edradony - Debrecen",
        "short": "4407",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4408",
        "label": "4408",
        "long": "Debrecen - Martinka - Hajd\u00fas\u00e1mson - Hajd\u00fahadh\u00e1z",
        "short": "4408",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4409",
        "label": "4409",
        "long": "Hajd\u00fahadh\u00e1z - F\u00e9nyestelep - Hajd\u00fas\u00e1mson",
        "short": "4409",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-441",
        "label": "441",
        "long": "Budapest - G\u00f6d\u00f6ll\u0151 - J\u00e1szf\u00e9nyszaru",
        "short": "441",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4410",
        "label": "4410",
        "long": "Debrecen - V\u00e1mosp\u00e9rcs - Ny\u00edracs\u00e1d - Ny\u00edradony",
        "short": "4410",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4411",
        "label": "4411",
        "long": "Ny\u00edradony - Szakoly",
        "short": "4411",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4412",
        "label": "4412",
        "long": "Debrecen - Ny\u00edracs\u00e1d - Ny\u00edrb\u00e9ltek - Encsencs",
        "short": "4412",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4413",
        "label": "4413",
        "long": "Debrecen - V\u00e1mosp\u00e9rcs - \u00dajl\u00e9ta",
        "short": "4413",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4414",
        "label": "4414",
        "long": "Debrecen - V\u00e1mosp\u00e9rcs - F\u00fcl\u00f6p - Ny\u00edrb\u00e1tor",
        "short": "4414",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4415",
        "label": "4415",
        "long": "Debrecen - V\u00e1mosp\u00e9rcs - F\u00fcl\u00f6p - Pen\u00e9szlek - Ny\u00edrb\u00e9ltek - Ny\u00edradony - Debrecen",
        "short": "4415",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4416",
        "label": "4416",
        "long": "Debrecen - V\u00e1mosp\u00e9rcs - Bagam\u00e9r - L\u00e9tav\u00e9rtes",
        "short": "4416",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4417",
        "label": "4417",
        "long": "Ny\u00edradony-Ny\u00edracs\u00e1d-V\u00e1mosp\u00e9rcs-\u00dajl\u00e9ta-L\u00e9tav\u00e9rtes-Kokad-\u00c1lmosd-Bagam\u00e9r",
        "short": "4417",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4418",
        "label": "4418",
        "long": "Ny\u00edradony-Ny\u00edracs\u00e1d-Ny\u00edr\u00e1br\u00e1ny-F\u00fcl\u00f6p",
        "short": "4418",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-442",
        "label": "442",
        "long": "Budapest - G\u00f6d\u00f6ll\u0151 - J\u00e1szf\u00e9nyszaru",
        "short": "442",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4420",
        "label": "4420",
        "long": "Debrecen - S\u00e1r\u00e1nd - L\u00e9tav\u00e9rtes - Bagam\u00e9r - V\u00e1mosp\u00e9rcs - Debrecen",
        "short": "4420",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4421",
        "label": "4421",
        "long": "Debrecen - Katih\u00edd - L\u00e9tav\u00e9rtes - Bagam\u00e9r - V\u00e1mosp\u00e9rcs - Debrecen",
        "short": "4421",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4422",
        "label": "4422",
        "long": "Debrecen - L\u00e9tav\u00e9rtes - Bagam\u00e9r - V\u00e1mosp\u00e9rcs - Debrecen",
        "short": "4422",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4423",
        "label": "4423",
        "long": "Debrecen - Kony\u00e1r - Pocsaj",
        "short": "4423",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4425",
        "label": "4425",
        "long": "Beretty\u00f3\u00fajfalu - S\u00e1r\u00e1nd - L\u00e9tav\u00e9rtes - Bagam\u00e9r",
        "short": "4425",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4426",
        "label": "4426",
        "long": "Debrecen-S\u00e1r\u00e1nd-Beretty\u00f3\u00fajfalu",
        "short": "4426",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4430",
        "label": "4430",
        "long": "Debrecen - Beretty\u00f3\u00fajfalu",
        "short": "4430",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4431",
        "label": "4431",
        "long": "Debrecen - Beretty\u00f3\u00fajfalu - Kom\u00e1di",
        "short": "4431",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4432",
        "label": "4432",
        "long": "Debrecen-K\u00f6r\u00f6sszegap\u00e1ti-Biharkeresztes-Told",
        "short": "4432",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4433",
        "label": "4433",
        "long": "Debrecen - M35 aut\u00f3p\u00e1lya - Beretty\u00f3\u00fajfalu (Beretty\u00f3szentm\u00e1rton)",
        "short": "4433",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4434",
        "label": "4434",
        "long": "Debrecen-Hencida-Biharkeresztes-\u00c1rt\u00e1nd",
        "short": "4434",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4436",
        "label": "4436",
        "long": "Beretty\u00f3\u00fajfalu - Derecske - Kony\u00e1r",
        "short": "4436",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4438",
        "label": "4438",
        "long": "Debrecen - Hossz\u00fap\u00e1lyi - Pocsaj",
        "short": "4438",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-444",
        "label": "444",
        "long": "G\u00f6d\u00f6ll\u0151 - V\u00e1cszentl\u00e1szl\u00f3 - J\u00e1szf\u00e9nyszaru",
        "short": "444",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4440",
        "label": "4440",
        "long": "Debrecen - F\u00f6ldes - Nagyr\u00e1b\u00e9",
        "short": "4440",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4445",
        "label": "4445",
        "long": "Debrecen - Hajd\u00faszoboszl\u00f3",
        "short": "4445",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4446",
        "label": "4446",
        "long": "Debrecen - Hajd\u00faszoboszl\u00f3 - N\u00e1dudvar - P\u00fcsp\u00f6klad\u00e1ny",
        "short": "4446",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4447",
        "label": "4447",
        "long": "Debrecen - Hajd\u00faszoboszl\u00f3 - N\u00e1dudvar",
        "short": "4447",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-445",
        "label": "445",
        "long": "Tura - Zs\u00e1mbok",
        "short": "445",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4450",
        "label": "4450",
        "long": "Debrecen - Nagyhegyes - Debrecen",
        "short": "4450",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4451",
        "label": "4451",
        "long": "Debrecen - Nagyhegyes - Balmaz\u00fajv\u00e1ros - Tiszacsege",
        "short": "4451",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4452",
        "label": "4452",
        "long": "Debrecen - Balmaz\u00fajv\u00e1ros - Tiszacsege",
        "short": "4452",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4453",
        "label": "4453",
        "long": "Tiszacsege- Balmaz\u00fajv\u00e1ros-Nagyhegyes-Debrecen",
        "short": "4453",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4458",
        "label": "4458",
        "long": "Hajd\u00fan\u00e1n\u00e1s-Hajd\u00fab\u00f6sz\u00f6rm\u00e9ny-M35 aut\u00f3p\u00e1lya-Debrecen",
        "short": "4458",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4459",
        "label": "4459",
        "long": "Debrecen-Hajd\u00fab\u00f6sz\u00f6rm\u00e9ny, K\u00fcls\u0151-\u00dajv\u00e1rosi u.",
        "short": "4459",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-446",
        "label": "446",
        "long": "G\u00f6d\u00f6ll\u0151 - Isaszeg - D\u00e1ny - K\u00f3ka",
        "short": "446",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4460",
        "label": "4460",
        "long": "Debrecen - Hajd\u00fab\u00f6sz\u00f6rm\u00e9ny",
        "short": "4460",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4461",
        "label": "4461",
        "long": "Debrecen - Hajd\u00fab\u00f6sz\u00f6rm\u00e9ny,Bodasz\u0151l\u0151",
        "short": "4461",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4463",
        "label": "4463",
        "long": "Debrecen - Hajd\u00fab\u00f6sz\u00f6rm\u00e9ny - Polg\u00e1r",
        "short": "4463",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4464",
        "label": "4464",
        "long": "Debrecen - Bodasz\u0151l\u0151 - Hajd\u00fab\u00f6sz\u00f6rm\u00e9ny",
        "short": "4464",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4466",
        "label": "4466",
        "long": "Debrecen - Hajd\u00fadorog - Hajd\u00fan\u00e1n\u00e1s",
        "short": "4466",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4469",
        "label": "4469",
        "long": "V\u00e1mosp\u00e9rcs - Ny\u00edracs\u00e1d,Buzita/Asszonyr\u00e9sz - Ny\u00edradony",
        "short": "4469",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-447",
        "label": "447",
        "long": "G\u00f6d\u00f6ll\u0151 - Isaszeg - D\u00e1ny - K\u00f3ka",
        "short": "447",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4471",
        "label": "4471",
        "long": "\u00c1lmosd - Bagam\u00e9r - V\u00e1mosp\u00e9rcs - \u00dajl\u00e9ta",
        "short": "4471",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4472",
        "label": "4472",
        "long": "F\u00fcl\u00f6p - Ny\u00edr\u00e1br\u00e1ny - F\u00fcl\u00f6p - Pen\u00e9szlek",
        "short": "4472",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4473",
        "label": "4473",
        "long": "Hajd\u00faszoboszl\u00f3-Kaba",
        "short": "4473",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4474",
        "label": "4474",
        "long": "Ny\u00edr\u00e1br\u00e1ny - Pen\u00e9szlek - Ny\u00edrb\u00e1tor",
        "short": "4474",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4475",
        "label": "4475",
        "long": "Hajd\u00faszoboszl\u00f3 - Nagyhegyes - Hajd\u00faszoboszl\u00f3 - Debrecen",
        "short": "4475",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4476",
        "label": "4476",
        "long": "Hajd\u00faszoboszl\u00f3 - Nagyhegyes - Balmaz\u00fajv\u00e1ros",
        "short": "4476",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4477",
        "label": "4477",
        "long": "Balmaz\u00fajv\u00e1ros-Nagyhegyes- Hajd\u00faszoboszl\u00f3 -Debrecen",
        "short": "4477",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4478",
        "label": "4478",
        "long": "Hajd\u00fab\u00f6sz\u00f6rm\u00e9ny - Balmaz\u00fajv\u00e1ros",
        "short": "4478",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4479",
        "label": "4479",
        "long": "Hajd\u00fab\u00f6sz\u00f6rm\u00e9ny - Hajd\u00fab\u00f6sz\u00f6rm\u00e9ny,Bodasz\u0151l\u0151",
        "short": "4479",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-448",
        "label": "448",
        "long": "D\u00e1ny - G\u00f6d\u00f6ll\u0151 - Kistarcsa",
        "short": "448",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4481",
        "label": "4481",
        "long": "Hajd\u00fab\u00f6sz\u00f6rm\u00e9ny - Hajd\u00fahadh\u00e1z - T\u00e9gl\u00e1s",
        "short": "4481",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4482",
        "label": "4482",
        "long": "Polg\u00e1r/Foly\u00e1s-G\u00f6rbeh\u00e1za, Bagota-Hajd\u00fan\u00e1n\u00e1s",
        "short": "4482",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4484",
        "label": "4484",
        "long": "Tisza\u00fajv\u00e1ros - Polg\u00e1r - Tiszacsege - Egyek",
        "short": "4484",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4487",
        "label": "4487",
        "long": "Tiszaf\u00fcred - Egyek - Egyek,Bels\u0151 Ohat",
        "short": "4487",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4488",
        "label": "4488",
        "long": "Hajd\u00fadorog - Hajd\u00fan\u00e1n\u00e1s - Polg\u00e1r",
        "short": "4488",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4489",
        "label": "4489",
        "long": "Egyek,F\u0151t\u00e9r - Egyek,Bels\u0151 Ohat",
        "short": "4489",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-449",
        "label": "449",
        "long": "Cs\u00f6m\u00f6r - Kistarcsa - P\u00e9cel - G\u00f6d\u00f6ll\u0151",
        "short": "449",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4490",
        "label": "4490",
        "long": "Egyek,Telekh\u00e1za - Egyek,F\u00e9lhalom",
        "short": "4490",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4491",
        "label": "4491",
        "long": "Hajd\u00fan\u00e1n\u00e1s - Hajd\u00fadorog - \u00dajfeh\u00e9rt\u00f3",
        "short": "4491",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-450",
        "label": "450",
        "long": "G\u00f6d\u00f6ll\u0151 - Veresegyh\u00e1z - \u0150rbotty\u00e1n - V\u00e1ckis\u00fajfalu",
        "short": "450",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4500",
        "label": "4500",
        "long": "Beretty\u00f3\u00fajfalu - Hencida - Bojt",
        "short": "4500",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4501",
        "label": "4501",
        "long": "Beretty\u00f3\u00fajfalu-Pocsaj-Nagykereki-Biharkeresztes-\u00c1rt\u00e1nd",
        "short": "4501",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4503",
        "label": "4503",
        "long": "Pocsaj, aut.ford. - Eszt\u00e1r - Pocsaj - Eszt\u00e1r, v\u00e1.",
        "short": "4503",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4504",
        "label": "4504",
        "long": "Beretty\u00f3\u00fajfalu - Szentp\u00e9terszeg - Pocsaj",
        "short": "4504",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4505",
        "label": "4505",
        "long": "Beretty\u00f3\u00fajfalu - V\u00e1ncsod",
        "short": "4505",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4508",
        "label": "4508",
        "long": "Beretty\u00f3\u00fajfalu - Pocsaj - L\u00e9tav\u00e9rtes",
        "short": "4508",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-451",
        "label": "451",
        "long": "G\u00f6d\u00f6ll\u0151 - Veresegyh\u00e1z - Erd\u0151kertes - Veresegyh\u00e1z - G\u00f6d\u00f6ll\u0151",
        "short": "451",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4512",
        "label": "4512",
        "long": "Debrecen - Beretty\u00f3\u00fajfalu - Cs\u00f6km\u0151 - Szeghalom",
        "short": "4512",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-452",
        "label": "452",
        "long": "G\u00f6d\u00f6ll\u0151 - Veresegyh\u00e1z - \u0150rbotty\u00e1n - V\u00e1ckis\u00fajfalu",
        "short": "452",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4521",
        "label": "4521",
        "long": "Debrecen - Beretty\u00f3\u00fajfalu - Nagyr\u00e1b\u00e9 - P\u00fcsp\u00f6klad\u00e1ny",
        "short": "4521",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-453",
        "label": "453",
        "long": "G\u00f6d\u00f6ll\u0151 - Veresegyh\u00e1z - Erd\u0151kertes - Galgam\u00e1csa",
        "short": "453",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4532",
        "label": "4532",
        "long": "Beretty\u00f3\u00fajfalu - Kaba - N\u00e1dudvar",
        "short": "4532",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4533",
        "label": "4533",
        "long": "Kaba,Cukorgy\u00e1ri ltp.-Kaba,vh.",
        "short": "4533",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4536",
        "label": "4536",
        "long": "P\u00fcsp\u00f6klad\u00e1ny-Nagyr\u00e1b\u00e9-F\u00f6ldes",
        "short": "4536",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4538",
        "label": "4538",
        "long": "Kaba-F\u00f6ldes-P\u00fcsp\u00f6klad\u00e1ny",
        "short": "4538",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-454",
        "label": "454",
        "long": "G\u00f6d\u00f6ll\u0151 - Veresegyh\u00e1z - \u0150rbotty\u00e1n - V\u00e1ckis\u00fajfalu",
        "short": "454",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4542",
        "label": "4542",
        "long": "Derecske - Hajd\u00faszov\u00e1t - Hajd\u00faszoboszl\u00f3",
        "short": "4542",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-455",
        "label": "455",
        "long": "G\u00f6d\u00f6ll\u0151 - Veresegyh\u00e1z - V\u00e1cr\u00e1t\u00f3t - V\u00e1c",
        "short": "455",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4556",
        "label": "4556",
        "long": "Beretty\u00f3\u00fajfalu-Biharkeresztes-Bojt",
        "short": "4556",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4557",
        "label": "4557",
        "long": "Beretty\u00f3\u00fajfalu-Biharkeresztes-\u00c1rt\u00e1nd-Nagykereki (Nagyzomlin)",
        "short": "4557",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4558",
        "label": "4558",
        "long": "Beretty\u00f3\u00fajfalu-Biharkeresztes-\u00c1rt\u00e1nd",
        "short": "4558",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4559",
        "label": "4559",
        "long": "Debrecen-Beretty\u00f3\u00fajfalu-Biharkeresztes-Told",
        "short": "4559",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4561",
        "label": "4561",
        "long": "Beretty\u00f3\u00fajfalu-Mez\u0151peterd-Biharkeresztes-K\u00f6r\u00f6sszegap\u00e1ti-Kom\u00e1di-\u00dajir\u00e1z",
        "short": "4561",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4562",
        "label": "4562",
        "long": "Kom\u00e1di,vh.-Kom\u00e1di,Dobai puszta",
        "short": "4562",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4564",
        "label": "4564",
        "long": "Beretty\u00f3\u00fajfalu - Magyarhomorog - Biharugra",
        "short": "4564",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4565",
        "label": "4565",
        "long": "Beretty\u00f3\u00fajfalu-Berekb\u00f6sz\u00f6rm\u00e9ny-K\u00f6r\u00f6sszegap\u00e1ti-Biharugra",
        "short": "4565",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-457",
        "label": "457",
        "long": "Asz\u00f3d - Iklad",
        "short": "457",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4570",
        "label": "4570",
        "long": "Ny\u00edregyh\u00e1za-\u00dajfeh\u00e9rt\u00f3-T\u00e9gl\u00e1s-Debrecen, BMW Gy\u00e1r",
        "short": "4570",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4571",
        "label": "4571",
        "long": "Ny\u00edrb\u00e1tor-Ny\u00edrbog\u00e1t-Ny\u00edradony-Debrecen, BMW Gy\u00e1r",
        "short": "4571",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4572",
        "label": "4572",
        "long": "L\u00e9tav\u00e9rtes-Hossz\u00fap\u00e1lyi-Mikep\u00e9rcs-Debrecen, BMW Gy\u00e1r",
        "short": "4572",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4573",
        "label": "4573",
        "long": "S\u00e1rr\u00e9tudvari-Beretty\u00f3\u00fajfalu-Debrecen, BMW Gy\u00e1r",
        "short": "4573",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4574",
        "label": "4574",
        "long": "Hajd\u00fan\u00e1n\u00e1s-Hajd\u00fab\u00f6sz\u00f6rm\u00e9y-Debrecen, BMW Gy\u00e1r",
        "short": "4574",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-458",
        "label": "458",
        "long": "Asz\u00f3d - Domony - Bag - Asz\u00f3d",
        "short": "458",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-459",
        "label": "459",
        "long": "Asz\u00f3d - Domony - Iklad",
        "short": "459",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4593",
        "label": "4593",
        "long": "Debrecen - F\u00f6ldes - Nagyr\u00e1b\u00e9",
        "short": "4593",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4594",
        "label": "4594",
        "long": "Debrecen-Hajd\u00fab\u00f6sz\u00f6rm\u00e9ny-Hajd\u00fadorog-Hajd\u00fan\u00e1n\u00e1s",
        "short": "4594",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4595",
        "label": "4595",
        "long": "Debrecen-S\u00e1msonkert-Hajd\u00fas\u00e1mson-Ny\u00edradony",
        "short": "4595",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4596",
        "label": "4596",
        "long": "Debrecen-Bocskaikert-Hajd\u00fahadh\u00e1z-T\u00e9gl\u00e1s-\u00dajfeh\u00e9rt\u00f3",
        "short": "4596",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4597",
        "label": "4597",
        "long": "Debrecen-V\u00e1mosp\u00e9rcs-Ny\u00edrm\u00e1rtonfalva-Ny\u00edracs\u00e1d-Ny\u00edr\u00e1br\u00e1ny",
        "short": "4597",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4598",
        "label": "4598",
        "long": "Debrecen-Katih\u00edd-Hossz\u00fap\u00e1lyi-Monostrop\u00e1lyi-L\u00e9tav\u00e9rtes",
        "short": "4598",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4599",
        "label": "4599",
        "long": "Debrecen-Mikep\u00e9rcs-S\u00e1r\u00e1nd-Derecske-Beretty\u00f3\u00fajfalu",
        "short": "4599",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-460",
        "label": "460",
        "long": "Asz\u00f3d - Acsa - Balassagyarmat",
        "short": "460",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4600",
        "label": "4600",
        "long": "Szolnok - Zagyvar\u00e9kas",
        "short": "4600",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4601",
        "label": "4601",
        "long": "Szolnok - J\u00e1szals\u00f3szentgy\u00f6rgy - J\u00e1szber\u00e9ny",
        "short": "4601",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4602",
        "label": "4602",
        "long": "Kunszentm\u00e1rton - Szolnok - J\u00e1szber\u00e9ny - Gy\u00f6ngy\u00f6s",
        "short": "4602",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4603",
        "label": "4603",
        "long": "Szolnok - J\u00e1szlad\u00e1ny - J\u00e1sziv\u00e1ny",
        "short": "4603",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4605",
        "label": "4605",
        "long": "Szolnok - Besenysz\u00f6g",
        "short": "4605",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4606",
        "label": "4606",
        "long": "T\u00f3szeg - Szolnok - Nagyk\u00f6r\u0171 - Tiszas\u00fcly",
        "short": "4606",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4607",
        "label": "4607",
        "long": "Szolnok - Szajol",
        "short": "4607",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4608",
        "label": "4608",
        "long": "Szolnok - Kunhegyes - Tiszaf\u00fcred",
        "short": "4608",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4609",
        "label": "4609",
        "long": "Szolnok-T\u00f6r\u00f6kszentmikl\u00f3s-Kunhegyes-Tiszaf\u00fcred",
        "short": "4609",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-461",
        "label": "461",
        "long": "Galgam\u00e1csa - Asz\u00f3d - G\u00f6d\u00f6ll\u0151",
        "short": "461",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4610",
        "label": "4610",
        "long": "Szolnok - T\u00f6r\u00f6kszentmikl\u00f3s",
        "short": "4610",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4611",
        "label": "4611",
        "long": "Szolnok - Tiszap\u00fcsp\u00f6ki",
        "short": "4611",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4612",
        "label": "4612",
        "long": "Szolnok - T\u00f6r\u00f6kszentmikl\u00f3s - Fegyvernek - Tiszab\u0151",
        "short": "4612",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4613",
        "label": "4613",
        "long": "Szolnok - T\u00f6r\u00f6kszentmikl\u00f3s - Ab\u00e1dszal\u00f3k - Tiszaf\u00fcred",
        "short": "4613",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4614",
        "label": "4614",
        "long": "Szolnok - Kunhegyes - Tiszaf\u00fcred",
        "short": "4614",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4616",
        "label": "4616",
        "long": "Szolnok - Kunhegyes - Karcag",
        "short": "4616",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4617",
        "label": "4617",
        "long": "Szolnok - Kuncsorba - T\u00farkeve",
        "short": "4617",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4618",
        "label": "4618",
        "long": "Szolnok - T\u00f6r\u00f6kszentmikl\u00f3s - Mez\u0151t\u00far - T\u00farkeve",
        "short": "4618",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4619",
        "label": "4619",
        "long": "Szolnok - Kis\u00fajsz\u00e1ll\u00e1s - Karcag",
        "short": "4619",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4620",
        "label": "4620",
        "long": "Szolnok - R\u00e1k\u00f3czifalva - Martf\u0171 - Cibakh\u00e1za",
        "short": "4620",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4621",
        "label": "4621",
        "long": "Szolnok - Cibakh\u00e1za - Tiszak\u00fcrt - Kunszentm\u00e1rton",
        "short": "4621",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4622",
        "label": "4622",
        "long": "Szolnok - R\u00e1k\u00f3czifalva",
        "short": "4622",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4623",
        "label": "4623",
        "long": "Szolnok - Martf\u0171 - \u00d6cs\u00f6d - Kunszentm\u00e1rton",
        "short": "4623",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4624",
        "label": "4624",
        "long": "Martf\u0171-Mez\u0151h\u00e9k",
        "short": "4624",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4630",
        "label": "4630",
        "long": "Szolnok - T\u00f3szeg - Tiszav\u00e1rkony",
        "short": "4630",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4632",
        "label": "4632",
        "long": "Szolnok - Tiszav\u00e1rkony - Vezseny",
        "short": "4632",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4638",
        "label": "4638",
        "long": "Abony - Szolnok",
        "short": "4638",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4650",
        "label": "4650",
        "long": "J\u00e1szber\u00e9ny - J\u00e1sz\u00e1roksz\u00e1ll\u00e1s - J\u00e1sz\u00e1g\u00f3 - Pusztamonostor",
        "short": "4650",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4651",
        "label": "4651",
        "long": "J\u00e1szber\u00e9ny - Pusztamonostor - J\u00e1sz\u00e1g\u00f3 - J\u00e1sz\u00e1roksz\u00e1ll\u00e1s",
        "short": "4651",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4652",
        "label": "4652",
        "long": "J\u00e1szber\u00e9ny - J\u00e1szd\u00f3zsa - J\u00e1sz\u00e1roksz\u00e1ll\u00e1s - J\u00e1sz\u00e1g\u00f3",
        "short": "4652",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4653",
        "label": "4653",
        "long": "J\u00e1szber\u00e9ny - J\u00e1szd\u00f3zsa - V\u00e1mosgy\u00f6rk - Gy\u00f6ngy\u00f6s",
        "short": "4653",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4654",
        "label": "4654",
        "long": "J\u00e1szber\u00e9ny - J\u00e1szd\u00f3zsa - Tarna\u00f6rs",
        "short": "4654",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4655",
        "label": "4655",
        "long": "J\u00e1szber\u00e9ny - J\u00e1szap\u00e1ti - J\u00e1szszentandr\u00e1s",
        "short": "4655",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4657",
        "label": "4657",
        "long": "J\u00e1szap\u00e1ti - J\u00e1sziv\u00e1ny",
        "short": "4657",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4658",
        "label": "4658",
        "long": "J\u00e1szap\u00e1ti - J\u00e1szd\u00f3zsa - J\u00e1sz\u00e1roksz\u00e1ll\u00e1s",
        "short": "4658",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4659",
        "label": "4659",
        "long": "J\u00e1szber\u00e9ny- J\u00e1szap\u00e1ti - J\u00e1szlad\u00e1ny - J\u00e1szals\u00f3szentgy\u00f6rgy - Alatty\u00e1n - J\u00e1szber\u00e9ny",
        "short": "4659",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4660",
        "label": "4660",
        "long": "J\u00e1szber\u00e9ny - J\u00e1szals\u00f3szentgy\u00f6rgy - \u00dajsz\u00e1sz",
        "short": "4660",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4661",
        "label": "4661",
        "long": "J\u00e1szap\u00e1ti - J\u00e1szkis\u00e9r - Tiszas\u00fcly",
        "short": "4661",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4662",
        "label": "4662",
        "long": "J\u00e1szber\u00e9ny - J\u00e1szals\u00f3szentgy\u00f6rgy - J\u00e1szlad\u00e1ny - Tiszas\u00fcly",
        "short": "4662",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4663",
        "label": "4663",
        "long": "J\u00e1szber\u00e9ny - J\u00e1noshida - J\u00e1szboldogh\u00e1za - J\u00e1noshida v\u00e1.",
        "short": "4663",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4664",
        "label": "4664",
        "long": "Szolnok - J\u00e1szals\u00f3szentgy\u00f6rgy - J\u00e1szber\u00e9ny -  J\u00e1szszentandr\u00e1s",
        "short": "4664",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4681",
        "label": "4681",
        "long": "J\u00e1szber\u00e9ny-J\u00e1szf\u00e9nyszaru-Hatvan-J\u00e1szber\u00e9ny",
        "short": "4681",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4686",
        "label": "4686",
        "long": "J\u00e1szber\u00e9ny-J\u00e1szf\u00e9nyszaru-Boldog-Hatvan-Kerekharaszt",
        "short": "4686",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4700",
        "label": "4700",
        "long": "Karcag - Berekf\u00fcrd\u0151 - Kunmadaras",
        "short": "4700",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4701",
        "label": "4701",
        "long": "Karcag - Kunmadaras - Tiszaszentimre - Tiszaf\u00fcred",
        "short": "4701",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4702",
        "label": "4702",
        "long": "Karcag - Kunmadaras - Tisza\u00f6rs - Tiszaf\u00fcred",
        "short": "4702",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4704",
        "label": "4704",
        "long": "Karcag - Karcag,Tilalmas",
        "short": "4704",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4710",
        "label": "4710",
        "long": "Karcag - Bucsa",
        "short": "4710",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4715",
        "label": "4715",
        "long": "Karcag - Kis\u00fajsz\u00e1ll\u00e1s - Mez\u0151t\u00far",
        "short": "4715",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4716",
        "label": "4716",
        "long": "Kunhegyes-Tiszagyenda-Tiszab\u0151-Fegyvernek-B\u00e1nhalma-Kunhegyes",
        "short": "4716",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4720",
        "label": "4720",
        "long": "Karcag - Kis\u00fajsz\u00e1ll\u00e1s - Kunhegyes - Tiszabura",
        "short": "4720",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4730",
        "label": "4730",
        "long": "Karcag - Berekf\u00fcrd\u0151 - Kunhegyes - Tiszaderzs",
        "short": "4730",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4731",
        "label": "4731",
        "long": "Ab\u00e1dszal\u00f3k, aut\u00f3busz-\u00e1llom\u00e1s - Ab\u00e1dszal\u00f3k, vas\u00fat\u00e1llom\u00e1s",
        "short": "4731",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4735",
        "label": "4735",
        "long": "Kis\u00fajsz\u00e1ll\u00e1s-D\u00e9vav\u00e1nya-Szeghalom/Gyomaendr\u0151d",
        "short": "4735",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4738",
        "label": "4738",
        "long": "Kis\u00fajsz\u00e1ll\u00e1s - Kis\u00fajsz\u00e1ll\u00e1s,Csorba",
        "short": "4738",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4753",
        "label": "4753",
        "long": "Tiszaf\u00fcred - Tiszaf\u00fcred, K\u00f3cs\u00fajfalu",
        "short": "4753",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4755",
        "label": "4755",
        "long": "Tiszaf\u00fcred - Tisza\u00f6rs - Nagyiv\u00e1n",
        "short": "4755",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4757",
        "label": "4757",
        "long": "Tiszaf\u00fcred - Tiszaszentimre - Kunhegyes",
        "short": "4757",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4760",
        "label": "4760",
        "long": "Tiszaf\u00fcred - Tiszaroff - Kunhegyes",
        "short": "4760",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4770",
        "label": "4770",
        "long": "Mez\u0151t\u00far - T\u00farkeve",
        "short": "4770",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4772",
        "label": "4772",
        "long": "Mez\u0151t\u00far - Mez\u0151t\u00far, Pusztab\u00e1nr\u00e9ve",
        "short": "4772",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4775",
        "label": "4775",
        "long": "Mez\u0151t\u00far - Tiszaf\u00f6ldv\u00e1r",
        "short": "4775",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4776",
        "label": "4776",
        "long": "Mez\u0151t\u00far - Mez\u0151h\u00e9k - Mestersz\u00e1ll\u00e1s - Kunszentm\u00e1rton",
        "short": "4776",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4777",
        "label": "4777",
        "long": "Kunszentm\u00e1rton - Cs\u00e9pa - Lakitelek - Kecskem\u00e9t",
        "short": "4777",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4778",
        "label": "4778",
        "long": "Mez\u0151t\u00far - K\u00e9tp\u00f3",
        "short": "4778",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4779",
        "label": "4779",
        "long": "Mez\u0151t\u00far - Kuncsorba - K\u00e9tp\u00f3",
        "short": "4779",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4780",
        "label": "4780",
        "long": "Mez\u0151t\u00far - Kuncsorba - T\u00f6r\u00f6kszentmikl\u00f3s",
        "short": "4780",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4781",
        "label": "4781",
        "long": "Kunszentm\u00e1rton-Tiszasas",
        "short": "4781",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4782",
        "label": "4782",
        "long": "Kunszentm\u00e1rton - \u00d6cs\u00f6d - Mestersz\u00e1ll\u00e1s",
        "short": "4782",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4783",
        "label": "4783",
        "long": "Kunszentm\u00e1rton-Cs\u00e9pa-Lakitelek-Tiszak\u00e9cske",
        "short": "4783",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4785",
        "label": "4785",
        "long": "Kunszentm\u00e1rton - Cserkesz\u0151l\u0151 - Tiszainoka",
        "short": "4785",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4786",
        "label": "4786",
        "long": "Kunszentm\u00e1rton - Cserkesz\u0151l\u0151 - Szelev\u00e9ny",
        "short": "4786",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4790",
        "label": "4790",
        "long": "T\u00f6r\u00f6kszentmikl\u00f3s - T\u00f6r\u00f6kszentmikl\u00f3s, \u00d3balla",
        "short": "4790",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4791",
        "label": "4791",
        "long": "T\u00f6r\u00f6kszentmikl\u00f3s - Pusztaszak\u00e1llas",
        "short": "4791",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4792",
        "label": "4792",
        "long": "T\u00f6r\u00f6kszentmikl\u00f3s - K\u00e9tp\u00f3",
        "short": "4792",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4794",
        "label": "4794",
        "long": "T\u00f6r\u00f6kszentmikl\u00f3s - Martf\u0171 - Cibakh\u00e1za",
        "short": "4794",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4795",
        "label": "4795",
        "long": "T\u00f6r\u00f6kszentmikl\u00f3s - Martf\u0171",
        "short": "4795",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4796",
        "label": "4796",
        "long": "T\u00f6r\u00f6kszentmikl\u00f3s - Tiszap\u00fcsp\u00f6ki",
        "short": "4796",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4797",
        "label": "4797",
        "long": "Tiszab\u0151 - Fegyvernek - \u00d6rm\u00e9nyes - Kuncsorba",
        "short": "4797",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-480",
        "label": "480",
        "long": "Budapest (Cinkota) - Nagytarcsa - Budapest (Cinkota)",
        "short": "480",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4800",
        "label": "4800",
        "long": "B\u00e9k\u00e9scsaba - B\u00e9k\u00e9s",
        "short": "4800",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4801",
        "label": "4801",
        "long": "B\u00e9k\u00e9scsaba - B\u00e9k\u00e9s - K\u00f6r\u00f6starcsa",
        "short": "4801",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4805",
        "label": "4805",
        "long": "B\u00e9k\u00e9scsaba - B\u00e9k\u00e9s - Szeghalom - F\u00fczesgyarmat",
        "short": "4805",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4810",
        "label": "4810",
        "long": "B\u00e9k\u00e9scsaba - B\u00e9k\u00e9s - B\u00e9lmegyer - K\u00f6r\u00f6s\u00fajfalu",
        "short": "4810",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4811",
        "label": "4811",
        "long": "V\u00e9szt\u0151 - K\u00f6r\u00f6s\u00fajfalu - Kom\u00e1di",
        "short": "4811",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4812",
        "label": "4812",
        "long": "Gyula - B\u00e9k\u00e9scsaba - Mez\u0151ber\u00e9ny - K\u00f6r\u00f6starcsa - Szeghalom - Karcag",
        "short": "4812",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4813",
        "label": "4813",
        "long": "B\u00e9k\u00e9scsaba - Mez\u0151ber\u00e9ny - D\u00e9vav\u00e1nya",
        "short": "4813",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4815",
        "label": "4815",
        "long": "B\u00e9k\u00e9scsaba - Mez\u0151ber\u00e9ny - Gyomaendr\u0151d",
        "short": "4815",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4816",
        "label": "4816",
        "long": "B\u00e9k\u00e9scsaba - B\u00e9k\u00e9s - Szeghalom - V\u00e9szt\u0151",
        "short": "4816",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4819",
        "label": "4819",
        "long": "B\u00e9k\u00e9scsaba - Doboz - Sarkadkereszt\u00far",
        "short": "4819",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-482",
        "label": "482",
        "long": "Budapest - Nagytarcsa - Budapest - Nagytarcsa - Budapest",
        "short": "482",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4820",
        "label": "4820",
        "long": "B\u00e9k\u00e9scsaba - Doboz",
        "short": "4820",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4821",
        "label": "4821",
        "long": "B\u00e9k\u00e9scsaba - Doboz - Szanazug",
        "short": "4821",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4824",
        "label": "4824",
        "long": "B\u00e9k\u00e9scsaba - Gyula - Sarkad - Szeghalom/K\u00f6r\u00f6s\u00fajfalu",
        "short": "4824",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4825",
        "label": "4825",
        "long": "B\u00e9k\u00e9scsaba - Gyula",
        "short": "4825",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4826",
        "label": "4826",
        "long": "B\u00e9k\u00e9scsaba - Gyula - Medgyesegyh\u00e1za - Kun\u00e1gota - Mez\u0151kov\u00e1csh\u00e1za",
        "short": "4826",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4827",
        "label": "4827",
        "long": "B\u00e9k\u00e9scsaba - Gyula - Medgyesegyh\u00e1za - Battonya",
        "short": "4827",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4828",
        "label": "4828",
        "long": "B\u00e9k\u00e9scsaba - Elek - L\u00f6k\u00f6sh\u00e1za - Mez\u0151kov\u00e1csh\u00e1za",
        "short": "4828",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4829",
        "label": "4829",
        "long": "B\u00e9k\u00e9scsaba-Pusztaottlaka-Medgyesegyh\u00e1za-Battonya-Mez\u0151kov\u00e1csh\u00e1za",
        "short": "4829",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4830",
        "label": "4830",
        "long": "B\u00e9k\u00e9scsaba - Szabadk\u00edgy\u00f3s - \u00dajk\u00edgy\u00f3s",
        "short": "4830",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4831",
        "label": "4831",
        "long": "B\u00e9k\u00e9scsaba - Csabaszabadi - Pusztaottlaka - Medgyesegyh\u00e1za",
        "short": "4831",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4832",
        "label": "4832",
        "long": "B\u00e9k\u00e9scsaba - Medgyesegyh\u00e1za - Mez\u0151hegyes",
        "short": "4832",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4833",
        "label": "4833",
        "long": "B\u00e9k\u00e9scsaba - Csan\u00e1dap\u00e1ca - T\u00f3tkoml\u00f3s - B\u00e9k\u00e9ss\u00e1mson - H\u00f3dmez\u0151v\u00e1s\u00e1rhely",
        "short": "4833",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4835",
        "label": "4835",
        "long": "Gyula - B\u00e9k\u00e9scsaba - Csan\u00e1dap\u00e1ca - Orosh\u00e1za",
        "short": "4835",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4838",
        "label": "4838",
        "long": "B\u00e9k\u00e9scsaba - Csorv\u00e1s - Gerend\u00e1s",
        "short": "4838",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4839",
        "label": "4839",
        "long": "B\u00e9k\u00e9scsaba - Telekgerend\u00e1s",
        "short": "4839",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-484",
        "label": "484",
        "long": "Budapest - P\u00e9cel - Isaszeg - D\u00e1ny",
        "short": "484",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4840",
        "label": "4840",
        "long": "B\u00e9k\u00e9scsaba - Csorv\u00e1s - Orosh\u00e1za",
        "short": "4840",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4844",
        "label": "4844",
        "long": "B\u00e9k\u00e9scsaba - Murony - Kamut",
        "short": "4844",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4847",
        "label": "4847",
        "long": "B\u00e9k\u00e9s - Murony - Kamut",
        "short": "4847",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-485",
        "label": "485",
        "long": "Budapest - T\u00e1pi\u00f3szecs\u0151 - T\u00e1pi\u00f3szentm\u00e1rton / T\u00f3alm\u00e1s - Szentl\u0151rinck\u00e1ta",
        "short": "485",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4850",
        "label": "4850",
        "long": "B\u00e9k\u00e9scsaba - Kondoros - Szarvas",
        "short": "4850",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4855",
        "label": "4855",
        "long": "Gyula - B\u00e9k\u00e9scsaba - Szarvas - Kunszentm\u00e1rton",
        "short": "4855",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-486",
        "label": "486",
        "long": "Budapest - T\u00e1pi\u00f3szecs\u0151 - T\u00e1pi\u00f3szentm\u00e1rton / T\u00f3alm\u00e1s - Szentl\u0151rinck\u00e1ta",
        "short": "486",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4861",
        "label": "4861",
        "long": "Szeghalom - Kert\u00e9szsziget - Bucsa",
        "short": "4861",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4863",
        "label": "4863",
        "long": "Szeghalom - V\u00e9szt\u0151 - Biharugra - K\u00f6r\u00f6snagyhars\u00e1ny",
        "short": "4863",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4864",
        "label": "4864",
        "long": "Gyomaendr\u0151d - Szeghalom - Zsad\u00e1ny - Kom\u00e1di",
        "short": "4864",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4866",
        "label": "4866",
        "long": "Szeghalom - D\u00e9vav\u00e1nya - Gyomaendr\u0151d",
        "short": "4866",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-487",
        "label": "487",
        "long": "T\u00e1pi\u00f3szecs\u0151 - T\u00f3alm\u00e1s - Szentl\u0151rinck\u00e1ta",
        "short": "487",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4872",
        "label": "4872",
        "long": "Gyula - Sarkad - K\u00f6tegy\u00e1n - \u00dajszalonta",
        "short": "4872",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-488",
        "label": "488",
        "long": "\u00dari - S\u00fclys\u00e1p",
        "short": "488",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4880",
        "label": "4880",
        "long": "Gyula - Doboz - V\u00e9szt\u0151",
        "short": "4880",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4881",
        "label": "4881",
        "long": "Gyula - Sarkad - Sarkadkereszt\u00far - K\u00f6r\u00f6snagyhars\u00e1ny",
        "short": "4881",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4882",
        "label": "4882",
        "long": "Gyula - Gyula,T\u00fcd\u0151k\u00f3rh\u00e1z - Sarkad",
        "short": "4882",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4883",
        "label": "4883",
        "long": "Gyula - Sarkad - Zsad\u00e1ny - Szeghalom - Gyomaendr\u0151d",
        "short": "4883",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4885",
        "label": "4885",
        "long": "B\u00e9k\u00e9scsaba - Gyula - Sarkadkereszt\u00far - Geszt",
        "short": "4885",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4887",
        "label": "4887",
        "long": "Gyula - B\u00e9k\u00e9s",
        "short": "4887",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-489",
        "label": "489",
        "long": "S\u00fclys\u00e1p - K\u00f3ka",
        "short": "489",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4890",
        "label": "4890",
        "long": "Gyula - Elek - K\u00e9tegyh\u00e1za",
        "short": "4890",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4892",
        "label": "4892",
        "long": "Gyula - K\u00e9tegyh\u00e1za - Elek",
        "short": "4892",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4894",
        "label": "4894",
        "long": "B\u00e9k\u00e9scsaba - Gyula - Elek - L\u00f6k\u00f6sh\u00e1za - Battonya - Mez\u0151kov\u00e1csh\u00e1za",
        "short": "4894",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4897",
        "label": "4897",
        "long": "Gyula - Szabadk\u00edgy\u00f3s - \u00dajk\u00edgy\u00f3s",
        "short": "4897",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-490",
        "label": "490",
        "long": "S\u00fclys\u00e1p - K\u00f3ka - T\u00f3alm\u00e1s - Zs\u00e1mbok",
        "short": "490",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4900",
        "label": "4900",
        "long": "Mez\u0151kov\u00e1csh\u00e1za - Kun\u00e1gota - Medgyesegyh\u00e1za",
        "short": "4900",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4905",
        "label": "4905",
        "long": "Mez\u0151kov\u00e1csh\u00e1za - Mez\u0151hegyes",
        "short": "4905",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4907",
        "label": "4907",
        "long": "Mez\u0151hegyes - Mez\u0151hegyes, Kendergy\u00e1r",
        "short": "4907",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4908",
        "label": "4908",
        "long": "Mez\u0151hegyes - Mez\u0151hegyes, 81 - es major",
        "short": "4908",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-491",
        "label": "491",
        "long": "\u00dari - S\u00fclys\u00e1p - K\u00f3ka - T\u00f3alm\u00e1s - Nagyk\u00e1ta / Szentl\u0151rinck\u00e1ta",
        "short": "491",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-492",
        "label": "492",
        "long": "S\u00fclys\u00e1p - K\u00f3ka - T\u00f3alm\u00e1s - Zs\u00e1mbok",
        "short": "492",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-493",
        "label": "493",
        "long": "T\u00e1pi\u00f3szecs\u0151 - T\u00e1pi\u00f3szecs\u0151, Magdolnatelep",
        "short": "493",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4930",
        "label": "4930",
        "long": "Orosh\u00e1za - Nagysz\u00e9n\u00e1s",
        "short": "4930",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4935",
        "label": "4935",
        "long": "Orosh\u00e1za - Nagysz\u00e9n\u00e1s - Kondoros",
        "short": "4935",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4938",
        "label": "4938",
        "long": "Orosh\u00e1za - Csorv\u00e1s - Gerend\u00e1s",
        "short": "4938",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-494",
        "label": "494",
        "long": "T\u00e1pi\u00f3szecs\u0151 - T\u00e1pi\u00f3szecs\u0151, Magdolnatelep",
        "short": "494",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4940",
        "label": "4940",
        "long": "Csorv\u00e1s - Gerend\u00e1s",
        "short": "4940",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4945",
        "label": "4945",
        "long": "Orosh\u00e1za - Pusztaf\u00f6ldv\u00e1r - Csan\u00e1dap\u00e1ca - Medgyesegyh\u00e1za",
        "short": "4945",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4949",
        "label": "4949",
        "long": "Orosh\u00e1za - Kaszaper - Magyarb\u00e1nhegyes - Mez\u0151kov\u00e1csh\u00e1za - Battonya",
        "short": "4949",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-495",
        "label": "495",
        "long": "T\u00e1pi\u00f3szecs\u0151 - T\u00e1pi\u00f3s\u00e1g",
        "short": "495",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4950",
        "label": "4950",
        "long": "Orosh\u00e1za - Kaszaper - Mez\u0151kov\u00e1csh\u00e1za - Battonya",
        "short": "4950",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4953",
        "label": "4953",
        "long": "Orosh\u00e1za - T\u00f3tkoml\u00f3s - Mez\u0151hegyes",
        "short": "4953",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4955",
        "label": "4955",
        "long": "Mez\u0151hegyes - Battonya",
        "short": "4955",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-496",
        "label": "496",
        "long": "T\u00e1pi\u00f3szecs\u0151 - T\u00f3alm\u00e1s - Szentl\u0151rinck\u00e1ta",
        "short": "496",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4960",
        "label": "4960",
        "long": "Orosh\u00e1za - T\u00f3tkoml\u00f3s - B\u00e9k\u00e9ss\u00e1mson",
        "short": "4960",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4965",
        "label": "4965",
        "long": "Orosh\u00e1za - Nagym\u00e1gocs - \u00c1rp\u00e1dhalom - F\u00e1bi\u00e1nsebesty\u00e9n",
        "short": "4965",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4966",
        "label": "4966",
        "long": "Orosh\u00e1za - G\u00e1doros - F\u00e1bi\u00e1nsebesty\u00e9n",
        "short": "4966",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-497",
        "label": "497",
        "long": "T\u00e1pi\u00f3szecs\u0151 - T\u00e1pi\u00f3s\u00e1g - T\u00e1pi\u00f3bicske - Nagyk\u00e1ta",
        "short": "497",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4971",
        "label": "4971",
        "long": "Szarvas - Gyomaendr\u0151d",
        "short": "4971",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4975",
        "label": "4975",
        "long": "Szarvas - Csabacs\u0171d",
        "short": "4975",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4976",
        "label": "4976",
        "long": "Szarvas - Csabacs\u0171d, Nagyr\u00e1ta - Csabacs\u0171d",
        "short": "4976",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-498",
        "label": "498",
        "long": "Nagyk\u00e1ta - J\u00e1szber\u00e9ny",
        "short": "498",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4980",
        "label": "4980",
        "long": "Szarvas - Nagysz\u00e9n\u00e1s - Orosh\u00e1za",
        "short": "4980",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4985",
        "label": "4985",
        "long": "Szarvas - B\u00e9k\u00e9sszentandr\u00e1s",
        "short": "4985",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-499",
        "label": "499",
        "long": "J\u00e1szber\u00e9ny - Nagyk\u00e1ta",
        "short": "499",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4990",
        "label": "4990",
        "long": "Szeged - Orosh\u00e1za - Gyomaendr\u0151d - D\u00e9vav\u00e1nya",
        "short": "4990",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-4994",
        "label": "4994",
        "long": "Gyomaendr\u0151d - Hunya - Kondoros",
        "short": "4994",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-500",
        "label": "500",
        "long": "Nagyk\u00e1ta - T\u00e1pi\u00f3szentm\u00e1rton",
        "short": "500",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5000",
        "label": "5000",
        "long": "Szeged - S\u00e1ndorfalva - D\u00f3c - \u00d3pusztaszer - Baks",
        "short": "5000",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5001",
        "label": "5001",
        "long": "Szeged - Baks - Csanytelek - T\u00f6m\u00f6rk\u00e9ny - Csongr\u00e1d",
        "short": "5001",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5002",
        "label": "5002",
        "long": "Szeged - S\u00e1ndorfalva - Szeged",
        "short": "5002",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5003",
        "label": "5003",
        "long": "Szeged - Algy\u0151",
        "short": "5003",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5004",
        "label": "5004",
        "long": "Szeged - H\u00f3dmez\u0151v\u00e1s\u00e1rhely - Mindszent - Szentes - Csongr\u00e1d",
        "short": "5004",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5005",
        "label": "5005",
        "long": "Szeged-H\u00f3dmez\u0151v\u00e1s\u00e1rhely",
        "short": "5005",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5006",
        "label": "5006",
        "long": "Algy\u0151, Bart\u00f3k utca - Algy\u0151, R\u00e1k\u00f3czi telep",
        "short": "5006",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5007",
        "label": "5007",
        "long": "Szeged - 47 - es elker\u00fcl\u0151 \u00fat - M\u00e1rt\u00e9ly - Mindszent - Szegv\u00e1r - Szentes",
        "short": "5007",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-501",
        "label": "501",
        "long": "Nagyk\u00e1ta - Szentm\u00e1rtonk\u00e1ta",
        "short": "501",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5010",
        "label": "5010",
        "long": "Szeged - H\u00f3dmez\u0151v\u00e1s\u00e1rhely - Szentes - Csongr\u00e1d",
        "short": "5010",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5011",
        "label": "5011",
        "long": "Szeged - 47 - es elker\u00fcl\u0151 \u00fat - Szentes - Csongr\u00e1d",
        "short": "5011",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5012",
        "label": "5012",
        "long": "Szeged - M43 aut\u00f3p\u00e1lya - Maroslele - \u00d3f\u00f6lde\u00e1k - F\u00f6lde\u00e1k",
        "short": "5012",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5013",
        "label": "5013",
        "long": "Szeged - M43 aut\u00f3p\u00e1lya - Maroslele - Mak\u00f3",
        "short": "5013",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5015",
        "label": "5015",
        "long": "Szeged - Deszk - Kiszombor - Mak\u00f3",
        "short": "5015",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5016",
        "label": "5016",
        "long": "Szeged - Deszk - Szeged",
        "short": "5016",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5017",
        "label": "5017",
        "long": "Szeged - M43 aut\u00f3p\u00e1lya - Mak\u00f3 - Csan\u00e1dpalota - Mez\u0151hegyes",
        "short": "5017",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5018",
        "label": "5018",
        "long": "Szeged - M43 aut\u00f3p\u00e1lya - Mak\u00f3 - Mez\u0151hegyes - Battonya - Gyula",
        "short": "5018",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5019",
        "label": "5019",
        "long": "Szeged - M43 aut\u00f3p\u00e1lya - Maroslele - Mak\u00f3 - T\u00f3tkoml\u00f3s - Mez\u0151hegyes - Battonya",
        "short": "5019",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-502",
        "label": "502",
        "long": "Nagyk\u00e1ta - Szentl\u0151rinck\u00e1ta",
        "short": "502",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5020",
        "label": "5020",
        "long": "Szeged - Mak\u00f3 - Pitvaros - T\u00f3tkoml\u00f3s - Battonya",
        "short": "5020",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5021",
        "label": "5021",
        "long": "Szeged - M43 aut\u00f3p\u00e1lya - Mak\u00f3 - B\u00e9k\u00e9scsaba - Gyula",
        "short": "5021",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5022",
        "label": "5022",
        "long": "Szeged - Mak\u00f3 - Battonya - Gyula",
        "short": "5022",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5023",
        "label": "5023",
        "long": "Szeged - Mak\u00f3 - Csan\u00e1dpalota - Pitvaros - Mez\u0151hegyes",
        "short": "5023",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5024",
        "label": "5024",
        "long": "Szeged - K\u00fcbekh\u00e1za",
        "short": "5024",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5025",
        "label": "5025",
        "long": "Szeged - Tiszasziget - Tiszasziget(T\u00e9rv\u00e1r)",
        "short": "5025",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-503",
        "label": "503",
        "long": "J\u00e1szber\u00e9ny - J\u00e1szfels\u0151szentgy\u00f6rgy - Szentm\u00e1rtonk\u00e1ta - Nagyk\u00e1ta",
        "short": "503",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5030",
        "label": "5030",
        "long": "Szeged - R\u00f6szke - R\u00f6szke, hat\u00e1r\u00e1tkel\u0151hely",
        "short": "5030",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5031",
        "label": "5031",
        "long": "Szeged - R\u00f6szke - M\u00f3rahalom",
        "short": "5031",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5032",
        "label": "5032",
        "long": "Szeged - M\u00f3rahalom - Z\u00e1k\u00e1nysz\u00e9k - Bord\u00e1ny - \u00dcll\u00e9s - Forr\u00e1sk\u00fat - Zsomb\u00f3",
        "short": "5032",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5033",
        "label": "5033",
        "long": "Szeged - M\u00f3rahalom - Kissor - \u00c1sotthalom",
        "short": "5033",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5034",
        "label": "5034",
        "long": "Szeged - M\u00f3rahalom - \u00c1sotthalom - \u00c1sotthalom(G\u00e1tsor)",
        "short": "5034",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5035",
        "label": "5035",
        "long": "Szeged - \u00c1sotthalom - M\u00e9lyk\u00fat - Baja",
        "short": "5035",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5036",
        "label": "5036",
        "long": "M\u00f3rahalom-\u00d6kosz\u00e1ll\u00e1s",
        "short": "5036",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-504",
        "label": "504",
        "long": "Kistarcsa - R\u00e1koskereszt\u00far - Magl\u00f3d - Gy\u00f6mr\u0151 - Monor",
        "short": "504",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5040",
        "label": "5040",
        "long": "Szeged - M\u00f3rahalom - \u00c1sotthalom",
        "short": "5040",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5041",
        "label": "5041",
        "long": "Szeged - Domasz\u00e9k - Szeged",
        "short": "5041",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5042",
        "label": "5042",
        "long": "Szeged - Kelebia - B\u00e1csalm\u00e1s - B\u00e1csbokod - Baja",
        "short": "5042",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5043",
        "label": "5043",
        "long": "Szeged - \u00d6tt\u00f6m\u00f6s - Kelebia - B\u00e1csalm\u00e1s",
        "short": "5043",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5044",
        "label": "5044",
        "long": "Szeged - M\u00f3rahalom - Z\u00e1k\u00e1nysz\u00e9k - Ruzsa - \u00d6tt\u00f6m\u00f6s - Pusztam\u00e9rges",
        "short": "5044",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5045",
        "label": "5045",
        "long": "Szeged - Z\u00e1k\u00e1nysz\u00e9k - Ruzsa - \u00d6tt\u00f6m\u00f6s - Pusztam\u00e9rges",
        "short": "5045",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5046",
        "label": "5046",
        "long": "Szeged - Z\u00e1k\u00e1nysz\u00e9k - Pusztam\u00e9rges - Kiskunhalas",
        "short": "5046",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5047",
        "label": "5047",
        "long": "Szeged - \u00dcll\u00e9s - Ruzsa - Pusztam\u00e9rges",
        "short": "5047",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5048",
        "label": "5048",
        "long": "\u00dcll\u00e9s - Forr\u00e1sk\u00fat - Bal\u00e1stya - D\u00f3c",
        "short": "5048",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5049",
        "label": "5049",
        "long": "Szeged - \u00dcll\u00e9s - Pusztam\u00e9rges",
        "short": "5049",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-505",
        "label": "505",
        "long": "Budapest - Magl\u00f3d - Gy\u00f6mr\u0151 - Monor",
        "short": "505",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5050",
        "label": "5050",
        "long": "Szeged - Bord\u00e1ny - \u00dcll\u00e9s",
        "short": "5050",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5054",
        "label": "5054",
        "long": "Szeged - Bord\u00e1ny - \u00dcll\u00e9s - Kiskunmajsa, G\u00e1rgy\u00e1n - Pusztam\u00e9rges - Kiskunhalas",
        "short": "5054",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5055",
        "label": "5055",
        "long": "Szeged - Zsomb\u00f3 - Forr\u00e1sk\u00fat - Kiskunmajsa",
        "short": "5055",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5056",
        "label": "5056",
        "long": "Szeged - Kiskunmajsa - Kiskunhalas - Kalocsa",
        "short": "5056",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5058",
        "label": "5058",
        "long": "Szeged - Kiskunmajsa - Kisk\u0151r\u00f6s - Kalocsa/Solt",
        "short": "5058",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5059",
        "label": "5059",
        "long": "Szeged - Szatymaz - Bal\u00e1stya, Z\u00f6ldmez\u0151 aut. ford.",
        "short": "5059",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-506",
        "label": "506",
        "long": "Budapest - Magl\u00f3d - Gy\u00f6mr\u0151 - Monor",
        "short": "506",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5060",
        "label": "5060",
        "long": "Szeged - Szatymaz - Zsomb\u00f3",
        "short": "5060",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5061",
        "label": "5061",
        "long": "Szeged - Szatymaz - Szeged",
        "short": "5061",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5062",
        "label": "5062",
        "long": "Szeged - Szatymaz - S\u00e1ndorfalva",
        "short": "5062",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5063",
        "label": "5063",
        "long": "Szeged - Bal\u00e1stya - Kistelek - Csengele",
        "short": "5063",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5064",
        "label": "5064",
        "long": "Szeged - Kistelek - Baks",
        "short": "5064",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5066",
        "label": "5066",
        "long": "Szeged - Kistelek - K\u00f6mp\u00f6c - Kiskunmajsa",
        "short": "5066",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-507",
        "label": "507",
        "long": "Gy\u00f6mr\u0151, Piac - Vas\u00fat\u00e1llom\u00e1s - Fekete Istv\u00e1n \u00c1ltal\u00e1nos Iskola",
        "short": "507",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5070",
        "label": "5070",
        "long": "Szeged - Bal\u00e1stya - Kistelek - Pusztaszer",
        "short": "5070",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5071",
        "label": "5071",
        "long": "Szeged - Kistelek - Pusztaszer - Csengele",
        "short": "5071",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5075",
        "label": "5075",
        "long": "Szeged - Kistelek - Kiskunf\u00e9legyh\u00e1za - Kecskem\u00e9t",
        "short": "5075",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5076",
        "label": "5076",
        "long": "Szeged-Kistelek-Kiskunf\u00e9legyh\u00e1za-Kecskem\u00e9t, Mercedes 1. kapu - Kecskem\u00e9t",
        "short": "5076",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-508",
        "label": "508",
        "long": "Budapest - Magl\u00f3d - Gy\u00f6mr\u0151 - Monor",
        "short": "508",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-509",
        "label": "509",
        "long": "Budapest - 31 - es \u00fat - Magl\u00f3d - Gy\u00f6mr\u0151 - Monor",
        "short": "509",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-510",
        "label": "510",
        "long": "Budapest - 31 - es \u00fat - Magl\u00f3d - Gy\u00f6mr\u0151 - Monor",
        "short": "510",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5100",
        "label": "5100",
        "long": "Csongr\u00e1d - Csongr\u00e1d - Bokros - Tiszaalp\u00e1r",
        "short": "5100",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5105",
        "label": "5105",
        "long": "Csongr\u00e1d - H\u00f3dmez\u0151v\u00e1s\u00e1rhely - Maroslele - Mak\u00f3",
        "short": "5105",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5107",
        "label": "5107",
        "long": "Csongr\u00e1d - Kett\u0151shalom",
        "short": "5107",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5109",
        "label": "5109",
        "long": "Szeged - Csongr\u00e1d - Szentes - Kunszentm\u00e1rton",
        "short": "5109",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5110",
        "label": "5110",
        "long": "Szentes - Csongr\u00e1d - Felgy\u0151 - Csanytelek - T\u00f6m\u00f6rk\u00e9ny",
        "short": "5110",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5111",
        "label": "5111",
        "long": "Csongr\u00e1d - Felgy\u0151 - Maszlaghalom",
        "short": "5111",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5112",
        "label": "5112",
        "long": "Csongr\u00e1d - Csanytelek - T\u00f6m\u00f6rk\u00e9ny - Pusztaszer - Kistelek - Szeged",
        "short": "5112",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-512",
        "label": "512",
        "long": "Hossz\u00faberek - P\u00e9teri v. mh. - P\u00e9teri, aut. ford.",
        "short": "512",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5120",
        "label": "5120",
        "long": "Szentes-Csereb\u00f6k\u00e9ny-Szarvas",
        "short": "5120",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5121",
        "label": "5121",
        "long": "Szentes - Szentes(Magyart\u00e9s) - Zalota - Nagyt\u0151ke",
        "short": "5121",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5122",
        "label": "5122",
        "long": "Szentes - Kunszentm\u00e1rton",
        "short": "5122",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5123",
        "label": "5123",
        "long": "Szentes - Csongr\u00e1d - Kiskunf\u00e9legyh\u00e1za - Kiskunmajsa - Kiskunhalas",
        "short": "5123",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5125",
        "label": "5125",
        "long": "Szentes - F\u00e1bi\u00e1nsebesty\u00e9n - \u00c1rp\u00e1dhalom",
        "short": "5125",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5126",
        "label": "5126",
        "long": "Szentes - F\u00e1bi\u00e1nsebesty\u00e9n - Eperjes - G\u00e1doros - Nagysz\u00e9n\u00e1s - Orosh\u00e1za",
        "short": "5126",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5127",
        "label": "5127",
        "long": "Szentes - G\u00e1doros - Eperjes",
        "short": "5127",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5128",
        "label": "5128",
        "long": "Szentes - Derekegyh\u00e1z - Orosh\u00e1za - Gyula",
        "short": "5128",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5129",
        "label": "5129",
        "long": "Szentes - Lapist\u00f3 - Nagym\u00e1gocs - Sz\u00e9kkutas",
        "short": "5129",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-513",
        "label": "513",
        "long": "Monor - Gomba - Fels\u0151farkasd - \u00dari - S\u00fclys\u00e1p",
        "short": "513",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5130",
        "label": "5130",
        "long": "Szentes - Derekegyh\u00e1z - Derekegyh\u00e1z(Tompah\u00e1t)",
        "short": "5130",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5132",
        "label": "5132",
        "long": "Szentes - Derekegyh\u00e1z - Nagym\u00e1gocs - Orosh\u00e1za",
        "short": "5132",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-514",
        "label": "514",
        "long": "Monor - Gomba - Fels\u0151farkasd",
        "short": "514",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5140",
        "label": "5140",
        "long": "Szentes - Csongr\u00e1d",
        "short": "5140",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5143",
        "label": "5143",
        "long": "Szentes - Nagym\u00e1gocs - \u00c1rp\u00e1dhalom",
        "short": "5143",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-515",
        "label": "515",
        "long": "Monor - Gomba - P\u00e1nd",
        "short": "515",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5150",
        "label": "5150",
        "long": "H\u00f3dmez\u0151v\u00e1s\u00e1rhely - M\u00e1rt\u00e9ly - Mindszent - Szegv\u00e1r - Szentes",
        "short": "5150",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-516",
        "label": "516",
        "long": "Monor - Gomba - P\u00e1nd",
        "short": "516",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5160",
        "label": "5160",
        "long": "Szeged - H\u00f3dmez\u0151v\u00e1s\u00e1rhely - Sz\u00e9kkutas - Orosh\u00e1za - B\u00e9k\u00e9scsaba - Gyula",
        "short": "5160",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5165",
        "label": "5165",
        "long": "H\u00f3dmez\u0151v\u00e1s\u00e1rhely - Erzs\u00e9bet - B\u00e9k\u00e9ss\u00e1mson - T\u00f3tkoml\u00f3s - Orosh\u00e1za",
        "short": "5165",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5167",
        "label": "5167",
        "long": "H\u00f3dmez\u0151v\u00e1s\u00e1rhely - Mak\u00f3 - Pitvaros - T\u00f3tkoml\u00f3s",
        "short": "5167",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5169",
        "label": "5169",
        "long": "H\u00f3dmez\u0151v\u00e1s\u00e1rhely - F\u00f6lde\u00e1k - \u00d3f\u00f6lde\u00e1k - Mak\u00f3",
        "short": "5169",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-517",
        "label": "517",
        "long": "Monor - P\u00e1nd - Nagyk\u00e1ta",
        "short": "517",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-518",
        "label": "518",
        "long": "Monor - P\u00e1nd - Nagyk\u00e1ta",
        "short": "518",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5183",
        "label": "5183",
        "long": "Mak\u00f3-Ig\u00e1s",
        "short": "5183",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5184",
        "label": "5184",
        "long": "Mak\u00f3 - Kir\u00e1lyhegyes - Mak\u00f3(R\u00e1kos) - Mak\u00f3",
        "short": "5184",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5186",
        "label": "5186",
        "long": "Mak\u00f3-K\u00f6vegy-Csan\u00e1dpalota-Pitvaros-T\u00f3tkoml\u00f3s",
        "short": "5186",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5187",
        "label": "5187",
        "long": "Szeged - M43 aut\u00f3p\u00e1lya - Mak\u00f3 - Magyarcsan\u00e1d - Nagylak",
        "short": "5187",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5188",
        "label": "5188",
        "long": "Szeged - M43 aut\u00f3p\u00e1lya - Maroslele - Mak\u00f3 - Nagylak - Pitvaros",
        "short": "5188",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5189",
        "label": "5189",
        "long": "Szeged - Mak\u00f3 - Mez\u0151hegyes - B\u00e9k\u00e9scsaba - Gyula",
        "short": "5189",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5190",
        "label": "5190",
        "long": "Szeged - Mak\u00f3 - Ap\u00e1tfalva - Magyarcsan\u00e1d - Nagylak",
        "short": "5190",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-520",
        "label": "520",
        "long": "Cegl\u00e9d - Cifrakert - T\u00e1pi\u00f3szentm\u00e1rton - Nagyk\u00e1ta",
        "short": "520",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5202",
        "label": "5202",
        "long": "Kecskem\u00e9t - Szentkir\u00e1ly - Tiszak\u00e9cske - J\u00e1szkarajen\u0151 - K\u0151r\u00f6stet\u00e9tlen",
        "short": "5202",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5203",
        "label": "5203",
        "long": "Kecskem\u00e9t - Szentkir\u00e1ly/Lakitelek - Tiszak\u00e9cske",
        "short": "5203",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5205",
        "label": "5205",
        "long": "Kecskem\u00e9t - Szentkir\u00e1ly",
        "short": "5205",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5206",
        "label": "5206",
        "long": "Kecskem\u00e9t-T\u00f6r\u00f6kszentmikl\u00f3s-Fegyvernek",
        "short": "5206",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5207",
        "label": "5207",
        "long": "Kecskem\u00e9t-Kecskem\u00e9t, Gyermekliget Iskola",
        "short": "5207",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5208",
        "label": "5208",
        "long": "Kecskem\u00e9t - Szarvas - B\u00e9k\u00e9scsaba - Gyula",
        "short": "5208",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5209",
        "label": "5209",
        "long": "Kecskem\u00e9t - Tiszaug - Cs\u00e9pa - Kunszentm\u00e1rton - Szarvas",
        "short": "5209",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-521",
        "label": "521",
        "long": "Cegl\u00e9d - T\u00e1pi\u00f3sz\u0151l\u0151s - T\u00e1pi\u00f3szentm\u00e1rton - Nagyk\u00e1ta",
        "short": "521",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5210",
        "label": "5210",
        "long": "Kecskem\u00e9t - Lakitelek - Tiszaug - Cs\u00e9pa",
        "short": "5210",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5211",
        "label": "5211",
        "long": "Kecskem\u00e9t - Tiszak\u00fcrt - Cserkesz\u0151l\u0151 - Tiszaf\u00f6ldv\u00e1r - Martf\u0171",
        "short": "5211",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5212",
        "label": "5212",
        "long": "Kecskem\u00e9t - Lakitelek - Tiszaalp\u00e1r",
        "short": "5212",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5213",
        "label": "5213",
        "long": "Kecskem\u00e1t - Kiskunf\u00e9legyh\u00e1za - Bugac",
        "short": "5213",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5214",
        "label": "5214",
        "long": "Kecskem\u00e9t - V\u00e1rosf\u00f6ld",
        "short": "5214",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5215",
        "label": "5215",
        "long": "Kecskem\u00e9t - Kiskunf\u00e9legyh\u00e1za",
        "short": "5215",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5216",
        "label": "5216",
        "long": "Kecskem\u00e9t - Kiskunmajsa - Kiskunhalas - B\u00e1csalm\u00e1s",
        "short": "5216",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5217",
        "label": "5217",
        "long": "Kecskem\u00e9t - Kunsz\u00e1ll\u00e1s - F\u00fcl\u00f6pjakab - Kiskunf\u00e9legyh\u00e1za",
        "short": "5217",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5218",
        "label": "5218",
        "long": "Kecskem\u00e9t - Kisk\u0151r\u00f6s - Kalocsa",
        "short": "5218",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5219",
        "label": "5219",
        "long": "Kecskem\u00e9t - Soltvadkert - Kecel - Baja",
        "short": "5219",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-522",
        "label": "522",
        "long": "Cegl\u00e9d, aut. \u00e1ll. - Cegl\u00e9d, Ipari Park",
        "short": "522",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5220",
        "label": "5220",
        "long": "Kecskem\u00e9t - Jakabsz\u00e1ll\u00e1s - Orgov\u00e1ny",
        "short": "5220",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5221",
        "label": "5221",
        "long": "Kecskem\u00e9t - Kiskunhalas - Kelebia",
        "short": "5221",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5222",
        "label": "5222",
        "long": "Kecskem\u00e9t - Matk\u00f3 - Bugac - M\u00f3ricg\u00e1t",
        "short": "5222",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5223",
        "label": "5223",
        "long": "Kecskem\u00e9t - Helv\u00e9cia",
        "short": "5223",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5224",
        "label": "5224",
        "long": "Kecskem\u00e9t - Ball\u00f3sz\u00f6g",
        "short": "5224",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5225",
        "label": "5225",
        "long": "Kecskem\u00e9t - Izs\u00e1k",
        "short": "5225",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5226",
        "label": "5226",
        "long": "Kecskem\u00e9t - Izs\u00e1k - Kisk\u0151r\u00f6s - Baja",
        "short": "5226",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5227",
        "label": "5227",
        "long": "Kecskem\u00e9t-Solt-Duna\u00fajv\u00e1ros/Kalocsa",
        "short": "5227",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5228",
        "label": "5228",
        "long": "Kecskem\u00e9t - Het\u00e9nyegyh\u00e1za - Kerekegyh\u00e1za",
        "short": "5228",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5229",
        "label": "5229",
        "long": "Kecskem\u00e9t - F\u00fcl\u00f6psz\u00e1ll\u00e1s - Szabadsz\u00e1ll\u00e1s/Cseng\u0151d",
        "short": "5229",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-523",
        "label": "523",
        "long": "J\u00e1szber\u00e9ny - Portelek - Farmos",
        "short": "523",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5230",
        "label": "5230",
        "long": "Kecskem\u00e9t - F\u00fcl\u00f6ph\u00e1za",
        "short": "5230",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5231",
        "label": "5231",
        "long": "Kecskem\u00e9t - F\u00fcl\u00f6ph\u00e1za - Szabadsz\u00e1ll\u00e1s/Dunaegyh\u00e1za - Dunaf\u00f6ldv\u00e1r",
        "short": "5231",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5232",
        "label": "5232",
        "long": "Kecskem\u00e9t - Kisk\u0151r\u00f6s - Kalocsa",
        "short": "5232",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5233",
        "label": "5233",
        "long": "Kecskem\u00e9t - Kerekegyh\u00e1za - Szabadsz\u00e1ll\u00e1s",
        "short": "5233",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5234",
        "label": "5234",
        "long": "Kecskem\u00e9t - Solt - Dunavecse",
        "short": "5234",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5235",
        "label": "5235",
        "long": "Kecskem\u00e9t - Kerekegyh\u00e1za - Kunbaracs - Kunadacs",
        "short": "5235",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5237",
        "label": "5237",
        "long": "Kecskem\u00e9t - Kerekegyh\u00e1za - Kunbaracs - Lad\u00e1nybene",
        "short": "5237",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5238",
        "label": "5238",
        "long": "Kecskem\u00e9t - Kerekegyh\u00e1za - Kunszentmikl\u00f3s",
        "short": "5238",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5239",
        "label": "5239",
        "long": "Kecskem\u00e9t - Cseng\u0151d - F\u00fcl\u00f6psz\u00e1ll\u00e1s - Kunszentmikl\u00f3s",
        "short": "5239",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-524",
        "label": "524",
        "long": "Cegl\u00e9d - T\u00e1pi\u00f3sz\u0151l\u0151s - \u00dajszilv\u00e1s - Farmos - Nagyk\u00e1ta",
        "short": "524",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5240",
        "label": "5240",
        "long": "Kecskem\u00e9t - M\u00e9ntelek - Lad\u00e1nybene",
        "short": "5240",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5241",
        "label": "5241",
        "long": "Kecskem\u00e9t - Lad\u00e1nybene - Kunszentmikl\u00f3s - Szalkszentm\u00e1rton",
        "short": "5241",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5242",
        "label": "5242",
        "long": "Kecskem\u00e9t - Lajosmizse - Lad\u00e1nybene - Tat\u00e1rszentgy\u00f6rgy",
        "short": "5242",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5243",
        "label": "5243",
        "long": "Kecskem\u00e9t-Harta-Kalocsa-Szeksz\u00e1rd",
        "short": "5243",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5244",
        "label": "5244",
        "long": "Kecskem\u00e9t - Kadafalva - Helv\u00e9cia,Sz.S.telep",
        "short": "5244",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5245",
        "label": "5245",
        "long": "Kecskem\u00e9t-Lajosmizse-Fels\u0151lajos-\u00d6rk\u00e9ny-Hern\u00e1d-\u00dajharty\u00e1n",
        "short": "5245",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5247",
        "label": "5247",
        "long": "Tiszak\u00e9cske - Tiszab\u00f6g - Pereghalom - Tiszak\u00e9cske",
        "short": "5247",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5248",
        "label": "5248",
        "long": "Tiszak\u00e9cske-Tiszaug",
        "short": "5248",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5249",
        "label": "5249",
        "long": "Tiszak\u00e9cske - Tiszab\u00f6g - Tiszajen\u0151 - Vezseny - J\u00e1szkarajen\u0151 - K\u00f6r\u00f6stet\u00e9tlen",
        "short": "5249",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-525",
        "label": "525",
        "long": "Cegl\u00e9d - T\u00e1pi\u00f3sz\u0151l\u0151s - \u00dajszilv\u00e1s - Farmos - Nagyk\u00e1ta",
        "short": "525",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5250",
        "label": "5250",
        "long": "Kecskem\u00e9t-Mercedes 1.kapu-Helv\u00e9cia-Ball\u00f3sz\u00f6g",
        "short": "5250",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5251",
        "label": "5251",
        "long": "Kiskunf\u00e9legyh\u00e1za - Kiskunf\u00e9legyh\u00e1za, K\u0151r\u00f6si \u00fat",
        "short": "5251",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5252",
        "label": "5252",
        "long": "Kiskunf\u00e9legyh\u00e1za - Tiszaalp\u00e1r - Tiszak\u00e9cske",
        "short": "5252",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5253",
        "label": "5253",
        "long": "Kiskunf\u00e9legyh\u00e1za - Tiszaalp\u00e1r - Lakitelek",
        "short": "5253",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5255",
        "label": "5255",
        "long": "Kecskem\u00e9t - Kiskunf\u00e9legyh\u00e1za - Csongr\u00e1d - Szentes",
        "short": "5255",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5256",
        "label": "5256",
        "long": "Kiskunf\u00e9legyh\u00e1za - Pet\u0151fisz\u00e1ll\u00e1s",
        "short": "5256",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5258",
        "label": "5258",
        "long": "Kecskem\u00e9t - Kiskunf\u00e9legyh\u00e1za, Szegedi u.",
        "short": "5258",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5259",
        "label": "5259",
        "long": "Kiskunf\u00e9legyh\u00e1za - G\u00e1t\u00e9r",
        "short": "5259",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-526",
        "label": "526",
        "long": "Cegl\u00e9d - T\u00e1pi\u00f3sz\u0151l\u0151s - \u00dajszilv\u00e1s - Farmos - Nagyk\u00e1ta",
        "short": "526",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5260",
        "label": "5260",
        "long": "Kiskunf\u00e9legyh\u00e1za - P\u00e1lmonostora",
        "short": "5260",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5261",
        "label": "5261",
        "long": "Kiskunf\u00e9legyh\u00e1za - Pet\u0151fisz\u00e1ll\u00e1s - T\u00f6m\u00f6rk\u00e9ny",
        "short": "5261",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5263",
        "label": "5263",
        "long": "Kiskunf\u00e9legyh\u00e1za - P\u00e1lmonostora - T\u00f6m\u00f6rk\u00e9ny",
        "short": "5263",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5264",
        "label": "5264",
        "long": "Kiskunf\u00e9legyh\u00e1za - J\u00e1szszentl\u00e1szl\u00f3 - Szank",
        "short": "5264",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5265",
        "label": "5265",
        "long": "Kiskunf\u00e9legyh\u00e1za - Kiskunmajsa - Szank",
        "short": "5265",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5266",
        "label": "5266",
        "long": "Kiskunf\u00e9legyh\u00e1za - M\u00f3ricg\u00e1t - Kiskunhalas",
        "short": "5266",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5267",
        "label": "5267",
        "long": "Kiskunf\u00e9legyh\u00e1za - Bugac - M\u00f3ricg\u00e1t",
        "short": "5267",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5268",
        "label": "5268",
        "long": "Kiskunf\u00e9legyh\u00e1za - Halesz - Kunsz\u00e1ll\u00e1s, Ringhegy",
        "short": "5268",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-527",
        "label": "527",
        "long": "Cegl\u00e9d - T\u00e1pi\u00f3sz\u0151l\u0151s - \u00dajszilv\u00e1s - Farmos - Nagyk\u00e1ta",
        "short": "527",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5270",
        "label": "5270",
        "long": "Kiskunf\u00e9legyh\u00e1za - Kunsz\u00e1ll\u00e1s - F\u00fcl\u00f6pjakab",
        "short": "5270",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5271",
        "label": "5271",
        "long": "Kiskunf\u00e9legyh\u00e1za - Kunsz\u00e1ll\u00e1s - Izs\u00e1k - Szabadsz\u00e1ll\u00e1s",
        "short": "5271",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5272",
        "label": "5272",
        "long": "Orgov\u00e1ny, aut. ford.-Orgov\u00e1ny, L\u0151t\u00e9r, v.mh.",
        "short": "5272",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5274",
        "label": "5274",
        "long": "Kiskunmajsa - Szank - Bugac, Erd\u00e9szet",
        "short": "5274",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5275",
        "label": "5275",
        "long": "Kiskunmajsa - Soltvadkert - Kisk\u0151r\u00f6s",
        "short": "5275",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5276",
        "label": "5276",
        "long": "Kiskunhalas - Bodogl\u00e1r - Szank",
        "short": "5276",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5278",
        "label": "5278",
        "long": "Kiskunhalas - T\u00e1zl\u00e1r - Kiskunmajsa",
        "short": "5278",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5279",
        "label": "5279",
        "long": "Kiskunhalas - Kiskunmajsa - F\u00fcl\u00f6pjakab - Kecskem\u00e9t",
        "short": "5279",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-528",
        "label": "528",
        "long": "Cegl\u00e9d - T\u00e1pi\u00f3sz\u0151l\u0151s - \u00dajszilv\u00e1s - Farmos - Nagyk\u00e1ta",
        "short": "528",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5280",
        "label": "5280",
        "long": "Kiskunhalas - Kiskunmajsa",
        "short": "5280",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5281",
        "label": "5281",
        "long": "Kiskunhalas - Kiskunmajsa - Szank",
        "short": "5281",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5282",
        "label": "5282",
        "long": "Kiskunhalas - Balotasz\u00e1ll\u00e1s - Pusztam\u00e9rges",
        "short": "5282",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5283",
        "label": "5283",
        "long": "Kiskunhalas - Zsana - Kiskunmajsa, G\u00e1rgy\u00e1n - Pusztam\u00e9rges",
        "short": "5283",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5284",
        "label": "5284",
        "long": "Szeged - Kelebia - Tompa - Kiskunhalas",
        "short": "5284",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5285",
        "label": "5285",
        "long": "Kiskunhalas - Tompa - Kelebia",
        "short": "5285",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5286",
        "label": "5286",
        "long": "Kiskunhalas - J\u00e1noshalma",
        "short": "5286",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5287",
        "label": "5287",
        "long": "Kiskunhalas - J\u00e1noshalma - M\u00e9lyk\u00fat - B\u00e1csalm\u00e1s",
        "short": "5287",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5288",
        "label": "5288",
        "long": "Kiskunhalas - T\u00e1zl\u00e1r",
        "short": "5288",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5289",
        "label": "5289",
        "long": "Baja - M\u00e9lyk\u00fat - J\u00e1noshalma - Kiskunhalas",
        "short": "5289",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-529",
        "label": "529",
        "long": "Cegl\u00e9d - T\u00e1pi\u00f3sz\u0151l\u0151s - \u00dajszilv\u00e1s - Farmos - Nagyk\u00e1ta",
        "short": "529",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5290",
        "label": "5290",
        "long": "Kiskunhalas - Kecel",
        "short": "5290",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5292",
        "label": "5292",
        "long": "Kiskunhalas - M\u00e9lyk\u00fat - Tatah\u00e1za - B\u00e1csalm\u00e1s",
        "short": "5292",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5293",
        "label": "5293",
        "long": "Kissz\u00e1ll\u00e1si hat\u00e1r - Tompa, Bokr\u00e9ta \u00f3voda",
        "short": "5293",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5294",
        "label": "5294",
        "long": "Tompa - Imre major - Tompa",
        "short": "5294",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5295",
        "label": "5295",
        "long": "Kiskunhalas - Kisk\u0151r\u00f6s - Kalocsa",
        "short": "5295",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5296",
        "label": "5296",
        "long": "Kiskunhalas - Soltvadkert - Fischerb\u00f3csa",
        "short": "5296",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5297",
        "label": "5297",
        "long": "Kiskunhalas - Kecel - Kisk\u0151r\u0151s",
        "short": "5297",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5298",
        "label": "5298",
        "long": "Kiskunhalas - Kisk\u0151r\u00f6s - Cseng\u0151d - Szabadsz\u00e1ll\u00e1s",
        "short": "5298",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5300",
        "label": "5300",
        "long": "B\u00e1csalm\u00e1s - Csik\u00e9ria - Kelebia",
        "short": "5300",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5304",
        "label": "5304",
        "long": "Tatah\u00e1za - B\u00e1csalm\u00e1s - Madaras",
        "short": "5304",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5305",
        "label": "5305",
        "long": "B\u00e1csalm\u00e1s - Madaras - Katym\u00e1r",
        "short": "5305",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5306",
        "label": "5306",
        "long": "Kalocsa - Haj\u00f3s - J\u00e1noshalma - B\u00e1csalm\u00e1s",
        "short": "5306",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-531",
        "label": "531",
        "long": "Cegl\u00e9d - \u00dajszilv\u00e1s - Abony - \u00dajsz\u00e1sz",
        "short": "531",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5310",
        "label": "5310",
        "long": "Baja - Fajsz - Kalocsa",
        "short": "5310",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5311",
        "label": "5311",
        "long": "Baja - Kalocsa - Solt - Dunavecse - Kunszentmikl\u00f3s",
        "short": "5311",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5312",
        "label": "5312",
        "long": "Baja - Kalocsa - Dunapataj",
        "short": "5312",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5314",
        "label": "5314",
        "long": "Baja(D\u00e9lh\u00fas Rt.) - Fajsz - Kalocsa",
        "short": "5314",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5315",
        "label": "5315",
        "long": "Baja - Cs\u00e1sz\u00e1rt\u00f6lt\u00e9s",
        "short": "5315",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5316",
        "label": "5316",
        "long": "Baja - Cs\u00e1sz\u00e1rt\u00f6lt\u00e9s - Haj\u00f3s - Kalocsa",
        "short": "5316",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-532",
        "label": "532",
        "long": "Szolnok - Tiszajen\u0151 - Tiszak\u00e9cske",
        "short": "532",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5320",
        "label": "5320",
        "long": "Baja - Fels\u0151szentiv\u00e1n - M\u00e9lyk\u00fat - M\u00e9lyk\u00fat(\u00d6regmajor)",
        "short": "5320",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5321",
        "label": "5321",
        "long": "Baja - Fels\u0151szentiv\u00e1n - J\u00e1noshalma - Kiskunhalas",
        "short": "5321",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5322",
        "label": "5322",
        "long": "Kiskunhalas - Kelebia",
        "short": "5322",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5323",
        "label": "5323",
        "long": "Baja-J\u00e1noshalma-M\u00e9lyk\u00fat-M\u00e9lyk\u00fat (\u00d6regmajor)",
        "short": "5323",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5324",
        "label": "5324",
        "long": "Baja - Fels\u0151szentiv\u00e1n - M\u00e9lyk\u00fat - Kissz\u00e1ll\u00e1s/J\u00e1noshalma - Kiskunhalas",
        "short": "5324",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5325",
        "label": "5325",
        "long": "Baja - B\u00e1csbokod - B\u00e1csalm\u00e1s",
        "short": "5325",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5326",
        "label": "5326",
        "long": "Baja - Katym\u00e1r - B\u00e1csalm\u00e1s",
        "short": "5326",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5327",
        "label": "5327",
        "long": "Baja - Fels\u0151szentiv\u00e1n - B\u00e1csalm\u00e1s - Kelebia",
        "short": "5327",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5328",
        "label": "5328",
        "long": "Baja - J\u00e1noshalma - M\u00e9lyk\u00fat - Szeged",
        "short": "5328",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5329",
        "label": "5329",
        "long": "Baja - B\u00e1csbokod - B\u00e1csalm\u00e1s - M\u00e9lyk\u00fat - Szeged",
        "short": "5329",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-533",
        "label": "533",
        "long": "Szolnok - Tiszav\u00e1rkony - J\u00e1szkarajen\u0151",
        "short": "533",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5330",
        "label": "5330",
        "long": "Baja - Vask\u00fat - Gara - B\u00e1csszentgy\u00f6rgy",
        "short": "5330",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5331",
        "label": "5331",
        "long": "Baja - Gara - Cs\u00e1talja",
        "short": "5331",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5332",
        "label": "5332",
        "long": "Baja - B\u00e1tmonostor - Vask\u00fat - Gara - Cs\u00e1talja",
        "short": "5332",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5335",
        "label": "5335",
        "long": "Baja - Nagybaracska - Hercegsz\u00e1nt\u00f3 - Hercegsz\u00e1nt\u00f3(H\u00f3duna)",
        "short": "5335",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5336",
        "label": "5336",
        "long": "Baja - Nagybaracska - \u00dajmoh\u00e1cs",
        "short": "5336",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5337",
        "label": "5337",
        "long": "Baja - Nagybaracska - Dunafalva",
        "short": "5337",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5338",
        "label": "5338",
        "long": "Baja - Szeremle",
        "short": "5338",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5339",
        "label": "5339",
        "long": "Baja - Nagybaracska - Hercegsz\u00e1nt\u00f3 - Homor\u00fad - Moh\u00e1cs",
        "short": "5339",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-534",
        "label": "534",
        "long": "Szolnok - Abony",
        "short": "534",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5340",
        "label": "5340",
        "long": "Kisk\u0151r\u00f6s - Kecel",
        "short": "5340",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5341",
        "label": "5341",
        "long": "Kisk\u0151r\u00f6s - Tabdi - Izs\u00e1k - \u00c1gasegyh\u00e1za",
        "short": "5341",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5342",
        "label": "5342",
        "long": "Szabadsz\u00e1ll\u00e1s/F\u00fcl\u00f6psz\u00e1ll\u00e1s -Bal\u00e1zspuszta",
        "short": "5342",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5344",
        "label": "5344",
        "long": "Kisk\u0151r\u00f6s - Kaskanty\u00fa - Tabdi - Cseng\u0151d - Akaszt\u00f3 - Kisk\u0151r\u00f6s",
        "short": "5344",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5346",
        "label": "5346",
        "long": "Kisk\u0151r\u00f6s - Soltvadkert - B\u00f3csa, Abonyi major",
        "short": "5346",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5348",
        "label": "5348",
        "long": "Kisk\u0151r\u00f6s - Kaskanty\u00fa - Soltszentimre",
        "short": "5348",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5349",
        "label": "5349",
        "long": "Kisk\u0151r\u00f6s - Kecel - Kalocsa",
        "short": "5349",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-535",
        "label": "535",
        "long": "Cegl\u00e9d - Abony",
        "short": "535",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5350",
        "label": "5350",
        "long": "Kisk\u0151r\u00f6s - Akaszt\u00f3 - Solt",
        "short": "5350",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5351",
        "label": "5351",
        "long": "Kisk\u0151r\u00f6s-\u00d6k\u00f6rdi",
        "short": "5351",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5352",
        "label": "5352",
        "long": "Kisk\u0151r\u00f6s - Akaszt\u00f3 - F\u00fcl\u00f6psz\u00e1ll\u00e1s/Soltszentimre",
        "short": "5352",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5353",
        "label": "5353",
        "long": "Kalocsa - Szeksz\u00e1rd",
        "short": "5353",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5354",
        "label": "5354",
        "long": "Kecskem\u00e9t - Izs\u00e1k - Kisk\u0151r\u00f6s - Kalocsa",
        "short": "5354",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5355",
        "label": "5355",
        "long": "Kalocsa - B\u00e1tya - Fajsz",
        "short": "5355",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5358",
        "label": "5358",
        "long": "Baja - Kalocsa - Paks - Enying - Si\u00f3fok",
        "short": "5358",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5359",
        "label": "5359",
        "long": "Kecskem\u00e9t - Kalocsa - Szeksz\u00e1rd",
        "short": "5359",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-536",
        "label": "536",
        "long": "Abony - T\u00f6rtel",
        "short": "536",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5360",
        "label": "5360",
        "long": "Kalocsa - Harta",
        "short": "5360",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5362",
        "label": "5362",
        "long": "Szeged - Kiskunhalas - Solt - Dunavecse - Kunszentmikl\u00f3s",
        "short": "5362",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5364",
        "label": "5364",
        "long": "Kalocsa - Solt - Tass - Kunszentmikl\u00f3s",
        "short": "5364",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5365",
        "label": "5365",
        "long": "Kalocsa - Dunavecse - Tass",
        "short": "5365",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5366",
        "label": "5366",
        "long": "Kalocsa - Szakm\u00e1r - Gombolyag - Fels\u0151erek",
        "short": "5366",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5367",
        "label": "5367",
        "long": "Kalocsa - Szakm\u00e1r - Szelidi t\u00f3 - Dunapataj",
        "short": "5367",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5368",
        "label": "5368",
        "long": "Kalocsa - Harta - Dunatet\u00e9tlen",
        "short": "5368",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5369",
        "label": "5369",
        "long": "Kalocsa - Kecel - Kiskunhalas - Kiskunmajsa, G\u00e1rgy\u00e1n - Szeged",
        "short": "5369",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-537",
        "label": "537",
        "long": "Cegl\u00e9d - T\u00f6rtel - J\u00e1szkarajen\u0151 - Tiszajen\u0151 - Vezseny, v\u00e1.",
        "short": "537",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5370",
        "label": "5370",
        "long": "Kalocsa - Cs\u00e1sz\u00e1rt\u00f6lt\u00e9s",
        "short": "5370",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5371",
        "label": "5371",
        "long": "Kalocsa - Cs\u00e1sz\u00e1rt\u00f6lt\u00e9s - Kecel",
        "short": "5371",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5372",
        "label": "5372",
        "long": "Kalocsa-\u00d6regcsert\u0151",
        "short": "5372",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5373",
        "label": "5373",
        "long": "Kalocsa - Als\u00f3m\u00e9gy",
        "short": "5373",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5374",
        "label": "5374",
        "long": "Kalocsa - Fokt\u0151 - Paks",
        "short": "5374",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5375",
        "label": "5375",
        "long": "Kalocsa-vas\u00fat\u00e1llom\u00e1s-Kalocsa",
        "short": "5375",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5376",
        "label": "5376",
        "long": "Kalocsa - Ordas - Dunapataj",
        "short": "5376",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5377",
        "label": "5377",
        "long": "Kalocsa - Gerjen - Fadd - Tolna - Szeksz\u00e1rd",
        "short": "5377",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5378",
        "label": "5378",
        "long": "Kunszentmikl\u00f3s - Kunpesz\u00e9r",
        "short": "5378",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-538",
        "label": "538",
        "long": "Szolnok - K\u0151r\u00f6stet\u00e9tlen - Tiszajen\u0151",
        "short": "538",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5380",
        "label": "5380",
        "long": "Kunszentmikl\u00f3s - Kerekegyh\u00e1za",
        "short": "5380",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5381",
        "label": "5381",
        "long": "Kunszentmikl\u00f3s - Soltszentimre/Solt",
        "short": "5381",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5382",
        "label": "5382",
        "long": "Dunaf\u00f6ldv\u00e1r - Solt - Dunaegyh\u00e1za - \u00dajsolt",
        "short": "5382",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5386",
        "label": "5386",
        "long": "Solt - Solt, Hartai \u00fatel\u00e1g.",
        "short": "5386",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5387",
        "label": "5387",
        "long": "Kecskem\u00e9t-Mercedes 1. kapu-Szabadsz\u00e1ll\u00e1s-Kunszentmikl\u00f3s",
        "short": "5387",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-539",
        "label": "539",
        "long": "Cegl\u00e9d, aut. \u00e1ll. - Posta - Cegl\u00e9d, k\u00f3rh\u00e1z",
        "short": "539",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5392",
        "label": "5392",
        "long": "Duna\u00fajv\u00e1ros - Dunavecse - Szalkszentm\u00e1rton - Kunszentmikl\u00f3s",
        "short": "5392",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-540",
        "label": "540",
        "long": "Cegl\u00e9d - T\u00f6rtel - J\u00e1szkarajen\u0151 - Tiszajen\u0151 - Vezseny, v\u00e1.",
        "short": "540",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5400",
        "label": "5400",
        "long": "Szeksz\u00e1rd - Tolna - Paks",
        "short": "5400",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5403",
        "label": "5403",
        "long": "Szeksz\u00e1rd - Paks - N\u00e9metk\u00e9r - Cece",
        "short": "5403",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5404",
        "label": "5404",
        "long": "Szeksz\u00e1rd - Paks - B\u00f6lcske - Dunaf\u00f6ldv\u00e1r",
        "short": "5404",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5405",
        "label": "5405",
        "long": "Szeksz\u00e1rd - Paks - Dunaf\u00f6ldv\u00e1r",
        "short": "5405",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5406",
        "label": "5406",
        "long": "Szeksz\u00e1rd - Tolna - Bogyiszl\u00f3",
        "short": "5406",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5407",
        "label": "5407",
        "long": "Szeksz\u00e1rd - Tolna - F\u00e1c\u00e1nkert",
        "short": "5407",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5408",
        "label": "5408",
        "long": "Tolna - M\u00f6zs - Szeksz\u00e1rd",
        "short": "5408",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-541",
        "label": "541",
        "long": "Cegl\u00e9d - T\u00f6rtel - J\u00e1szkarajen\u0151 - Tiszajen\u0151 - Vezseny, v\u00e1.",
        "short": "541",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5410",
        "label": "5410",
        "long": "Szeksz\u00e1rd - B\u00e1tasz\u00e9k - Baja",
        "short": "5410",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5411",
        "label": "5411",
        "long": "Szeksz\u00e1rd - B\u00e1tasz\u00e9k - Moh\u00e1cs - Hark\u00e1ny",
        "short": "5411",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5412",
        "label": "5412",
        "long": "Szeksz\u00e1rd - Als\u00f3n\u00e1na - B\u00e1tasz\u00e9k - Dunaszekcs\u0151",
        "short": "5412",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5413",
        "label": "5413",
        "long": "Szeksz\u00e1rd-Als\u00f3n\u00e1na-M\u00f3r\u00e1gy-B\u00e1tasz\u00e9k-B\u00e1ta",
        "short": "5413",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5414",
        "label": "5414",
        "long": "Szeksz\u00e1rd - Als\u00f3n\u00e1na - M\u00f3r\u00e1gy - B\u00e1taap\u00e1ti - M\u0151cs\u00e9ny",
        "short": "5414",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5415",
        "label": "5415",
        "long": "Szeksz\u00e1rd - Decs - B\u00e1tasz\u00e9k",
        "short": "5415",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5416",
        "label": "5416",
        "long": "B\u00e1tasz\u00e9k - S\u00e1rpilis - Szeksz\u00e1rd - V\u00e1rdomb - B\u00e1tasz\u00e9k/S\u00e1rpilis",
        "short": "5416",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5417",
        "label": "5417",
        "long": "S\u00e1rpilis - V\u00e1rdomb/Decs - Szeksz\u00e1rd, sz\u0151l\u0151hegy/ - Szeksz\u00e1rd - Decs - S\u00e1rpilis",
        "short": "5417",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-542",
        "label": "542",
        "long": "Cegl\u00e9d - T\u00f6rtel - J\u00e1szkarajen\u0151 - Tiszajen\u0151 - Vezseny, v\u00e1.",
        "short": "542",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5420",
        "label": "5420",
        "long": "Szeksz\u00e1rd - Bonyh\u00e1d - Nagym\u00e1nyok - Sz\u00e1szv\u00e1r",
        "short": "5420",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5421",
        "label": "5421",
        "long": "Szeksz\u00e1rd - Bonyh\u00e1d - Kurd - Domb\u00f3v\u00e1r",
        "short": "5421",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5422",
        "label": "5422",
        "long": "Szeksz\u00e1rd - Si\u00f3ag\u00e1rd - Harc",
        "short": "5422",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5423",
        "label": "5423",
        "long": "Szeksz\u00e1rd - Kesely\u0171s/\u00d3zs\u00e1kpuszta - Szeksz\u00e1rd (k\u00f6rj\u00e1rat)",
        "short": "5423",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5424",
        "label": "5424",
        "long": "Szeksz\u00e1rd - Decs - B\u00e1tasz\u00e9k",
        "short": "5424",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5425",
        "label": "5425",
        "long": "Szeksz\u00e1rd - Als\u00f3n\u00e1na - B\u00e1tasz\u00e9k - B\u00e1ta",
        "short": "5425",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5426",
        "label": "5426",
        "long": "Szeksz\u00e1rd - Sz\u00e1lka - M\u0151cs\u00e9ny - Bonyh\u00e1d",
        "short": "5426",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5427",
        "label": "5427",
        "long": "Szeksz\u00e1rd - Bonyh\u00e1d, Gimn\u00e1zium",
        "short": "5427",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5428",
        "label": "5428",
        "long": "Szeksz\u00e1rd-/Sz\u00e1lka/\u0150cs\u00e9ny",
        "short": "5428",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5429",
        "label": "5429",
        "long": "Szeksz\u00e1rd - Tolna - Fadd - Paks/Fadd - Dombori",
        "short": "5429",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-543",
        "label": "543",
        "long": "Nagyk\u0151r\u00f6s - T\u00f6rtel",
        "short": "543",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5430",
        "label": "5430",
        "long": "Szeksz\u00e1rd - Kakasd - Bonyh\u00e1d",
        "short": "5430",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5431",
        "label": "5431",
        "long": "Szeksz\u00e1rd - Bonyh\u00e1d - Kurd - Domb\u00f3v\u00e1r",
        "short": "5431",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5434",
        "label": "5434",
        "long": "Szeksz\u00e1rd - Bonyh\u00e1d - Nagym\u00e1nyok - Izm\u00e9ny - K\u00e1r\u00e1sz",
        "short": "5434",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5435",
        "label": "5435",
        "long": "Szeksz\u00e1rd - Zomba - H\u0151gy\u00e9sz",
        "short": "5435",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5436",
        "label": "5436",
        "long": "Szeksz\u00e1rd - H\u0151gy\u00e9sz - Tam\u00e1si - Iregszemcse",
        "short": "5436",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5437",
        "label": "5437",
        "long": "Tam\u00e1si-D\u00fazs-Mucsi",
        "short": "5437",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5438",
        "label": "5438",
        "long": "Szeksz\u00e1rd - H\u0151gy\u00e9sz - Domb\u00f3v\u00e1r",
        "short": "5438",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5439",
        "label": "5439",
        "long": "Baja - Szeksz\u00e1rd - Tam\u00e1si - Si\u00f3fok",
        "short": "5439",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-544",
        "label": "544",
        "long": "Nagyk\u0151r\u00f6s - Kutyakapar\u00f3 Cs\u00e1rda - Kocs\u00e9r",
        "short": "544",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5440",
        "label": "5440",
        "long": "Szeksz\u00e1rd-Harc/Szedres-K\u00f6lesd-Gy\u00f6nk-Reg\u00f6ly-Tam\u00e1si",
        "short": "5440",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5441",
        "label": "5441",
        "long": "Szeksz\u00e1rd - Zomba - Tevel - Lengyel",
        "short": "5441",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5442",
        "label": "5442",
        "long": "Szeksz\u00e1rd - Zomba - H\u0151gy\u00e9sz - Gy\u00f6nk",
        "short": "5442",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5445",
        "label": "5445",
        "long": "Szeksz\u00e1rd - Szedres - Medina",
        "short": "5445",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5446",
        "label": "5446",
        "long": "Szeksz\u00e1rd-K\u00f6lesd-Gy\u00f6nk-Tam\u00e1si/Simontornya",
        "short": "5446",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5447",
        "label": "5447",
        "long": "Szeksz\u00e1rd - Nagydorog - Simontornya - Sz\u00e9kesfeh\u00e9rv\u00e1r",
        "short": "5447",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5448",
        "label": "5448",
        "long": "Szeksz\u00e1rd - Szedres - Tengelic",
        "short": "5448",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5449",
        "label": "5449",
        "long": "Paks - Enying - Veszpr\u00e9m",
        "short": "5449",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-545",
        "label": "545",
        "long": "Nagyk\u0151r\u00f6s - Kocs\u00e9r",
        "short": "545",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5450",
        "label": "5450",
        "long": "Paks - B\u00f6lcske - Dunaf\u00f6ldv\u00e1r",
        "short": "5450",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5451",
        "label": "5451",
        "long": "Dunaszentgy\u00f6rgy - Tengelic",
        "short": "5451",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5452",
        "label": "5452",
        "long": "Paks - Bir\u00edt\u00f3puszta - Tengelic",
        "short": "5452",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5453",
        "label": "5453",
        "long": "Nagydorog - Kajdacs",
        "short": "5453",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5454",
        "label": "5454",
        "long": "Nagydorog - S\u00e1rszentl\u0151rinc",
        "short": "5454",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5455",
        "label": "5455",
        "long": "Paks-Nagydorog-Kajdacs",
        "short": "5455",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5456",
        "label": "5456",
        "long": "Paks - Nagydorog - Bik\u00e1cs - P\u00e1lfa(Fels\u0151r\u00e1cegres)",
        "short": "5456",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5457",
        "label": "5457",
        "long": "Paks - N\u00e9metk\u00e9r - Cece",
        "short": "5457",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5458",
        "label": "5458",
        "long": "Szeksz\u00e1rd - Tolna - Paks - Enying - Si\u00f3fok",
        "short": "5458",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-546",
        "label": "546",
        "long": "Nagyk\u0151r\u00f6s - Tiszak\u00e9cske",
        "short": "546",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-547",
        "label": "547",
        "long": "Nagyk\u0151r\u00f6s - Csem\u0151",
        "short": "547",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5470",
        "label": "5470",
        "long": "Bonyh\u00e1d-Bonyh\u00e1d(Tab\u00f3d)-Zomba-Fels\u0151n\u00e1na",
        "short": "5470",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5471",
        "label": "5471",
        "long": "Bonyh\u00e1d - Kisdorog - Bonyh\u00e1d(Tab\u00f3d) - Zomba",
        "short": "5471",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5475",
        "label": "5475",
        "long": "Bonyh\u00e1d - M\u0151cs\u00e9ny - B\u00e1tasz\u00e9k - Baja",
        "short": "5475",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5476",
        "label": "5476",
        "long": "Bonyh\u00e1d - Cik\u00f3",
        "short": "5476",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-548",
        "label": "548",
        "long": "Nagyk\u0151r\u00f6s, Vas\u00fat\u00e1llom\u00e1s - Nagyk\u0151r\u00f6s, K\u00f3rh\u00e1z",
        "short": "548",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5485",
        "label": "5485",
        "long": "Bonyh\u00e1d - Nagym\u00e1nyok - Izm\u00e9ny - K\u00e1r\u00e1sz",
        "short": "5485",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-549",
        "label": "549",
        "long": "Nagyk\u0151r\u00f6s, v\u00e1. - Nagyk\u0151r\u00f6s, Szabads\u00e1g t\u00e9r",
        "short": "549",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5490",
        "label": "5490",
        "long": "Bonyh\u00e1d - Lengyel",
        "short": "5490",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5491",
        "label": "5491",
        "long": "Bonyh\u00e1d - Kisvejke - Z\u00e1vod - Tevel - Bonyh\u00e1d",
        "short": "5491",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5495",
        "label": "5495",
        "long": "Bonyh\u00e1d - Tevel - Z\u00e1vod",
        "short": "5495",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5496",
        "label": "5496",
        "long": "Bonyh\u00e1d-Tevel-Kalazn\u00f3-Szak\u00e1ly-H\u0151gy\u00e9sz v\u00e1.-Tam\u00e1si",
        "short": "5496",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-550",
        "label": "550",
        "long": "Kecskem\u00e9t - Nagyk\u0151r\u00f6s - Cegl\u00e9d",
        "short": "550",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5502",
        "label": "5502",
        "long": "Domb\u00f3v\u00e1r - Tam\u00e1si - Dunaf\u00f6ldv\u00e1r - Kecskem\u00e9t",
        "short": "5502",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5503",
        "label": "5503",
        "long": "Domb\u00f3v\u00e1r - Tam\u00e1si",
        "short": "5503",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5505",
        "label": "5505",
        "long": "Domb\u00f3v\u00e1r-Dalmand-Kocsola",
        "short": "5505",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-551",
        "label": "551",
        "long": "Kecskem\u00e9t - Nagyk\u0151r\u00f6s - Cegl\u00e9d",
        "short": "551",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5510",
        "label": "5510",
        "long": "Domb\u00f3v\u00e1r - Kurd - Gyulaj",
        "short": "5510",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5515",
        "label": "5515",
        "long": "Domb\u00f3v\u00e1r - Csik\u00f3st\u0151tt\u0151s",
        "short": "5515",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5516",
        "label": "5516",
        "long": "Domb\u00f3v\u00e1r - S\u00e1sd - Bak\u00f3ca",
        "short": "5516",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-552",
        "label": "552",
        "long": "Kecskem\u00e9t - Nagyk\u0151r\u00f6s - Cegl\u00e9d",
        "short": "552",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5521",
        "label": "5521",
        "long": "Domb\u00f3v\u00e1r-Nak-V\u00e1rong-Szakcs-Kocsola-Domb\u00f3v\u00e1r",
        "short": "5521",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5522",
        "label": "5522",
        "long": "Domb\u00f3v\u00e1r - Szentiv\u00e1npuszta/Mosd\u00f3s",
        "short": "5522",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5524",
        "label": "5524",
        "long": "Domb\u00f3v\u00e1r - Als\u00f3het\u00e9ny - Szakcs - V\u00e1rong",
        "short": "5524",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5529",
        "label": "5529",
        "long": "Szeksz\u00e1rd - Tolna - Fadd - Gerjen - Kalocsa - Harta - Kecskem\u00e9t",
        "short": "5529",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-553",
        "label": "553",
        "long": "Kecskem\u00e9t - Cegl\u00e9d / T\u00f6rtel - Szolnok",
        "short": "553",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-555",
        "label": "555",
        "long": "Cegl\u00e9d - Kecskem\u00e9t - Kisk\u0151r\u00f6s - Kalocsa - Szeksz\u00e1rd",
        "short": "555",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5550",
        "label": "5550",
        "long": "Tam\u00e1si - Pincehely",
        "short": "5550",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5551",
        "label": "5551",
        "long": "Tam\u00e1si - Pincehely - Ozora - F\u00fcrged",
        "short": "5551",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5552",
        "label": "5552",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - S\u00e1rbog\u00e1rd - Tam\u00e1si",
        "short": "5552",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5555",
        "label": "5555",
        "long": "Tam\u00e1si - Pincehely - Kissz\u00e9kely - Simontornya - Cece",
        "short": "5555",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5556",
        "label": "5556",
        "long": "Tam\u00e1si - Pincehely - Nagysz\u00e9kely",
        "short": "5556",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-556",
        "label": "556",
        "long": "Cegl\u00e9d - Ny\u00e1rsap\u00e1t",
        "short": "556",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5560",
        "label": "5560",
        "long": "Gy\u00f6nk-Kesz\u0151hidegk\u00fat-Gy\u00f6nk v\u00e1.-Pincehely-Tam\u00e1si",
        "short": "5560",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5561",
        "label": "5561",
        "long": "Szeksz\u00e1rd/Tam\u00e1si-Gy\u00f6nk-Udvari/Miszla-Gy\u00f6nk-Di\u00f3sber\u00e9ny/Reg\u00f6ly-Tam\u00e1si",
        "short": "5561",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5562",
        "label": "5562",
        "long": "Gy\u00f6nk - K\u00f6lesd - Nagydorog - PaksCece",
        "short": "5562",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5566",
        "label": "5566",
        "long": "Tam\u00e1si-Pincehely-Gy\u00f6nk-H\u0151gy\u00e9sz-Tam\u00e1si",
        "short": "5566",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5568",
        "label": "5568",
        "long": "Gy\u00f6nk - Pincehely - Tam\u00e1si",
        "short": "5568",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5569",
        "label": "5569",
        "long": "Tam\u00e1si - Reg\u00f6ly - Gy\u00f6nk",
        "short": "5569",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-557",
        "label": "557",
        "long": "Cegl\u00e9d, aut. \u00e1ll. - Posta - Cegl\u00e9d, VOL\u00c1NBUSZ telep",
        "short": "557",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5570",
        "label": "5570",
        "long": "Tam\u00e1si - Iregszemcse - Magyarkeszi - Fels\u0151ny\u00e9k",
        "short": "5570",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5572",
        "label": "5572",
        "long": "Tam\u00e1si - Forn\u00e1d - F\u00fcrged",
        "short": "5572",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5573",
        "label": "5573",
        "long": "Iregszemcse - \u00dajireg - Nagyk\u00f3nyi/Tam\u00e1si - \u00dajireg - Iregszemcse (k\u00f6rj\u00e1rat)",
        "short": "5573",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5574",
        "label": "5574",
        "long": "Iregszemcse - H\u00e9k\u00fatpuszta",
        "short": "5574",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5575",
        "label": "5575",
        "long": "Tam\u00e1si - \u00c9rt\u00e9ny - T\u00f6r\u00f6kkopp\u00e1ny",
        "short": "5575",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5577",
        "label": "5577",
        "long": "Iregszemcse - Nagyk\u00f3nyi - \u00c9rt\u00e9ny",
        "short": "5577",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5578",
        "label": "5578",
        "long": "Si\u00f3fok - Tab - Iregszemcse - Fels\u0151ny\u00e9k",
        "short": "5578",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-558",
        "label": "558",
        "long": "Cegl\u00e9d - Csem\u0151 - Mikebuda - Csem\u0151, Hanth\u00e1za",
        "short": "558",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5580",
        "label": "5580",
        "long": "Tam\u00e1si - Iregszemcse - Dar\u00e1nypuszta - Tab",
        "short": "5580",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-559",
        "label": "559",
        "long": "Cegl\u00e9d - Csem\u0151 - Mikebuda / Lajosmizse",
        "short": "559",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-560",
        "label": "560",
        "long": "Cegl\u00e9d - Csem\u0151 - Erekly\u00e9s - Mikebuda - Csem\u0151, Hanth\u00e1za",
        "short": "560",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5600",
        "label": "5600",
        "long": "P\u00e9cs - Orf\u0171 - Abaliget",
        "short": "5600",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5601",
        "label": "5601",
        "long": "P\u00e9cs - Orf\u0171 - P\u00e9cs",
        "short": "5601",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5602",
        "label": "5602",
        "long": "P\u00e9cs - Orf\u0171 - Magyarhertelend",
        "short": "5602",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5603",
        "label": "5603",
        "long": "P\u00e9cs - Abaliget - Bak\u00f3ca",
        "short": "5603",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5605",
        "label": "5605",
        "long": "P\u00e9cs - Oroszl\u00f3 - S\u00e1sd - Sz\u00e1gy/G\u00f6dre",
        "short": "5605",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5606",
        "label": "5606",
        "long": "P\u00e9cs - S\u00e1sd - Kaposv\u00e1r",
        "short": "5606",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5608",
        "label": "5608",
        "long": "P\u00e9cs - Domb\u00f3v\u00e1r - Tam\u00e1si - Si\u00f3fok",
        "short": "5608",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-561",
        "label": "561",
        "long": "Cegl\u00e9d - Csem\u0151 - Erekly\u00e9s - Mikebuda - Csem\u0151, Hanth\u00e1za",
        "short": "561",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5610",
        "label": "5610",
        "long": "P\u00e9cs - M\u00e1nfa - Koml\u00f3",
        "short": "5610",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5611",
        "label": "5611",
        "long": "P\u00e9cs - Koml\u00f3 - Sz\u00e1szv\u00e1r - Domb\u00f3v\u00e1r",
        "short": "5611",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5612",
        "label": "5612",
        "long": "P\u00e9cs, Francia u. - M\u00e1nfa - Koml\u00f3",
        "short": "5612",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-562",
        "label": "562",
        "long": "Cegl\u00e9d - Cegl\u00e9d, Ugyeri sz\u0151l\u0151k",
        "short": "562",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5620",
        "label": "5620",
        "long": "P\u00e9cs - Hossz\u00fahet\u00e9ny - Koml\u00f3",
        "short": "5620",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5622",
        "label": "5622",
        "long": "P\u00e9cs - Hossz\u00fahet\u00e9ny - Koml\u00f3",
        "short": "5622",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5623",
        "label": "5623",
        "long": "P\u00e9cs - Hossz\u00fahet\u00e9ny - Sz\u00e1szv\u00e1r - M\u00e1gocs",
        "short": "5623",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5624",
        "label": "5624",
        "long": "P\u00e9cs - Sz\u00e1szv\u00e1r - Bonyh\u00e1d - Szeksz\u00e1rd",
        "short": "5624",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5625",
        "label": "5625",
        "long": "P\u00e9cs - P\u00e9csv\u00e1rad - Bonyh\u00e1d",
        "short": "5625",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5626",
        "label": "5626",
        "long": "P\u00e9cs - Bonyh\u00e1d - Zomba/Tevel - Tam\u00e1si - Si\u00f3fok",
        "short": "5626",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5627",
        "label": "5627",
        "long": "P\u00e9cs - P\u00e9csv\u00e1rad - Sz\u00e9kelyszabar",
        "short": "5627",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5628",
        "label": "5628",
        "long": "P\u00e9cs - P\u00e9csv\u00e1rad - Erd\u0151smecske - G\u00f6rcs\u00f6nydoboka",
        "short": "5628",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-563",
        "label": "563",
        "long": "Cegl\u00e9d - Budai \u00fat - Cegl\u00e9dbercel - Albertirsa - D\u00e1nszentmikl\u00f3s",
        "short": "563",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5630",
        "label": "5630",
        "long": "P\u00e9cs - P\u00e9csv\u00e1rad - Bonyh\u00e1d - Szeksz\u00e1rd",
        "short": "5630",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5631",
        "label": "5631",
        "long": "P\u00e9cs - Szeksz\u00e1rd - Nagydorog",
        "short": "5631",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5634",
        "label": "5634",
        "long": "P\u00e9cs - Szeksz\u00e1rd - Paks",
        "short": "5634",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5635",
        "label": "5635",
        "long": "P\u00e9cs - Nagykoz\u00e1r - Romonya",
        "short": "5635",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5636",
        "label": "5636",
        "long": "P\u00e9cs - Romonya - P\u00e9csv\u00e1rad",
        "short": "5636",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5637",
        "label": "5637",
        "long": "P\u00e9cs - Romonya - P\u00e9csv\u00e1rad - K\u00e1toly",
        "short": "5637",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5638",
        "label": "5638",
        "long": "P\u00e9cs - Romonya - P\u00e9csv\u00e1rad - Moh\u00e1cs",
        "short": "5638",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5639",
        "label": "5639",
        "long": "P\u00e9cs-Romonya-B\u00f3ly",
        "short": "5639",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-564",
        "label": "564",
        "long": "Cegl\u00e9d - Cegl\u00e9dbercel - Albertirsa - D\u00e1nszentmikl\u00f3s",
        "short": "564",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5640",
        "label": "5640",
        "long": "P\u00e9cs - Magyarsarl\u00f3s - Szederk\u00e9ny",
        "short": "5640",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5642",
        "label": "5642",
        "long": "P\u00e9cs - Koz\u00e1rmisleny - Birj\u00e1n - Szederk\u00e9ny",
        "short": "5642",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5643",
        "label": "5643",
        "long": "P\u00e9cs - Szederk\u00e9ny - Berkesd",
        "short": "5643",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5645",
        "label": "5645",
        "long": "P\u00e9cs - Szederk\u00e9ny - Moh\u00e1cs",
        "short": "5645",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5646",
        "label": "5646",
        "long": "P\u00e9cs - Moh\u00e1cs - Dunaszekcs\u0151",
        "short": "5646",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5647",
        "label": "5647",
        "long": "P\u00e9cs - M60 - Moh\u00e1cs",
        "short": "5647",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-565",
        "label": "565",
        "long": "Cegl\u00e9d - Budai \u00fat - Cegl\u00e9dbercel - Albertirsa - D\u00e1nszentmikl\u00f3s",
        "short": "565",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5650",
        "label": "5650",
        "long": "P\u00e9cs - M60 - M6/Moh\u00e1cs - Baja",
        "short": "5650",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5655",
        "label": "5655",
        "long": "P\u00e9cs - Eger\u00e1g - \u00dajpetre",
        "short": "5655",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5656",
        "label": "5656",
        "long": "P\u00e9cs-\u00dajpetre-Vill\u00e1ny-Sikl\u00f3s",
        "short": "5656",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5658",
        "label": "5658",
        "long": "P\u00e9cs - \u00dajpetre - Sikl\u00f3s",
        "short": "5658",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-566",
        "label": "566",
        "long": "Cegl\u00e9d - Budai \u00fat - Cegl\u00e9dbercel - Albertirsa - D\u00e1nszentmikl\u00f3s",
        "short": "566",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5660",
        "label": "5660",
        "long": "P\u00e9cs - Pog\u00e1ny - Szava - T\u00farony",
        "short": "5660",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5661",
        "label": "5661",
        "long": "P\u00e9cs - T\u00farony - Sikl\u00f3s(M\u00e1riagy\u0171d) - Sikl\u00f3s - K\u00e1s\u00e1d",
        "short": "5661",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5662",
        "label": "5662",
        "long": "P\u00e9cs - T\u00farony - Hark\u00e1ny - Sikl\u00f3s",
        "short": "5662",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5663",
        "label": "5663",
        "long": "P\u00e9cs - Szava - Sikl\u00f3sbodony",
        "short": "5663",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5664",
        "label": "5664",
        "long": "P\u00e9cs-Szilv\u00e1s-G\u00f6rcs\u00f6ny-P\u00e9cs",
        "short": "5664",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5666",
        "label": "5666",
        "long": "P\u00e9cs - K\u00f6k\u00e9ny",
        "short": "5666",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5667",
        "label": "5667",
        "long": "P\u00e9cs - Kesz\u00fc - Gy\u00f3d",
        "short": "5667",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5668",
        "label": "5668",
        "long": "P\u00e9cs - Gy\u00f3d - Boda",
        "short": "5668",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5669",
        "label": "5669",
        "long": "P\u00e9cs-Kesz\u00fc-Pell\u00e9rd-P\u00e9cs",
        "short": "5669",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-567",
        "label": "567",
        "long": "Albertirsa, v\u00e1. - Galamb u. - ABC - Albertirsa, v\u00e1.",
        "short": "567",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5670",
        "label": "5670",
        "long": "P\u00e9cs - G\u00f6rcs\u00f6ny - Baksa",
        "short": "5670",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5671",
        "label": "5671",
        "long": "P\u00e9cs - G\u00f6rcs\u00f6ny - Hark\u00e1ny - Sikl\u00f3s",
        "short": "5671",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5672",
        "label": "5672",
        "long": "P\u00e9cs - G\u00f6rcs\u00f6ny - Baksa - Kisd\u00e9r - Sikl\u00f3s",
        "short": "5672",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5673",
        "label": "5673",
        "long": "P\u00e9cs - Baksa - Vajszl\u00f3 - K\u00f3r\u00f3s",
        "short": "5673",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5674",
        "label": "5674",
        "long": "P\u00e9cs-Baksa-Sikl\u00f3sbodony-Sellye",
        "short": "5674",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5676",
        "label": "5676",
        "long": "P\u00e9cs - Baksa - Vajszl\u00f3 - Sellye - Dr\u00e1vafok",
        "short": "5676",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5677",
        "label": "5677",
        "long": "P\u00e9cs - Baksa - Sellye - Fels\u0151szentm\u00e1rton",
        "short": "5677",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5678",
        "label": "5678",
        "long": "P\u00e9cs - Pell\u00e9rd - Bics\u00e9rd - P\u00e9cs",
        "short": "5678",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5679",
        "label": "5679",
        "long": "P\u00e9cs-Pell\u00e9rd-Szentl\u0151rinc",
        "short": "5679",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-568",
        "label": "568",
        "long": "Albertirsa, v\u00e1. - Galamb u. - ABC - Albertirsa, v\u00e1.",
        "short": "568",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5680",
        "label": "5680",
        "long": "P\u00e9cs - Szabadszentkir\u00e1ly - Baksa",
        "short": "5680",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5681",
        "label": "5681",
        "long": "P\u00e9cs - Szabadszentkir\u00e1ly - Baksa - Kisd\u00e9r - Sikl\u00f3s",
        "short": "5681",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5682",
        "label": "5682",
        "long": "P\u00e9cs - Baksa - Magyarmecske - Vajszl\u00f3/Sellye",
        "short": "5682",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5683",
        "label": "5683",
        "long": "P\u00e9cs - Szentl\u0151rinc - Sellye - Dr\u00e1vaszt\u00e1ra/Dr\u00e1vakereszt\u00far",
        "short": "5683",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5684",
        "label": "5684",
        "long": "P\u00e9cs-Szentl\u0151rinc-Sumony, Csobokapuszta",
        "short": "5684",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5685",
        "label": "5685",
        "long": "P\u00e9cs - Szigetv\u00e1r",
        "short": "5685",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5686",
        "label": "5686",
        "long": "P\u00e9cs - Szigetv\u00e1r - Kadark\u00fat - Nagyat\u00e1d - Nagykanizsa",
        "short": "5686",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5687",
        "label": "5687",
        "long": "P\u00e9cs - Barcs - Nagykanizsa",
        "short": "5687",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5688",
        "label": "5688",
        "long": "P\u00e9cs - Barcs - Nagyat\u00e1d - Csurg\u00f3 - Nagykanizsa",
        "short": "5688",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5689",
        "label": "5689",
        "long": "P\u00e9cs - Szigetv\u00e1r - Fels\u0151szentm\u00e1rton",
        "short": "5689",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-569",
        "label": "569",
        "long": "Albertirsa - Mikebuda",
        "short": "569",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5690",
        "label": "5690",
        "long": "P\u00e9cs - Szentl\u0151rinc - Kaposv\u00e1r - Marcali",
        "short": "5690",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5696",
        "label": "5696",
        "long": "P\u00e9cs - Szentl\u0151rinc - Szentkatalin",
        "short": "5696",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5698",
        "label": "5698",
        "long": "P\u00e9cs - K\u0151v\u00e1g\u00f3sz\u0151l\u0151s - Bakonya",
        "short": "5698",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-570",
        "label": "570",
        "long": "Albertirsa - D\u00e1nszentmikl\u00f3s",
        "short": "570",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5700",
        "label": "5700",
        "long": "Koml\u00f3-Mecsekp\u00f6l\u00f6ske/Koml\u00f3(Sikonda)-S\u00e1sd",
        "short": "5700",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5701",
        "label": "5701",
        "long": "Koml\u00f3 - Mecsekp\u00f6l\u00f6ske/Koml\u00f3(Sikonda) - Bodolyab\u00e9r - S\u00e1sd",
        "short": "5701",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5702",
        "label": "5702",
        "long": "Koml\u00f3-S\u00e1sd-Domb\u00f3v\u00e1r-M\u00e1gocs",
        "short": "5702",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5703",
        "label": "5703",
        "long": "S\u00e1sd-J\u00e1g\u00f3nak-Tarr\u00f3s-S\u00e1sd",
        "short": "5703",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5704",
        "label": "5704",
        "long": "S\u00e1sd-Varga-S\u00e1sd",
        "short": "5704",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5706",
        "label": "5706",
        "long": "S\u00e1sd - M\u00e1gocs - Sz\u00e1szv\u00e1r - Magyaregregy",
        "short": "5706",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5707",
        "label": "5707",
        "long": "Koml\u00f3 - Sz\u00e1szv\u00e1r - Domb\u00f3v\u00e1r",
        "short": "5707",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5708",
        "label": "5708",
        "long": "S\u00e1sd-M\u00e1gocs-Mek\u00e9nyes",
        "short": "5708",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5709",
        "label": "5709",
        "long": "S\u00e1sd - V\u00e1zsnok",
        "short": "5709",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5710",
        "label": "5710",
        "long": "Koml\u00f3 - Sz\u00e1szv\u00e1r - Bonyh\u00e1d",
        "short": "5710",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5711",
        "label": "5711",
        "long": "Koml\u00f3 - Sz\u00e1szv\u00e1r - Domb\u00f3v\u00e1r",
        "short": "5711",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5712",
        "label": "5712",
        "long": "Koml\u00f3 - Sz\u00e1szv\u00e1r - Bonyh\u00e1d",
        "short": "5712",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5713",
        "label": "5713",
        "long": "Koml\u00f3-P\u00e9csv\u00e1rad",
        "short": "5713",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5716",
        "label": "5716",
        "long": "Koml\u00f3-P\u00e9csv\u00e1rad",
        "short": "5716",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5717",
        "label": "5717",
        "long": "P\u00e9csv\u00e1rad - Zeng\u0151v\u00e1rkony",
        "short": "5717",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5721",
        "label": "5721",
        "long": "Koml\u00f3-Mecsekp\u00f6l\u00f6ske/Koml\u00f3(Sikonda)-S\u00e1sd",
        "short": "5721",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5722",
        "label": "5722",
        "long": "Koml\u00f3 - Mecsekp\u00f6l\u00f6ske/Koml\u00f3(Sikonda) - Bodolyab\u00e9r - S\u00e1sd",
        "short": "5722",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5726",
        "label": "5726",
        "long": "Koml\u00f3 - M.p\u00f6l\u00f6ske - M.hertelend - Bak\u00f3ca",
        "short": "5726",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5727",
        "label": "5727",
        "long": "Koml\u00f3 - Mecsekp\u00f6l\u00f6ske - S\u00e1sd - Sz\u00e1gy",
        "short": "5727",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5728",
        "label": "5728",
        "long": "Koml\u00f3 - Mecsekp\u00f6l\u00f6ske - S\u00e1sd - G\u00f6dre",
        "short": "5728",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5729",
        "label": "5729",
        "long": "Koml\u00f3 - Mecsekp\u00f6l\u00f6ske - S\u00e1sd - Domb\u00f3v\u00e1r",
        "short": "5729",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5730",
        "label": "5730",
        "long": "Godisa, v\u00e1.-Bak\u00f3ca",
        "short": "5730",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5731",
        "label": "5731",
        "long": "S\u00e1sd - Hetvehely",
        "short": "5731",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5736",
        "label": "5736",
        "long": "Koml\u00f3 - Mecsekp\u00f6l\u00f6ske/Koml\u00f3(Sikonda) - Magyarhertelend - Godisa, V\u00e1. - Bak\u00f3ca",
        "short": "5736",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5741",
        "label": "5741",
        "long": "Koml\u00f3 - Koml\u00f3(Sikonda) - Magyarsz\u00e9k - Liget",
        "short": "5741",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5742",
        "label": "5742",
        "long": "Koml\u00f3 - Koml\u00f3(Sikonda) - Magyarhertelend - S\u00e1sd",
        "short": "5742",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5743",
        "label": "5743",
        "long": "Koml\u00f3-Orf\u0171-Koml\u00f3",
        "short": "5743",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5744",
        "label": "5744",
        "long": "Koml\u00f3 - Bodolyab\u00e9r - Mindszentgodisa - Hetvehely",
        "short": "5744",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5746",
        "label": "5746",
        "long": "Koml\u00f3 - Koml\u00f3(Sikonda) - Magyarhertelend - Godisa, V\u00e1. - Bak\u00f3ca",
        "short": "5746",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5748",
        "label": "5748",
        "long": "Koml\u00f3 - Koml\u00f3(Sikonda) - S\u00e1sd - G\u00f6dre",
        "short": "5748",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-575",
        "label": "575",
        "long": "Budapest - Ecser - Magl\u00f3d - Gy\u00f6mr\u0151 - Magl\u00f3d - Ecser - Budapest",
        "short": "575",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5750",
        "label": "5750",
        "long": "S\u00e1sd - Sz\u00e1gy - G\u00f6dre",
        "short": "5750",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5757",
        "label": "5757",
        "long": "Koml\u00f3 - Mecsekp\u00f6l\u00f6ske - S\u00e1sd - Sz\u00e1gy",
        "short": "5757",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5758",
        "label": "5758",
        "long": "Koml\u00f3 - S\u00e1sd - G\u00f6dre",
        "short": "5758",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-576",
        "label": "576",
        "long": "Budapest - Vecs\u00e9s - Gy\u00e1l - Vecs\u00e9s - Budapest",
        "short": "576",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-577",
        "label": "577",
        "long": "Budapest - Vecs\u00e9s - Gy\u00e1l - Vecs\u00e9s - Budapest",
        "short": "577",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-578",
        "label": "578",
        "long": "Budapest - Vecs\u00e9s - Gy\u00e1l - Vecs\u00e9s - Budapest",
        "short": "578",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-580",
        "label": "580",
        "long": "Budapest - \u00dcll\u0151 - Monor",
        "short": "580",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5800",
        "label": "5800",
        "long": "Moh\u00e1cs - Palotabozsok - Erd\u0151smecske",
        "short": "5800",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5805",
        "label": "5805",
        "long": "Moh\u00e1cs - Dunaszekcs\u0151 - B\u00e1tasz\u00e9k",
        "short": "5805",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-581",
        "label": "581",
        "long": "Budapest - \u00dcll\u0151 - Monor",
        "short": "581",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5811",
        "label": "5811",
        "long": "Moh\u00e1cs-K\u00f6lked-K\u00f6lked(Erd\u0151f\u0171)/Udvar",
        "short": "5811",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5813",
        "label": "5813",
        "long": "Moh\u00e1cs - Lipp\u00f3 - Vill\u00e1ny - Hark\u00e1ny",
        "short": "5813",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5814",
        "label": "5814",
        "long": "B\u00f3ly - Nagyny\u00e1r\u00e1d - Majs",
        "short": "5814",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5815",
        "label": "5815",
        "long": "Moh\u00e1cs - B\u00f3ly - Vill\u00e1ny - Hark\u00e1ny",
        "short": "5815",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5816",
        "label": "5816",
        "long": "Moh\u00e1cs - Vill\u00e1ny - Szigetv\u00e1r",
        "short": "5816",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5817",
        "label": "5817",
        "long": "Moh\u00e1cs - B\u00f3ly - Vill\u00e1ny - Magyarb\u00f3ly",
        "short": "5817",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5818",
        "label": "5818",
        "long": "B\u00f3ly-Nagybudm\u00e9r-B\u00f3ly",
        "short": "5818",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5819",
        "label": "5819",
        "long": "Moh\u00e1cs - Szederk\u00e9ny - P\u00e9csv\u00e1rad - Berkesd",
        "short": "5819",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5821",
        "label": "5821",
        "long": "Moh\u00e1cs - Kisny\u00e1r\u00e1d",
        "short": "5821",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5825",
        "label": "5825",
        "long": "Moh\u00e1cs - Himesh\u00e1za - P\u00e9csv\u00e1rad",
        "short": "5825",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5830",
        "label": "5830",
        "long": "Hark\u00e1ny - Sikl\u00f3s - Nagyt\u00f3tfalu/G\u00f6nt\u00e9rpuszta - Vill\u00e1ny",
        "short": "5830",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5831",
        "label": "5831",
        "long": "Vill\u00e1ny - Magyarb\u00f3ly - Beremend",
        "short": "5831",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5832",
        "label": "5832",
        "long": "Sikl\u00f3s - Matty - Dr\u00e1vacsehi - Hark\u00e1ny - Sikl\u00f3s",
        "short": "5832",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5833",
        "label": "5833",
        "long": "Sikl\u00f3s - Old - Beremend - K\u00e1s\u00e1d",
        "short": "5833",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5834",
        "label": "5834",
        "long": "Sikl\u00f3s-Hark\u00e1ny-Dr\u00e1vacsehi",
        "short": "5834",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5835",
        "label": "5835",
        "long": "Sikl\u00f3s - Hark\u00e1ny",
        "short": "5835",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5840",
        "label": "5840",
        "long": "Sikl\u00f3s-Vajszl\u00f3",
        "short": "5840",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5841",
        "label": "5841",
        "long": "Sikl\u00f3s - Vajszl\u00f3 - Zal\u00e1ta",
        "short": "5841",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5843",
        "label": "5843",
        "long": "Sellye - S\u00f3svertike",
        "short": "5843",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5844",
        "label": "5844",
        "long": "Sellye - Dr\u00e1vaszt\u00e1ra",
        "short": "5844",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5845",
        "label": "5845",
        "long": "Vajszl\u00f3-Sellye",
        "short": "5845",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5846",
        "label": "5846",
        "long": "Sellye-Sikl\u00f3s-Vill\u00e1ny",
        "short": "5846",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5847",
        "label": "5847",
        "long": "Sellye-Dr\u00e1vaszt\u00e1ra-Vajszl\u00f3-Sellye",
        "short": "5847",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5848",
        "label": "5848",
        "long": "Sellye-Magyarmecske-Vajszl\u00f3-Sellye",
        "short": "5848",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-585",
        "label": "585",
        "long": "Monor - Vasad - Ny\u00e1regyh\u00e1za",
        "short": "585",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5850",
        "label": "5850",
        "long": "Sellye - Fels\u0151szentm\u00e1rton",
        "short": "5850",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5851",
        "label": "5851",
        "long": "Sellye-Fels\u0151szentm\u00e1rton-Sellye",
        "short": "5851",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5852",
        "label": "5852",
        "long": "Sellye-K\u00e1kics-Sellye",
        "short": "5852",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5853",
        "label": "5853",
        "long": "Vajszl\u00f3-K\u00f3r\u00f3s",
        "short": "5853",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5854",
        "label": "5854",
        "long": "Sikl\u00f3s - Sikl\u00f3s(M\u00e1riagy\u00fcd) - Hark\u00e1ny",
        "short": "5854",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5855",
        "label": "5855",
        "long": "Sikl\u00f3s - Hark\u00e1ny - R\u00e1dfalva",
        "short": "5855",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5856",
        "label": "5856",
        "long": "Sikl\u00f3s - P\u00e9cs - Koml\u00f3 - Nagym\u00e1nyok",
        "short": "5856",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5857",
        "label": "5857",
        "long": "Sikl\u00f3s - P\u00e9cs - Koml\u00f3 - Nagym\u00e1nyok",
        "short": "5857",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5858",
        "label": "5858",
        "long": "Sikl\u00f3s-Hark\u00e1ny-Gar\u00e9-Sikl\u00f3sbodony",
        "short": "5858",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-586",
        "label": "586",
        "long": "Monor - Vasad - Ny\u00e1regyh\u00e1za",
        "short": "586",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5861",
        "label": "5861",
        "long": "Sikl\u00f3s-\u00dajpetre-Vill\u00e1ny-Sikl\u00f3s",
        "short": "5861",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-587",
        "label": "587",
        "long": "Monor - Cs\u00e9vharaszt",
        "short": "587",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5870",
        "label": "5870",
        "long": "Szigetv\u00e1r - Somogyap\u00e1ti - Lad - K\u0151k\u00fat,Als\u00f3tapazd",
        "short": "5870",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5871",
        "label": "5871",
        "long": "Szigetv\u00e1r - Somogyap\u00e1ti - V\u00e1s\u00e1rosb\u00e9c",
        "short": "5871",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5875",
        "label": "5875",
        "long": "Szigetv\u00e1r - Szentl\u00e1szl\u00f3 - Ibafa - Terecseny",
        "short": "5875",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-588",
        "label": "588",
        "long": "Monor - Monorierd\u0151 - Fels\u0151ny\u00e1regyh\u00e1za",
        "short": "588",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5881",
        "label": "5881",
        "long": "Szentl\u0151rinc - B\u00fckk\u00f6sd - Szentkatalin",
        "short": "5881",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5885",
        "label": "5885",
        "long": "Szigetv\u00e1r - B\u00e1nfa - Szentd\u00e9nes - Szentl\u0151rinc",
        "short": "5885",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5886",
        "label": "5886",
        "long": "Szentl\u0151rinc - Tarcsapuszta - P\u00e9csbagota",
        "short": "5886",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5887",
        "label": "5887",
        "long": "Szigetv\u00e1r - Szenteg\u00e1t - Szenteg\u00e1t(K\u00e1r\u00e1szpuszta)",
        "short": "5887",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5888",
        "label": "5888",
        "long": "Szentl\u0151rinc - Sumony, Csobokapuszta",
        "short": "5888",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-589",
        "label": "589",
        "long": "Fels\u0151ny\u00e1regyh\u00e1za - Ny\u00e1regyh\u00e1za - Fels\u0151ny\u00e1regyh\u00e1za",
        "short": "589",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5890",
        "label": "5890",
        "long": "Szigetv\u00e1r - Z\u00e1dor - Lak\u00f3csa",
        "short": "5890",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5895",
        "label": "5895",
        "long": "Szigetv\u00e1r - Pettend - Merenye - Kisdobsza",
        "short": "5895",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-590",
        "label": "590",
        "long": "Pilis - Ny\u00e1regyh\u00e1za - \u00dajlengyel",
        "short": "590",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5900",
        "label": "5900",
        "long": "Kaposv\u00e1r - Somogygeszti - Ecseny",
        "short": "5900",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5905",
        "label": "5905",
        "long": "Kaposv\u00e1r - Mernye - Fony\u00f3d - Balatonm\u00e1riaf\u00fcrd\u0151",
        "short": "5905",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5906",
        "label": "5906",
        "long": "Kaposv\u00e1r - L\u00e1tr\u00e1ny - Balatonsz\u00e1rsz\u00f3 - Si\u00f3fok",
        "short": "5906",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-591",
        "label": "591",
        "long": "Pilis - Ny\u00e1regyh\u00e1za - \u00dajlengyel",
        "short": "591",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5910",
        "label": "5910",
        "long": "Kaposv\u00e1r-R\u00e1ksi-Igal",
        "short": "5910",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5911",
        "label": "5911",
        "long": "Kaposv\u00e1r-Igal-Gad\u00e1cs-V\u00e1rong-Nak-Domb\u00f3v\u00e1r",
        "short": "5911",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5912",
        "label": "5912",
        "long": "Kaposv\u00e1r - Igal - Fiad",
        "short": "5912",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5913",
        "label": "5913",
        "long": "Kaposv\u00e1r - Tab - T\u00f6r\u00f6kkopp\u00e1ny",
        "short": "5913",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5914",
        "label": "5914",
        "long": "Kaposv\u00e1r -Igal - T\u00f6r\u00f6kkopp\u00e1ny - Tab",
        "short": "5914",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5916",
        "label": "5916",
        "long": "Kaposv\u00e1r - Igal - Tab - Si\u00f3fok",
        "short": "5916",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5917",
        "label": "5917",
        "long": "Kaposv\u00e1r - Igal - Tab - S\u00e1gv\u00e1r - Si\u00f3fok",
        "short": "5917",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5918",
        "label": "5918",
        "long": "Kaposv\u00e1r - Zim\u00e1ny",
        "short": "5918",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5920",
        "label": "5920",
        "long": "Kaposv\u00e1r - Tasz\u00e1r - Bat\u00e9",
        "short": "5920",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5921",
        "label": "5921",
        "long": "Kaposv\u00e1r-Bat\u00e9-G\u00f6lle-V\u00e1rong-Szakcs-Kocsola-Domb\u00f3v\u00e1r",
        "short": "5921",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5922",
        "label": "5922",
        "long": "Kaposv\u00e1r - Bat\u00e9 - G\u00f6lle - Igal",
        "short": "5922",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5923",
        "label": "5923",
        "long": "Kaposv\u00e1r - Domb\u00f3v\u00e1r - Szeksz\u00e1rd",
        "short": "5923",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5924",
        "label": "5924",
        "long": "Kaposv\u00e1r - Domb\u00f3v\u00e1r - Bonyh\u00e1d - Moh\u00e1cs",
        "short": "5924",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5925",
        "label": "5925",
        "long": "Kaposv\u00e1r - Mosd\u00f3s - Domb\u00f3v\u00e1r",
        "short": "5925",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5928",
        "label": "5928",
        "long": "Kaposv\u00e1r -Tasz\u00e1r - Mosd\u00f3s - Kercseliget",
        "short": "5928",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5930",
        "label": "5930",
        "long": "Kaposv\u00e1r - Szentbal\u00e1zs - G\u00f6dre - S\u00e1sd",
        "short": "5930",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5931",
        "label": "5931",
        "long": "Kaposv\u00e1r - S\u00e1sd - Koml\u00f3",
        "short": "5931",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5932",
        "label": "5932",
        "long": "Kaposv\u00e1r - S\u00e1sd - Koml\u00f3",
        "short": "5932",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5934",
        "label": "5934",
        "long": "Kaposv\u00e1r - S\u00e1sd - Szigetv\u00e1r",
        "short": "5934",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5935",
        "label": "5935",
        "long": "Kaposv\u00e1r - Szentbal\u00e1zs - G\u00e1losfa - B\u0151sz\u00e9nfa",
        "short": "5935",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5940",
        "label": "5940",
        "long": "Kaposv\u00e1r - Simonfa - B\u0151sz\u00e9nfa",
        "short": "5940",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5942",
        "label": "5942",
        "long": "Kaposv\u00e1r - Simonfa - Szigetv\u00e1r - Szentborb\u00e1s",
        "short": "5942",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5946",
        "label": "5946",
        "long": "Kaposv\u00e1r - Szenna - Szilv\u00e1sszentm\u00e1rton - Szenna - Kaposv\u00e1r",
        "short": "5946",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-595",
        "label": "595",
        "long": "Dabas - \u00dajlengyel - Pilis - Monor",
        "short": "595",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5950",
        "label": "5950",
        "long": "Kaposv\u00e1r - Kaposm\u00e9r\u0151",
        "short": "5950",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5960",
        "label": "5960",
        "long": "Kaposv\u00e1r - Kaposm\u00e9r\u0151 - Kadark\u00fat",
        "short": "5960",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5962",
        "label": "5962",
        "long": "Kaposv\u00e1r - Kadark\u00fat - Visnye",
        "short": "5962",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5964",
        "label": "5964",
        "long": "Kaposv\u00e1r - Kadark\u00fat - Lad - Barcs",
        "short": "5964",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5966",
        "label": "5966",
        "long": "Kaposv\u00e1r - Kadark\u00fat - Nagyat\u00e1d - Barcs",
        "short": "5966",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5969",
        "label": "5969",
        "long": "Kaposv\u00e1r - Kiskorp\u00e1d - Rinyakov\u00e1csi - Kadark\u00fat/Nagybajom",
        "short": "5969",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5970",
        "label": "5970",
        "long": "Kaposv\u00e1r - Kaposf\u0151 - Nagybajom - B\u00f6h\u00f6nye",
        "short": "5970",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5971",
        "label": "5971",
        "long": "Kaposv\u00e1r-B\u00f6h\u00f6nye-Iharosber\u00e9ny-Csurg\u00f3",
        "short": "5971",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5972",
        "label": "5972",
        "long": "Kaposv\u00e1r - B\u00f6h\u00f6nye - Iharosber\u00e9ny - Nagykanizsa",
        "short": "5972",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5974",
        "label": "5974",
        "long": "Kaposv\u00e1r - B\u00f6h\u00f6nye - Balatonszentgy\u00f6rgy - Keszthely",
        "short": "5974",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5976",
        "label": "5976",
        "long": "Kaposv\u00e1r - B\u00f6h\u00f6nye - Marcali - Balatonm\u00e1riaf\u00fcrd\u0151 - H\u00e9v\u00edz",
        "short": "5976",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5980",
        "label": "5980",
        "long": "Kaposv\u00e1r - Bodrog - \u00dajv\u00e1rfalva",
        "short": "5980",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5982",
        "label": "5982",
        "long": "Kaposv\u00e1r - Bodrog - K\u00fcrt\u00f6spuszta - Osztop\u00e1n",
        "short": "5982",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5984",
        "label": "5984",
        "long": "Kaposv\u00e1r - Bodrog - Pusztakov\u00e1csi - Marcali",
        "short": "5984",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5985",
        "label": "5985",
        "long": "Kaposv\u00e1r - Somogyj\u00e1d - Als\u00f3bog\u00e1t - Osztop\u00e1n",
        "short": "5985",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5986",
        "label": "5986",
        "long": "Kaposv\u00e1r - Somogyj\u00e1d - Pusztakov\u00e1csi/Somogyv\u00e1r - Marcali - Balatonm\u00e1riaf\u00fcrd\u0151",
        "short": "5986",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5987",
        "label": "5987",
        "long": "Kaposv\u00e1r - Lengyelt\u00f3ti - Fony\u00f3d",
        "short": "5987",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5988",
        "label": "5988",
        "long": "Kaposv\u00e1r - Somogyj\u00e1d - Balatonbogl\u00e1r - Fony\u00f3d",
        "short": "5988",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-599",
        "label": "599",
        "long": "Budapest - Magl\u00f3d - Gy\u00f6mr\u0151 - \u00dcll\u0151 - Vecs\u00e9s - Budapest",
        "short": "599",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5991",
        "label": "5991",
        "long": "Kaposv\u00e1r - Mernye - Somodor - Igal",
        "short": "5991",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-5996",
        "label": "5996",
        "long": "Nagybajom - Rinyakov\u00e1csi - Kadark\u00fat",
        "short": "5996",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6008",
        "label": "6008",
        "long": "Si\u00f3fok - Balatonszabadi - \u00c1d\u00e1nd - Tab",
        "short": "6008",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6010",
        "label": "6010",
        "long": "Si\u00f3fok - Nagyber\u00e9ny - Iregszemcse",
        "short": "6010",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6011",
        "label": "6011",
        "long": "Si\u00f3fok-Domb\u00f3v\u00e1r-Kaposv\u00e1r-Lad-Barcs",
        "short": "6011",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6015",
        "label": "6015",
        "long": "Si\u00f3fok - S\u00e1gv\u00e1r - Tab",
        "short": "6015",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6016",
        "label": "6016",
        "long": "Si\u00f3fok - Zam\u00e1rdi - Balatonendr\u00e9d - Lulla - Tab",
        "short": "6016",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6017",
        "label": "6017",
        "long": "Si\u00f3fok-Tab-Andocs-Fiad",
        "short": "6017",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6018",
        "label": "6018",
        "long": "Si\u00f3fok-Tab-T\u00f6r\u00f6kkopp\u00e1ny-Fiad",
        "short": "6018",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6030",
        "label": "6030",
        "long": "Si\u00f3fok - Sz\u00e1nt\u00f3d - r\u00e9v - K\u0151r\u00f6shegy",
        "short": "6030",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6035",
        "label": "6035",
        "long": "Si\u00f3fok - Sz\u00e1nt\u00f3d - r\u00e9v - B\u00e1lv\u00e1nyos",
        "short": "6035",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6038",
        "label": "6038",
        "long": "Si\u00f3fok - Balatonf\u00f6ldv\u00e1r - K\u00f6tcse",
        "short": "6038",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6040",
        "label": "6040",
        "long": "Si\u00f3fok - Balatonf\u00f6ldv\u00e1r - Fony\u00f3d",
        "short": "6040",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6041",
        "label": "6041",
        "long": "Si\u00f3fok - L\u00e1tr\u00e1ny - Kaposv\u00e1r - Nagyat\u00e1d - Barcs",
        "short": "6041",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6042",
        "label": "6042",
        "long": "Si\u00f3fok - Fony\u00f3d - Marcali",
        "short": "6042",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6043",
        "label": "6043",
        "long": "Si\u00f3fok - Fony\u00f3d - Zalakaros - Nagykanizsa",
        "short": "6043",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-605",
        "label": "605",
        "long": "Bugyi - Als\u00f3n\u00e9medi - Gy\u00e1l - Als\u00f3n\u00e9medi - Bugyi",
        "short": "605",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6051",
        "label": "6051",
        "long": "Tab - \u00c1d\u00e1nd - Si\u00f3fok - Balatonf\u00f6ldv\u00e1r - K\u00f6tcse",
        "short": "6051",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6053",
        "label": "6053",
        "long": "Tab - Balatonendr\u00e9d - Zam\u00e1rdi - Si\u00f3fok - \u00c1d\u00e1nd",
        "short": "6053",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6056",
        "label": "6056",
        "long": "Tab - Teng\u0151d - Iregszemcse",
        "short": "6056",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6058",
        "label": "6058",
        "long": "Tab - Teng\u0151d - Bedegk\u00e9r",
        "short": "6058",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-606",
        "label": "606",
        "long": "Dabas - In\u00e1rcs - \u00dajharty\u00e1n - \u00dajlengyel - Dabas",
        "short": "606",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-607",
        "label": "607",
        "long": "Budapest - In\u00e1rcs - \u00dajharty\u00e1n - \u00dajlengyel / Dabas",
        "short": "607",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6070",
        "label": "6070",
        "long": "Tab - Kapoly - Andocs",
        "short": "6070",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6071",
        "label": "6071",
        "long": "Tab - Andocs - Kar\u00e1d - Balatonbogl\u00e1r - Fony\u00f3d",
        "short": "6071",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6072",
        "label": "6072",
        "long": "Tab - Pusztaszemes - B\u00e1lv\u00e1nyos - Balatonf\u00f6ldv\u00e1r",
        "short": "6072",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6073",
        "label": "6073",
        "long": "Tab-Zics-Andocs-Fiad",
        "short": "6073",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-608",
        "label": "608",
        "long": "Budapest - In\u00e1rcs - \u00dajharty\u00e1n - \u00dajlengyel / Dabas",
        "short": "608",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6081",
        "label": "6081",
        "long": "Barcs - Nagyat\u00e1d - Marcali",
        "short": "6081",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6085",
        "label": "6085",
        "long": "Barcs - K\u00e1lm\u00e1ncsa - Homokszentgy\u00f6rgy - Lad",
        "short": "6085",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6088",
        "label": "6088",
        "long": "Barcs - Istv\u00e1ndi - Szigetv\u00e1r",
        "short": "6088",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-609",
        "label": "609",
        "long": "Gy\u00e1l - Fels\u0151pakony - \u00d3csa - Dabas",
        "short": "609",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6091",
        "label": "6091",
        "long": "Barcs - Istv\u00e1ndi - Szentborb\u00e1s - Fels\u0151szentm\u00e1rton",
        "short": "6091",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6092",
        "label": "6092",
        "long": "Barcs - K\u00e9t\u00fajfalu - Sellye - Sikl\u00f3s - Vill\u00e1ny",
        "short": "6092",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6096",
        "label": "6096",
        "long": "Barcs - Bab\u00f3csa - B\u00e9lav\u00e1r - Csurg\u00f3",
        "short": "6096",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-610",
        "label": "610",
        "long": "Dabas - \u00dajharty\u00e1n - \u00dajlengyel",
        "short": "610",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6100",
        "label": "6100",
        "long": "Nagyat\u00e1d - Segesd - B\u00f6h\u00f6nye",
        "short": "6100",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6101",
        "label": "6101",
        "long": "Nagyat\u00e1d - Marcali - Si\u00f3fok",
        "short": "6101",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6103",
        "label": "6103",
        "long": "Nagyat\u00e1d - Marcali - Balatonm\u00e1riaf\u00fcrd\u0151 - H\u00e9v\u00edz",
        "short": "6103",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6104",
        "label": "6104",
        "long": "Nagyat\u00e1d - Bolh\u00e1s - Somogyszob - Segesd - Somogyszob - Bolh\u00e1s - Nagyat\u00e1d",
        "short": "6104",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-611",
        "label": "611",
        "long": "Dabas - In\u00e1rcs - Kakucs - \u00dajharty\u00e1n - \u00dajlengyel",
        "short": "611",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6115",
        "label": "6115",
        "long": "Nagyat\u00e1d - L\u00e1bod - Barcs",
        "short": "6115",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6116",
        "label": "6116",
        "long": "Nagyat\u00e1d-L\u00e1bod-Kutas-Beleg-\u00d6tv\u00f6sk\u00f3nyi-Nagyat\u00e1d",
        "short": "6116",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6117",
        "label": "6117",
        "long": "Nagyat\u00e1d-H\u00e1romfa-Bab\u00f3csa-Barcs",
        "short": "6117",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6119",
        "label": "6119",
        "long": "Nagyat\u00e1d - Tarany",
        "short": "6119",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-612",
        "label": "612",
        "long": "D\u00e1nszentmikl\u00f3s - Pusztavacs - \u00d6rk\u00e9ny - Dabas",
        "short": "612",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6120",
        "label": "6120",
        "long": "Nagyat\u00e1d - Csurg\u00f3 - Gy\u00e9k\u00e9nyes - \u0150rtilos/Somogyb\u00fckk\u00f6sd",
        "short": "6120",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6122",
        "label": "6122",
        "long": "Nagyat\u00e1d - Csurg\u00f3 - Iharosber\u00e9ny - Nagykanizsa",
        "short": "6122",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6126",
        "label": "6126",
        "long": "Nagyat\u00e1d-Bolh\u00e1s-Somogyszob-Kasz\u00f3",
        "short": "6126",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-613",
        "label": "613",
        "long": "Tat\u00e1rszentgy\u00f6rgy - \u00d6rk\u00e9ny",
        "short": "613",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6130",
        "label": "6130",
        "long": "Csurg\u00f3 - V\u00e9se - B\u00f6h\u00f6nye",
        "short": "6130",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6134",
        "label": "6134",
        "long": "Csurg\u00f3-Szenta",
        "short": "6134",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6138",
        "label": "6138",
        "long": "Csurg\u00f3 - Porrog - Nagykanizsa",
        "short": "6138",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6139",
        "label": "6139",
        "long": "Csurg\u00f3 - Gy\u00e9k\u00e9nyes - Surd - Nagykanizsa",
        "short": "6139",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-614",
        "label": "614",
        "long": "Dabas - Hern\u00e1d - Lajosmizse",
        "short": "614",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-615",
        "label": "615",
        "long": "\u00d6rk\u00e9ny - T\u00e1borfalva",
        "short": "615",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-616",
        "label": "616",
        "long": "Budapest - Dabas - Lajosmizse - Kecskem\u00e9t",
        "short": "616",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6160",
        "label": "6160",
        "long": "Marcali - K\u00e9thely - Balatonm\u00e1riaf\u00fcrd\u0151",
        "short": "6160",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6161",
        "label": "6161",
        "long": "Marcali - K\u00e9thely - Somogyszentp\u00e1l",
        "short": "6161",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6162",
        "label": "6162",
        "long": "Marcali - Balatonm\u00e1riaf\u00fcrd\u0151 - Keszthely - H\u00e9v\u00edz - Zalaegerszeg",
        "short": "6162",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6163",
        "label": "6163",
        "long": "Marcali - Balatonm\u00e1riaf\u00fcrd\u0151 - Zalakaros - Nagykanizsa",
        "short": "6163",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6166",
        "label": "6166",
        "long": "Marcali - Balatonm\u00e1riaf\u00fcrd\u0151 - V\u00f6rs - S\u00e1voly",
        "short": "6166",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6167",
        "label": "6167",
        "long": "Marcali-K\u00e9thely-Balatonszentgy\u00f6rgy-Szegerd\u0151-Sz\u0151kedencs-Somogys\u00e1mson-Marcali",
        "short": "6167",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-617",
        "label": "617",
        "long": "Dabas, v\u00e1. - S\u00e1ri - Besny\u0151",
        "short": "617",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6170",
        "label": "6170",
        "long": "Marcali - Pusztakov\u00e1csi - K\u00fcrt\u00f6spuszta",
        "short": "6170",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6175",
        "label": "6175",
        "long": "Marcali-T\u00e1ska-Lengyelt\u00f3ti-Balatonbogl\u00e1r-Fony\u00f3d",
        "short": "6175",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6176",
        "label": "6176",
        "long": "MarcaliK\u00fcrt\u00f6spuszta-\u00d6reglak-Balatonbogl\u00e1r-Fony\u00f3d",
        "short": "6176",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6179",
        "label": "6179",
        "long": "Marcali - Szetsey tanya - Somogyv\u00e1r - Vityapuszta",
        "short": "6179",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-618",
        "label": "618",
        "long": "Dabas, v\u00e1. - S\u00e1ri - Besny\u0151",
        "short": "618",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6180",
        "label": "6180",
        "long": "Marcali - Mesztegny\u0151 - B\u00f6h\u00f6nye - Nagybajom",
        "short": "6180",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6181",
        "label": "6181",
        "long": "Marcali-Gad\u00e1ny-Hoszz\u00fav\u00edz-Gad\u00e1ny-Marcali",
        "short": "6181",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6182",
        "label": "6182",
        "long": "Marcali-Mesztegny\u0151-B\u00f6h\u00f6nye-Var\u00e1szl\u00f3",
        "short": "6182",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6184",
        "label": "6184",
        "long": "Marcali - Sz\u0151cs\u00e9nypuszta - Balatonszentgy\u00f6rgy",
        "short": "6184",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6185",
        "label": "6185",
        "long": "Marcali - Sz\u0151cs\u00e9nypuszta - B\u00f6h\u00f6nye - Var\u00e1szl\u00f3",
        "short": "6185",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6186",
        "label": "6186",
        "long": "Marcali - Nemesvid - Zalakaros/Nemesd\u00e9d",
        "short": "6186",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6188",
        "label": "6188",
        "long": "Marcali - Horv\u00e1tk\u00fat - Somogys\u00e1mson - Sz\u0151kedencs - Zalakaros",
        "short": "6188",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-619",
        "label": "619",
        "long": "Dabas, S\u00e1ri okm\u00e1nyhivatal - Dabas, Kossuth Zs. Szki.",
        "short": "619",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6190",
        "label": "6190",
        "long": "Marcali - Horv\u00e1tk\u00fat - Sz\u0151cs\u00e9nypuszta",
        "short": "6190",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6191",
        "label": "6191",
        "long": "Sz\u0151kedencs - Balatonszentgy\u00f6rgy",
        "short": "6191",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6192",
        "label": "6192",
        "long": "Sz\u0151kedencs - Balatonszentgy\u00f6rgy - Keszthely",
        "short": "6192",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6195",
        "label": "6195",
        "long": "Fony\u00f3d - Ordacsehi - Balatonlelle",
        "short": "6195",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6196",
        "label": "6196",
        "long": "Fony\u00f3d-Lengyelt\u00f3ti-Nikla-Marcali",
        "short": "6196",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-620",
        "label": "620",
        "long": "Dabas, S\u00e1ri okm\u00e1nyhivatal - Dabas, Kossuth Zs. Szki.",
        "short": "620",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6200",
        "label": "6200",
        "long": "Zalaegerszeg - Egerv\u00e1r - Gy\u0151rv\u00e1r - Lakhegy",
        "short": "6200",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6201",
        "label": "6201",
        "long": "Zalaegerszeg - Gy\u0151rv\u00e1r - Telekes",
        "short": "6201",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6205",
        "label": "6205",
        "long": "Zalaegerszeg - Alib\u00e1nfa - Peth\u0151henye - Zalaegerszeg/Nemesap\u00e1ti",
        "short": "6205",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6209",
        "label": "6209",
        "long": "Zalaegerszeg-P\u00f3kaszepetk-Nagykapornak-Zalaegerszeg",
        "short": "6209",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-621",
        "label": "621",
        "long": "Dabas, S\u00e1ri okm\u00e1nyhivatal - Dabas, Kossuth Zs. Szki.",
        "short": "621",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6210",
        "label": "6210",
        "long": "Zalaegerszeg - P\u00f3kaszepetk",
        "short": "6210",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6211",
        "label": "6211",
        "long": "Zalaegerszeg - P\u00f3kaszepetk - Zalab\u00e9r - Zalaszentgr\u00f3t",
        "short": "6211",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6212",
        "label": "6212",
        "long": "Zalaegerszeg-Zalaszentiv\u00e1n-B\u00facs\u00faszentl\u00e1szl\u00f3",
        "short": "6212",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6213",
        "label": "6213",
        "long": "Zalaegerszeg - P\u00f3kaszepetk - B\u00e9rbaltav\u00e1r - Mikossz\u00e9plak/Nagytilaj",
        "short": "6213",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6214",
        "label": "6214",
        "long": "Zalaegerszeg - Nagykapornak - Bezer\u00e9d - P\u00f3kaszepetk",
        "short": "6214",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6215",
        "label": "6215",
        "long": "Zalaegerszeg - Nagykapornak",
        "short": "6215",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6216",
        "label": "6216",
        "long": "Zalaegerszeg - Nagykapornak - H\u00e9viz - Keszthely",
        "short": "6216",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6217",
        "label": "6217",
        "long": "Zalaegerszeg - Nagykapornak - Zalacs\u00e1ny - Zalaszentl\u00e1szl\u00f3 - Zalaszentgr\u00f3t",
        "short": "6217",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6218",
        "label": "6218",
        "long": "Zalaegerszeg - Bak - Pacsa - H\u00e9v\u00edz - Keszthely - Tapolca",
        "short": "6218",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6219",
        "label": "6219",
        "long": "Zalaegerszeg-B\u00facs\u00faszentl\u00e1szl\u00f3-Nemess\u00e1ndorh\u00e1za/Pacsa-Szentp\u00e9ter\u00far",
        "short": "6219",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-622",
        "label": "622",
        "long": "Dabas, S\u00e1ri okm\u00e1nyhivatal - Dabas, Kossuth Zs. Szki.",
        "short": "622",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6220",
        "label": "6220",
        "long": "Zalaegerszeg-Nagykapornak-Pacsa-Szentp\u00e9ter\u00far",
        "short": "6220",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6221",
        "label": "6221",
        "long": "Zalaegerszeg - Als\u00f3nemesap\u00e1ti - Nemesap\u00e1ti - Kisbucsa",
        "short": "6221",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6222",
        "label": "6222",
        "long": "Zalaegerszeg - Bak/Nagykapornak - Pacsa - Zalakaros - Zalakom\u00e1r",
        "short": "6222",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6223",
        "label": "6223",
        "long": "Pacsa - Zalaigrice - Szentp\u00e9ter\u00far",
        "short": "6223",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6225",
        "label": "6225",
        "long": "Pacsa - Di\u00f3sk\u00e1l/G\u00e9tye - Zalaap\u00e1ti",
        "short": "6225",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6226",
        "label": "6226",
        "long": "Zalaegerszeg - Pacsa - Zalakaros - Nagykanizsa",
        "short": "6226",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-623",
        "label": "623",
        "long": "Dabas, S\u00e1ri okm\u00e1nyhivatal - Dabas, Kossuth Zs. Szki.",
        "short": "623",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6230",
        "label": "6230",
        "long": "Zalaegerszeg - Als\u00f3nemesap\u00e1ti - P\u00f6l\u00f6ske - Pacsa - Zalaap\u00e1ti - Keszthely",
        "short": "6230",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6231",
        "label": "6231",
        "long": "Zalaegerszeg - Als\u00f3nemesap\u00e1ti - Nagykapornak - Pacsa - Zalaap\u00e1ti - Keszthely",
        "short": "6231",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6234",
        "label": "6234",
        "long": "Zalaegerszeg-Bocf\u00f6lde-Csat\u00e1r-S\u00e1rhida-Zalaegerszeg",
        "short": "6234",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6235",
        "label": "6235",
        "long": "Zalaegerszeg - Bocf\u00f6lde - Csat\u00e1r - S\u00e1rhida - Bak",
        "short": "6235",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6237",
        "label": "6237",
        "long": "Zalaegerszeg - Bak - Pacsa - Zalaap\u00e1ti - Keszthely",
        "short": "6237",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6238",
        "label": "6238",
        "long": "Zalaegerszeg - Bak - Gutorf\u00f6lde - P\u00e1ka - Lenti",
        "short": "6238",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6239",
        "label": "6239",
        "long": "Zalaegerszeg - Nagylengyel - Nova - Cs\u00f6m\u00f6d\u00e9r - P\u00e1ka",
        "short": "6239",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-624",
        "label": "624",
        "long": "Dabas, S\u00e1ri okm\u00e1nyhivatal - Dabas, Kossuth Zs. Szki.",
        "short": "624",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6240",
        "label": "6240",
        "long": "Zalaegerszeg - Bak - B\u00e1nokszentgy\u00f6rgy",
        "short": "6240",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6241",
        "label": "6241",
        "long": "Zalaegerszeg - Bak - Nova - Lenti",
        "short": "6241",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6242",
        "label": "6242",
        "long": "Zalaegerszeg - Gell\u00e9nh\u00e1za - Zalat\u00e1rnok - Nova - Lenti",
        "short": "6242",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6243",
        "label": "6243",
        "long": "Zalaegerszeg - Bak - Gutorf\u00f6lde - P\u00e1ka/Szentp\u00e9terf\u00f6lde",
        "short": "6243",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6244",
        "label": "6244",
        "long": "B\u00e1nokszentgy\u00f6rgy - V\u00e1rf\u00f6lde - Olt\u00e1rc - Borsfa",
        "short": "6244",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6245",
        "label": "6245",
        "long": "Zalaegerszeg - Bak - B\u00e1nokszentgy\u00f6rgy - Letenye - Nagykanizsa",
        "short": "6245",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6246",
        "label": "6246",
        "long": "Zalaegerszeg - Bak - Hah\u00f3t - Nagykanizsa",
        "short": "6246",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6247",
        "label": "6247",
        "long": "Zalaegerszeg - Bak - Borsfa - B\u00e1zakerettye - Letenye - Nagykanizsa",
        "short": "6247",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6248",
        "label": "6248",
        "long": "Zalaegerszeg - Gell\u00e9nh\u00e1za - Petrikereszt\u00far - Lenti",
        "short": "6248",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-625",
        "label": "625",
        "long": "Budapest - Hern\u00e1d - Lajosmizse - Kecskem\u00e9t - Tiszak\u00e9cske",
        "short": "625",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6250",
        "label": "6250",
        "long": "Zalaegerszeg - Gell\u00e9nh\u00e1za - Szentkozmadombja",
        "short": "6250",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6252",
        "label": "6252",
        "long": "Zalaegerszeg-Gell\u00e9nh\u00e1za-Iborfia",
        "short": "6252",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6254",
        "label": "6254",
        "long": "Zalaegerszeg-Babosd\u00f6br\u00e9te-B\u00f6de-Zalaegerszeg",
        "short": "6254",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6255",
        "label": "6255",
        "long": "Zalaegerszeg - Csonkahegyh\u00e1t - Becsv\u00f6lgye - Szilv\u00e1gy",
        "short": "6255",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6258",
        "label": "6258",
        "long": "Zalaegerszeg - Csonkahegyh\u00e1t - Szentgy\u00f6rgyv\u00f6lgy - Velem\u00e9r - \u0150riszentp\u00e9ter",
        "short": "6258",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-626",
        "label": "626",
        "long": "Budapest - Als\u00f3n\u00e9medi - Dabas",
        "short": "626",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6262",
        "label": "6262",
        "long": "Zalaegerszeg - Csonkahegyh\u00e1t - Zalabaksa - Lenti",
        "short": "6262",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6268",
        "label": "6268",
        "long": "Zalaegerszeg - Gell\u00e9nh\u00e1za - Becsv\u00f6lgye - Kust\u00e1nszeg",
        "short": "6268",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-627",
        "label": "627",
        "long": "Budapest - Als\u00f3n\u00e9medi - Dabas",
        "short": "627",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6275",
        "label": "6275",
        "long": "Zalaegerszeg - Bagod - Vasp\u00f6r - Zalah\u00e1sh\u00e1gy - Zalacs\u00e9b - Boncodf\u00f6lde - Zalaegerszeg",
        "short": "6275",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6277",
        "label": "6277",
        "long": "Zalaegerszeg - Zalal\u00f6v\u0151 - \u0150riszentp\u00e9ter",
        "short": "6277",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6278",
        "label": "6278",
        "long": "Zalaegerszeg - Bagod/Boncodf\u00f6lde - Zalal\u00f6v\u0151",
        "short": "6278",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-628",
        "label": "628",
        "long": "Budapest - Dabas - Tat\u00e1rszentgy\u00f6rgy - Kerekegyh\u00e1za",
        "short": "628",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6282",
        "label": "6282",
        "long": "Zalal\u00f6v\u0151 - Zalah\u00e1sh\u00e1gy - Vasp\u00f6r",
        "short": "6282",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6283",
        "label": "6283",
        "long": "Zalal\u00f6v\u0151-Cs\u00f6de",
        "short": "6283",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6287",
        "label": "6287",
        "long": "Zalaegerszeg - Zalal\u00f6v\u0151 - Lenti",
        "short": "6287",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-629",
        "label": "629",
        "long": "Budapest - Dabas - Kunpesz\u00e9r",
        "short": "629",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6292",
        "label": "6292",
        "long": "Zalaegerszeg-Nagykutas-Andr\u00e1sfa-Telekes",
        "short": "6292",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-630",
        "label": "630",
        "long": "Budapest - Als\u00f3n\u00e9medi - Bugyi",
        "short": "630",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6303",
        "label": "6303",
        "long": "Zalaszentgr\u00f3t-Tekenye",
        "short": "6303",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6305",
        "label": "6305",
        "long": "Zalaszentgr\u00f3t - Mih\u00e1lyfa/S\u00fcmegcsehi - S\u00fcmeg",
        "short": "6305",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6306",
        "label": "6306",
        "long": "Zalaszentgr\u00f3t - Zalacs\u00e1ny - H\u00e9v\u00edz - Keszthely",
        "short": "6306",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6307",
        "label": "6307",
        "long": "Zalaszentgr\u00f3t - Zalacs\u00e1ny - Szentgy\u00f6rgyv\u00e1r - Keszthely",
        "short": "6307",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6308",
        "label": "6308",
        "long": "Kehidakust\u00e1ny-Zalacs\u00e1ny-Zalaap\u00e1ti-S\u00e1rmell\u00e9k-H\u00e9v\u00edz-Keszthely",
        "short": "6308",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6309",
        "label": "6309",
        "long": "Zalaszentgr\u00f3t-Zalaszentl\u00e1szl\u00f3-Zalacs\u00e1ny-Zalaap\u00e1ti-Pacsa",
        "short": "6309",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-631",
        "label": "631",
        "long": "Budapest - Als\u00f3n\u00e9medi - Bugyi",
        "short": "631",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6310",
        "label": "6310",
        "long": "Zalaszentgr\u00f3t - Zalaszentl\u00e1szl\u00f3 - Zalacs\u00e1ny - Zalaap\u00e1ti - H\u00e9v\u00edz - Keszthely",
        "short": "6310",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6315",
        "label": "6315",
        "long": "Zalaszentgr\u00f3t - Zalaszentgr\u00f3t(Zalakopp\u00e1ny)",
        "short": "6315",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6316",
        "label": "6316",
        "long": "Zalaszentgr\u00f3t - Zalacs\u00e1ny - Zalaap\u00e1ti - H\u00e9v\u00edz - Keszthely",
        "short": "6316",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6317",
        "label": "6317",
        "long": "H\u00e9v\u00edz - Kehidakust\u00e1ny - Zalacs\u00e1ny - H\u00e9v\u00edz - Keszthely",
        "short": "6317",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6319",
        "label": "6319",
        "long": "Zalaszentgr\u00f3t-Zalab\u00e9r-D\u00f6tk",
        "short": "6319",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-632",
        "label": "632",
        "long": "Budapest - Bugyi",
        "short": "632",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6320",
        "label": "6320",
        "long": "Zalaszentgr\u00f3t - Zalab\u00e9r - T\u00fcrje - Zalaszentgr\u00f3t",
        "short": "6320",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-633",
        "label": "633",
        "long": "Budapest - Dunaharaszti - Als\u00f3n\u00e9medi",
        "short": "633",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-635",
        "label": "635",
        "long": "Budapest - \u00d3csa",
        "short": "635",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6350",
        "label": "6350",
        "long": "H\u00e9v\u00edz - Keszthely - V\u00e1rv\u00f6lgy - Tapolca",
        "short": "6350",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6355",
        "label": "6355",
        "long": "Keszthely - H\u00e9v\u00edz",
        "short": "6355",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-636",
        "label": "636",
        "long": "Budapest - Als\u00f3n\u00e9medi - \u00d3csa",
        "short": "636",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6360",
        "label": "6360",
        "long": "H\u00e9v\u00edz - Keszthely - Balatongy\u00f6r\u00f6k",
        "short": "6360",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6361",
        "label": "6361",
        "long": "H\u00e9v\u00edz - Keszthely - Balatongy\u00f6r\u00f6k - Balatonederics - Tapolca",
        "short": "6361",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6362",
        "label": "6362",
        "long": "Keszthely-Balatongy\u00f6r\u00f6k-Raposka-Tapolca",
        "short": "6362",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6363",
        "label": "6363",
        "long": "Als\u00f3p\u00e1hok - H\u00e9v\u00edz - Keszthely - Balatongy\u00f6r\u00f6k - Badacsonytomaj",
        "short": "6363",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6364",
        "label": "6364",
        "long": "H\u00e9v\u00edz - Keszthely - Balatongy\u00f6r\u00f6k - Szigliget - Balatonf\u00fcred/Tapolca",
        "short": "6364",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6365",
        "label": "6365",
        "long": "Keszthely-Gyenesdi\u00e1s-Zalasz\u00e1nt\u00f3-V\u00e1rv\u00f6lgy-V\u00e1llus",
        "short": "6365",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-637",
        "label": "637",
        "long": "Budapest - M5 - \u00d3csa",
        "short": "637",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6370",
        "label": "6370",
        "long": "Keszthely - H\u00e9v\u00edz - Zalaap\u00e1ti",
        "short": "6370",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6371",
        "label": "6371",
        "long": "Keszthely-Zalaap\u00e1ti-Zalacs\u00e1ny-Szentgy\u00f6rgyv\u00e1r-Keszthely",
        "short": "6371",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6372",
        "label": "6372",
        "long": "Keszthely-H\u00e9v\u00edz-Fels\u0151p\u00e1hok-Zalak\u00f6szv\u00e9nyes",
        "short": "6372",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6373",
        "label": "6373",
        "long": "H\u00e9v\u00edz - Keszthely - Balatonszentgy\u00f6rgy",
        "short": "6373",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6374",
        "label": "6374",
        "long": "Keszthely-Balatonm\u00e1riaf\u00fcrd\u0151-Fony\u00f3d",
        "short": "6374",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6375",
        "label": "6375",
        "long": "Keszthely - H\u00e9v\u00edz - Als\u00f3p\u00e1hok - Zalaszabar/Balatonmagyar\u00f3d",
        "short": "6375",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6376",
        "label": "6376",
        "long": "Keszthely - H\u00e9v\u00edz - Zalaap\u00e1ti - S\u00e1rmell\u00e9k - Zalav\u00e1r",
        "short": "6376",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6377",
        "label": "6377",
        "long": "Pacsa/Keszthely-Zalaap\u00e1ti-Di\u00f3sk\u00e1l-Zalav\u00e1r-S\u00e1rmell\u00e9k-Keszthely",
        "short": "6377",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6378",
        "label": "6378",
        "long": "Keszthely-Zalaap\u00e1ti-Egeraracsa-Di\u00f3sk\u00e1l-Zalaap\u00e1ti-Keszthely",
        "short": "6378",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6383",
        "label": "6383",
        "long": "H\u00e9v\u00edz,aut.\u00e1ll. - M\u00f3ricz Zsigmond lak\u00f3telep - H\u00e9v\u00edz,aut.\u00e1ll.",
        "short": "6383",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6384",
        "label": "6384",
        "long": "Keszthely - H\u00e9v\u00edz - Nemesb\u00fck - Zalak\u00f6vesk\u00fat",
        "short": "6384",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6386",
        "label": "6386",
        "long": "Keszthely - H\u00e9v\u00edz - Karmacs - \u00d3h\u00edd - Zalaszentgr\u00f3t",
        "short": "6386",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6387",
        "label": "6387",
        "long": "Keszthely - H\u00e9v\u00edz - Karmacs - Zalaszentl\u00e1szl\u00f3 - Zalaszentgr\u00f3t",
        "short": "6387",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6390",
        "label": "6390",
        "long": "Keszthely - H\u00e9v\u00edz - Karmacs",
        "short": "6390",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6391",
        "label": "6391",
        "long": "Keszthely - H\u00e9v\u00edz - Karmacs - Mih\u00e1lyfa/S\u00fcmegcsehi - S\u00fcmeg",
        "short": "6391",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6395",
        "label": "6395",
        "long": "Keszthely - H\u00e9v\u00edz - Zalasz\u00e1nt\u00f3 - S\u00fcmeg",
        "short": "6395",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6396",
        "label": "6396",
        "long": "S\u00fcmeg - H\u00e9v\u00edz - Keszthely - S\u00e1rmell\u00e9k - Nagykanizsa",
        "short": "6396",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6398",
        "label": "6398",
        "long": "Keszthely - Cserszegtomaj - Rezi/H\u00e9v\u00edz",
        "short": "6398",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-640",
        "label": "640",
        "long": "Dabas - Bugyi",
        "short": "640",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6400",
        "label": "6400",
        "long": "Nagykanizsa - \u00dajudvar - Gelse - Kacorlak",
        "short": "6400",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6401",
        "label": "6401",
        "long": "Nagykanizsa - Gelse - Orosztony/Pacsa",
        "short": "6401",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6403",
        "label": "6403",
        "long": "Nagykanizsa - Nagyr\u00e9cse - Kisr\u00e9cse - Nagybak\u00f3nak",
        "short": "6403",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6405",
        "label": "6405",
        "long": "Nagykanizsa - Galambok - Zalakaros - Balatonmagyar\u00f3d",
        "short": "6405",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6406",
        "label": "6406",
        "long": "Nagykanizsa-Csapi-Zalakaros-Kerecseny/Zalakom\u00e1r",
        "short": "6406",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-641",
        "label": "641",
        "long": "\u00d3csa - Dabas - \u00d6rk\u00e9ny",
        "short": "641",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6415",
        "label": "6415",
        "long": "Nagykanizsa - Zalakaros - Zalaszabar - S\u00e1rmell\u00e9k/Zalaap\u00e1ti - H\u00e9v\u00edz - Keszthely",
        "short": "6415",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-642",
        "label": "642",
        "long": "\u00dajharty\u00e1n - \u00d3csa",
        "short": "642",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6420",
        "label": "6420",
        "long": "Nagykanizsa - Mih\u00e1ld - Zalakaros",
        "short": "6420",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6421",
        "label": "6421",
        "long": "Nagykanizsa - Mih\u00e1ld - Pat - Nemesd\u00e9d",
        "short": "6421",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6425",
        "label": "6425",
        "long": "Nagykanizsa - Surd - Gy\u00e9k\u00e9nyes",
        "short": "6425",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6428",
        "label": "6428",
        "long": "Nagykanizsa - Murakereszt\u00far",
        "short": "6428",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6429",
        "label": "6429",
        "long": "Nagykanizsa-Inke-B\u00f6h\u00f6nye-Nagyszak\u00e1csi-Marcali",
        "short": "6429",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-643",
        "label": "643",
        "long": "Bugyi - \u00d3csa",
        "short": "643",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6431",
        "label": "6431",
        "long": "Nagykanizsa-Inke-V\u00e9se-Nemesvid-Marcali",
        "short": "6431",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6434",
        "label": "6434",
        "long": "Nagykanizsa-Murakereszt\u00far-Moln\u00e1ri-Szepetnek-Nagykanizsa",
        "short": "6434",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6435",
        "label": "6435",
        "long": "Nagykanizsa - Szepetnek - Letenye",
        "short": "6435",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-644",
        "label": "644",
        "long": "Bugyi - \u00dcrb\u0151",
        "short": "644",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6440",
        "label": "6440",
        "long": "Nagykanizsa - Sorm\u00e1s - Letenye",
        "short": "6440",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6445",
        "label": "6445",
        "long": "Nagykanizsa/Letenye - Borsfa - B\u00e1zakerettye - Lispeszentadorj\u00e1n",
        "short": "6445",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6446",
        "label": "6446",
        "long": "Nagykanizsa - B\u00e1zakerettye - Cs\u00f6m\u00f6d\u00e9r - Lenti",
        "short": "6446",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6448",
        "label": "6448",
        "long": "Nagykanizsa - B\u00e1zakerettye - Cs\u00f6m\u00f6d\u00e9r - Nova - Lenti",
        "short": "6448",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-645",
        "label": "645",
        "long": "Bugyi - Kiskunlach\u00e1za",
        "short": "645",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6454",
        "label": "6454",
        "long": "Nagykanizsa - Letenye - Tornyiszentmikl\u00f3s/Tormaf\u00f6lde - Lenti",
        "short": "6454",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6456",
        "label": "6456",
        "long": "Nagykanizsa-Moln\u00e1ri-Letenye-Tornyiszentmikl\u00f3s-Lenti",
        "short": "6456",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6457",
        "label": "6457",
        "long": "Lenti - P\u00e1ka - Tormaf\u00f6lde - Lov\u00e1szi - Lenti",
        "short": "6457",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6458",
        "label": "6458",
        "long": "Nagykanizsa - Moln\u00e1ri - Letenye - Bak - Zalaegerszeg",
        "short": "6458",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-646",
        "label": "646",
        "long": "Kunszentmikl\u00f3s - Tass - D\u00f6ms\u00f6d",
        "short": "646",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6462",
        "label": "6462",
        "long": "Nagykanizsa - Kacorlak - P\u00f6l\u00f6skef\u0151 - Gelse - P\u00f6tr\u00e9te/B\u00f6rz\u00f6nce",
        "short": "6462",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6465",
        "label": "6465",
        "long": "Nagykanizsa - Homokkom\u00e1rom - Zalaszentbal\u00e1zs",
        "short": "6465",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-647",
        "label": "647",
        "long": "Kunszentmikl\u00f3s - Apaj - Kiskunlach\u00e1za",
        "short": "647",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6470",
        "label": "6470",
        "long": "Nagykanizsa - Zalaszentbal\u00e1zs - Hah\u00f3t(Fakospuszta)",
        "short": "6470",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6472",
        "label": "6472",
        "long": "Nagykanizsa - Zalaszentbal\u00e1zs - Gelse - Orosztony",
        "short": "6472",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-648",
        "label": "648",
        "long": "Kiskunlach\u00e1za, v\u00e1. - Kiskunlach\u00e1za, Dunapart",
        "short": "648",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-649",
        "label": "649",
        "long": "D\u00f6ms\u00f6d - Apaj",
        "short": "649",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-650",
        "label": "650",
        "long": "Budapest - Kunszentmikl\u00f3s - Szabadsz\u00e1ll\u00e1s - Kisk\u0151r\u00f6s - Kiskunhalas",
        "short": "650",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6505",
        "label": "6505",
        "long": "Letenye-Kistolm\u00e1cs-Letenye",
        "short": "6505",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6506",
        "label": "6506",
        "long": "Letenye-Kistolm\u00e1cs-B\u00e1zakerettye-Borsfa-Lasztonya",
        "short": "6506",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-651",
        "label": "651",
        "long": "Taksony - Kiskunlach\u00e1za",
        "short": "651",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-652",
        "label": "652",
        "long": "Majosh\u00e1za - Dunavars\u00e1ny - D\u00e9legyh\u00e1za - \u00c1porka",
        "short": "652",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6520",
        "label": "6520",
        "long": "Letenye - Muraszemenye - Cs\u00f6rnyef\u00f6ld - Kerkaszentkir\u00e1ly - Muraszemenye",
        "short": "6520",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6521",
        "label": "6521",
        "long": "Letenye - Cs\u00f6rnyef\u00f6ld - B\u00e1zakerettye - Lasztonya - B\u00e1nokszentgy\u00f6rgy",
        "short": "6521",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6522",
        "label": "6522",
        "long": "Letenye-Kiscsehi-B\u00e1zakerettye-Bucsuta-Becsehely-Letenye",
        "short": "6522",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-653",
        "label": "653",
        "long": "Budapest - Kunszentmikl\u00f3s - Szabadsz\u00e1ll\u00e1s / Tass",
        "short": "653",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-654",
        "label": "654",
        "long": "Budapest - Dunaharaszti - D\u00e9legyh\u00e1za - Kiskunlach\u00e1za - Kunszentmikl\u00f3s",
        "short": "654",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6545",
        "label": "6545",
        "long": "Letenye-Becsehely-Olt\u00e1rc-V\u00e1rf\u00f6lde-Becsehely-Letenye",
        "short": "6545",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-655",
        "label": "655",
        "long": "Budapest - Dunaharaszti - D\u00e9legyh\u00e1za - Kiskunlach\u00e1za - Kunszentmikl\u00f3s",
        "short": "655",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6553",
        "label": "6553",
        "long": "Lenti - Cs\u00f6m\u00f6d\u00e9r - Nova",
        "short": "6553",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6554",
        "label": "6554",
        "long": "Lenti-Cs\u00f6m\u00f6d\u00e9r-Nova-Lenti",
        "short": "6554",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6559",
        "label": "6559",
        "long": "Lenti-Cs\u00f6m\u00f6d\u00e9r-P\u00f6rdef\u00f6lde-P\u00e1ka-Mikekar\u00e1csonyfa-Cs\u00f6m\u00f6d\u00e9r-Lenti",
        "short": "6559",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-656",
        "label": "656",
        "long": "Budapest - Taksony - Dunavars\u00e1ny - D\u00e9legyh\u00e1za - Kiskunlach\u00e1za - Kunszentmikl\u00f3s",
        "short": "656",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6560",
        "label": "6560",
        "long": "Lenti - Cs\u00f6m\u00f6d\u00e9r - P\u00e1ka - B\u00e1zakerettye",
        "short": "6560",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6564",
        "label": "6564",
        "long": "Lenti-R\u00e9dics-Lendvadedes/B\u00f6deh\u00e1za-Lenti",
        "short": "6564",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6565",
        "label": "6565",
        "long": "Lenti - R\u00e9dics - B\u00f6deh\u00e1za",
        "short": "6565",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-657",
        "label": "657",
        "long": "Budapest - Taksony - Dunavars\u00e1ny - D\u00e9legyh\u00e1za - Kiskunlach\u00e1za - Kunszentmikl\u00f3s",
        "short": "657",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6570",
        "label": "6570",
        "long": "Lenti - Csesztreg - Ramocsa - Magyarf\u00f6ld - Baj\u00e1nsenye",
        "short": "6570",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6575",
        "label": "6575",
        "long": "Lenti-R\u00e9dics-Baglad-Lenti",
        "short": "6575",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6576",
        "label": "6576",
        "long": "Lenti - R\u00e9dics - Csesztreg - Ramocsa - Magyarf\u00f6ld",
        "short": "6576",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6577",
        "label": "6577",
        "long": "Lenti - Csesztreg - Zalabaksa - Szilv\u00e1gy",
        "short": "6577",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6580",
        "label": "6580",
        "long": "Lenti - Csesztreg - Szentgy\u00f6rgyv\u00f6lgy - \u0150riszentp\u00e9ter - Zalal\u00f6v\u0151",
        "short": "6580",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6584",
        "label": "6584",
        "long": "Lenti-Zalabaksa-Szilv\u00e1gy-Lenti",
        "short": "6584",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6585",
        "label": "6585",
        "long": "Lenti - Zalabaksa - Szilv\u00e1gy - Zalal\u00f6v\u0151",
        "short": "6585",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-660",
        "label": "660",
        "long": "Budapest - Szigethalom - D\u00f6ms\u00f6d",
        "short": "660",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6602",
        "label": "6602",
        "long": "Szombathely - Gencsap\u00e1ti - Luk\u00e1csh\u00e1za - Velem - Bozsok",
        "short": "6602",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6603",
        "label": "6603",
        "long": "Szombathely - K\u0151szeg",
        "short": "6603",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6604",
        "label": "6604",
        "long": "Szombathely - Perenye - Luk\u00e1csh\u00e1za - K\u0151szeg",
        "short": "6604",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6605",
        "label": "6605",
        "long": "Szombathely - Luk\u00e1csh\u00e1za - K\u0151szeg",
        "short": "6605",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-661",
        "label": "661",
        "long": "Budapest - \u00c1porka - R\u00e1ckeve - Mak\u00e1d",
        "short": "661",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6610",
        "label": "6610",
        "long": "Szombathely - S\u00f6pte - Vasasszonyfa - K\u0151szegpaty",
        "short": "6610",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6611",
        "label": "6611",
        "long": "Szombathely - K\u0151szegpaty - Csepreg - B\u00fck - Peresznye",
        "short": "6611",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6616",
        "label": "6616",
        "long": "Szombathely - Csepreg - B\u00fckf\u00fcrd\u0151",
        "short": "6616",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6617",
        "label": "6617",
        "long": "Szombathely - Vassur\u00e1ny - Meszlen - B\u00fckf\u00fcrd\u0151",
        "short": "6617",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-662",
        "label": "662",
        "long": "Taksony - Dunavars\u00e1ny",
        "short": "662",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6620",
        "label": "6620",
        "long": "Szombathely - V\u00e1t - Acs\u00e1d/\u00d6lb\u0151 - Szeleste - P\u00f3sfa",
        "short": "6620",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6623",
        "label": "6623",
        "long": "Szombathely - P\u00f3sfa - R\u00e9pceszentgy\u00f6rgy - Hegyfalu - R\u00e9pcelak",
        "short": "6623",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6628",
        "label": "6628",
        "long": "Szombathely/P\u00f3sfa-\u00d6lb\u0151-S\u00e1rv\u00e1r",
        "short": "6628",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-663",
        "label": "663",
        "long": "Szigetszentmikl\u00f3s - Szigethalom - Taksony",
        "short": "663",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6630",
        "label": "6630",
        "long": "Szombathely - V\u00e9p - Ikerv\u00e1r - S\u00e1rv\u00e1r",
        "short": "6630",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6632",
        "label": "6632",
        "long": "Szombathely - V\u00e1t - S\u00e1rv\u00e1r",
        "short": "6632",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6635",
        "label": "6635",
        "long": "Szombathely - V\u00e9p - Szombathely",
        "short": "6635",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-664",
        "label": "664",
        "long": "Szigetszentmikl\u00f3s - Szigethalom - D\u00e9legyh\u00e1za",
        "short": "664",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6640",
        "label": "6640",
        "long": "Szombathely-Rum-K\u00e1m/R\u00e1bat\u00f6tt\u00f6s",
        "short": "6640",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6645",
        "label": "6645",
        "long": "Szombathely - Rum - Meggyeskov\u00e1csi",
        "short": "6645",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6646",
        "label": "6646",
        "long": "K\u00e1m - Hossz\u00fapereszteg - Karak\u00f3",
        "short": "6646",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6648",
        "label": "6648",
        "long": "Szombathely - Rum - K\u00e1m - Nagytilaj",
        "short": "6648",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-665",
        "label": "665",
        "long": "Szigetszentmikl\u00f3s - Szigethalom - Kiskunlach\u00e1za - R\u00e1ckeve",
        "short": "665",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6653",
        "label": "6653",
        "long": "Szombathely-Sorokpol\u00e1ny- (Gyan\u00f3geregye-R\u00e1bat\u00f6tt\u00f6s) /Nemeskolta",
        "short": "6653",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6654",
        "label": "6654",
        "long": "Szombathely - Sorokpol\u00e1ny - Egyh\u00e1zasholl\u00f3s - Vasv\u00e1r",
        "short": "6654",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6655",
        "label": "6655",
        "long": "Szombathely - Sorokpol\u00e1ny - Vasv\u00e1r",
        "short": "6655",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6660",
        "label": "6660",
        "long": "Szombathely - Balogunyom - J\u00e1k - K\u00f6rmend",
        "short": "6660",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6663",
        "label": "6663",
        "long": "Szombathely - J\u00e1k - Szentp\u00e9terfa",
        "short": "6663",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-667",
        "label": "667",
        "long": "Szigetszentmikl\u00f3s - Szigethalom - \u00c1porka - D\u00f6ms\u00f6d",
        "short": "667",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-668",
        "label": "668",
        "long": "Szigetszentmikl\u00f3s - Szigethalom - \u00c1porka - D\u00f6ms\u00f6d",
        "short": "668",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6680",
        "label": "6680",
        "long": "Szombathely - N\u00e1rai - Porn\u00f3ap\u00e1ti",
        "short": "6680",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6686",
        "label": "6686",
        "long": "Szombathely - Porn\u00f3ap\u00e1ti - Fels\u0151csat\u00e1r - Bucsu - Szombathely",
        "short": "6686",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-669",
        "label": "669",
        "long": "R\u00e1ckeve - Kiskunlach\u00e1za - Apaj - D\u00f6ms\u00f6d",
        "short": "669",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6690",
        "label": "6690",
        "long": "Szombathely - Torony - Bucsu",
        "short": "6690",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-670",
        "label": "670",
        "long": "R\u00e1ckeve - Kiskunlach\u00e1za",
        "short": "670",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6700",
        "label": "6700",
        "long": "K\u0151szeg - Horv\u00e1tzsid\u00e1ny",
        "short": "6700",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6702",
        "label": "6702",
        "long": "K\u0151szeg - Peresznye - Zsira - Csepreg - B\u00fckf\u00fcrd\u0151",
        "short": "6702",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6703",
        "label": "6703",
        "long": "Szombathely - K\u0151szeg - Peresznye - Zsira",
        "short": "6703",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6706",
        "label": "6706",
        "long": "K\u0151szeg - Csepreg - Torm\u00e1sliget - Simas\u00e1g - \u00dajk\u00e9r",
        "short": "6706",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6708",
        "label": "6708",
        "long": "Bozsok - K\u0151szeg - Csepreg - B\u00fckf\u00fcrd\u0151",
        "short": "6708",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-671",
        "label": "671",
        "long": "R\u00e1ckeve - Kiskunlach\u00e1za - D\u00f6ms\u00f6d - Apaj",
        "short": "671",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6710",
        "label": "6710",
        "long": "K\u0151szeg-Pusztacs\u00f3-K\u0151szegpaty-T\u00f6m\u00f6rd",
        "short": "6710",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-672",
        "label": "672",
        "long": "Budapest - Szigetszentmikl\u00f3s - Szigethalom - Hal\u00e1sztelek",
        "short": "672",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6728",
        "label": "6728",
        "long": "K\u0151szeg - C\u00e1k - K\u0151szegdoroszl\u00f3 - Velem - Bozsok",
        "short": "6728",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-673",
        "label": "673",
        "long": "Budapest - Szigetszentmikl\u00f3s - Szigethalom - T\u00f6k\u00f6l",
        "short": "673",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-674",
        "label": "674",
        "long": "Budapest - Szigetszentmikl\u00f3s - Szigethalom - T\u00f6k\u00f6l",
        "short": "674",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6740",
        "label": "6740",
        "long": "S\u00e1rv\u00e1r - Hegyfalu - Tompal\u00e1dony",
        "short": "6740",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6742",
        "label": "6742",
        "long": "S\u00e1rv\u00e1r - Hegyfalu - R\u00e9pceszentgy\u00f6rgy - B\u00fck",
        "short": "6742",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6744",
        "label": "6744",
        "long": "S\u00e1rv\u00e1r - Tompal\u00e1dony - B\u0151 - B\u00fckf\u00fcrd\u0151 - Csepreg",
        "short": "6744",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6745",
        "label": "6745",
        "long": "S\u00e1rv\u00e1r - B\u00fckf\u00fcrd\u0151 - K\u0151szeg",
        "short": "6745",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6746",
        "label": "6746",
        "long": "S\u00e1rv\u00e1r - Nagygeresd - Tompal\u00e1dony - B\u0151 - B\u00fckf\u00fcrd\u0151 - Csepreg",
        "short": "6746",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6748",
        "label": "6748",
        "long": "S\u00e1rv\u00e1r - Tompal\u00e1dony/Vasegerszeg - Nagygeresd - Simas\u00e1g",
        "short": "6748",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6749",
        "label": "6749",
        "long": "K\u0151szeg - Csepreg - B\u00fckf\u00fcrd\u0151 - Simas\u00e1g",
        "short": "6749",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-675",
        "label": "675",
        "long": "Budapest - Szigetszentmikl\u00f3s - Szigethalom - Mak\u00e1d",
        "short": "675",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6751",
        "label": "6751",
        "long": "S\u00e1rv\u00e1r - Urai\u00fajfalu - Nemesl\u00e1dony",
        "short": "6751",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6753",
        "label": "6753",
        "long": "S\u00e1rv\u00e1r - Urai\u00fajfalu - V\u00e1moscsal\u00e1d - R\u00e9pcelak",
        "short": "6753",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6754",
        "label": "6754",
        "long": "S\u00e1rv\u00e1r - Urai\u00fajfalu - R\u00e9pcelak - V\u00e1moscsal\u00e1d",
        "short": "6754",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6755",
        "label": "6755",
        "long": "R\u00e9pcelak - Hegyfalu - Nagygeresd - Nemesl\u00e1dony",
        "short": "6755",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6756",
        "label": "6756",
        "long": "S\u00e1rv\u00e1r - R\u00e1bapaty - V\u00e1moscsal\u00e1d - Nemesl\u00e1dony",
        "short": "6756",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6759",
        "label": "6759",
        "long": "S\u00e1rv\u00e1r - Ostffyasszonyfa - Kenyeri - P\u00e1poc",
        "short": "6759",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-676",
        "label": "676",
        "long": "Budapest - Szigetszentmikl\u00f3s - Szigethalom - Mak\u00e1d",
        "short": "676",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6760",
        "label": "6760",
        "long": "S\u00e1rv\u00e1r - Nagysimonyi - Celld\u00f6m\u00f6lk",
        "short": "6760",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-677",
        "label": "677",
        "long": "Szigethalom - Szigetszentmikl\u00f3s - Hal\u00e1sztelek",
        "short": "677",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6770",
        "label": "6770",
        "long": "S\u00e1rv\u00e1r - G\u00e9rce - V\u00e1s\u00e1rosmiske - K\u00e1ld",
        "short": "6770",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6773",
        "label": "6773",
        "long": "S\u00e1rv\u00e1r - V\u00e1s\u00e1rosmiske - Celld\u00f6m\u00f6lk",
        "short": "6773",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6774",
        "label": "6774",
        "long": "S\u00e1rv\u00e1r - K\u00e1ld - Hossz\u00fapereszteg - B\u00f6g\u00f6te",
        "short": "6774",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6775",
        "label": "6775",
        "long": "S\u00e1rv\u00e1r - Bejcgyerty\u00e1nos - Szemenye - K\u00e1m",
        "short": "6775",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6777",
        "label": "6777",
        "long": "S\u00e1rv\u00e1r - K\u00e1ld - Szajki tavak - Zalab\u00e9r - Batyk v\u00e1. - Zalaszentgr\u00f3t",
        "short": "6777",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-678",
        "label": "678",
        "long": "Szigetszentmikl\u00f3s, V\u00e1rosh\u00e1za - Horg\u00e1sz utca - B\u00edr\u00f3 Lajos utca - V\u00e1rosh\u00e1za",
        "short": "678",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6780",
        "label": "6780",
        "long": "S\u00e1rv\u00e1r - Cs\u00e9nye/Ikerv\u00e1r",
        "short": "6780",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6781",
        "label": "6781",
        "long": "S\u00e1rv\u00e1r - Ikerv\u00e1r - Rum - R\u00e1bat\u00f6tt\u00f6s",
        "short": "6781",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6782",
        "label": "6782",
        "long": "S\u00e1rv\u00e1r - Rum - K\u00e1m - Vasv\u00e1r - K\u00f6rmend",
        "short": "6782",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6784",
        "label": "6784",
        "long": "S\u00e1rv\u00e1r - Cs\u00e9nye - B\u00f6g\u00f6t - Porp\u00e1c",
        "short": "6784",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-679",
        "label": "679",
        "long": "Budapest - M5 - M51 - Dunaharaszti",
        "short": "679",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6790",
        "label": "6790",
        "long": "S\u00e1rv\u00e1r-\u00d6lb\u0151-Szeleste-P\u00f3sfa-R\u00e9pceszentgy\u00f6rgy",
        "short": "6790",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-681",
        "label": "681",
        "long": "Szigetszentmikl\u00f3s, Cs\u00e9pi \u00fat - Hal\u00e1sztelek, Somogyi B\u00e9la utca",
        "short": "681",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6811",
        "label": "6811",
        "long": "Celld\u00f6m\u00f6lk - V\u00f6n\u00f6ck/Ostffyasszonyfa - Kenyeri - P\u00e1poc",
        "short": "6811",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6812",
        "label": "6812",
        "long": "Celld\u00f6m\u00f6lk - Kemenesmih\u00e1lyfa - Kemenesszentm\u00e1rton - Celld\u00f6m\u00f6lk",
        "short": "6812",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6815",
        "label": "6815",
        "long": "Celld\u00f6m\u00f6lk - Kemenesmih\u00e1lyfa - Kenyeri - Beled - R\u00e9pcelak",
        "short": "6815",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6816",
        "label": "6816",
        "long": "Celld\u00f6m\u00f6lk - V\u00f6n\u00f6ck - Kenyeri - Beled - R\u00e9pcelak",
        "short": "6816",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6819",
        "label": "6819",
        "long": "Celld\u00f6m\u00f6lk - V\u00f6n\u00f6ck - Szerg\u00e9ny",
        "short": "6819",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-682",
        "label": "682",
        "long": "Szigetszentmikl\u00f3s, V\u00e1rosh\u00e1za - \u00c1d\u00e1m Jen\u0151 st. - Boglya utca - V\u00e1rosh\u00e1za",
        "short": "682",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6823",
        "label": "6823",
        "long": "Celld\u00f6m\u00f6lk - Mez\u0151lak",
        "short": "6823",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-683",
        "label": "683",
        "long": "Szigetszentmikl\u00f3s, V\u00e1rosh\u00e1za - \u00c1d\u00e1m Jen\u0151 st. - Boglya utca - V\u00e1rosh\u00e1za",
        "short": "683",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6832",
        "label": "6832",
        "long": "Celld\u00f6m\u00f6lk - Izs\u00e1kfa - J\u00e1nosh\u00e1za - Kel\u00e9d",
        "short": "6832",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6833",
        "label": "6833",
        "long": "Celld\u00f6m\u00f6lk - Boba - Kamond - Kerta",
        "short": "6833",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6836",
        "label": "6836",
        "long": "Celld\u00f6m\u00f6lk - K\u00f6csk - Borg\u00e1ta - J\u00e1nosh\u00e1za - Kel\u00e9d",
        "short": "6836",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-684",
        "label": "684",
        "long": "Szigetszentmikl\u00f3s, V\u00e1rosh\u00e1za - Cs\u00e9pi \u00fat - Szigethalom",
        "short": "684",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6840",
        "label": "6840",
        "long": "Duka - J\u00e1nosh\u00e1za - Nemeskereszt\u00far",
        "short": "6840",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6851",
        "label": "6851",
        "long": "Vasv\u00e1r - R\u00e1bah\u00eddv\u00e9g - P\u00fcsp\u00f6kmoln\u00e1ri",
        "short": "6851",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6854",
        "label": "6854",
        "long": "Vasv\u00e1r - K\u00e1m - Egerv\u00f6lgy - Bejcgyerty\u00e1nos",
        "short": "6854",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6860",
        "label": "6860",
        "long": "Vasv\u00e1r - Oszk\u00f3 - Olaszfa - P\u00e1csony - Gy\u0151rv\u00e1r",
        "short": "6860",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6861",
        "label": "6861",
        "long": "Vasv\u00e1r - Oszk\u00f3 - Csehi - Nagytilaj - Csipkerek",
        "short": "6861",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6871",
        "label": "6871",
        "long": "Vasv\u00e1r - Gy\u0151rv\u00e1r - Telekes - Gersekar\u00e1t - S\u00e1rfimizd\u00f3",
        "short": "6871",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6874",
        "label": "6874",
        "long": "Vasv\u00e1r - Gersekar\u00e1t - S\u00e1rfimizd\u00f3",
        "short": "6874",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6876",
        "label": "6876",
        "long": "Vasv\u00e1r - S\u00e1rfimizd\u00f3 - Hegyh\u00e1thod\u00e1sz - K\u00f6rmend",
        "short": "6876",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6877",
        "label": "6877",
        "long": "Vasv\u00e1r-Gy\u0151rv\u00e1r-Telekes-S\u00e1rfimizd\u00f3-Hegyh\u00e1thod\u00e1sz-K\u00f6rmend",
        "short": "6877",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-688",
        "label": "688",
        "long": "Budapest - Hal\u00e1sztelek - Szigethalom",
        "short": "688",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6885",
        "label": "6885",
        "long": "K\u00f6rmend - Egyh\u00e1zasholl\u00f3s",
        "short": "6885",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6886",
        "label": "6886",
        "long": "K\u00f6rmend - Nemesrempeholl\u00f3s - Egyh\u00e1zasr\u00e1d\u00f3c - Sorokpol\u00e1ny",
        "short": "6886",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6887",
        "label": "6887",
        "long": "K\u00f6rmend - Egyh\u00e1zasholl\u00f3s - Vasv\u00e1r",
        "short": "6887",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-689",
        "label": "689",
        "long": "Budapest, Kelenf\u00f6ld - Szigetszentmikl\u00f3s - Szigethalom",
        "short": "689",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6892",
        "label": "6892",
        "long": "K\u00f6rmend - Katafa - D\u00f6r\u00f6ske",
        "short": "6892",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6896",
        "label": "6896",
        "long": "K\u00f6rmend - Halast\u00f3 - Gersekar\u00e1t - Telekes",
        "short": "6896",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6898",
        "label": "6898",
        "long": "K\u00f6rmend - N\u00e1dasd/Katafa - Bagod - Zalaegerszeg",
        "short": "6898",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-690",
        "label": "690",
        "long": "Budapest - Hal\u00e1sztelek - Szigethalom",
        "short": "690",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6900",
        "label": "6900",
        "long": "K\u00f6rmend - N\u00e1dasd - Sz\u0151ce",
        "short": "6900",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6902",
        "label": "6902",
        "long": "K\u00f6rmend - Sz\u0151ce - Zalal\u00f6v\u0151 - Pankasz - \u0150riszentp\u00e9ter - Baj\u00e1nsenye",
        "short": "6902",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6903",
        "label": "6903",
        "long": "K\u00f6rmend- Sz\u0151ce-Zalal\u00f6v\u0151/Vad\u00e1sa-t\u00f3-Pankasz-\u0150riszentp\u00e9ter-Baj\u00e1nsenye-Velem\u00e9r",
        "short": "6903",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6904",
        "label": "6904",
        "long": "K\u00f6rmend-Vad\u00e1sa-t\u00f3-Szatta-\u0150riszentp\u00e9ter-Isp\u00e1nk-Szalaf\u0151-K\u00f6rmend",
        "short": "6904",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6905",
        "label": "6905",
        "long": "K\u00f6rmend - Zalal\u00f6v\u0151 - \u0150riszentp\u00e9ter",
        "short": "6905",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6906",
        "label": "6906",
        "long": "K\u00f6rmend-Sz\u0151ce-Zalal\u00f6v\u0151-Pankasz-\u0150riszentp\u00e9ter-Szalaf\u0151",
        "short": "6906",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6909",
        "label": "6909",
        "long": "\u0150riszentp\u00e9ter - Isp\u00e1nk",
        "short": "6909",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-691",
        "label": "691",
        "long": "Budapest, Kelenf\u00f6ld - Szigetszentmikl\u00f3s - Szigethalom",
        "short": "691",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6912",
        "label": "6912",
        "long": "K\u00f6rmend - N\u00e1dasd - Halogy",
        "short": "6912",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-692",
        "label": "692",
        "long": "Szigethalom, aut. \u00e1ll. - Csillag u. - Ny\u00e1r u. - T\u00f6k\u00f6li Parkerd\u0151 - Szigethalom, aut. \u00e1ll.",
        "short": "692",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6920",
        "label": "6920",
        "long": "K\u00f6rmend - Kemestar\u00f3dfa - Cs\u00e1k\u00e1nydoroszl\u00f3",
        "short": "6920",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6921",
        "label": "6921",
        "long": "K\u00f6rmend - Cs\u00e1k\u00e1nydoroszl\u00f3 - Pankasz - \u0150riszentp\u00e9ter",
        "short": "6921",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6922",
        "label": "6922",
        "long": "K\u00f6rmend-Cs\u00e1k\u00e1nydoroszl\u00f3-\u0150riszentp\u00e9ter-Isp\u00e1nk-Szalaf\u0151-Velem\u00e9r",
        "short": "6922",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-693",
        "label": "693",
        "long": "Szigethalom, aut. \u00e1ll. - Ny\u00e1r u. - Szigethalom, aut. \u00e1ll.",
        "short": "693",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6931",
        "label": "6931",
        "long": "K\u00f6rmend - Vasalja - Pinkamindszent",
        "short": "6931",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6933",
        "label": "6933",
        "long": "K\u00f6rmend - Vasszentmih\u00e1ly - R\u00e1bagyarmat - Szentgotth\u00e1rd",
        "short": "6933",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6934",
        "label": "6934",
        "long": "K\u00f6rmend-Pinkamindszent-Vasalja-Cs\u00e1k\u00e1nydoroszl\u00f3-\u0150riszentp\u00e9ter -Szalaf\u0151",
        "short": "6934",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-694",
        "label": "694",
        "long": "Szigethalom, aut. \u00e1ll. - Csillag u. - Ny\u00e1r u. - T\u00f6k\u00f6li Parkerd\u0151 - Szigethalom, aut. \u00e1ll.",
        "short": "694",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6940",
        "label": "6940",
        "long": "K\u00f6rmend - R\u00e1d\u00f3ck\u00f6lked - Egyh\u00e1zasr\u00e1d\u00f3c",
        "short": "6940",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-695",
        "label": "695",
        "long": "Szigethalom, aut. \u00e1ll. - Csillag u. - Ny\u00e1r u. - T\u00f6k\u00f6li Parkerd\u0151 - Szigethalom, aut. \u00e1ll.",
        "short": "695",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-696",
        "label": "696",
        "long": "Szigethalom, aut. \u00e1ll. - Csillag u. - Ny\u00e1r u. - T\u00f6k\u00f6li Parkerd\u0151 - Szigethalom, aut. \u00e1ll.",
        "short": "696",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6960",
        "label": "6960",
        "long": "Szentgotth\u00e1rd - Gasztony",
        "short": "6960",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6961",
        "label": "6961",
        "long": "Szentgotth\u00e1rd - Nemesmedves",
        "short": "6961",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-697",
        "label": "697",
        "long": "R\u00e1ckeve - Szigetbecse - Mak\u00e1d - L\u00f3r\u00e9v",
        "short": "697",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6970",
        "label": "6970",
        "long": "Szentgotth\u00e1rd - Cs\u00f6r\u00f6tnek - \u0150riszentp\u00e9ter - Baj\u00e1nsenye",
        "short": "6970",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6971",
        "label": "6971",
        "long": "Szentgotth\u00e1rd - R\u00e1bagyarmat - R\u00e1t\u00f3t",
        "short": "6971",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6973",
        "label": "6973",
        "long": "\u0150riszentp\u00e9ter - Velem\u00e9r",
        "short": "6973",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6976",
        "label": "6976",
        "long": "Szentgotth\u00e1rd - M\u00e1ria\u00fajfalu - Farkasfa - Orfalu",
        "short": "6976",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6977",
        "label": "6977",
        "long": "Szentgotth\u00e1rd - M\u00e1ria\u00fajfalu - K\u00e9tv\u00f6lgy",
        "short": "6977",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6979",
        "label": "6979",
        "long": "Szentgotth\u00e1rd - Zsidahegy/Ipari park",
        "short": "6979",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-698",
        "label": "698",
        "long": "R\u00e1ckeve - L\u00f3r\u00e9v",
        "short": "698",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-6990",
        "label": "6990",
        "long": "Szentgotth\u00e1rd - Als\u00f3sz\u00f6ln\u00f6k - Fels\u0151sz\u00f6ln\u00f6k",
        "short": "6990",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-700",
        "label": "700",
        "long": "Budapest, Budat\u00e9t\u00e9ny - \u00c9rd",
        "short": "700",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7002",
        "label": "7002",
        "long": "Gy\u0151r - V\u00e1mosszabadi",
        "short": "7002",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7003",
        "label": "7003",
        "long": "Gy\u0151r - V\u00e1mosszabadi - Nagybajcs - V\u00e9nek - Gy\u0151r",
        "short": "7003",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7004",
        "label": "7004",
        "long": "Gy\u0151r - V\u00e9nek - Nagybajcs - V\u00e1mosszabadi - Gy\u0151r",
        "short": "7004",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7005",
        "label": "7005",
        "long": "Gy\u0151r - Nagybajcs - V\u00e9nek",
        "short": "7005",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7007",
        "label": "7007",
        "long": "Gy\u0151r - G\u00f6ny\u0171 - Nagyszentj\u00e1nos",
        "short": "7007",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7008",
        "label": "7008",
        "long": "Gy\u0151r - G\u00f6ny\u0171",
        "short": "7008",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7009",
        "label": "7009",
        "long": "Gy\u0151r(Ipari Park)-G\u00f6ny\u0171-Nagyszentj\u00e1nos",
        "short": "7009",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7010",
        "label": "7010",
        "long": "Gy\u0151r - R\u00e9talap - B\u00e1bolna",
        "short": "7010",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7012",
        "label": "7012",
        "long": "Gy\u0151r - B\u0151ny - R\u00e9talap - Mez\u0151\u00f6rs",
        "short": "7012",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7013",
        "label": "7013",
        "long": "Gy\u0151r - T\u00e9ny\u0151",
        "short": "7013",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7014",
        "label": "7014",
        "long": "Gy\u0151r - Gy\u0151r\u00fajbar\u00e1t-hegy - P\u00e1patesz\u00e9r",
        "short": "7014",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7017",
        "label": "7017",
        "long": "Ny\u00fal - Pannonhalma - Gy\u0151rs\u00e1g - Mez\u0151\u00f6rs",
        "short": "7017",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7018",
        "label": "7018",
        "long": "Pannonhalma - Gy\u0151rs\u00e1g - T\u00e1p - Veszpr\u00e9mvars\u00e1ny",
        "short": "7018",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7019",
        "label": "7019",
        "long": "Gy\u0151r - Gy\u0151rszemere",
        "short": "7019",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-702",
        "label": "702",
        "long": "Martonv\u00e1s\u00e1r - Baracska - V\u00e1l - Bicske",
        "short": "702",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7020",
        "label": "7020",
        "long": "Gy\u0151r - Mez\u0151\u00f6rs - Kisb\u00e9r - Bakonyszombathely",
        "short": "7020",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7021",
        "label": "7021",
        "long": "Gy\u0151r - Kisb\u00e9r - M\u00f3r",
        "short": "7021",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7022",
        "label": "7022",
        "long": "Gy\u0151r - Mez\u0151\u00f6rs - Bakonyszombathely",
        "short": "7022",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7023",
        "label": "7023",
        "long": "Gy\u0151r - Nyalka - T\u00e1pszentmikl\u00f3s",
        "short": "7023",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7024",
        "label": "7024",
        "long": "Gy\u0151r - T\u00e1p - Bakonyszombathely",
        "short": "7024",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7025",
        "label": "7025",
        "long": "Gy\u0151r - Gy\u0151rs\u00e1g - T\u00e1pszentmikl\u00f3s",
        "short": "7025",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7027",
        "label": "7027",
        "long": "Feny\u0151f\u0151-Sik\u00e1tor-L\u00e1zi-Bakonyp\u00e9terd-Pannonhalma",
        "short": "7027",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7028",
        "label": "7028",
        "long": "Feny\u0151f\u0151-Sik\u00e1tor-T\u00e1p-Gy\u0151rs\u00e1g-Pannonhalma",
        "short": "7028",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7029",
        "label": "7029",
        "long": "Sik\u00e1tor - Veszpr\u00e9mvars\u00e1ny - L\u00e1zi - Bakonyszentl\u00e1szl\u00f3",
        "short": "7029",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-703",
        "label": "703",
        "long": "Martonv\u00e1s\u00e1r - Tordas - Gy\u00far\u00f3",
        "short": "703",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7030",
        "label": "7030",
        "long": "Gy\u0151r - Pannonhalma - Ravazd - Gy\u0151rasszonyfa",
        "short": "7030",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7031",
        "label": "7031",
        "long": "Gy\u0151r - Ravazd - L\u00e1zi - Veszpr\u00e9mvars\u00e1ny - Sik\u00e1tor",
        "short": "7031",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7032",
        "label": "7032",
        "long": "Gy\u0151r - Ravazd -  Rom\u00e1nd - Bakonyszentl\u00e1szl\u00f3",
        "short": "7032",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7033",
        "label": "7033",
        "long": "Gy\u0151r - L\u00e1zi - Rom\u00e1nd - Bakonyszentl\u00e1szl\u00f3 - Dudar/Zirc - Veszpr\u00e9m",
        "short": "7033",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7034",
        "label": "7034",
        "long": "Gy\u0151r - Gy\u0151r\u00fajbar\u00e1t-hegy,gyermekt\u00e1bor",
        "short": "7034",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7035",
        "label": "7035",
        "long": "Gy\u0151r - Gy\u0151r\u00fajbar\u00e1t - Ny\u00fal",
        "short": "7035",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7036",
        "label": "7036",
        "long": "Gy\u0151r - Gy\u0151r\u00fajbar\u00e1t-hegy",
        "short": "7036",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7037",
        "label": "7037",
        "long": "Gy\u0151r - T\u00e9t - Csikv\u00e1nd - Szany",
        "short": "7037",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7038",
        "label": "7038",
        "long": "Gy\u0151r - Koronc\u00f3 - T\u00e9t/M\u00f3richida",
        "short": "7038",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7039",
        "label": "7039",
        "long": "Gy\u0151r,Audi-gy\u00e1r - Gy\u0151r\u00fajbar\u00e1t-hegy/Kaj\u00e1rp\u00e9c",
        "short": "7039",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-704",
        "label": "704",
        "long": "Sz\u00e1zhalombatta - Ercsi - Martonv\u00e1s\u00e1r",
        "short": "704",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7040",
        "label": "7040",
        "long": "Gy\u0151r - T\u00e9ny\u0151 - Sokor\u00f3p\u00e1tka - Gic - P\u00e1patesz\u00e9r",
        "short": "7040",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7041",
        "label": "7041",
        "long": "Gy\u0151r-Felp\u00e9c-Kaj\u00e1rp\u00e9c-Gy\u00f6m\u00f6re-T\u00e9t",
        "short": "7041",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7042",
        "label": "7042",
        "long": "Gy\u0151r - T\u00e9t - M\u00f3richida/Csikv\u00e1nd",
        "short": "7042",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7043",
        "label": "7043",
        "long": "Gy\u0151r - Koronc\u00f3",
        "short": "7043",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7045",
        "label": "7045",
        "long": "Gy\u00f6m\u00f6re - Felp\u00e9c - Kaj\u00e1rp\u00e9c",
        "short": "7045",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7046",
        "label": "7046",
        "long": "Gy\u0151r - T\u00e9t - Gy\u00f6m\u00f6re - Szerecseny - Gecse",
        "short": "7046",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7047",
        "label": "7047",
        "long": "Gy\u0151r/Szerecseny - T\u00e9t - Csikv\u00e1nd - Szerecseny",
        "short": "7047",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7048",
        "label": "7048",
        "long": "Gy\u0151r - T\u00e9t - Gyarmat - Csikv\u00e1nd",
        "short": "7048",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7049",
        "label": "7049",
        "long": "Gy\u0151r - T\u00e9t - Csikv\u00e1nd - Szerecseny",
        "short": "7049",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-705",
        "label": "705",
        "long": "Budapest - Sz\u00e1zhalombatta - Ercsi - Adony - Duna\u00fajv\u00e1ros",
        "short": "705",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7050",
        "label": "7050",
        "long": "Gy\u0151r - T\u00e9t - Szany - V\u00e1g",
        "short": "7050",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7051",
        "label": "7051",
        "long": "Gy\u0151r - T\u00e9t - Szany - Csorna",
        "short": "7051",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7052",
        "label": "7052",
        "long": "Gy\u0151r - T\u00e9t - Egyed - Csorna",
        "short": "7052",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7053",
        "label": "7053",
        "long": "Gy\u0151r - T\u00e9t - Kisbabot - Csorna",
        "short": "7053",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7054",
        "label": "7054",
        "long": "Gy\u0151r - Enese - Kisbabot - Szany",
        "short": "7054",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7055",
        "label": "7055",
        "long": "Gy\u0151r - Ikr\u00e9ny - R\u00e1bapatona",
        "short": "7055",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7056",
        "label": "7056",
        "long": "Gy\u0151r - Enese - Kisbabot - Egyed - Csorna",
        "short": "7056",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7057",
        "label": "7057",
        "long": "Gy\u0151r - T\u00e9t - \u00c1rp\u00e1s - Enese - Gy\u0151r",
        "short": "7057",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7058",
        "label": "7058",
        "long": "Gy\u0151r,Audi-gy\u00e1r - Ikr\u00e9ny - R\u00e1bapatona",
        "short": "7058",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7059",
        "label": "7059",
        "long": "Gy\u0151r - B\u00e1gyogszov\u00e1t - Kisbabot",
        "short": "7059",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7060",
        "label": "7060",
        "long": "Gy\u0151r - R\u00e1bapatona - Kisbabot - Bodonhely - Csorna",
        "short": "7060",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7061",
        "label": "7061",
        "long": "Gy\u0151r - Csorna - Szil - Beled",
        "short": "7061",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7063",
        "label": "7063",
        "long": "Gy\u0151r - Csorna - R\u00e1bapord\u00e1ny - R\u00e1bacsanak/Egyed - Szany",
        "short": "7063",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7065",
        "label": "7065",
        "long": "Gy\u0151r - Enese - Kisbabot - M\u00f3richida - \u00c1rp\u00e1s/T\u00e9t",
        "short": "7065",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7068",
        "label": "7068",
        "long": "Gy\u0151r - Csorna - Kapuv\u00e1r - Fert\u0151szentmikl\u00f3s - Fert\u0151d",
        "short": "7068",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7069",
        "label": "7069",
        "long": "Gy\u0151r, Audi-gy\u00e1r - Csorna - Kapuv\u00e1r",
        "short": "7069",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-707",
        "label": "707",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - Sukor\u00f3 - Velence - Sukor\u00f3 - Sz\u00e9kesfeh\u00e9rv\u00e1r",
        "short": "707",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7070",
        "label": "7070",
        "long": "Gy\u0151r - Enese - K\u00f3ny - Csorna",
        "short": "7070",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7071",
        "label": "7071",
        "long": "Gy\u0151r - Csorna - Kapuv\u00e1r - Sopron",
        "short": "7071",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7072",
        "label": "7072",
        "long": "Gy\u0151r - Csorna - Kapuv\u00e1r - Pet\u0151h\u00e1za - Sopron",
        "short": "7072",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7073",
        "label": "7073",
        "long": "Gy\u0151r - Csorna - Kapuv\u00e1r - Fert\u0151d - Sopron",
        "short": "7073",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7074",
        "label": "7074",
        "long": "Gy\u0151r - Csorna - Bogyoszl\u00f3 - Magyarkereszt\u00far - Kapuv\u00e1r",
        "short": "7074",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7075",
        "label": "7075",
        "long": "Gy\u0151r - Barbacs - B\u0151s\u00e1rk\u00e1ny - F\u00f6ldsziget",
        "short": "7075",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7077",
        "label": "7077",
        "long": "Gy\u0151r - L\u00e9b\u00e9ny - B\u0151s\u00e1rk\u00e1ny - F\u00f6ldsziget",
        "short": "7077",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7079",
        "label": "7079",
        "long": "Gy\u0151r - Csorna - Bogyoszl\u00f3 - Beled",
        "short": "7079",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-708",
        "label": "708",
        "long": "Budapest - \u00c9rd - Sz\u00e1zhalombatta",
        "short": "708",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7080",
        "label": "7080",
        "long": "Gy\u0151r - Enese - T\u00e1rnokr\u00e9ti - B\u0151s\u00e1rk\u00e1ny - Csorna",
        "short": "7080",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7082",
        "label": "7082",
        "long": "Gy\u0151r - B\u00f6rcs",
        "short": "7082",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7083",
        "label": "7083",
        "long": "Gy\u0151r - \u00d6ttev\u00e9ny - Kunsziget - Mecs\u00e9r",
        "short": "7083",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7084",
        "label": "7084",
        "long": "Gy\u0151r - L\u00e9b\u00e9ny - B\u0151s\u00e1rk\u00e1ny - Csorna",
        "short": "7084",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7085",
        "label": "7085",
        "long": "Gy\u0151r - Mosonszentmikl\u00f3s - L\u00e9b\u00e9ny",
        "short": "7085",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7086",
        "label": "7086",
        "long": "Gy\u0151r - \u00d6ttev\u00e9ny - Mosonmagyar\u00f3v\u00e1r",
        "short": "7086",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7087",
        "label": "7087",
        "long": "Gy\u0151r - Dunaszeg - Mecs\u00e9r - H\u00e9derv\u00e1r - Darn\u00f3zseli",
        "short": "7087",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7088",
        "label": "7088",
        "long": "Gy\u0151r - H\u00e9derv\u00e1r - Lip\u00f3t - Darn\u00f3zseli",
        "short": "7088",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7089",
        "label": "7089",
        "long": "Mecs\u00e9r - Moson\u00fajhely - L\u00e9b\u00e9ny - Mosonszentmikl\u00f3s, v\u00e1. - L\u00e9b\u00e9ny",
        "short": "7089",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-709",
        "label": "709",
        "long": "Budapest - \u00c9rd - Sz\u00e1zhalombatta",
        "short": "709",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7090",
        "label": "7090",
        "long": "Gy\u0151r - \u00c1sv\u00e1nyr\u00e1r\u00f3 - Darn\u00f3zseli - Mosonmagyar\u00f3v\u00e1r",
        "short": "7090",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7092",
        "label": "7092",
        "long": "L\u00e9b\u00e9ny - Moson\u00fajhely",
        "short": "7092",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7098",
        "label": "7098",
        "long": "Gy\u0151r - Dunaszeg - Darn\u00f3zseli - Mosonmagyar\u00f3v\u00e1r",
        "short": "7098",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7099",
        "label": "7099",
        "long": "Gy\u0151r - Dunaszeg - Dunaszentp\u00e1l - Darn\u00f3zseli - Mosonmagyar\u00f3v\u00e1r",
        "short": "7099",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-710",
        "label": "710",
        "long": "Budapest - \u00c9rd - Sz\u00e1zhalombatta",
        "short": "710",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7105",
        "label": "7105",
        "long": "Gy\u0151r - Gy\u0151rs\u00f6v\u00e9nyh\u00e1z - Markotab\u00f6d\u00f6ge - K\u00f3ny - Csorna",
        "short": "7105",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7106",
        "label": "7106",
        "long": "Csorna - Markotab\u00f6d\u00f6ge - Cak\u00f3h\u00e1za",
        "short": "7106",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7107",
        "label": "7107",
        "long": "Csorna - Enese - Markotab\u00f6d\u00f6ge",
        "short": "7107",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7108",
        "label": "7108",
        "long": "Csorna - K\u00f3ny - Enese - M\u00f3richida - T\u00e9t",
        "short": "7108",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7110",
        "label": "7110",
        "long": "Csorna - B\u00e1gyogszov\u00e1t - Kisbabot - M\u00f3richida",
        "short": "7110",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7115",
        "label": "7115",
        "long": "Csorna - D\u00f6r - Egyed - \u00c1rp\u00e1s",
        "short": "7115",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7116",
        "label": "7116",
        "long": "Csorna - D\u00f6r - Egyed - R\u00e1bacsanak/Sobor - Szany",
        "short": "7116",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7118",
        "label": "7118",
        "long": "Csorna - Szany - V\u00e1g",
        "short": "7118",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-712",
        "label": "712",
        "long": "Budapest - \u00c9rd - Sz\u00e1zhalombatta",
        "short": "712",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7122",
        "label": "7122",
        "long": "Csorna - Szany - Sobor",
        "short": "7122",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7127",
        "label": "7127",
        "long": "Csorna - V\u00e1g - Szany",
        "short": "7127",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7135",
        "label": "7135",
        "long": "Csorna - Szil - V\u00e1g - Kemenesszentp\u00e9ter/R\u00e1basebes - Szany",
        "short": "7135",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7138",
        "label": "7138",
        "long": "Csorna - Szil - Beled/R\u00e1basebes",
        "short": "7138",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7139",
        "label": "7139",
        "long": "Csorna - Far\u00e1d",
        "short": "7139",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7140",
        "label": "7140",
        "long": "Csorna - Bogyoszl\u00f3 - Magyarkereszt\u00far - Beled",
        "short": "7140",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7146",
        "label": "7146",
        "long": "Csorna - B\u0151s\u00e1rk\u00e1ny - F\u00f6ldsziget - T\u00e1rnokr\u00e9ti",
        "short": "7146",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-715",
        "label": "715",
        "long": "Budapest - \u00c9rd - Sz\u00e1zhalombatta",
        "short": "715",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7155",
        "label": "7155",
        "long": "Kapuv\u00e1r - Osli - T\u0151zegy\u00e1rmajor",
        "short": "7155",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7157",
        "label": "7157",
        "long": "Kapuv\u00e1r - Veszk\u00e9ny - Sz\u00e1rf\u00f6ld",
        "short": "7157",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7158",
        "label": "7158",
        "long": "Kapuv\u00e1r - Veszk\u00e9ny - \u00d6nt\u00e9smajor - Kapuv\u00e1r",
        "short": "7158",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-716",
        "label": "716",
        "long": "Velence - G\u00e1rdony - Zichy\u00fajfalu",
        "short": "716",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7160",
        "label": "7160",
        "long": "Kapuv\u00e1r - Jobah\u00e1za - Magyarkereszt\u00far",
        "short": "7160",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7164",
        "label": "7164",
        "long": "Kapuv\u00e1r - Mih\u00e1lyi - R\u00e1bakec\u00f6l - S\u00e1rv\u00e1r",
        "short": "7164",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7165",
        "label": "7165",
        "long": "Kapuv\u00e1r - Mih\u00e1lyi - R\u00e1bakec\u00f6l/R\u00e9pcelak",
        "short": "7165",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-717",
        "label": "717",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - Lovasber\u00e9ny - Vereb - K\u00e1poln\u00e1sny\u00e9k",
        "short": "717",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7170",
        "label": "7170",
        "long": "Kapuv\u00e1r - H\u00f6vej - D\u00e9nesfa - R\u00e9pceszemere/R\u00e9pcelak",
        "short": "7170",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7173",
        "label": "7173",
        "long": "Kapuv\u00e1r - Himod - D\u00e9nesfa - Beled",
        "short": "7173",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7174",
        "label": "7174",
        "long": "Kapuv\u00e1r - Fert\u0151szentmikl\u00f3s/Fert\u0151d",
        "short": "7174",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7176",
        "label": "7176",
        "long": "Kapuv\u00e1r - Beled - D\u00e9nesfa - Iv\u00e1n",
        "short": "7176",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-718",
        "label": "718",
        "long": "K\u00e1poln\u00e1sny\u00e9k - P\u00e1zm\u00e1nd - Vereb",
        "short": "718",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-719",
        "label": "719",
        "long": "Velence - K\u00e1poln\u00e1sny\u00e9k",
        "short": "719",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7192",
        "label": "7192",
        "long": "Kapuv\u00e1r - Fert\u0151d - Fert\u0151szentmikl\u00f3s",
        "short": "7192",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7193",
        "label": "7193",
        "long": "Kapuv\u00e1r - Fert\u0151d - Fert\u0151szentmikl\u00f3s - Pet\u0151h\u00e1za - Cir\u00e1k",
        "short": "7193",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7196",
        "label": "7196",
        "long": "Kapuv\u00e1r - Fert\u0151szentmikl\u00f3s/Pet\u0151h\u00e1za",
        "short": "7196",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-720",
        "label": "720",
        "long": "Budapest - Di\u00f3sd - \u00c9rd",
        "short": "720",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7205",
        "label": "7205",
        "long": "Sopron - Fert\u0151r\u00e1kos",
        "short": "7205",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7207",
        "label": "7207",
        "long": "Sopron - Nagycenk - Kapuv\u00e1r - R\u00e1bakec\u00f6l",
        "short": "7207",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7208",
        "label": "7208",
        "long": "Sopron - Fert\u0151d - Pet\u0151h\u00e1za",
        "short": "7208",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7209",
        "label": "7209",
        "long": "Sopron - Balf - K\u00f3ph\u00e1za",
        "short": "7209",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-721",
        "label": "721",
        "long": "\u00c9rd-S\u00f3sk\u00fat-Biatorb\u00e1gy, BIT",
        "short": "721",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7210",
        "label": "7210",
        "long": "Sopron - Fert\u0151d - Kapuv\u00e1r",
        "short": "7210",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7211",
        "label": "7211",
        "long": "Sopron - Kapuv\u00e1r - Csorna - Mosonmagyar\u00f3v\u00e1r",
        "short": "7211",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7212",
        "label": "7212",
        "long": "Sopron - Balf - Kapuv\u00e1r - Csorna - Gy\u0151r",
        "short": "7212",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7213",
        "label": "7213",
        "long": "Kapuv\u00e1r - Fert\u0151d - Kapuv\u00e1r",
        "short": "7213",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7214",
        "label": "7214",
        "long": "Eberg\u0151c - Fert\u0151d",
        "short": "7214",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7216",
        "label": "7216",
        "long": "Fert\u0151d - Eberg\u0151c - R\u00f6jt\u00f6kmuzsaj - Csapod",
        "short": "7216",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7218",
        "label": "7218",
        "long": "Sopron - Nagycenk - Fert\u0151szentmikl\u00f3s - Fert\u0151d",
        "short": "7218",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7219",
        "label": "7219",
        "long": "Sopron - Eberg\u0151c - R\u00f6jt\u00f6kmuzsaj - R\u00e9pceszemere - Cir\u00e1k",
        "short": "7219",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-722",
        "label": "722",
        "long": "Budapest - \u00c9rd - S\u00f3sk\u00fat - Pusztaz\u00e1mor",
        "short": "722",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7220",
        "label": "7220",
        "long": "Sopron - R\u00f6jt\u00f6kmuzsaj/Fert\u0151szentmikl\u00f3s - R\u00e9pcelak",
        "short": "7220",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7224",
        "label": "7224",
        "long": "Sopron - Csapod - Cir\u00e1k - Beled",
        "short": "7224",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7225",
        "label": "7225",
        "long": "Sopron - Pereszteg - Nagyl\u00f3zs - L\u00f6v\u0151",
        "short": "7225",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7228",
        "label": "7228",
        "long": "Sopron - \u00dajk\u00e9r - Egyh\u00e1zasfalu - Simas\u00e1g - R\u00e9pcelak",
        "short": "7228",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7229",
        "label": "7229",
        "long": "Nagyl\u00f3zs - Simas\u00e1g",
        "short": "7229",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7230",
        "label": "7230",
        "long": "Sopron - L\u00f6v\u0151 - \u00dajk\u00e9r - Iv\u00e1n",
        "short": "7230",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7231",
        "label": "7231",
        "long": "Sopron - \u00dajk\u00e9r - Sopronhorp\u00e1cs - Zsira - Szakony",
        "short": "7231",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7235",
        "label": "7235",
        "long": "Sopron - L\u00f6v\u0151 - Sopronhorp\u00e1cs - Szakony",
        "short": "7235",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-724",
        "label": "724",
        "long": "Budapest - M7 - S\u00f3sk\u00fat - Pusztaz\u00e1mor",
        "short": "724",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7242",
        "label": "7242",
        "long": "Sopron - Harka",
        "short": "7242",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7246",
        "label": "7246",
        "long": "Sopron - \u00c1gfalva",
        "short": "7246",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-725",
        "label": "725",
        "long": "Budapest - Di\u00f3sdliget - Di\u00f3sd - Budapest",
        "short": "725",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7252",
        "label": "7252",
        "long": "Mosonmagyar\u00f3v\u00e1r - Dunakiliti - Tejfalusziget",
        "short": "7252",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7253",
        "label": "7253",
        "long": "Mosonmagyar\u00f3v\u00e1r - Dunasziget - Tejfalusziget - Mosonmagyar\u00f3v\u00e1r",
        "short": "7253",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7254",
        "label": "7254",
        "long": "Mosonmagyar\u00f3v\u00e1r - Hal\u00e1szi - Dunasziget - Tejfalusziget",
        "short": "7254",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7255",
        "label": "7255",
        "long": "Mosonmagyar\u00f3v\u00e1r - Dunasziget - Rajka",
        "short": "7255",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7256",
        "label": "7256",
        "long": "Mosonmagyar\u00f3v\u00e1r - Lip\u00f3t - H\u00e9derv\u00e1r - Mecs\u00e9r",
        "short": "7256",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7258",
        "label": "7258",
        "long": "Mosonmagyar\u00f3v\u00e1r - Lip\u00f3t - Darn\u00f3zseli - \u00c1sv\u00e1nyr\u00e1r\u00f3 - Mecs\u00e9r",
        "short": "7258",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-727",
        "label": "727",
        "long": "Budapest - Di\u00f3sdliget - Di\u00f3sd - Budapest",
        "short": "727",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7270",
        "label": "7270",
        "long": "Mosonmagyar\u00f3v\u00e1r - Darn\u00f3zseli - \u00c1sv\u00e1nyr\u00e1r\u00f3",
        "short": "7270",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7273",
        "label": "7273",
        "long": "Mosonmagyar\u00f3v\u00e1r - M\u00e1riak\u00e1lnok - Darn\u00f3zseli - \u00c1sv\u00e1nyr\u00e1r\u00f3",
        "short": "7273",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7275",
        "label": "7275",
        "long": "Mosonmagyar\u00f3v\u00e1r - Kimle - Nov\u00e1kpuszta",
        "short": "7275",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7281",
        "label": "7281",
        "long": "Mosonmagyar\u00f3v\u00e1r - J\u00e1nossomorja - Albertk\u00e1zm\u00e9rpuszta",
        "short": "7281",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7282",
        "label": "7282",
        "long": "Mosonmagyar\u00f3v\u00e1r - J\u00e1nossomorja",
        "short": "7282",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7284",
        "label": "7284",
        "long": "Mosonmagyar\u00f3v\u00e1r - Mosonszolnok",
        "short": "7284",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7285",
        "label": "7285",
        "long": "Mosonszentmikl\u00f3s/Gy\u0151rs\u00f6v\u00e9nyh\u00e1z - L\u00e9b\u00e9ny - Mosonmagyar\u00f3v\u00e1r",
        "short": "7285",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7286",
        "label": "7286",
        "long": "Mosonmagyar\u00f3v\u00e1r - J\u00e1nossomorja - B\u0151s\u00e1rk\u00e1ny - Csorna",
        "short": "7286",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7287",
        "label": "7287",
        "long": "Mosonmagyar\u00f3v\u00e1r - Mosonszolnok - Csorna - Kapuv\u00e1r",
        "short": "7287",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-729",
        "label": "729",
        "long": "Budapest, M\u00f3ricz Zs. k\u00f6rt\u00e9r - Di\u00f3sd - \u00c9rd - Budapest, M\u00f3ricz Zs. k\u00f6rt\u00e9r",
        "short": "729",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7292",
        "label": "7292",
        "long": "Mosonmagyar\u00f3v\u00e1r - Lev\u00e9l - Hegyeshalom",
        "short": "7292",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7294",
        "label": "7294",
        "long": "Mosonmagyar\u00f3v\u00e1r - Bezenye - Rajka",
        "short": "7294",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7300",
        "label": "7300",
        "long": "Veszpr\u00e9m - Zirc",
        "short": "7300",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7301",
        "label": "7301",
        "long": "Veszpr\u00e9m - Zirc - Bakonyoszlop - Dudar",
        "short": "7301",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7302",
        "label": "7302",
        "long": "Veszpr\u00e9m - Zirc - Bakonys\u00e1g",
        "short": "7302",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7303",
        "label": "7303",
        "long": "Veszpr\u00e9m - Zirc - Bakonycsernye",
        "short": "7303",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7304",
        "label": "7304",
        "long": "Veszpr\u00e9m - Zirc - Bakonyn\u00e1na",
        "short": "7304",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7305",
        "label": "7305",
        "long": "Veszpr\u00e9m - Zirc - Dudar - Bakonyszentkir\u00e1ly",
        "short": "7305",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7306",
        "label": "7306",
        "long": "Veszpr\u00e9m - Zirc - Bakonyb\u00e9l",
        "short": "7306",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7307",
        "label": "7307",
        "long": "Veszpr\u00e9m - Zirc - Porva",
        "short": "7307",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7308",
        "label": "7308",
        "long": "J\u00e1sd - Zirc - Veszpr\u00e9m",
        "short": "7308",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7309",
        "label": "7309",
        "long": "Veszpr\u00e9m - Hajm\u00e1sk\u00e9r - P\u00e9tf\u00fcrd\u0151",
        "short": "7309",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-731",
        "label": "731",
        "long": "Budapest - Bp., Sasadi \u00fat - M7 - \u00c9rd, Riminy\u00e1ki u. - \u00c9rd",
        "short": "731",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7311",
        "label": "7311",
        "long": "Veszpr\u00e9m - Hajm\u00e1sk\u00e9r - V\u00e1rpalota",
        "short": "7311",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7313",
        "label": "7313",
        "long": "Veszpr\u00e9m - Hajm\u00e1sk\u00e9r - Sz\u00e9kesfeh\u00e9rv\u00e1r",
        "short": "7313",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7314",
        "label": "7314",
        "long": "Veszpr\u00e9m-\u00d6sk\u00fc-V\u00e1rpalota/P\u00e9tf\u00fcrd\u0151",
        "short": "7314",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7315",
        "label": "7315",
        "long": "Veszpr\u00e9m - V\u00e1rpalota - Sz\u00e9kesfeh\u00e9rv\u00e1r",
        "short": "7315",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7316",
        "label": "7316",
        "long": "Veszpr\u00e9m - S\u00f3ly - Berhida - Balatonf\u0151kaj\u00e1r",
        "short": "7316",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7317",
        "label": "7317",
        "long": "Veszpr\u00e9m - Berhida - V\u00e1rpalota",
        "short": "7317",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7318",
        "label": "7318",
        "long": "Veszpr\u00e9m-Papkeszi-F\u0171zf\u0151gy\u00e1rtelep-Balatonalm\u00e1di",
        "short": "7318",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7319",
        "label": "7319",
        "long": "Veszpr\u00e9m - Berhida - \u0150si",
        "short": "7319",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-732",
        "label": "732",
        "long": "Budapest / \u00c9rd, Bem t\u00e9r - \u00c9rd, Iparos u. - \u00c9rd, Bem t\u00e9r - \u00c9rd, aut. \u00e1ll. / Budapest",
        "short": "732",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7320",
        "label": "7320",
        "long": "Veszpr\u00e9m - Balatonf\u0171zf\u0151",
        "short": "7320",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7321",
        "label": "7321",
        "long": "Veszpr\u00e9m - Balatonvil\u00e1gos - Enying",
        "short": "7321",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7322",
        "label": "7322",
        "long": "Veszpr\u00e9m - Balatonf\u0171zf\u0151 - Balatonakarattya",
        "short": "7322",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7323",
        "label": "7323",
        "long": "Veszpr\u00e9m - Balatonf\u0171zf\u0151 - K\u00fcng\u00f6s",
        "short": "7323",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7324",
        "label": "7324",
        "long": "Veszpr\u00e9m - Balatonkenese - Si\u00f3fok",
        "short": "7324",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7325",
        "label": "7325",
        "long": "Veszpr\u00e9m - Balatonalm\u00e1di - Si\u00f3fok",
        "short": "7325",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7326",
        "label": "7326",
        "long": "Veszpr\u00e9m - F\u0171zf\u0151gy\u00e1rtelep - Balatonalm\u00e1di",
        "short": "7326",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-733",
        "label": "733",
        "long": "Budapest / \u00c9rd, Bem t\u00e9r - \u00c9rd, Iparos u. - \u00c9rd, Bem t\u00e9r - \u00c9rd, aut. \u00e1ll. / Budapest",
        "short": "733",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7332",
        "label": "7332",
        "long": "Veszpr\u00e9m - Szentkir\u00e1lyszabadja - Balatonalm\u00e1di - F\u0171zf\u0151gy\u00e1rtelep",
        "short": "7332",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7333",
        "label": "7333",
        "long": "Veszpr\u00e9m - Szentkir\u00e1lyszabadja - Balatonalm\u00e1di, K\u00e1ptalanf\u00fcred",
        "short": "7333",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7335",
        "label": "7335",
        "long": "Veszpr\u00e9m - Szentkir\u00e1lyszabadja - Balatonalm\u00e1di",
        "short": "7335",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7338",
        "label": "7338",
        "long": "Veszpr\u00e9m - Szentkir\u00e1lyszabadja - Balatonalm\u00e1di - Als\u00f3\u00f6rs - Balatonf\u00fcred",
        "short": "7338",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-734",
        "label": "734",
        "long": "Budapest - M7 - \u00c9rd, L\u0151csei u. - \u00c9rd",
        "short": "734",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7341",
        "label": "7341",
        "long": "Veszpr\u00e9m - Fels\u0151\u00f6rs - Balatonalm\u00e1di",
        "short": "7341",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7342",
        "label": "7342",
        "long": "Veszpr\u00e9m - Fels\u0151\u00f6rs - Als\u00f3\u00f6rs",
        "short": "7342",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7344",
        "label": "7344",
        "long": "Veszpr\u00e9m - Fels\u0151\u00f6rs - Als\u00f3\u00f6rs - Csopak - Balatonf\u00fcred",
        "short": "7344",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7345",
        "label": "7345",
        "long": "Veszpr\u00e9m - Fels\u0151\u00f6rs - Csopak - Balatonf\u00fcred",
        "short": "7345",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7346",
        "label": "7346",
        "long": "Veszpr\u00e9m - Fels\u0151\u00f6rs - Als\u00f3\u00f6rs - Csopak - Balatonf\u00fcred",
        "short": "7346",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7348",
        "label": "7348",
        "long": "Veszpr\u00e9m - Fels\u0151\u00f6rs - Als\u00f3\u00f6rs - Csopak - Balatonf\u00fcred - D\u00f6rgicse",
        "short": "7348",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-735",
        "label": "735",
        "long": "Budapest - M7 - \u00c9rd, Riminy\u00e1ki u. - \u00c9rd",
        "short": "735",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7350",
        "label": "7350",
        "long": "Veszpr\u00e9m - Csopak - Balatonf\u00fcred",
        "short": "7350",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7352",
        "label": "7352",
        "long": "Veszpr\u00e9m - Csopak - Balatonf\u00fcred",
        "short": "7352",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7353",
        "label": "7353",
        "long": "Veszpr\u00e9m - Csopak - Balatonf\u00fcred",
        "short": "7353",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7355",
        "label": "7355",
        "long": "Veszpr\u00e9m - Balatonf\u00fcred - Tihany - Balatonf\u00fcred",
        "short": "7355",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7357",
        "label": "7357",
        "long": "Veszpr\u00e9m - Balatonf\u00fcred - Badacsonytomaj - Tapolca - Keszthely",
        "short": "7357",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7358",
        "label": "7358",
        "long": "Veszpr\u00e9m - Csopak - Balatonf\u00fcred - D\u00f6rgicse",
        "short": "7358",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-736",
        "label": "736",
        "long": "Budapest - M7 - \u00c9rd, \u00dcrm\u00f6s u. - \u00c9rd",
        "short": "736",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7360",
        "label": "7360",
        "long": "Veszpr\u00e9m - Nagyv\u00e1zsony - Pula",
        "short": "7360",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7361",
        "label": "7361",
        "long": "Veszpr\u00e9m - Nemesv\u00e1mos - Veszpr\u00e9mfajsz",
        "short": "7361",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7363",
        "label": "7363",
        "long": "Veszpr\u00e9m - Nemesv\u00e1mos - Balatonf\u00fcred",
        "short": "7363",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7364",
        "label": "7364",
        "long": "Veszpr\u00e9m - T\u00f3tv\u00e1zsony - Balatonf\u00fcred",
        "short": "7364",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7366",
        "label": "7366",
        "long": "Veszpr\u00e9m - Nagyv\u00e1zsony - Monostorap\u00e1ti",
        "short": "7366",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7367",
        "label": "7367",
        "long": "Veszpr\u00e9m - Nagyv\u00e1zsony - Z\u00e1nka - K\u00f6vesk\u00e1l v\u00e1.",
        "short": "7367",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7369",
        "label": "7369",
        "long": "Veszpr\u00e9m - Z\u00e1nka - K\u00f6vesk\u00e1l v\u00e1. - Tapolca",
        "short": "7369",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7370",
        "label": "7370",
        "long": "Veszpr\u00e9m - Pula - Tapolca",
        "short": "7370",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7371",
        "label": "7371",
        "long": "Tapolca - Tali\u00e1nd\u00f6r\u00f6gd",
        "short": "7371",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7373",
        "label": "7373",
        "long": "Veszpr\u00e9m - Tapolca - S\u00fcmeg",
        "short": "7373",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7376",
        "label": "7376",
        "long": "Veszpr\u00e9m - Pula - Ajka",
        "short": "7376",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7381",
        "label": "7381",
        "long": "Veszpr\u00e9m - H\u00e1rsk\u00fat",
        "short": "7381",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7382",
        "label": "7382",
        "long": "H\u00e1rsk\u00fat - Herend",
        "short": "7382",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7383",
        "label": "7383",
        "long": "Veszpr\u00e9m - Szentg\u00e1l - \u00dark\u00fat - Ajka",
        "short": "7383",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7386",
        "label": "7386",
        "long": "Veszpr\u00e9m - Szentg\u00e1l - \u00dark\u00fat - Ajka - Tapolca",
        "short": "7386",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7387",
        "label": "7387",
        "long": "Veszpr\u00e9m - Ajka - Tapolca - R\u00e9vf\u00fcl\u00f6p",
        "short": "7387",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7388",
        "label": "7388",
        "long": "Veszpr\u00e9m - Herend - Szentg\u00e1l - \u00dark\u00fat - Ajka",
        "short": "7388",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-739",
        "label": "739",
        "long": "Budapest, M\u00f3ricz Zsigmond k\u00f6rt\u00e9r. - M7 - \u00c9rd, Riminy\u00e1ki u. - \u00c9rd",
        "short": "739",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7391",
        "label": "7391",
        "long": "Veszpr\u00e9m - V\u00e1rosl\u0151d - Bakonyj\u00e1k\u00f3 - P\u00e1pa",
        "short": "7391",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7395",
        "label": "7395",
        "long": "Veszpr\u00e9m - Herend - V\u00e1rosl\u0151d - Kisl\u0151d - Csehb\u00e1nya",
        "short": "7395",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7396",
        "label": "7396",
        "long": "Veszpr\u00e9m - Ajka - Devecser - S\u00fcmeg",
        "short": "7396",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7398",
        "label": "7398",
        "long": "Veszpr\u00e9m - Ajka - S\u00fcmeg - Zalaegerszeg",
        "short": "7398",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-740",
        "label": "740",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - Sukor\u00f3 - K\u00e1poln\u00e1sny\u00e9k",
        "short": "740",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7400",
        "label": "7400",
        "long": "Zirc - Bakonyszentkir\u00e1ly",
        "short": "7400",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7405",
        "label": "7405",
        "long": "Zirc - Bakonyszentkir\u00e1ly - Dudar - Zirc",
        "short": "7405",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7406",
        "label": "7406",
        "long": "Zirc - Cset\u00e9ny/Bakonyn\u00e1na - Bakonyszentkir\u00e1ly",
        "short": "7406",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-741",
        "label": "741",
        "long": "\u00c9rd - T\u00e1rnok",
        "short": "741",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7410",
        "label": "7410",
        "long": "Zirc - Dudar - Sz\u00e1p\u00e1r - Bakonycsernye",
        "short": "7410",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7412",
        "label": "7412",
        "long": "Zirc - Sz\u00e1p\u00e1r - J\u00e1sd",
        "short": "7412",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7413",
        "label": "7413",
        "long": "Zirc - Dudar - Bakonyn\u00e1na - Sz\u00e1p\u00e1r - J\u00e1sd",
        "short": "7413",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7416",
        "label": "7416",
        "long": "Zirc - Dudar - Bakonyn\u00e1na",
        "short": "7416",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7418",
        "label": "7418",
        "long": "Zirc - Olaszfalu,Fels\u0151perepuszta",
        "short": "7418",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-742",
        "label": "742",
        "long": "\u00c9rd - T\u00e1rnok",
        "short": "742",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7420",
        "label": "7420",
        "long": "Zirc - L\u00f3k\u00fat - Bakonyb\u00e9l",
        "short": "7420",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7426",
        "label": "7426",
        "long": "Zirc - Porva",
        "short": "7426",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7437",
        "label": "7437",
        "long": "Dudar - Zirc - Olaszfalu,Fels\u0151perepuszta",
        "short": "7437",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-744",
        "label": "744",
        "long": "\u00c9rd, TESCO / \u00c9rd, aut. \u00e1ll. - Kossuth L. u. - Feh\u00e9rv\u00e1ri \u00fat - \u00c9rd, aut. \u00e1ll. / \u00c9rd, TESCO",
        "short": "744",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7442",
        "label": "7442",
        "long": "Veszpr\u00e9mvars\u00e1ny - Bakonyszentl\u00e1szl\u00f3 - Feny\u0151f\u0151",
        "short": "7442",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-745",
        "label": "745",
        "long": "\u00c9rd, TESCO / \u00c9rd, aut. \u00e1ll. - Kossuth L. u. - Feh\u00e9rv\u00e1ri \u00fat - \u00c9rd, aut. \u00e1ll. / \u00c9rd, TESCO",
        "short": "745",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-747",
        "label": "747",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - Sukor\u00f3 - Velence - G\u00e1rdony - Sz\u00e9kesfeh\u00e9rv\u00e1r",
        "short": "747",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-748",
        "label": "748",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - Sukor\u00f3 - K\u00e1poln\u00e1sny\u00e9k - Vereb",
        "short": "748",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-749",
        "label": "749",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - Sukor\u00f3 - K\u00e1poln\u00e1sny\u00e9k - Martonv\u00e1s\u00e1r - Gy\u00far\u00f3",
        "short": "749",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-750",
        "label": "750",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - G\u00e1rdony - Velence - Pusztaszabolcs",
        "short": "750",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7501",
        "label": "7501",
        "long": "V\u00e1rpalota - T\u00e9s - J\u00e1sd - Sz\u00e1p\u00e1r",
        "short": "7501",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-751",
        "label": "751",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r-G\u00e1rdony-Velence-Szabadegyh\u00e1za-Velence-G\u00e1rdony-Sz\u00e9kesfeh\u00e9rv\u00e1r",
        "short": "751",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7515",
        "label": "7515",
        "long": "Cs\u00f3r/N\u00e1daslad\u00e1ny - V\u00e1rpalota",
        "short": "7515",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7521",
        "label": "7521",
        "long": "V\u00e1rpalota - Jen\u0151",
        "short": "7521",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7528",
        "label": "7528",
        "long": "V\u00e1rpalota - \u0150si - Berhida",
        "short": "7528",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7530",
        "label": "7530",
        "long": "V\u00e1rpalota - Berhida,Peremarton",
        "short": "7530",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7531",
        "label": "7531",
        "long": "V\u00e1rpalota - P\u00e9tf\u00fcrd\u0151",
        "short": "7531",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7532",
        "label": "7532",
        "long": "V\u00e1rpalota - Berhida - \u0150si",
        "short": "7532",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7533",
        "label": "7533",
        "long": "V\u00e1rpalota - Berhida - Balatonf\u0151kaj\u00e1r",
        "short": "7533",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7534",
        "label": "7534",
        "long": "V\u00e1rpalota - Berhida - Balatonf\u0171zf\u0151",
        "short": "7534",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7536",
        "label": "7536",
        "long": "V\u00e1rpalota - Berhida - Kir\u00e1lyszentistv\u00e1n",
        "short": "7536",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7538",
        "label": "7538",
        "long": "V\u00e1rpalota - Berhida,Peremarton - Papkeszi - F\u0171zf\u0151gy\u00e1rtelep",
        "short": "7538",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7542",
        "label": "7542",
        "long": "Berhida - Balatonf\u0151kaj\u00e1r",
        "short": "7542",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7543",
        "label": "7543",
        "long": "Berhida - Balatonf\u0151kaj\u00e1r - Balatonalm\u00e1di",
        "short": "7543",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-755",
        "label": "755",
        "long": "Buda\u00f6rs - T\u00f6r\u00f6kb\u00e1lint - \u00c9rd",
        "short": "755",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-756",
        "label": "756",
        "long": "Budapest - Buda\u00f6rs - T\u00f6r\u00f6kb\u00e1lint - \u00c9rd - Sz\u00e1zhalombatta",
        "short": "756",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-758",
        "label": "758",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - G\u00e1rdony - K\u00e1poln\u00e1sny\u00e9k - Vereb",
        "short": "758",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-759",
        "label": "759",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - G\u00e1rdony - Velence - Martonv\u00e1s\u00e1r",
        "short": "759",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-760",
        "label": "760",
        "long": "Budapest - Buda\u00f6rs - Biatorb\u00e1gy - Etyek - Bicske",
        "short": "760",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7600",
        "label": "7600",
        "long": "Balatonalm\u00e1di - F\u0171zf\u0151gy\u00e1rtelep",
        "short": "7600",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7602",
        "label": "7602",
        "long": "Balatonalm\u00e1di - K\u00fcng\u00f6s",
        "short": "7602",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7603",
        "label": "7603",
        "long": "Balatonalm\u00e1di - Berhida - Balatonf\u0151kaj\u00e1r - Balatonalm\u00e1di",
        "short": "7603",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7612",
        "label": "7612",
        "long": "Balatonalm\u00e1di-F\u0171zf\u0151gy\u00e1rtelep-S\u00f3ly/Vilonya-S\u00f3ly-Hajm\u00e1sk\u00e9r",
        "short": "7612",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7616",
        "label": "7616",
        "long": "Balatonf\u0151kaj\u00e1r-Berhida-F\u0171zf\u0151gy\u00e1rtelep-Balatonalm\u00e1di",
        "short": "7616",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-762",
        "label": "762",
        "long": "Budapest - Biatorb\u00e1gy, Vas\u00fat\u00e1llom\u00e1s - S\u00f3sk\u00fat",
        "short": "762",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-763",
        "label": "763",
        "long": "Budapest - Biatorb\u00e1gy - Etyek",
        "short": "763",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-764",
        "label": "764",
        "long": "Budapest, \u0150rmez\u0151 - Biatorb\u00e1gy, T\u00f3park",
        "short": "764",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7653",
        "label": "7653",
        "long": "Balatonf\u00fcred - Als\u00f3\u00f6rs - Balatonalm\u00e1di - F\u0171zf\u0151gy\u00e1rtelep",
        "short": "7653",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7654",
        "label": "7654",
        "long": "Balatonf\u00fcred - Lovas - Als\u00f3\u00f6rs - Balatonalm\u00e1di - F\u0171zf\u0151gy\u00e1rtelep",
        "short": "7654",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-766",
        "label": "766",
        "long": "Budapest - Biatorb\u00e1gy - Etyek - Bicske",
        "short": "766",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-767",
        "label": "767",
        "long": "Budapest - Biatorb\u00e1gy - Etyek - Bicske",
        "short": "767",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7671",
        "label": "7671",
        "long": "Balatonf\u00fcred - Balatonakali - D\u00f6rgicse v\u00e1. - R\u00e9vf\u00fcl\u00f6p - K\u0151v\u00e1g\u00f3\u00f6rs",
        "short": "7671",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7672",
        "label": "7672",
        "long": "Balatonf\u00fcred - Z\u00e1nka - Nagyv\u00e1zsony",
        "short": "7672",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7673",
        "label": "7673",
        "long": "Balatonf\u00fcred - P\u00e9csely - T\u00f3tv\u00e1zsony - Nagyv\u00e1zsony",
        "short": "7673",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7674",
        "label": "7674",
        "long": "Balatonf\u00fcred - Nagyv\u00e1zsony - Ajka",
        "short": "7674",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7675",
        "label": "7675",
        "long": "Balatonf\u00fcred - T\u00f3tv\u00e1zsony - Nagyv\u00e1zsony",
        "short": "7675",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7676",
        "label": "7676",
        "long": "Balatonf\u00fcred - T\u00f3tv\u00e1zsony - P\u00e9csely - D\u00f6rgicse",
        "short": "7676",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7682",
        "label": "7682",
        "long": "Balatonf\u00fcred - P\u00e9csely - Balatonakali - D\u00f6rgicse v\u00e1.",
        "short": "7682",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7683",
        "label": "7683",
        "long": "Balatonf\u00fcred - D\u00f6rgicse - Tihany",
        "short": "7683",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7686",
        "label": "7686",
        "long": "Balatonf\u00fcred - T\u00f3tv\u00e1zsony",
        "short": "7686",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-770",
        "label": "770",
        "long": "Budapest - M1 - Zs\u00e1mb\u00e9k - Tatab\u00e1nya - Kisb\u00e9r",
        "short": "770",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7700",
        "label": "7700",
        "long": "Tapolca - Nyir\u00e1d - Devecser",
        "short": "7700",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7701",
        "label": "7701",
        "long": "Tapolca - Devecser - Nagyal\u00e1sony - P\u00e1pa",
        "short": "7701",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7702",
        "label": "7702",
        "long": "Tapolca - Gyulakeszi - K\u00e1ptalant\u00f3ti - K\u00f6vesk\u00e1l - Balatonhenye - R\u00e9vf\u00fcl\u00f6p",
        "short": "7702",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7703",
        "label": "7703",
        "long": "Tapolca - R\u00e9vf\u00fcl\u00f6p - Balatonhenye",
        "short": "7703",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7704",
        "label": "7704",
        "long": "Tapolca - K\u00f6vesk\u00e1l - R\u00e9vf\u00fcl\u00f6p",
        "short": "7704",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7705",
        "label": "7705",
        "long": "Tapolca - K\u0151v\u00e1g\u00f3\u00f6rs - K\u00f6vesk\u00e1l - R\u00e9vf\u00fcl\u00f6p/Balatonhenye",
        "short": "7705",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7706",
        "label": "7706",
        "long": "Tapolca - K\u00f6vesk\u00e1l - Z\u00e1nka - K\u00f6vesk\u00e1l v\u00e1.",
        "short": "7706",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7707",
        "label": "7707",
        "long": "Tapolca - Gyulakeszi - K\u00e1ptalant\u00f3ti - Badacsonytomaj - \u00c1brah\u00e1mhegy",
        "short": "7707",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7708",
        "label": "7708",
        "long": "Tapolca - Nemesgul\u00e1cs - Badacsonytomaj - \u00c1brah\u00e1mhegy - R\u00e9vf\u00fcl\u00f6p",
        "short": "7708",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7709",
        "label": "7709",
        "long": "Tapolca - Nemesgul\u00e1cs - \u00c1brah\u00e1mhegy - Salf\u00f6ld",
        "short": "7709",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7710",
        "label": "7710",
        "long": "Tapolca - Badacsonyt\u00f6rdemic - Szigliget v\u00e1. - Badacsony",
        "short": "7710",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7711",
        "label": "7711",
        "long": "Tapolca - Szigliget - Tapolca",
        "short": "7711",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7712",
        "label": "7712",
        "long": "Tapolca-K\u00f6vesk\u00e1l-Balatonhenye-Gyulakeszi-Tapolca",
        "short": "7712",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7721",
        "label": "7721",
        "long": "Tapolca-Balatongy\u00f6r\u00f6k-Keszthely-H\u00e9v\u00edz",
        "short": "7721",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7722",
        "label": "7722",
        "long": "Keszthely - H\u00e9v\u00edz - S\u00fcmeg - Tapolca",
        "short": "7722",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-773",
        "label": "773",
        "long": "Budapest - M1 - P\u00e1ty - Budajen\u0151 - Perb\u00e1l - Zs\u00e1mb\u00e9k",
        "short": "773",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7730",
        "label": "7730",
        "long": "Tapolca - Lesencetomaj - Lesencefalu",
        "short": "7730",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7731",
        "label": "7731",
        "long": "Tapolca-Lesencefalu-Nemesvita-Tapolca",
        "short": "7731",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7736",
        "label": "7736",
        "long": "Tapolca - Uzsa - S\u00fcmeg",
        "short": "7736",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-774",
        "label": "774",
        "long": "Budapest - M1 - P\u00e1ty - Budajen\u0151 - Perb\u00e1l - Zs\u00e1mb\u00e9k",
        "short": "774",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7742",
        "label": "7742",
        "long": "Tapolca - Nyir\u00e1d - Devecser",
        "short": "7742",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7744",
        "label": "7744",
        "long": "Z\u00e1nka - R\u00e9vf\u00fcl\u00f6p,v\u00e1. - K\u0151v\u00e1g\u00f3\u00f6rs - Balatonhenye",
        "short": "7744",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7746",
        "label": "7746",
        "long": "Badacsonyt\u00f6rdemic - \u00c1brah\u00e1mhegy - Salf\u00f6ld",
        "short": "7746",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-775",
        "label": "775",
        "long": "Budapest - M1 - Zs\u00e1mb\u00e9k - Gyermely",
        "short": "775",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7751",
        "label": "7751",
        "long": "S\u00fcmeg - Hoszt\u00f3t - J\u00e1nosh\u00e1za",
        "short": "7751",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7752",
        "label": "7752",
        "long": "S\u00fcmeg - Hoszt\u00f3t - Karak\u00f3sz\u00f6rcs\u00f6k,v.mh - Kerta - Kamond",
        "short": "7752",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7753",
        "label": "7753",
        "long": "S\u00fcmeg - J\u00e1nosh\u00e1za - Soml\u00f3v\u00e1s\u00e1rhely - Dabrony",
        "short": "7753",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7754",
        "label": "7754",
        "long": "S\u00fcmeg - Karak\u00f3sz\u00f6rcs\u00f6k - P\u00e1pa",
        "short": "7754",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7755",
        "label": "7755",
        "long": "S\u00fcmeg - Csabrendek,Nagyt\u00e1rk\u00e1ny - Nyir\u00e1d",
        "short": "7755",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7757",
        "label": "7757",
        "long": "S\u00fcmeg - Tapolca",
        "short": "7757",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7759",
        "label": "7759",
        "long": "S\u00fcmeg - S\u00fcmegpr\u00e1ga - S\u00fcmeg",
        "short": "7759",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-777",
        "label": "777",
        "long": "Budapest - M1 - Zs\u00e1mb\u00e9k - Bajna - Nagys\u00e1p",
        "short": "777",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7771",
        "label": "7771",
        "long": "S\u00fcmeg - Nagyg\u00f6rb\u0151 - Vindornyasz\u0151l\u0151s",
        "short": "7771",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7773",
        "label": "7773",
        "long": "S\u00fcmeg - Szalapa - Dabronc - Zalaerd\u0151d",
        "short": "7773",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7781",
        "label": "7781",
        "long": "S\u00fcmeg - Zalaerd\u0151d - Megyer - J\u00e1nosh\u00e1za - Celld\u00f6m\u00f6lk",
        "short": "7781",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7782",
        "label": "7782",
        "long": "S\u00fcmeg - Megyer - J\u00e1nosh\u00e1za",
        "short": "7782",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7783",
        "label": "7783",
        "long": "S\u00fcmeg-Megyer-Zalameggyes-Veszpr\u00e9mgalsa-S\u00fcmeg",
        "short": "7783",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7784",
        "label": "7784",
        "long": "S\u00fcmeg-Dabronc-Hetyef\u0151-Zalaerd\u0151d",
        "short": "7784",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-779",
        "label": "779",
        "long": "Budapest - M1 - Zs\u00e1mb\u00e9k - Gyermely - Bajna - Nyerges\u00fajfalu",
        "short": "779",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-780",
        "label": "780",
        "long": "Budapest - P\u00e1ty - Biatorb\u00e1gy - Herceghalom - Zs\u00e1mb\u00e9k",
        "short": "780",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7801",
        "label": "7801",
        "long": "Ajka - Magyarpol\u00e1ny",
        "short": "7801",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7802",
        "label": "7802",
        "long": "Ajka - V\u00e1rosl\u0151d - Csehb\u00e1nya",
        "short": "7802",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7803",
        "label": "7803",
        "long": "Ajka - Kisl\u0151d - V\u00e1rosl\u0151d - Farkasgyep\u00fc - Bakonyj\u00e1k\u00f3 - N\u00e9metb\u00e1nya",
        "short": "7803",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7805",
        "label": "7805",
        "long": "Ajka - Sz\u00e9kpuszta - Devecser",
        "short": "7805",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7806",
        "label": "7806",
        "long": "Ajka - Devecser - Doba",
        "short": "7806",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7807",
        "label": "7807",
        "long": "Ajka - Devecser - Adorj\u00e1nh\u00e1za - K\u00fcls\u0151vat",
        "short": "7807",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7808",
        "label": "7808",
        "long": "Ajka - Devecser - Dabrony",
        "short": "7808",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7809",
        "label": "7809",
        "long": "Ajka - Oroszi",
        "short": "7809",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-781",
        "label": "781",
        "long": "Budapest - P\u00e1ty - Zs\u00e1mb\u00e9k - Gyermely",
        "short": "781",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7810",
        "label": "7810",
        "long": "Ajka - T\u00fcskev\u00e1r - Soml\u00f3sz\u0151l\u0151s",
        "short": "7810",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7811",
        "label": "7811",
        "long": "Ajka - Sz\u00e9kpuszta - Devecser - S\u00fcmeg",
        "short": "7811",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7812",
        "label": "7812",
        "long": "Ajka - Kolont\u00e1r - Devecser - Karak\u00f3sz\u00f6rcs\u00f6k",
        "short": "7812",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7813",
        "label": "7813",
        "long": "Ajka - Sz\u00e9kpuszta - Devecser - Veszpr\u00e9mgalsa",
        "short": "7813",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7814",
        "label": "7814",
        "long": "Ajka - Sz\u00e9kpuszta - Soml\u00f3sz\u0151l\u0151si el\u00e1g. - Dabrony",
        "short": "7814",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7816",
        "label": "7816",
        "long": "Ajka - Sz\u00e9kpuszta - Devecser - Pusztamiske - Nyir\u00e1d",
        "short": "7816",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7819",
        "label": "7819",
        "long": "Devecser-Oroszi",
        "short": "7819",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-782",
        "label": "782",
        "long": "Budapest - Budakeszi - P\u00e1ty - Biatorb\u00e1gy - Etyek",
        "short": "782",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-783",
        "label": "783",
        "long": "Budapest - P\u00e1ty - Zs\u00e1mb\u00e9k - Gyermely",
        "short": "783",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7832",
        "label": "7832",
        "long": "Ajka - \u00d6cs - Nagyv\u00e1zsony",
        "short": "7832",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7834",
        "label": "7834",
        "long": "Ajka - Halimba - Nyir\u00e1d",
        "short": "7834",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7835",
        "label": "7835",
        "long": "Ajka - Nyir\u00e1d - S\u00fcmeg",
        "short": "7835",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7836",
        "label": "7836",
        "long": "Ajka - Halimba - Tapolca",
        "short": "7836",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-784",
        "label": "784",
        "long": "Budapest - Zs\u00e1mb\u00e9k - Bicske",
        "short": "784",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7840",
        "label": "7840",
        "long": "Ajka - Devecser - Soml\u00f3jen\u0151",
        "short": "7840",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7841",
        "label": "7841",
        "long": "S\u00fcmeg - Nagyt\u00e1rk\u00e1ny - Csabrendek - S\u00fcmeg",
        "short": "7841",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7842",
        "label": "7842",
        "long": "Ajka - Devecser - S\u00fcmeg",
        "short": "7842",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7843",
        "label": "7843",
        "long": "Ajka - Devecser - Kisberzseny - Karak\u00f3sz\u00f6rcs\u00f6k",
        "short": "7843",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7844",
        "label": "7844",
        "long": "Ajka - Devecser - Kisberzseny",
        "short": "7844",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7846",
        "label": "7846",
        "long": "Ajka - Soml\u00f3jen\u0151 - Kisberzseny - Kamond",
        "short": "7846",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7847",
        "label": "7847",
        "long": "Ajka - Kolont\u00e1r - Devecser - Pusztamiske - Nyir\u00e1d",
        "short": "7847",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7848",
        "label": "7848",
        "long": "Ajka - J\u00e1nosh\u00e1za - Celld\u00f6m\u00f6lk",
        "short": "7848",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7849",
        "label": "7849",
        "long": "Devecser-Ap\u00e1catorna-Kisberzseny-Kamond",
        "short": "7849",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-785",
        "label": "785",
        "long": "Budapest - P\u00e1ty - Zs\u00e1mb\u00e9k - Gyermely",
        "short": "785",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7852",
        "label": "7852",
        "long": "Ajka - Kolont\u00e1r - Soml\u00f3sz\u0151l\u0151si el\u00e1g. - Dabrony",
        "short": "7852",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7853",
        "label": "7853",
        "long": "Ajka - Devecser - Doba",
        "short": "7853",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-786",
        "label": "786",
        "long": "Budapest - Zs\u00e1mb\u00e9k - Tarj\u00e1n - Tardos",
        "short": "786",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-787",
        "label": "787",
        "long": "Budapest - Zs\u00e1mb\u00e9k - Bajna - Nagys\u00e1p - Baj\u00f3t",
        "short": "787",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-788",
        "label": "788",
        "long": "Budapest - P\u00e1ty - Zs\u00e1mb\u00e9k - Herceghalom",
        "short": "788",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7886",
        "label": "7886",
        "long": "T\u00fcskev\u00e1r - Kerta - Kiscs\u0151sz - Kamond - J\u00e1nosh\u00e1za",
        "short": "7886",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7888",
        "label": "7888",
        "long": "K\u00fcls\u0151vat - Adorj\u00e1nh\u00e1za - Boba - Kamond",
        "short": "7888",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-789",
        "label": "789",
        "long": "Budapest - P\u00e1ty - Budajen\u0151 - Perb\u00e1l - Zs\u00e1mb\u00e9k",
        "short": "789",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7901",
        "label": "7901",
        "long": "P\u00e1pa - Vaszar - Gecse - Szerecseny",
        "short": "7901",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7902",
        "label": "7902",
        "long": "P\u00e1pa - Tak\u00e1csi - Szerecseny",
        "short": "7902",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7904",
        "label": "7904",
        "long": "P\u00e1pa - Tak\u00e1csi - Vaszar - Gecse",
        "short": "7904",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7908",
        "label": "7908",
        "long": "P\u00e1pa - Vaszar - Gecse",
        "short": "7908",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7912",
        "label": "7912",
        "long": "P\u00e1pa - Vanyola - Lov\u00e1szpatona - Nagyd\u00e9m - Gic",
        "short": "7912",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7914",
        "label": "7914",
        "long": "P\u00e1pa - Vanyola - Lov\u00e1szpatona - T\u00e9t - Gy\u0151r",
        "short": "7914",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7918",
        "label": "7918",
        "long": "P\u00e1pa - Cs\u00f3t - Bakonytam\u00e1si - Veszpr\u00e9mvars\u00e1ny",
        "short": "7918",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-792",
        "label": "792",
        "long": "Zs\u00e1mb\u00e9k - Biatorb\u00e1gy - P\u00e1ty - Budajen\u0151 - Perb\u00e1l",
        "short": "792",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7920",
        "label": "7920",
        "long": "P\u00e1pa - Nagytevel - Ugod",
        "short": "7920",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7922",
        "label": "7922",
        "long": "P\u00e1pa - Ugod - Bakonyb\u00e9l - Zirc",
        "short": "7922",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7926",
        "label": "7926",
        "long": "P\u00e1pa - Ganna - D\u00f6br\u00f6nte",
        "short": "7926",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7927",
        "label": "7927",
        "long": "P\u00e1pa - D\u00f6br\u00f6nte - Farkasgyep\u00fc",
        "short": "7927",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7928",
        "label": "7928",
        "long": "P\u00e1pa - Ganna - Kup",
        "short": "7928",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7929",
        "label": "7929",
        "long": "P\u00e1pa - Noszlop - Badacsony",
        "short": "7929",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-793",
        "label": "793",
        "long": "Budapest - Budajen\u0151 - Perb\u00e1l - Zs\u00e1mb\u00e9k - Herceghalom",
        "short": "793",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7931",
        "label": "7931",
        "long": "P\u00e1pa - N\u00f3r\u00e1p - D\u00e1ka",
        "short": "7931",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7932",
        "label": "7932",
        "long": "P\u00e1pa - Noszlop - Ajka",
        "short": "7932",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7933",
        "label": "7933",
        "long": "D\u00e1ka - N\u00f3r\u00e1p - P\u00e1pa - P\u00e1pakov\u00e1csi",
        "short": "7933",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7934",
        "label": "7934",
        "long": "P\u00e1pa - Noszlop - Devecser",
        "short": "7934",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7936",
        "label": "7936",
        "long": "Csorna - P\u00e1pa - Devecser - S\u00fcmeg",
        "short": "7936",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7939",
        "label": "7939",
        "long": "P\u00e1pa - P\u00e1pasalamon - Nagyal\u00e1sony - P\u00e1pa",
        "short": "7939",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-794",
        "label": "794",
        "long": "Budapest - Budajen\u0151 - Perb\u00e1l - Zs\u00e1mb\u00e9k - Herceghalom",
        "short": "794",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7940",
        "label": "7940",
        "long": "P\u00e1pa - D\u00e1ka - Dabrony",
        "short": "7940",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7942",
        "label": "7942",
        "long": "P\u00e1pa - Dabrony - Tapolca - R\u00e9vf\u00fcl\u00f6p",
        "short": "7942",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7944",
        "label": "7944",
        "long": "P\u00e1pa - D\u00e1ka - Marcalgergelyi",
        "short": "7944",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-795",
        "label": "795",
        "long": "Budapest - Budajen\u0151 - Perb\u00e1l - Zs\u00e1mb\u00e9k - Herceghalom",
        "short": "795",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7950",
        "label": "7950",
        "long": "P\u00e1pa - Nemesszal\u00f3k",
        "short": "7950",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7952",
        "label": "7952",
        "long": "P\u00e1pa - P\u00e1padereske - D\u00e1ka - P\u00e1pa",
        "short": "7952",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7953",
        "label": "7953",
        "long": "P\u00e1pa - Nemesszal\u00f3k/Vin\u00e1r - Karak\u00f3sz\u00f6rcs\u00f6k",
        "short": "7953",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7956",
        "label": "7956",
        "long": "P\u00e1pa - Nemesszal\u00f3k - K\u00fcls\u0151vat",
        "short": "7956",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7958",
        "label": "7958",
        "long": "P\u00e1pa - Mez\u0151lak - Mih\u00e1lyh\u00e1za",
        "short": "7958",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-796",
        "label": "796",
        "long": "Budapest - Budajen\u0151 - Perb\u00e1l - Zs\u00e1mb\u00e9k - Herceghalom",
        "short": "796",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7963",
        "label": "7963",
        "long": "P\u00e1pa - Kemenesszentp\u00e9ter",
        "short": "7963",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-797",
        "label": "797",
        "long": "Nagykov\u00e1csi-Remetesz\u0151l\u0151s-Budapest-Budakeszi",
        "short": "797",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7972",
        "label": "7972",
        "long": "P\u00e1pa - M\u00e1tyush\u00e1za - Mih\u00e1lyh\u00e1za",
        "short": "7972",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7974",
        "label": "7974",
        "long": "P\u00e1pa - Nemesg\u00f6rzs\u00f6ny",
        "short": "7974",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-798",
        "label": "798",
        "long": "Budapest - M1 - Zs\u00e1mb\u00e9k - Perb\u00e1l - Piliscsaba - Pilisv\u00f6r\u00f6sv\u00e1r",
        "short": "798",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7982",
        "label": "7982",
        "long": "P\u00e1pa - Marcalt\u0151 - Csikv\u00e1nd",
        "short": "7982",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7983",
        "label": "7983",
        "long": "P\u00e1pa - Marcalt\u0151 - Kemenesszentp\u00e9ter",
        "short": "7983",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7986",
        "label": "7986",
        "long": "P\u00e1pa - Marcalt\u0151 - Malomsok - Szany",
        "short": "7986",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7987",
        "label": "7987",
        "long": "P\u00e1pa - Szany - Csorna",
        "short": "7987",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-799",
        "label": "799",
        "long": "Budapest - M1 - Zs\u00e1mb\u00e9k - Perb\u00e1l - Piliscsaba - Pilisv\u00f6r\u00f6sv\u00e1r",
        "short": "799",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7991",
        "label": "7991",
        "long": "T\u00e9t - Lov\u00e1szpatona - Nagyd\u00e9m",
        "short": "7991",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7992",
        "label": "7992",
        "long": "Bakonys\u00e1g - Bakonytam\u00e1si",
        "short": "7992",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7993",
        "label": "7993",
        "long": "P\u00e1pa - Nemesszal\u00f3k - K\u00fcls\u0151vat - Celld\u00f6m\u00f6lk",
        "short": "7993",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7996",
        "label": "7996",
        "long": "Karak\u00f3sz\u00f6rcs\u00f6k - K\u00fcls\u0151vat - Celld\u00f6m\u00f6lk",
        "short": "7996",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7997",
        "label": "7997",
        "long": "Karak\u00f3sz\u00f6rcs\u00f6k - K\u00fcls\u0151vat",
        "short": "7997",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-7998",
        "label": "7998",
        "long": "Marcalt\u0151 - Csikv\u00e1nd - Gyarmat - Szerecseny",
        "short": "7998",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-800",
        "label": "800",
        "long": "Budapest - Pilisv\u00f6r\u00f6sv\u00e1r - Piliscsaba - Dorog - Esztergom",
        "short": "800",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8000",
        "label": "8000",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r-Z\u00e1moly-G\u00e1nt-Cs\u00e1kv\u00e1r-G\u00e1nt-Z\u00e1moly-Sz\u00e9kesfeh\u00e9rv\u00e1r",
        "short": "8000",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8001",
        "label": "8001",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r-Z\u00e1moly-Cs\u00e1kber\u00e9ny-Cs\u00f3kak\u0151-M\u00f3r",
        "short": "8001",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8002",
        "label": "8002",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r-Z\u00e1moly-G\u00e1nt-Cs\u00e1kv\u00e1r-G\u00e1nt-Z\u00e1moly-Sz\u00e9kesfeh\u00e9rv\u00e1r",
        "short": "8002",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8010",
        "label": "8010",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - P\u00e1tka Lovasber\u00e9ny",
        "short": "8010",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8011",
        "label": "8011",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - Lovasber\u00e9ny - Alcs\u00fatdoboz - Bicske",
        "short": "8011",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8013",
        "label": "8013",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - Lovasber\u00e9ny - Alcs\u00fatdoboz - V\u00e1l",
        "short": "8013",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-803",
        "label": "803",
        "long": "Esztergom - T\u00e1t - Dunaalm\u00e1s - Kom\u00e1rom",
        "short": "803",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8030",
        "label": "8030",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - Sereg\u00e9lyes",
        "short": "8030",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8032",
        "label": "8032",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - Sereg\u00e9lyes - Szabadegyh\u00e1za",
        "short": "8032",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8033",
        "label": "8033",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - Sereg\u00e9lyes - Perk\u00e1ta - Duna\u00fajv\u00e1ros",
        "short": "8033",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8034",
        "label": "8034",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - Sereg\u00e9lyes - Szabadegyh\u00e1za - Perk\u00e1ta - Duna\u00fajv\u00e1ros",
        "short": "8034",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8035",
        "label": "8035",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r -Sereg\u00e9lyes - S\u00e1rosd",
        "short": "8035",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8037",
        "label": "8037",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - S\u00e1rosd - Mez\u0151falva",
        "short": "8037",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8039",
        "label": "8039",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - Sereg\u00e9lyes - S\u00e1rosd - Nagyl\u00f3k - S\u00e1rbog\u00e1rd",
        "short": "8039",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-804",
        "label": "804",
        "long": "Tatab\u00e1nya-Tata-Dunaalm\u00e1s-Dorog-Esztergom",
        "short": "804",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8040",
        "label": "8040",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - Aba - S\u00e1rszent\u00e1gota - S\u00e1rbog\u00e1rd",
        "short": "8040",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8041",
        "label": "8041",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - Bodakajtor - Aba - S\u00e1rszent\u00e1gota - S\u00e1rbog\u00e1rd",
        "short": "8041",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8046",
        "label": "8046",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - S\u00e1rbog\u00e1rd - Alap - El\u0151sz\u00e1ll\u00e1s",
        "short": "8046",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8047",
        "label": "8047",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - S\u00e1rbog\u00e1rd - Cece - Paks",
        "short": "8047",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8048",
        "label": "8048",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - S\u00e1rbog\u00e1rd - Vajta - P\u00e1lfa",
        "short": "8048",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8049",
        "label": "8049",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r-S\u00e1rbog\u00e1rd-S\u00e1regres-Simontornya-Mez\u0151szilas",
        "short": "8049",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-805",
        "label": "805",
        "long": "Esztergom - Dorog - Esztergom",
        "short": "805",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8050",
        "label": "8050",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - Szabadbatty\u00e1n",
        "short": "8050",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8055",
        "label": "8055",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - Szabadbatty\u00e1n - K\u00e1loz",
        "short": "8055",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8060",
        "label": "8060",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - Szabadbatty\u00e1n - Polg\u00e1rdi",
        "short": "8060",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8062",
        "label": "8062",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - Polg\u00e1rdi - Kisl\u00e1ng",
        "short": "8062",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8065",
        "label": "8065",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - Leps\u00e9ny - Enying",
        "short": "8065",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8066",
        "label": "8066",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - Enying - Simontornya",
        "short": "8066",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8067",
        "label": "8067",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - Enying - D\u00e9g - Szabadhidv\u00e9g",
        "short": "8067",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8068",
        "label": "8068",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - Polg\u00e1rdi - F\u00fcle - Balatonf\u0151kaj\u00e1r",
        "short": "8068",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8069",
        "label": "8069",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - S\u00e1rpentele - \u00darhida",
        "short": "8069",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8070",
        "label": "8070",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - N\u00e1dasdlad\u00e1ny - Jen\u0151",
        "short": "8070",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8078",
        "label": "8078",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - Jen\u0151 - \u0150si",
        "short": "8078",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-808",
        "label": "808",
        "long": "Esztergom - Dorog - Nyerges\u00fajfalu - Baj\u00f3t - P\u00e9lif\u00f6ldszentkereszt",
        "short": "808",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8082",
        "label": "8082",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - V\u00e1rpalota - Berhida - Balatonalm\u00e1di - Balatonf\u00fcred",
        "short": "8082",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8086",
        "label": "8086",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - Isztim\u00e9r",
        "short": "8086",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-809",
        "label": "809",
        "long": "Esztergom-Dorog-T\u00e1t-Mogyor\u00f3sb\u00e1nya",
        "short": "809",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8090",
        "label": "8090",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - S\u00e1rkeresztes",
        "short": "8090",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8092",
        "label": "8092",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - Kincsesb\u00e1nya",
        "short": "8092",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8093",
        "label": "8093",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - Bodajk - Bakonycsernye",
        "short": "8093",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8094",
        "label": "8094",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r-Bodajk-M\u00f3r",
        "short": "8094",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8095",
        "label": "8095",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - Magyaralm\u00e1s - S\u00f6r\u00e9d",
        "short": "8095",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8096",
        "label": "8096",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - M\u00f3r - Kisb\u00e9r",
        "short": "8096",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8097",
        "label": "8097",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - Cs\u00f3kak\u0151 - M\u00f3r",
        "short": "8097",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8099",
        "label": "8099",
        "long": "Sz\u00e9kesfeh\u00e9rv\u00e1r - S\u00f6r\u00e9d - Cs\u00e1kber\u00e9ny",
        "short": "8099",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8106",
        "label": "8106",
        "long": "Bicske - Alcs\u00fatdoboz - Etyek",
        "short": "8106",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8117",
        "label": "8117",
        "long": "Tabajd - Alcs\u00fatdoboz - Etyek",
        "short": "8117",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-812",
        "label": "812",
        "long": "Esztergom - T\u00e1t(r\u00f6vid \u00fat) - Nyerges\u00fajfalu - L\u00e1batlan - S\u00fctt\u0151",
        "short": "812",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8120",
        "label": "8120",
        "long": "Bicske - Cs\u00e1kv\u00e1r",
        "short": "8120",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8123",
        "label": "8123",
        "long": "Bicske-\u00d3barok-Felcs\u00fat",
        "short": "8123",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8128",
        "label": "8128",
        "long": "Bicske - Csabdi - Vaszt\u00e9ly",
        "short": "8128",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-814",
        "label": "814",
        "long": "Tatab\u00e1nya - Tata - Nyerges\u00fajfalu - T\u00e1t(r\u00f6vid \u00fat) - Esztergom",
        "short": "814",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-817",
        "label": "817",
        "long": "Esztergom - Tokod - S\u00e1ris\u00e1p - Dorog",
        "short": "817",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-819",
        "label": "819",
        "long": "Esztergom - T\u00e1t(r\u00f6vid \u00fat) - Mogyor\u00f3sb\u00e1nya",
        "short": "819",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-820",
        "label": "820",
        "long": "Budapest - Pilisv\u00f6r\u00f6sv\u00e1r - Pilissz\u00e1nt\u00f3",
        "short": "820",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8200",
        "label": "8200",
        "long": "Duna\u00fajv\u00e1ros - Dunaf\u00f6ldv\u00e1r",
        "short": "8200",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8201",
        "label": "8201",
        "long": "Duna\u00fajv\u00e1ros - Kisapostag",
        "short": "8201",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8202",
        "label": "8202",
        "long": "Duna\u00fajv\u00e1ros - Dunavecse - Dunaegyh\u00e1za - Dunaf\u00f6ldv\u00e1r",
        "short": "8202",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8203",
        "label": "8203",
        "long": "Duna\u00fajv\u00e1ros - Dunaf\u00f6ldv\u00e1r - Solt - Dunavecse",
        "short": "8203",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8205",
        "label": "8205",
        "long": "Duna\u00fajv\u00e1ros - Dunaf\u00f6ldv\u00e1r - Solt",
        "short": "8205",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8206",
        "label": "8206",
        "long": "Duna\u00fajv\u00e1ros - Solt - \u00dajsolt",
        "short": "8206",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8207",
        "label": "8207",
        "long": "Duna\u00fajv\u00e1ros - Solt - Akaszt\u00f3",
        "short": "8207",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-821",
        "label": "821",
        "long": "Budapest - Pilisv\u00f6r\u00f6sv\u00e1r - Pilissz\u00e1nt\u00f3",
        "short": "821",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8211",
        "label": "8211",
        "long": "Duna\u00fajv\u00e1ros - B\u00f6lcske - Paks",
        "short": "8211",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8216",
        "label": "8216",
        "long": "Duna\u00fajv\u00e1ros - Dunaf\u00f6ldv\u00e1r - Nagykar\u00e1csony",
        "short": "8216",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8217",
        "label": "8217",
        "long": "Duna\u00fajv\u00e1ros - Daruszentmikl\u00f3s - El\u0151sz\u00e1ll\u00e1s",
        "short": "8217",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8219",
        "label": "8219",
        "long": "Duna\u00fajv\u00e1ros - Baracs - Duna\u00fajv\u00e1ros",
        "short": "8219",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-822",
        "label": "822",
        "long": "Tatab\u00e1nya - Tarj\u00e1n - Szomor - Bajna - Ep\u00f6l - Esztergom",
        "short": "822",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8220",
        "label": "8220",
        "long": "Duna\u00fajv\u00e1ros - Nagyvenyim - Mez\u0151falva - Nagysism\u00e1nd",
        "short": "8220",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8221",
        "label": "8221",
        "long": "Duna\u00fajv\u00e1ros - Mez\u0151falva - El\u0151sz\u00e1ll\u00e1s",
        "short": "8221",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8226",
        "label": "8226",
        "long": "Duna\u00fajv\u00e1ros - Mez\u0151falva - S\u00e1rbog\u00e1rd - D\u00e9g - Szabadhidv\u00e9g",
        "short": "8226",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8227",
        "label": "8227",
        "long": "Duna\u00fajv\u00e1ros - Mez\u0151falva - Kisl\u00f3k - S\u00e1rbog\u00e1rd",
        "short": "8227",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8228",
        "label": "8228",
        "long": "Duna\u00fajv\u00e1ros - S\u00e1rbog\u00e1rd - Enying - Si\u00f3fok",
        "short": "8228",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8229",
        "label": "8229",
        "long": "Duna\u00fajv\u00e1ros - P\u00e1lhalma - M\u00e9lyk\u00fat",
        "short": "8229",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-823",
        "label": "823",
        "long": "Oroszl\u00e1ny - Tatab\u00e1nya - Bajna - Esztergom",
        "short": "823",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8230",
        "label": "8230",
        "long": "Duna\u00fajv\u00e1ros - Perk\u00e1ta - Szabadegyh\u00e1za",
        "short": "8230",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8234",
        "label": "8234",
        "long": "Adony - Pusztaszabolcs - Besny\u0151",
        "short": "8234",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8236",
        "label": "8236",
        "long": "Duna\u00fajv\u00e1ros - Iv\u00e1ncsa - Besny\u0151",
        "short": "8236",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8238",
        "label": "8238",
        "long": "Duna\u00fajv\u00e1ros - Adony - Ercsi - Martonv\u00e1s\u00e1r",
        "short": "8238",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-824",
        "label": "824",
        "long": "Tatab\u00e1nya-Bajna-Ep\u00f6l-Dorog-Esztergom",
        "short": "824",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8240",
        "label": "8240",
        "long": "Duna\u00fajv\u00e1ros - Adony - Ercsi",
        "short": "8240",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8244",
        "label": "8244",
        "long": "Duna\u00fajv\u00e1ros - R\u00e1calm\u00e1s - Kulcs",
        "short": "8244",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-825",
        "label": "825",
        "long": "Esztergom - Tokod - Bajna - Ep\u00f6l - Szomor",
        "short": "825",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8255",
        "label": "8255",
        "long": "S\u00e1rbog\u00e1rd - Alap - Als\u00f3szentiv\u00e1n",
        "short": "8255",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8264",
        "label": "8264",
        "long": "S\u00e1rbog\u00e1rd-Cece-P\u00e1lfa-S\u00e1regres-Simontornya-Mez\u0151szilas",
        "short": "8264",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8271",
        "label": "8271",
        "long": "S\u00e1rbog\u00e1rd - Pusztaegres - Simontornya",
        "short": "8271",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8272",
        "label": "8272",
        "long": "S\u00e1rbog\u00e1rd - Pusztaegres - D\u00e9g - Szabadhidv\u00e9g",
        "short": "8272",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8274",
        "label": "8274",
        "long": "S\u00e1rbog\u00e1rd - Pusztaegres - D\u00e9g - Szabadhidv\u00e9g - Si\u00f3fok",
        "short": "8274",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8276",
        "label": "8276",
        "long": "S\u00e1rbog\u00e1rd - Pusztaegres - K\u00e1loz",
        "short": "8276",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8280",
        "label": "8280",
        "long": "S\u00e1rbog\u00e1rd - S\u00e1rszent\u00e1gota - S\u00e1rkereszt\u00far",
        "short": "8280",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-830",
        "label": "830",
        "long": "Budapest - Solym\u00e1r - Pilisszentiv\u00e1n - Pilisv\u00f6r\u00f6sv\u00e1r - Pilissz\u00e1nt\u00f3",
        "short": "830",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-831",
        "label": "831",
        "long": "Solym\u00e1r - Pilisszentiv\u00e1n - Pilisv\u00f6r\u00f6sv\u00e1r - Pilissz\u00e1nt\u00f3",
        "short": "831",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8310",
        "label": "8310",
        "long": "Enying - D\u00e9g - Simontornya",
        "short": "8310",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-832",
        "label": "832",
        "long": "Budapest - Solym\u00e1r - Pilisszentiv\u00e1n - Piliscsaba",
        "short": "832",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8320",
        "label": "8320",
        "long": "Enying - D\u00e9g - Szabadhidv\u00e9g",
        "short": "8320",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8321",
        "label": "8321",
        "long": "Leps\u00e9ny - Enying - Szabadhidv\u00e9g - Fels\u0151ny\u00e9k",
        "short": "8321",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8325",
        "label": "8325",
        "long": "Si\u00f3fok - Enying - M\u00e1ty\u00e1sdomb - Kisl\u00e1ng",
        "short": "8325",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8326",
        "label": "8326",
        "long": "Si\u00f3fok - Balatonvil\u00e1gos - Enying",
        "short": "8326",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8333",
        "label": "8333",
        "long": "Simontornya - Ozora",
        "short": "8333",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-835",
        "label": "835",
        "long": "Pilissz\u00e1nt\u00f3 - Pilisv\u00f6r\u00f6sv\u00e1r - \u00dcr\u00f6m - Pilisborosjen\u0151",
        "short": "835",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8355",
        "label": "8355",
        "long": "M\u00f3r - Pusztav\u00e1m - M\u00f3r",
        "short": "8355",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-836",
        "label": "836",
        "long": "Esztergom - Tokod - S\u00e1ris\u00e1p - Csolnok - Dorog - Esztergom",
        "short": "836",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8360",
        "label": "8360",
        "long": "Cs\u00e1kber\u00e9ny - Cs\u00f3kak\u0151 - Bodajk - M\u00f3r",
        "short": "8360",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8365",
        "label": "8365",
        "long": "M\u00f3r - Kincsesb\u00e1nya - Isztim\u00e9r",
        "short": "8365",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-837",
        "label": "837",
        "long": "Esztergom - Tokod - S\u00e1ris\u00e1p - Piliscsaba - Pilisv\u00f6r\u00f6sv\u00e1r",
        "short": "837",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8370",
        "label": "8370",
        "long": "M\u00f3r - Balinka - Bakonycsernye",
        "short": "8370",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8373",
        "label": "8373",
        "long": "M\u00f3r - Bakonycsernye - Zirc",
        "short": "8373",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8381",
        "label": "8381",
        "long": "M\u00f3r - Nagyveleg",
        "short": "8381",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8384",
        "label": "8384",
        "long": "Bakonycsernye-S\u00far-Aka-Csatka-\u00c1cstesz\u00e9r-Bakonyszombathely-Kisb\u00e9r",
        "short": "8384",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-840",
        "label": "840",
        "long": "Budapest - \u00dcr\u00f6m - Pilisborosjen\u0151",
        "short": "840",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8400",
        "label": "8400",
        "long": "Tatab\u00e1nya - Tata",
        "short": "8400",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8402",
        "label": "8402",
        "long": "Tatab\u00e1nya - Tatab\u00e1nya, Ipari Park - Tata",
        "short": "8402",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8403",
        "label": "8403",
        "long": "Tatab\u00e1nya - Tatab\u00e1nya, Ipari Park - Kecsk\u00e9d - Oroszl\u00e1ny",
        "short": "8403",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8406",
        "label": "8406",
        "long": "Tatab\u00e1nya - Tarj\u00e1n - Tardos - Tata",
        "short": "8406",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8410",
        "label": "8410",
        "long": "Tatab\u00e1nya - Tarj\u00e1n - H\u00e9reg",
        "short": "8410",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8423",
        "label": "8423",
        "long": "Tatab\u00e1nya-Tarj\u00e1n-H\u00e9reg-Gyermely-Szomor-Zs\u00e1mb\u00e9k",
        "short": "8423",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8432",
        "label": "8432",
        "long": "Tatab\u00e1nya - \u00d3barok - Bicske",
        "short": "8432",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8435",
        "label": "8435",
        "long": "Tatab\u00e1nya - Sz\u00e1r - \u00dajbarok - Bicske",
        "short": "8435",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8436",
        "label": "8436",
        "long": "Tatab\u00e1nya-Sz\u00e1rliget-Tatab\u00e1nya",
        "short": "8436",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8437",
        "label": "8437",
        "long": "Tatab\u00e1nya - Nagyegyh\u00e1za - Sz\u00e1r - \u00dajbarok - \u00d3barok - Bicske",
        "short": "8437",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8441",
        "label": "8441",
        "long": "Tatab\u00e1nya - V\u00e9rtessoml\u00f3 - V\u00e1rgesztes",
        "short": "8441",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8442",
        "label": "8442",
        "long": "Tatab\u00e1nya - Kecsk\u00e9d - Oroszl\u00e1ny",
        "short": "8442",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8443",
        "label": "8443",
        "long": "Tatab\u00e1nya - Majk/Kecsk\u00e9d - Oroszl\u00e1ny",
        "short": "8443",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-845",
        "label": "845",
        "long": "Esztergom - Dorog - Csolnok - Dorog - Esztergom",
        "short": "845",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-846",
        "label": "846",
        "long": "Esztergom - Dorog - Csolnok - S\u00e1ris\u00e1p - Tokod - Esztergom",
        "short": "846",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8460",
        "label": "8460",
        "long": "Tatab\u00e1nya - K\u00f6rnye - Kecsk\u00e9d - Oroszl\u00e1ny",
        "short": "8460",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8462",
        "label": "8462",
        "long": "Dunaszentmikl\u00f3s-Tata-Tatab\u00e1nya-Kecsk\u00e9d-Oroszl\u00e1ny",
        "short": "8462",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8463",
        "label": "8463",
        "long": "Sz\u00e1kszend - Oroszl\u00e1ny - Kecsk\u00e9d - Tatab\u00e1nya - Tata",
        "short": "8463",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8464",
        "label": "8464",
        "long": "Tatab\u00e1nya-K\u00f6rnye-K\u00f6ml\u0151d-Dad-Cs\u00e1sz\u00e1r-Kisb\u00e9r",
        "short": "8464",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8465",
        "label": "8465",
        "long": "Kom\u00e1rom-Nasz\u00e1ly-Tata-Tatab\u00e1nya-Majk-Oroszl\u00e1ny-Kisb\u00e9r",
        "short": "8465",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8466",
        "label": "8466",
        "long": "Kom\u00e1rom-Nasz\u00e1ly-Tata-Tatab\u00e1nya-Majk-Oroszl\u00e1ny-Kisb\u00e9r",
        "short": "8466",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8467",
        "label": "8467",
        "long": "Kom\u00e1rom-Tata-Tatab\u00e1nya-MajkKecsk\u00e9d-Oroszl\u00e1ny",
        "short": "8467",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-847",
        "label": "847",
        "long": "Esztergom - Csolnok - D\u00e1g - Piliscsaba - Pilisv\u00f6r\u00f6sv\u00e1r",
        "short": "847",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8472",
        "label": "8472",
        "long": "Tatab\u00e1nya - Kocs - Mocsa - Kom\u00e1rom",
        "short": "8472",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8479",
        "label": "8479",
        "long": "Tatab\u00e1nya - Tata - Kom\u00e1rom - \u00c1cs",
        "short": "8479",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-848",
        "label": "848",
        "long": "Budapest - \u00dcr\u00f6m - Pilisborosjen\u0151",
        "short": "848",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8494",
        "label": "8494",
        "long": "Pilisv\u00f6r\u00f6sv\u00e1r - Piliscsaba - Ep\u00f6l - Bajna",
        "short": "8494",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-852",
        "label": "852",
        "long": "Esztergom/Dorog - Keszt\u00f6lc - Dorog - Esztergom",
        "short": "852",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-853",
        "label": "853",
        "long": "Esztergom - Dorog - Keszt\u00f6lc - Piliscs\u00e9v/Piliscsaba",
        "short": "853",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-854",
        "label": "854",
        "long": "Esztergom - Keszt\u00f6lc - Piliscs\u00e9v - Piliscsaba",
        "short": "854",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8546",
        "label": "8546",
        "long": "S\u00fctt\u0151 - Nyerges\u00fajfalu - Nagys\u00e1p - Ep\u00f6l",
        "short": "8546",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8548",
        "label": "8548",
        "long": "Nyerges\u00fajfalu - Mogyor\u00f3sb\u00e1nya",
        "short": "8548",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8549",
        "label": "8549",
        "long": "Nyerges\u00fajfalu-S\u00fctt\u0151-Tardos",
        "short": "8549",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-855",
        "label": "855",
        "long": "Szentendre - Pom\u00e1z - Csob\u00e1nka",
        "short": "855",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-856",
        "label": "856",
        "long": "Szentendre - Pom\u00e1z - Csob\u00e1nka - Pilisv\u00f6r\u00f6sv\u00e1r",
        "short": "856",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8560",
        "label": "8560",
        "long": "Oroszl\u00e1ny-Dad-Cs\u00e1sz\u00e1r-Kisb\u00e9r",
        "short": "8560",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8562",
        "label": "8562",
        "long": "Oroszl\u00e1ny-Bokod-Sz\u00e1kszend-Nagyigm\u00e1nd",
        "short": "8562",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8573",
        "label": "8573",
        "long": "Oroszl\u00e1ny-Bokod-Dad-K\u00f6ml\u0151d-Kecsk\u00e9d-Oroszl\u00e1ny",
        "short": "8573",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8574",
        "label": "8574",
        "long": "Oroszl\u00e1ny - Dad - K\u00f6ml\u0151d - Tata",
        "short": "8574",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8587",
        "label": "8587",
        "long": "Dad-Oroszl\u00e1ny-Kecsk\u00e9dMajk-K\u00f6rnye-Tata",
        "short": "8587",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8594",
        "label": "8594",
        "long": "Tata - K\u00f6rnye - K\u00f6ml\u0151d - Dad - Oroszl\u00e1ny",
        "short": "8594",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-860",
        "label": "860",
        "long": "Szentendre - Pom\u00e1z - Pilisszentkereszt - Dobog\u00f3k\u0151",
        "short": "860",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8600",
        "label": "8600",
        "long": "Kisb\u00e9r-T\u00e1rk\u00e1ny-B\u00e1bolna",
        "short": "8600",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-861",
        "label": "861",
        "long": "Szentendre - Pom\u00e1z - Pilisszentkereszt - Dobog\u00f3k\u0151",
        "short": "861",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8618",
        "label": "8618",
        "long": "Aka - Kisb\u00e9r - B\u00e1bolna",
        "short": "8618",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-862",
        "label": "862",
        "long": "Pom\u00e1z - Pilisszentkereszt - Dobog\u00f3k\u0151 - Pilisszentl\u00e9lek - Esztergom",
        "short": "862",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8621",
        "label": "8621",
        "long": "Bakonyszombathely - Kisb\u00e9r - \u00c1sz\u00e1r - T\u00e1rk\u00e1ny",
        "short": "8621",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8623",
        "label": "8623",
        "long": "Kisb\u00e9r - H\u00e1nta - Bakonyb\u00e1nk - R\u00e9de",
        "short": "8623",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8624",
        "label": "8624",
        "long": "Kisb\u00e9r - T\u00e1rk\u00e1ny - Nagyigm\u00e1nd - Kom\u00e1rom",
        "short": "8624",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8627",
        "label": "8627",
        "long": "Kisb\u00e9r - \u00c1sz\u00e1r - B\u00e1rsonyos",
        "short": "8627",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-863",
        "label": "863",
        "long": "Esztergom - Pilisszentl\u00e9lek - Dobog\u00f3k\u0151 - Pilisszentkereszt",
        "short": "863",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8636",
        "label": "8636",
        "long": "\u00c1cstesz\u00e9r - Bakonyb\u00e1nk - R\u00e9de",
        "short": "8636",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8660",
        "label": "8660",
        "long": "Kom\u00e1rom-Alm\u00e1sf\u00fczit\u0151",
        "short": "8660",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8661",
        "label": "8661",
        "long": "Neszm\u00e9ly - Alm\u00e1sf\u00fczit\u0151 - Kom\u00e1rom - \u00c1cs",
        "short": "8661",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8662",
        "label": "8662",
        "long": "\u00c1cs, Igm\u00e1ndi \u00fat - \u00c1cs, \u00c1rp\u00e1d u.",
        "short": "8662",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8663",
        "label": "8663",
        "long": "\u00c1cs - Kom\u00e1rom, Ipari park",
        "short": "8663",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8666",
        "label": "8666",
        "long": "Jegespuszta - \u00c1cs - B\u00e1bolna/Kom\u00e1rom",
        "short": "8666",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8670",
        "label": "8670",
        "long": "Kom\u00e1rom - Nagyigm\u00e1nd - B\u00e1bolna - Bana - B\u0151ny",
        "short": "8670",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8671",
        "label": "8671",
        "long": "Kom\u00e1rom - Nagyigm\u00e1nd - Ete - Kisb\u00e9r",
        "short": "8671",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8672",
        "label": "8672",
        "long": "Ete - Kisb\u00e9r - Bakonyszombathely - \u00c1cstesz\u00e9r - S\u00far",
        "short": "8672",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8673",
        "label": "8673",
        "long": "Kom\u00e1rom - Nagyigm\u00e1nd - T\u00e1rk\u00e1ny - Kisb\u00e9r - S\u00far",
        "short": "8673",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8674",
        "label": "8674",
        "long": "Kisb\u00e9r-\u00c1cstesz\u00e9r-Csatka-S\u00far-Aka-\u00c1cstesz\u00e9r-Kisb\u00e9r",
        "short": "8674",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-868",
        "label": "868",
        "long": "Szentendre - D\u00f6m\u00f6rkapu",
        "short": "868",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8682",
        "label": "8682",
        "long": "Kom\u00e1rom - Nagyigm\u00e1nd - T\u00e1rk\u00e1ny - B\u00e1bolna - Bana",
        "short": "8682",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8687",
        "label": "8687",
        "long": "Kom\u00e1rom - \u00c1cs - Nagyigm\u00e1nd - B\u00e1bolna",
        "short": "8687",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-869",
        "label": "869",
        "long": "Budapest, Heltai Jen\u0151 t\u00e9r - Szentendre, P\u00fcsp\u00f6kmajori ltp. - Budapest, Heltai Jen\u0151 t\u00e9r",
        "short": "869",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8697",
        "label": "8697",
        "long": "Kisb\u00e9r - Cs\u00e9p - B\u00e1bolna - Nagyigm\u00e1nd - Kom\u00e1rom",
        "short": "8697",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-870",
        "label": "870",
        "long": "Szentendre - Pilisszentl\u00e1szl\u00f3",
        "short": "870",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8700",
        "label": "8700",
        "long": "Tata-S\u00fctt\u0151",
        "short": "8700",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8706",
        "label": "8706",
        "long": "Tata - Szom\u00f3d - Dunaszentmikl\u00f3s",
        "short": "8706",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-871",
        "label": "871",
        "long": "Pilisszentl\u00e1szl\u00f3 - Szentendre - Le\u00e1nyfalu",
        "short": "871",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8716",
        "label": "8716",
        "long": "Tata - Baj",
        "short": "8716",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-872",
        "label": "872",
        "long": "Budapest, Heltai Jen\u0151 t\u00e9r - Szentendre, P\u00fcsp\u00f6kmajori ltp. - Budapest, Heltai Jen\u0151 t\u00e9r",
        "short": "872",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8726",
        "label": "8726",
        "long": "Tata - Di\u00f3spuszta - Nasz\u00e1ly",
        "short": "8726",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8727",
        "label": "8727",
        "long": "Tata - Di\u00f3spuszta/Nasz\u00e1ly - Gr\u00e9bicspuszta - Kom\u00e1rom",
        "short": "8727",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-873",
        "label": "873",
        "long": "Szentendre, aut. \u00e1ll. - Szentendre, \u00d6sv\u00e9ny u.",
        "short": "873",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8736",
        "label": "8736",
        "long": "Tata-Nagyigm\u00e1nd/B\u00e1bolna-Sz\u00e1kszend-Kisb\u00e9r",
        "short": "8736",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-874",
        "label": "874",
        "long": "Szentendre, aut. \u00e1ll. - Sportp\u00e1lya - Skanzen - Szentendre, aut. \u00e1ll.",
        "short": "874",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-8740",
        "label": "8740",
        "long": "Tata-Kocs-Mocsa-Kom\u00e1rom",
        "short": "8740",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-875",
        "label": "875",
        "long": "Szentendre, Sportp\u00e1lya - Szentendre, P\u00fcsp\u00f6kmajori ltp. - Szentendre, \u00d6sv\u00e9ny u.",
        "short": "875",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-876",
        "label": "876",
        "long": "Szentendre, aut. \u00e1ll. - Sportp\u00e1lya - Skanzen - Szentendre, aut. \u00e1ll.",
        "short": "876",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-878",
        "label": "878",
        "long": "Szentendre, aut. \u00e1ll. - Sportp\u00e1lya - Skanzen - Szentendre, aut. \u00e1ll.",
        "short": "878",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-879",
        "label": "879",
        "long": "Szentendre, aut. \u00e1ll. - Sportp\u00e1lya - Skanzen - Szentendre, aut. \u00e1ll.",
        "short": "879",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-880",
        "label": "880",
        "long": "Budapest - Szentendre - Visegr\u00e1d - Esztergom",
        "short": "880",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-882",
        "label": "882",
        "long": "Budapest - Szentendre - Visegr\u00e1d - Esztergom",
        "short": "882",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-883",
        "label": "883",
        "long": "Budapest - Szentendre - Visegr\u00e1d - Esztergom",
        "short": "883",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-884",
        "label": "884",
        "long": "Budapest - Szentendre - Visegr\u00e1d - Esztergom",
        "short": "884",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-889",
        "label": "889",
        "long": "Budapest - Szentendre - Visegr\u00e1d - Esztergom",
        "short": "889",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-890",
        "label": "890",
        "long": "Budapest - Szentendre - Tahit\u00f3tfalu - V\u00e1ci r\u00e9v",
        "short": "890",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-892",
        "label": "892",
        "long": "Tahit\u00f3tfalu - P\u00f3csmegyer - Szigetmonostor",
        "short": "892",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-893",
        "label": "893",
        "long": "Budapest - Szentendre - Kisoroszi - Sur\u00e1ny - Szigetmonostor",
        "short": "893",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-894",
        "label": "894",
        "long": "Tahit\u00f3tfalu - P\u00f3csmegyer - Szigetmonostor",
        "short": "894",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-895",
        "label": "895",
        "long": "Budapest - Szentendre - Kisoroszi - Sur\u00e1ny - Szigetmonostor",
        "short": "895",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-897",
        "label": "897",
        "long": "Budapest - Szentendre - Kisoroszi - Sur\u00e1ny - Szigetmonostor",
        "short": "897",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-898",
        "label": "898",
        "long": "Szentendre - Tahit\u00f3tfalu - Kisoroszi",
        "short": "898",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-G506",
        "label": "G506",
        "long": "Debrecen-Derecske-Pocsaj-Nagykereki",
        "short": "G506",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-S506",
        "label": "S506",
        "long": "Debrecen-Derecske-Pocsaj-Nagykereki",
        "short": "S506",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-X506",
        "label": "X506",
        "long": "Debrecen-M35 aut\u00f3p\u00e1lya-Kony\u00e1r-Pocsaj-Nagykereki",
        "short": "X506",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-R-200-Z506",
        "label": "Z506",
        "long": "Debrecen-Derecske-Pocsaj-Nagykereki",
        "short": "Z506",
        "text_color": "152B32",
        "type_label": "Bus"
      },
      {
        "color": "F6AC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "hkir_V-S-200-H5",
        "label": "H5",
        "long": "H5 H\u00c9V-p\u00f3tl\u00f3busz",
        "short": "H5",
        "text_color": "152B32",
        "type_label": "Bus"
      }
    ],
    "stop_count": 61967,
    "stop_points_capped": true
  },
  "rubric_version": "1.2",
  "schema_version": "1.16",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.2",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.2"
  },
  "snapshot_date": "2026-07-24",
  "top_fixes": [
    {
      "code": "decreasing_or_equal_stop_time_distance",
      "count": 1098,
      "effort": "Usually an export-tool fix, not hand editing.",
      "fix": "Re-generate shape distances in your export; flag to your vendor if it persists.",
      "owner": "Likely your export tool",
      "points": 24.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Some trips have stop times whose distances along the route go backwards.",
      "why": "Apps can show buses jumping backwards or mis-order stops."
    },
    {
      "code": "trip_distance_exceeds_shape_distance",
      "count": 369,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'trip_distance_exceeds_shape_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 24.0,
      "rank": 2,
      "severity": "ERROR",
      "what": "Trip distance exceeds shape distance (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 61967,
      "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": 3,
      "severity": "WARNING",
      "what": "61967 of 61967 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."
    }
  ],
  "validator_version": "8.0.1"
}
