{
  "agency": {
    "country": "CZ",
    "id": "pid-prague",
    "name": "Pra\u017esk\u00e1 integrovan\u00e1 doprava (PID)",
    "operating_note": "One integrated-system aggregate covering Prague city transit and PID regional lines; counted as one feed record, not a distinct-agency count. The export is a rolling fourteen-day window updated daily, so routine refreshes are expected.",
    "subdivision_code": "CZ-10",
    "subdivision_name": "Praha, Hlavn\u00ed m\u011bsto"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 58.0,
          "stops_marked_accessible_pct": 5.4,
          "stops_marked_not_accessible_pct": 27.4,
          "stops_stated_pct": 32.9,
          "trips_stated_pct": 100.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 15.0,
          "fares": 15.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 8.2,
          "wheelchair_trips": 15.0
        },
        "fare_free": false,
        "fares": {
          "applied": true,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "legacy",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": true,
        "headsign_pct": 100.0,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": true,
          "has_levels": true,
          "has_pathways": true,
          "has_stations": true,
          "has_step_free": true,
          "pathway_count": 1494
        },
        "stops": 19073,
        "translations": {
          "feed_lang": "cs",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 71064,
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 32.9,
        "wheelchair_marked_accessible_pct": 5.4,
        "wheelchair_marked_not_accessible_pct": 27.4
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 12806,
          "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": 16.8,
          "severity": "WARNING",
          "what": "12806 of 19073 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_station_pathways",
          "count": 1494,
          "effort": "None.",
          "fix": "No action needed.",
          "owner": "",
          "points": 0.0,
          "severity": "INFO",
          "what": "This feed describes station pathways, including step-free (elevator) routes.",
          "why": "Riders can be routed through the station, and wheelchair users can see whether a step-free route exists."
        }
      ],
      "name": "completeness",
      "score": 83.2,
      "status": "measured",
      "summary": "33% of stops state wheelchair accessibility (5% marked accessible, 27% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 20,
        "instances_by_severity": {
          "ERROR": 121,
          "INFO": 20791,
          "WARNING": 1532
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "decreasing_or_equal_stop_time_distance",
          "count": 115,
          "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 transit vehicles jumping backwards or mis-order stops."
        },
        {
          "code": "pathway_unreachable_location",
          "count": 6,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'pathway_unreachable_location' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 18.0,
          "severity": "ERROR",
          "what": "Pathway unreachable location (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "equal_shape_distance_same_coordinates",
          "count": 666,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_same_coordinates' 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 same coordinates (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "stop_without_stop_time",
          "count": 583,
          "effort": "A review pass in your scheduling software.",
          "fix": "Remove retired stops from the export, or add them back to the trips that should serve them.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some stops exist in the feed but no trip ever stops at them.",
          "why": "Riders may walk to a stop where no transit vehicle is scheduled to arrive."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 101,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 90,
          "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": 8.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the transit vehicle route through the wrong path or point riders to the wrong boarding location."
        },
        {
          "code": "service_has_no_active_day_of_the_week",
          "count": 48,
          "effort": "A few minutes in your scheduling software.",
          "fix": "Delete the empty calendars or set their service days.",
          "owner": "Likely your export tool",
          "points": 6.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": "route_color_contrast",
          "count": 19,
          "effort": "One field per route.",
          "fix": "Pick a darker/lighter route_text_color for the flagged routes.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some route colors don't contrast with their text color.",
          "why": "Route badges get hard to read, most of all for riders with low vision."
        },
        {
          "code": "leading_or_trailing_whitespaces",
          "count": 9,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'leading_or_trailing_whitespaces' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Leading or trailing whitespaces (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "expired_calendar",
          "count": 6,
          "effort": "One setting in most export tools.",
          "fix": "Remove past service periods the next time you export the feed.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some service calendars in the feed have already ended.",
          "why": "Expired calendars are dead weight and can hide real schedule problems from your staff and vendors."
        },
        {
          "code": "stop_too_far_from_shape_using_user_distance",
          "count": 6,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'stop_too_far_from_shape_using_user_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Stop too far from shape using user distance (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "fast_travel_between_consecutive_stops",
          "count": 2,
          "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 transit vehicle can.",
          "why": "Usually a typo'd stop time; riders get arrival times no transit vehicle can meet."
        },
        {
          "code": "feed_expiration_date30_days",
          "count": 1,
          "effort": "Usually a re-export from your scheduling software.",
          "fix": "Schedule a feed re-export now so the new calendar is live well before the current one ends.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "This feed's service calendar runs out within the next 30 days.",
          "why": "If a new feed isn't published before it ends, trip planners will drop your agency and riders will see no service."
        },
        {
          "code": "missing_recommended_field",
          "count": 1,
          "effort": "A field at a time; not urgent.",
          "fix": "Review the flagged fields and fill in the ones your riders would use.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some files leave out fields that GTFS asks for but does not require.",
          "why": "Recommended fields like agency_phone or stop descriptions make the feed more useful to riders and trip planners."
        },
        {
          "code": "platform_without_parent_station",
          "count": 16800,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'platform_without_parent_station' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "Platform without parent station (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "trip_headsign_matches_intermediate_stop",
          "count": 3079,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'trip_headsign_matches_intermediate_stop' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "Trip headsign matches intermediate stop (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "service_window_outside_feed_period",
          "count": 657,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'service_window_outside_feed_period' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "Service window outside feed period (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "big_gap_in_service",
          "count": 234,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'big_gap_in_service' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "Big gap in service (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unknown_column",
          "count": 15,
          "effort": "A quick look at the flagged files.",
          "fix": "Check the flagged column names for misspellings of standard GTFS fields; remove them if they are vendor extras.",
          "owner": "",
          "points": 0.8,
          "severity": "INFO",
          "what": "Some files contain columns that are not part of the GTFS spec.",
          "why": "Harmless to riders, but apps ignore these columns and they can hide typos in real column names."
        },
        {
          "code": "unknown_file",
          "count": 6,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unknown_file' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.8,
          "severity": "INFO",
          "what": "Unknown file (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 0.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 20 kinds of issue across 22444 instances (121 error, 1532 warning, 20791 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 13,
        "effective_expiry_date": "2026-07-31",
        "feed_end_date": "2026-07-31",
        "feed_start_date": "2026-07-18",
        "feed_version": null,
        "has_feed_info": true,
        "last_service_date": "2026-12-12",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_feed_expiring_soon",
          "count": 1,
          "effort": "One export setting.",
          "fix": "Re-export with a validity window that reaches at least 60 days out.",
          "owner": "Likely your export tool",
          "points": 67.0,
          "severity": "WARNING",
          "what": "Service data runs out in 13 day(s).",
          "why": "When the calendar runs out, trip planners stop showing this agency. Fixing it now is calmer than after riders notice."
        }
      ],
      "name": "freshness",
      "score": 21.7,
      "status": "measured",
      "summary": "Service data runs out in 13 day(s). Publish an updated feed soon or riders will lose trip planning.",
      "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 runs out in 13 days; renew to qualify.",
        "key": "current",
        "met": false
      },
      {
        "detail": "States wheelchair access on 33% of stops and 100% 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. Service data runs out in 13 days; renew to qualify. States wheelchair access on 33% of stops and 100% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "CC-BY per the PID open data page for data downloaded directly from the site; credit the author and note any changes made. The data is provided as a preview without guarantee.",
    "reachable": true,
    "sha256": "de81d3e70c534f4e6c1a18c39a57ffdd29e4d1a0fef456de6ed6633876a816e1",
    "size_bytes": 43836127,
    "static_url": "https://data.pid.cz/PID_GTFS.zip"
  },
  "ferry_profile": {
    "accessibility": {
      "measures": "published_values_not_physical_usability",
      "terminals": {
        "allowed_count": 6,
        "allowed_pct": 54.5,
        "not_allowed_count": 5,
        "not_allowed_pct": 45.5,
        "stated_count": 11,
        "stated_pct": 100.0,
        "total_count": 11
      },
      "trips": {
        "allowed_count": 479,
        "allowed_pct": 100.0,
        "not_allowed_count": 0,
        "not_allowed_pct": 0.0,
        "stated_count": 479,
        "stated_pct": 100.0,
        "total_count": 479
      }
    },
    "bikes": {
      "allowed_count": 479,
      "allowed_pct": 100.0,
      "not_allowed_count": 0,
      "not_allowed_pct": 0.0,
      "stated_count": 479,
      "stated_pct": 100.0,
      "total_count": 479
    },
    "cars": {
      "allowed_count": 0,
      "allowed_pct": 0.0,
      "not_allowed_count": 0,
      "not_allowed_pct": 0.0,
      "stated_count": 0,
      "stated_pct": 0.0,
      "total_count": 479
    },
    "fares": {
      "applied": true,
      "fare_free": false,
      "model": "legacy",
      "scope": "whole_feed"
    },
    "graded": false,
    "measured": true,
    "realtime": {
      "configured_kinds": [],
      "kinds_configured": 0,
      "scope": "whole_feed"
    },
    "route_count": 5,
    "scope": "ferry_routes_and_trips",
    "stop_access": {
      "direct_count": 0,
      "eligible_terminal_count": 0,
      "stated_count": 0,
      "stated_pct": null,
      "through_station_count": 0
    },
    "terminal_hierarchy": {
      "boarding_location_count": 11,
      "parented_boarding_location_count": 0,
      "parented_boarding_location_pct": 0.0,
      "referenced_station_count": 0
    },
    "trip_count": 479
  },
  "fetch": {
    "final_url": "https://data.pid.cz/PID_GTFS.zip",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-07-18T00:00:00+00:00",
  "geo": {
    "bbox": [
      12.86424,
      49.01367,
      15.90851,
      50.95622
    ],
    "lat": 50.06052,
    "lon": 14.49171,
    "stop_count": 19073
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": true,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "tram",
        "label": "Tram / light rail",
        "route_count": 38,
        "trip_count": 10888,
        "trip_share_pct": 15.3
      },
      {
        "key": "subway",
        "label": "Subway / metro",
        "route_count": 3,
        "trip_count": 2641,
        "trip_share_pct": 3.7
      },
      {
        "key": "rail",
        "label": "Rail",
        "route_count": 97,
        "trip_count": 5400,
        "trip_share_pct": 7.6
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 686,
        "trip_count": 50402,
        "trip_share_pct": 70.9
      },
      {
        "key": "ferry",
        "label": "Ferry",
        "route_count": 5,
        "trip_count": 479,
        "trip_share_pct": 0.7
      },
      {
        "key": "trolleybus",
        "label": "Trolleybus",
        "route_count": 5,
        "trip_count": 1254,
        "trip_share_pct": 1.8
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 834,
    "trip_count": 71064
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 31.4,
    "margin_to_next_band": 28.6,
    "score": 31.4
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 20,
      "effort": "A per-route color setting in your scheduling software.",
      "fix": "Adjust route_color or route_text_color so each pair clears 4.5:1. Often switching the text between black and white is enough.",
      "owner": "Likely your export tool",
      "points": 0.0,
      "severity": "WARNING",
      "what": "20 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (A, X120, X130, X25, X91, and more).",
      "why": "Low-contrast route badges are hard to read for riders with low vision and wash out on a phone screen in sunlight at the stop."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 563,
      "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": "563 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Dobrovice,aut.st.\", \"Dobrovice,aut.st.\", \"Dobrovice,aut.st.\", 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."
    }
  ],
  "routability": {
    "boardable_stops": 17814,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 583,
        "effort": "A cleanup pass in your scheduling software.",
        "fix": "Remove stops no route serves, or add the trips that should call at them.",
        "owner": "Likely your export tool",
        "points": 0.0,
        "severity": "INFO",
        "what": "583 of 17814 boardable stops are never served by any trip.",
        "why": "Riders see these stops in apps and on the map but can never catch anything there, which erodes trust in the data."
      }
    ],
    "orphan_stops": 583,
    "single_stop_trips": 0,
    "trips_total": 71064
  },
  "route_map": {
    "drawn_route_count": 834,
    "has_shapes": true,
    "path": "data/artifacts/pid-prague/geometry.geojson",
    "route_count": 834,
    "routes": [
      {
        "color": "7A0603",
        "color_name": "brown",
        "has_shape": true,
        "id": "L1",
        "label": "1",
        "long": "S\u00eddli\u0161t\u011b Pet\u0159iny - V\u00fdstavi\u0161t\u011b",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "7A0603",
        "color_name": "brown",
        "has_shape": true,
        "id": "L10",
        "label": "10",
        "long": "S\u00eddli\u0161t\u011b \u0158epy - S\u00eddli\u0161t\u011b \u010e\u00e1blice",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L100",
        "label": "100",
        "long": "Zli\u010d\u00edn - Leti\u0161t\u011b / Termin\u00e1l 1",
        "short": "100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1001",
        "label": "S1",
        "long": "Praha - \u010cesk\u00fd Brod - Po\u0159\u00ed\u010dany - Kol\u00edn",
        "short": "S1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1002",
        "label": "S2",
        "long": "Praha - Lys\u00e1 nad Labem - Nymburk - Kol\u00edn",
        "short": "S2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1003",
        "label": "S3",
        "long": "Praha - M\u011bln\u00edk",
        "short": "S3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1004",
        "label": "S4",
        "long": "Praha - Kralupy nad Vltavou - Hn\u011bvice",
        "short": "S4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1005",
        "label": "S5",
        "long": "Praha - Kladno",
        "short": "S5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1006",
        "label": "S6",
        "long": "Praha - Rudn\u00e1 u Prahy - Beroun",
        "short": "S6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1007",
        "label": "S7",
        "long": "Praha - \u0158evnice - Beroun",
        "short": "S7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1008",
        "label": "S8",
        "long": "Praha - Vran\u00e9 nad Vltavou - \u010cer\u010dany",
        "short": "S8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1009",
        "label": "S9",
        "long": "Milovice - Praha - Stran\u010dice - Bene\u0161ov u Prahy",
        "short": "S9",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L101",
        "label": "101",
        "long": "Viktoria \u017di\u017ekov - Skalka - Zentiva",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1010",
        "label": "S10",
        "long": "Kol\u00edn - P\u0159elou\u010d",
        "short": "S10",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1011",
        "label": "S11",
        "long": "Pe\u010dky - Kou\u0159im",
        "short": "S11",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1012",
        "label": "S12",
        "long": "Po\u0159\u00ed\u010dany - Nymburk",
        "short": "S12",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1018",
        "label": "S18",
        "long": "Kol\u00edn - Lede\u010dko - S\u00e1zava",
        "short": "S18",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L102",
        "label": "102",
        "long": "S\u00eddli\u0161t\u011b Bohnice - Kobylisy - \u0160im\u016fnkova",
        "short": "102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1020",
        "label": "S20",
        "long": "Kol\u00edn - Kutn\u00e1 Hora - \u010c\u00e1slav - Sv\u011btl\u00e1 nad S\u00e1zavou",
        "short": "S20",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1021",
        "label": "S21",
        "long": "Nymburk - Ji\u010d\u00edn",
        "short": "S21",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1022",
        "label": "S22",
        "long": "Praha - Lys\u00e1 nad Labem - Milovice",
        "short": "S22",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1023",
        "label": "S23",
        "long": "\u010cel\u00e1kovice - Brand\u00fds nad Labem - Neratovice",
        "short": "S23",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1027",
        "label": "S27",
        "long": "\u010c\u00e1slav - T\u0159emo\u0161nice",
        "short": "S27",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1028",
        "label": "S28",
        "long": "Kutn\u00e1 Hora - Zru\u010d nad S\u00e1zavou",
        "short": "S28",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L103",
        "label": "103",
        "long": "L\u00e1dv\u00ed - \u010e\u00e1blice - B\u0159ezin\u011bves",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1030",
        "label": "S30",
        "long": "V\u0161etaty - Mlad\u00e1 Boleslav",
        "short": "S30",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1031",
        "label": "S31",
        "long": "Nymburk - Mlad\u00e1 Boleslav",
        "short": "S31",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1032",
        "label": "S32",
        "long": "Lys\u00e1 nad Labem - \u0160t\u011bt\u00ed",
        "short": "S32",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1033",
        "label": "S33",
        "long": "M\u011bln\u00edk - M\u0161eno - Mlad\u00e1 Boleslav",
        "short": "S33",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1034",
        "label": "S34",
        "long": "Praha Masarykovo n\u00e1dra\u017e\u00ed - Praha-\u010cakovice",
        "short": "S34",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1035",
        "label": "S35",
        "long": "Mlad\u00e1 Boleslav - Turnov",
        "short": "S35",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1036",
        "label": "S36",
        "long": "Mlad\u00e1 Boleslav - Mlad\u011bjov v \u010cech\u00e1ch - Lomnice nad Popelkou",
        "short": "S36",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L104",
        "label": "104",
        "long": "Klukovice - Na Hv\u011bzd\u00e1rn\u011b",
        "short": "104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1040",
        "label": "S40",
        "long": "Kralupy nad Vltavou - Slan\u00fd",
        "short": "S40",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1043",
        "label": "S43",
        "long": "Neratovice - Kralupy nad Vltavou",
        "short": "S43",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1044",
        "label": "S44",
        "long": "Kralupy nad Vltavou - Velvary",
        "short": "S44",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1045",
        "label": "S45",
        "long": "Kladno - Kralupy nad Vltavou",
        "short": "S45",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1049",
        "label": "S49",
        "long": "Praha - Roztoky u Prahy",
        "short": "S49",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L105",
        "label": "105",
        "long": "Sm\u00edchovsk\u00e9 n\u00e1dra\u017e\u00ed - Filmov\u00e9 ateli\u00e9ry Barrandov - Sm\u00edchovsk\u00e9 n\u00e1dra\u017e\u00ed",
        "short": "105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1050",
        "label": "S50",
        "long": "Kladno - Rakovn\u00edk",
        "short": "S50",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1054",
        "label": "S54",
        "long": "Praha - Hostivice - St\u0159edokluky - Slan\u00fd",
        "short": "S54",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1057",
        "label": "S57",
        "long": "Rakovn\u00edk - Blatno u Jesenice - \u017dlutice",
        "short": "S57",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1058",
        "label": "S58",
        "long": "Rakovn\u00edk - Kralovice u Rakovn\u00edka",
        "short": "S58",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1059",
        "label": "S59",
        "long": "Protivec - Bochov",
        "short": "S59",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L106",
        "label": "106",
        "long": "Pra\u017esk\u00e9ho povst\u00e1n\u00ed - N\u00e1dra\u017e\u00ed Bran\u00edk",
        "short": "106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1060",
        "label": "S60",
        "long": "Beroun - B\u0159eznice - Blatn\u00e1 - Strakonice",
        "short": "S60",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1061",
        "label": "S61",
        "long": "Praha - \u00davaly",
        "short": "S61",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1065",
        "label": "S65",
        "long": "Praha - Hostivice - Rudn\u00e1 u Prahy",
        "short": "S65",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1066",
        "label": "S66",
        "long": "B\u0159eznice - P\u00edsek - Protiv\u00edn",
        "short": "S66",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L107",
        "label": "107",
        "long": "Dejvick\u00e1 - Suchdolsk\u00e9 n\u00e1m\u011bst\u00ed - Suchdol",
        "short": "107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1070",
        "label": "S70",
        "long": "Beroun - Ho\u0159ovice - Ka\u0159ez",
        "short": "S70",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1075",
        "label": "S75",
        "long": "Beroun - Rakovn\u00edk",
        "short": "S75",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1076",
        "label": "S76",
        "long": "Zadn\u00ed T\u0159eba\u0148 - Lite\u0148 - Lochovice",
        "short": "S76",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L108",
        "label": "108",
        "long": "Dejvick\u00e1 - Divok\u00e1 \u0160\u00e1rka",
        "short": "108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1080",
        "label": "S80",
        "long": "\u010cer\u010dany - Lede\u010dko - Zru\u010d nad S\u00e1zavou",
        "short": "S80",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1082",
        "label": "S82",
        "long": "Zru\u010d nad S\u00e1zavou - Sv\u011btl\u00e1 nad S\u00e1zavou",
        "short": "S82",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1088",
        "label": "S88",
        "long": "Praha - Vran\u00e9 nad Vltavou - \u010cisovice - Dob\u0159\u00ed\u0161",
        "short": "S88",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L109",
        "label": "109",
        "long": "Palmovka - Doln\u00ed Po\u010dernice - V\u00fdzkumn\u00e9 \u00fastavy B\u011bchovice",
        "short": "109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1090",
        "label": "S90",
        "long": "Olbramovice - T\u00e1bor",
        "short": "S90",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1098",
        "label": "S98",
        "long": "Bene\u0161ov u Prahy - Olbramovice - Sedl\u010dany",
        "short": "S98",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1099",
        "label": "S99",
        "long": "Bene\u0161ov u Prahy - Vla\u0161im",
        "short": "S99",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "7A0603",
        "color_name": "brown",
        "has_shape": true,
        "id": "L11",
        "label": "11",
        "long": "Spojovac\u00ed - Spo\u0159ilov",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L110",
        "label": "110",
        "long": "T\u0159eboradick\u00fd h\u0159bitov - Doln\u00ed Po\u010dernice",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1109",
        "label": "R9",
        "long": "Praha - Havl\u00ed\u010dk\u016fv Brod - Brno / Jihlava",
        "short": "R9",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L111",
        "label": "111",
        "long": "Skalka - Dube\u010d - Kolod\u011bje",
        "short": "111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1110",
        "label": "R10",
        "long": "Praha - Nymburk - Hradec Kr\u00e1lov\u00e9 - Trutnov",
        "short": "R10",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1116",
        "label": "R16",
        "long": "Praha - Plze\u0148 - Klatovy",
        "short": "R16",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1117",
        "label": "R17",
        "long": "Praha - T\u00e1bor - \u010cesk\u00e9 Bud\u011bjovice / \u010cesk\u00e9 Velenice - Wien",
        "short": "R17",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1118",
        "label": "R18",
        "long": "Praha - Pardubice - Olomouc - Luha\u010dovice / Zl\u00edn / Vesel\u00ed nad Moravou",
        "short": "R18",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1119",
        "label": "R19",
        "long": "Praha - Pardubice - Brno",
        "short": "R19",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L112",
        "label": "112",
        "long": "N\u00e1dra\u017e\u00ed Hole\u0161ovice - Zoo Praha-Troja",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1120",
        "label": "R20",
        "long": "Praha - \u00dast\u00ed nad Labem - D\u011b\u010d\u00edn",
        "short": "R20",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1121",
        "label": "R21",
        "long": "Praha - Mlad\u00e1 Boleslav - Turnov - Tanvald",
        "short": "R21",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1122",
        "label": "R22",
        "long": "Kol\u00edn - Mlad\u00e1 Boleslav - \u010cesk\u00e1 L\u00edpa - \u0160luknov",
        "short": "R22",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1123",
        "label": "R23",
        "long": "Kol\u00edn - Nymburk - M\u011bln\u00edk - \u00dast\u00ed nad Labem",
        "short": "R23",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1124",
        "label": "R24",
        "long": "Praha - Kladno - Rakovn\u00edk",
        "short": "R24",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1126",
        "label": "R26",
        "long": "Praha - Beroun - P\u00edsek - \u010cesk\u00e9 Bud\u011bjovice",
        "short": "R26",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L113",
        "label": "113",
        "long": "Ka\u010derov - S\u00eddli\u0161t\u011b P\u00edsnice - P\u00edsnice - To\u010dn\u00e1",
        "short": "113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L114",
        "label": "114",
        "long": "Zelen\u00fd pruh - \u0160eber\u00e1k",
        "short": "114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1141",
        "label": "R41",
        "long": "Praha - Po\u0159\u00ed\u010dany - Kol\u00edn - Kutn\u00e1 Hora",
        "short": "R41",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1142",
        "label": "R42",
        "long": "Praha - Lys\u00e1 nad Labem - Nymburk - Kol\u00edn",
        "short": "R42",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1143",
        "label": "R43",
        "long": "Praha - V\u0161etaty - Mlad\u00e1 Boleslav",
        "short": "R43",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1144",
        "label": "R44",
        "long": "Praha - Kralupy nad Vltavou",
        "short": "R44",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1145",
        "label": "R45",
        "long": "Praha - Kladno",
        "short": "R45",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1149",
        "label": "R49",
        "long": "Praha - Bene\u0161ov u Prahy - T\u00e1bor",
        "short": "R49",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L115",
        "label": "115",
        "long": "Chodov - M\u011bstsk\u00fd archiv Chodovec - Chodov",
        "short": "115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L116",
        "label": "116",
        "long": "Dejvick\u00e1 - Bo\u0159islavka",
        "short": "116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L117",
        "label": "117",
        "long": "Poliklinika Bud\u011bjovick\u00e1 - Nov\u00e9 Komo\u0159any",
        "short": "117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L118",
        "label": "118",
        "long": "Sm\u00edchovsk\u00e9 n\u00e1dra\u017e\u00ed - Depo Ka\u010derov - S\u00eddli\u0161t\u011b Spo\u0159ilov",
        "short": "118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A0603",
        "color_name": "brown",
        "has_shape": true,
        "id": "L12",
        "label": "12",
        "long": "Lehovec - S\u00eddli\u0161t\u011b Barrandov",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L120",
        "label": "120",
        "long": "Na Kn\u00ed\u017eec\u00ed - Pod Lochkovem / N\u00e1dra\u017e\u00ed Radot\u00edn",
        "short": "120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1202",
        "label": "P2",
        "long": "Ka\u0159ez - Rokycany - Plze\u0148 - Klatovy",
        "short": "P2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1204",
        "label": "U4",
        "long": "Hn\u011bvice - Roudnice nad Labem - \u00dast\u00ed nad Labem",
        "short": "U4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1205",
        "label": "V5",
        "long": "Hradec Kr\u00e1lov\u00e9 - Ji\u010d\u00edn - Turnov",
        "short": "V5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L121",
        "label": "121",
        "long": "Poliklinika Bud\u011bjovick\u00e1 - N\u00e1dra\u017e\u00ed Bran\u00edk",
        "short": "121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1211",
        "label": "U11",
        "long": "Doksy - \u010cesk\u00e1 L\u00edpa - Louny - Postoloprty",
        "short": "U11",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1212",
        "label": "U12",
        "long": "Rakovn\u00edk - Louny - Most - Osek",
        "short": "U12",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1214",
        "label": "U14",
        "long": "Rakovn\u00edk - Lu\u017en\u00e1 u Rakovn\u00edka - \u017datec - Jirkov",
        "short": "U14",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L122",
        "label": "122",
        "long": "Opatov - \u00dajezd u Pr\u016fhonic - K\u0159eslice",
        "short": "122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1221",
        "label": "U21",
        "long": "Roudnice nad Labem - B\u0159\u00edza",
        "short": "U21",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1222",
        "label": "U22",
        "long": "Vra\u0148any - B\u0159\u00edza",
        "short": "U22",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L123",
        "label": "123",
        "long": "Na Kn\u00ed\u017eec\u00ed - \u0160muk\u00fd\u0159ka",
        "short": "123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L124",
        "label": "124",
        "long": "\u017delivsk\u00e9ho - Sm\u00edchovsk\u00e9 n\u00e1dra\u017e\u00ed",
        "short": "124",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1240",
        "label": "U40",
        "long": "Slan\u00fd - Louny",
        "short": "U40",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1241",
        "label": "V41",
        "long": "Kol\u00edn - Chlumec nad Cidlinou - Star\u00e1 Paka - Trutnov",
        "short": "V41",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L125",
        "label": "125",
        "long": "Sm\u00edchovsk\u00e9 n\u00e1dra\u017e\u00ed - Skalka",
        "short": "125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1250",
        "label": "V50",
        "long": "Hradec Kr\u00e1lov\u00e9 - Ji\u010d\u00edn - Turnov",
        "short": "V50",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1251",
        "label": "V51",
        "long": "M\u011bstec Kr\u00e1lov\u00e9 - Chlumec nad Cidlinou - Star\u00e1 Paka - Lomnice nad Popelkou",
        "short": "V51",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1254",
        "label": "U54",
        "long": "Hn\u011bvice - Roudnice nad Labem - \u00dast\u00ed nad Labem - D\u011b\u010d\u00edn",
        "short": "U54",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L126",
        "label": "126",
        "long": "Koleje Ji\u017en\u00ed M\u011bsto - N\u00e1dra\u017e\u00ed Uh\u0159\u00edn\u011bves",
        "short": "126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1264",
        "label": "L4",
        "long": "Mlad\u00e1 Boleslav - \u010cesk\u00e1 L\u00edpa - Rumburk",
        "short": "L4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1272",
        "label": "S2",
        "long": "St\u0159ezim\u00ed\u0159 - Chotoviny - T\u00e1bor - \u010cesk\u00e9 Bud\u011bjovice",
        "short": "S2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1279",
        "label": "S9",
        "long": "T\u00e1bor - P\u00edsek - Strakonice",
        "short": "S9",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L128",
        "label": "128",
        "long": "Hlubo\u010depy - \u017dvahov - Hlubo\u010depy",
        "short": "128",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1280",
        "label": "S10",
        "long": "T\u00e1bor - Bechyn\u011b",
        "short": "S10",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1282",
        "label": "S12",
        "long": "Blatn\u00e1 - Nepomuk",
        "short": "S12",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1283",
        "label": "S13",
        "long": "T\u00e1bor - Pacov",
        "short": "S13",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L129",
        "label": "129",
        "long": "Sm\u00edchovsk\u00e9 n\u00e1dra\u017e\u00ed - Ban\u011b",
        "short": "129",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1293",
        "label": "S23",
        "long": "Chotoviny - T\u00e1bor - Jind\u0159ich\u016fv Hradec",
        "short": "S23",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "7A0603",
        "color_name": "brown",
        "has_shape": true,
        "id": "L13",
        "label": "13",
        "long": "\u010cechovo n\u00e1m\u011bst\u00ed - Ol\u0161ansk\u00e9 h\u0159bitovy",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L130",
        "label": "130",
        "long": "Zli\u010d\u00edn - Filmov\u00e9 ateli\u00e9ry",
        "short": "130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1301",
        "label": "T1",
        "long": "Pra\u017esk\u00fd motor\u00e1\u010dek: Praha hl.n. - Praha-Zli\u010d\u00edn",
        "short": "T1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1302",
        "label": "T2",
        "long": "\u010cesk\u00fd r\u00e1j: Praha - Nymburk - Ji\u010d\u00edn",
        "short": "T2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1303",
        "label": "T3",
        "long": "Koko\u0159\u00ednsk\u00fd rychl\u00edk: Praha - M\u011bln\u00edk - M\u0161eno",
        "short": "T3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1304",
        "label": "T4",
        "long": "Cyklohr\u00e1\u010dek: Praha - Hostivice - Slan\u00fd",
        "short": "T4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1306",
        "label": "T6",
        "long": "Brdy: Praha - Beroun - Blatn\u00e1",
        "short": "T6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1307",
        "label": "T7",
        "long": "Rakovnick\u00fd rychl\u00edk: Praha - Beroun - Rakovn\u00edk",
        "short": "T7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1308",
        "label": "T8",
        "long": "Pos\u00e1zavsk\u00fd motor\u00e1\u010dek: Praha - Vran\u00e9 nad Vltavou - \u010cer\u010dany",
        "short": "T8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1309",
        "label": "T9",
        "long": "Ro\u017emit\u00e1lsk\u00fd motor\u00e1\u010dek: B\u0159eznice - Ro\u017emit\u00e1l pod T\u0159em\u0161\u00ednem",
        "short": "T9",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L131",
        "label": "131",
        "long": "Hrad\u010dansk\u00e1 - Bo\u0159islavka",
        "short": "131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1310",
        "label": "T10",
        "long": "Lu\u017eickohorsk\u00fd rychl\u00edk: Praha - Mlad\u00e1 Boleslav - \u010cesk\u00e1 L\u00edpa - Mikul\u00e1\u0161ovice",
        "short": "T10",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L133",
        "label": "133",
        "long": "Florenc - S\u00eddli\u0161t\u011b Male\u0161ice",
        "short": "133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L134",
        "label": "134",
        "long": "Podolsk\u00e1 vod\u00e1rna - Dvorce",
        "short": "134",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "251E62",
        "color_name": "black",
        "has_shape": true,
        "id": "L1342",
        "label": "T42",
        "long": "Vra\u0148any - Lu\u017eec nad Vltavou",
        "short": "T42",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L135",
        "label": "135",
        "long": "Florenc - Chodov",
        "short": "135",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L136",
        "label": "136",
        "long": "S\u00eddli\u0161t\u011b \u010cakovice - Ji\u017en\u00ed M\u011bsto",
        "short": "136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L137",
        "label": "137",
        "long": "Na Kn\u00ed\u017eec\u00ed - U Waltrovky - Jinonice",
        "short": "137",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L138",
        "label": "138",
        "long": "\u00dastavy Akademie v\u011bd - S\u00eddli\u0161t\u011b Spo\u0159ilov - Skalka - S\u00eddli\u0161t\u011b Skalka",
        "short": "138",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L139",
        "label": "139",
        "long": "\u017delivsk\u00e9ho - Komo\u0159any - S\u00eddli\u0161t\u011b Zbraslav",
        "short": "139",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L141",
        "label": "141",
        "long": "Baz\u00e9n Hloub\u011bt\u00edn - Ve \u017dl\u00edbku",
        "short": "141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L142",
        "label": "142",
        "long": "Nov\u00e9 Butovice - Velk\u00e1 Ohrada",
        "short": "142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L143",
        "label": "143",
        "long": "Dejvick\u00e1 - Stadion Strahov",
        "short": "143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L144",
        "label": "144",
        "long": "Kobylisy - Poliklinika Mazursk\u00e1",
        "short": "144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L145",
        "label": "145",
        "long": "Kobylisy - S\u00eddli\u0161t\u011b \u010cimice",
        "short": "145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L146",
        "label": "146",
        "long": "\u017delivsk\u00e9ho - Vinice Hrdlo\u0159ezy",
        "short": "146",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L147",
        "label": "147",
        "long": "Dejvick\u00e1 - V\u00fdhledy",
        "short": "147",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L148",
        "label": "148",
        "long": "I.P.Pavlova - Karlovo N\u00e1m\u011bst\u00ed - I.P.Pavlova",
        "short": "148",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L149",
        "label": "149",
        "long": "Dejvick\u00e1 - Stod\u016flky-Bavorsk\u00e1",
        "short": "149",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A0603",
        "color_name": "brown",
        "has_shape": true,
        "id": "L15",
        "label": "15",
        "long": "Kotl\u00e1\u0159ka - Ol\u0161ansk\u00e9 h\u0159bitovy",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L150",
        "label": "150",
        "long": "\u017delivsk\u00e9ho - Na Ber\u00e1nku",
        "short": "150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L151",
        "label": "151",
        "long": "\u010ceskomoravsk\u00e1 - Poliklinika Prosek - Novoborsk\u00e1",
        "short": "151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L152",
        "label": "152",
        "long": "\u010ceskomoravsk\u00e1 - S\u00eddli\u0161t\u011b \u010cimice",
        "short": "152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L153",
        "label": "153",
        "long": "U Zvonu - Nad Konv\u00e1\u0159kou - U Zvonu",
        "short": "153",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L154",
        "label": "154",
        "long": "Stra\u0161nick\u00e1 - S\u00eddli\u0161t\u011b Libu\u0161",
        "short": "154",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L155",
        "label": "155",
        "long": "Nemocnice Vinohrady - Poliklinika Male\u0161ice",
        "short": "155",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L156",
        "label": "156",
        "long": "N\u00e1dra\u017e\u00ed Hole\u0161ovice - OC Stromovka - N\u00e1dra\u017e\u00ed Hole\u0161ovice",
        "short": "156",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L157",
        "label": "157",
        "long": "Ka\u010derov - N\u00e1sirovo n\u00e1m\u011bst\u00ed",
        "short": "157",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L158",
        "label": "158",
        "long": "Let\u0148any - S\u00eddli\u0161t\u011b Let\u0148any",
        "short": "158",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L159",
        "label": "159",
        "long": "Let\u0148any - Vino\u0159",
        "short": "159",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A0603",
        "color_name": "brown",
        "has_shape": true,
        "id": "L16",
        "label": "16",
        "long": "S\u00eddli\u0161t\u011b \u0158epy - Kotl\u00e1\u0159ka - \u00dast\u0159edn\u00ed d\u00edlny Dopravn\u00edho podniku",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L160",
        "label": "160",
        "long": "Dejvick\u00e1 - Lysolaje - V\u00fdhledy",
        "short": "160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L161",
        "label": "161",
        "long": "Bo\u0159islavka - Nebu\u0161ice - P\u0159edn\u00ed Kopanina / K Tuchom\u011b\u0159ic\u016fm - Leti\u0161t\u011b / Termin\u00e1l 1",
        "short": "161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L162",
        "label": "162",
        "long": "Kobylisy - Doln\u00ed Chabry",
        "short": "162",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L163",
        "label": "163",
        "long": "Depo Hostiva\u0159 - S\u00eddli\u0161t\u011b Roho\u017en\u00edk",
        "short": "163",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L164",
        "label": "164",
        "long": "S\u00eddli\u0161t\u011b \u0158epy - B\u00edl\u00e1 Hora - Malovanka",
        "short": "164",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L166",
        "label": "166",
        "long": "S\u00eddli\u0161t\u011b \u010cakovice - St\u0159\u00ed\u017ekov - Domov senior\u016f \u010e\u00e1blice",
        "short": "166",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L167",
        "label": "167",
        "long": "Na Kn\u00ed\u017eec\u00ed - Nemocnice na Homolce",
        "short": "167",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L168",
        "label": "168",
        "long": "Nov\u00e9 Butovice - Nemocnice Na Homolce - B\u00edl\u00e1 Hora",
        "short": "168",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L169",
        "label": "169",
        "long": "Kobylisy - S\u00eddli\u0161t\u011b \u010cimice",
        "short": "169",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A0603",
        "color_name": "brown",
        "has_shape": true,
        "id": "L17",
        "label": "17",
        "long": "Vozovna Kobylisy - B\u0159ezin\u011bvesk\u00e1 - S\u00eddli\u0161t\u011b Mod\u0159any - Libu\u0161",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L170",
        "label": "170",
        "long": "Pra\u017esk\u00e1 \u010dtvr\u0165 - Ji\u017en\u00ed M\u011bsto",
        "short": "170",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L1703",
        "label": "BB2",
        "long": "Bud\u011bjovick\u00e1 - Filadelfie - Bud\u011bjovick\u00e1",
        "short": "BB2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L171",
        "label": "171",
        "long": "Depo Hostiva\u0159 - Ve \u017dl\u00edbku",
        "short": "171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L1716",
        "label": "IKEA",
        "long": "\u010cern\u00fd Most - Ikea \u010cern\u00fd Most - \u010cern\u00fd Most",
        "short": "IKEA",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L172",
        "label": "172",
        "long": "Sm\u00edchovsk\u00e9 n\u00e1dra\u017e\u00ed - Velk\u00e1 Chuchle - Na Hv\u011bzd\u00e1rn\u011b",
        "short": "172",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L1723",
        "label": "BB1",
        "long": "(BB1) Bud\u011bjovick\u00e1 - Delta",
        "short": "BB1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L173",
        "label": "173",
        "long": "Depo Hostiva\u0159 - Kardausova",
        "short": "173",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L1731",
        "label": "MHD 1",
        "long": "O\u00e1za/Ku\u0159\u00ed - Stra\u0161\u00edn",
        "short": "MHD 1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L1732",
        "label": "MHD 2",
        "long": "Stra\u0161\u00edn,Pastelkov - O\u00e1za",
        "short": "MHD 2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L1733",
        "label": "MHD 3",
        "long": "Ja\u017elovice - Pacov",
        "short": "MHD 3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L1736",
        "label": "MHD 7",
        "long": "Olivovna - Srn\u010d\u00ed",
        "short": "MHD 7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L1737",
        "label": "MHD 9",
        "long": "Olivovna - Obchodn\u00ed",
        "short": "MHD 9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L174",
        "label": "174",
        "long": "Kukulova - Luka -  \u0158eporyjsk\u00e9 n\u00e1m\u011bst\u00ed - T\u0159ebonice",
        "short": "174",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L175",
        "label": "175",
        "long": "Florenc - H\u00e1je",
        "short": "175",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L176",
        "label": "176",
        "long": "Karlovo n\u00e1m\u011bst\u00ed - Stadion Strahov",
        "short": "176",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L1761",
        "label": "MHD 1",
        "long": "MHD Bene\u0161ov ORAN\u017dOV\u00c1 Albert - Nezvalova - Termin\u00e1l - U N\u00e1honu",
        "short": "MHD 1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L1762",
        "label": "MHD 2",
        "long": "MHD Bene\u0161ov ZELEN\u00c1 M\u0160 \u00dasm\u011bv - Termin\u00e1l - \u010cernolesk\u00e1 - Mari\u00e1novice",
        "short": "MHD 2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L1763",
        "label": "MHD 3",
        "long": "MHD Bene\u0161ov MODR\u00c1 Bukov\u00e1 Lhota - Pomn\u011bnice - Purky\u0148ova - Termin\u00e1l - Masarykovo n\u00e1m\u011bst\u00ed",
        "short": "MHD 3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L1764",
        "label": "MHD 4",
        "long": "MHD Bene\u0161ov R\u016e\u017dOV\u00c1 M\u0160 \u00dasm\u011bv - Termin\u00e1l - U N\u00e1honu",
        "short": "MHD 4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L1765",
        "label": "MHD 5",
        "long": "MHD Bene\u0161ov \u017dLUT\u00c1 Termin\u00e1l - K\u0159i\u017e\u00edkova",
        "short": "MHD 5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L1766",
        "label": "MHD 6",
        "long": "MHD Bene\u0161ov \u010cERVEN\u00c1 Termin\u00e1l - Konopi\u0161t\u011b, R\u016f\u017eov\u00e1 zahrada",
        "short": "MHD 6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L177",
        "label": "177",
        "long": "Chodov - Skalka - Poliklinika Mazursk\u00e1",
        "short": "177",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L1781",
        "label": "MHD 1",
        "long": "MHD Kol\u00edn 1 Zibohlavy-nemocnice-Bene\u0161ova-n\u00e1m. Republiky-n\u00e1dra\u017e\u00ed-Stroj\u00edrny-Sendra\u017eice",
        "short": "MHD 1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L1782",
        "label": "MHD 2",
        "long": "MHD Kol\u00edn 2 \u0160t\u00edtary-Bene\u0161ova-n\u00e1m. Republiky-n\u00e1dra\u017e\u00ed-\u0160\u0165\u00e1ralka",
        "short": "MHD 2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L1783",
        "label": "MHD 3",
        "long": "MHD Kol\u00edn 3 U Vod\u00e1rny\u2013Masarykova\u2013Polepsk\u00e1\u2013n\u00e1dra\u017e\u00ed\u2013Zimn\u00ed stadion",
        "short": "MHD 3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L1784",
        "label": "MHD 4",
        "long": "MHD Kol\u00edn 4 Tesco-Masarykova-n\u00e1dra\u017e\u00ed-Vinice-Retailpark Ov\u010d\u00e1ry",
        "short": "MHD 4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L1785",
        "label": "MHD 5",
        "long": "MHD Kol\u00edn 5 Polepy-Jate\u010dn\u00ed-Sadov\u00e1-T\u0159\u00eddvorsk\u00e1-Vinice",
        "short": "MHD 5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L1786",
        "label": "MHD 6",
        "long": "MHD Kol\u00edn 6 Tesco-Masarykova-n\u00e1dra\u017e\u00ed-PZKO-TOYOTA",
        "short": "MHD 6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L1787",
        "label": "MHD 7",
        "long": "MHD Kol\u00edn 7 U Vod\u00e1rny-n\u00e1dra\u017e\u00ed-PZKO-TOYOTA",
        "short": "MHD 7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L1788",
        "label": "MHD 8",
        "long": "MHD Kol\u00edn 8 Karlovo n\u00e1m\u011bst\u00ed-n\u00e1dra\u017e\u00ed-Karlovo n\u00e1m\u011bst\u00ed",
        "short": "MHD 8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L1789",
        "label": "MHD 9",
        "long": "MHD Kol\u00edn 9 \u0160t\u00edtary\u2013gymn\u00e1zium\u2013n\u00e1dra\u017e\u00ed\u2013Divadlo\u2013Veltruby-PZKO-Toyota",
        "short": "MHD 9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A0603",
        "color_name": "brown",
        "has_shape": true,
        "id": "L18",
        "label": "18",
        "long": "N\u00e1dra\u017e\u00ed Podbaba - Vozovna Pankr\u00e1c",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L180",
        "label": "180",
        "long": "Dejvick\u00e1 - Zli\u010d\u00edn - Obchodn\u00ed centrum Zli\u010d\u00edn",
        "short": "180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B3CB",
        "color_name": "teal",
        "has_shape": true,
        "id": "L1801",
        "label": "P1",
        "long": "Sedlec - Z\u00e1mky",
        "short": "P1",
        "text_color": "000000",
        "type_label": "Ferry"
      },
      {
        "color": "00B3CB",
        "color_name": "teal",
        "has_shape": true,
        "id": "L1802",
        "label": "P2",
        "long": "V Podbab\u011b - Podho\u0159\u00ed",
        "short": "P2",
        "text_color": "000000",
        "type_label": "Ferry"
      },
      {
        "color": "00B3CB",
        "color_name": "teal",
        "has_shape": true,
        "id": "L1804",
        "label": "P4",
        "long": "Dostihov\u00e1 - Bel\u00e1rie",
        "short": "P4",
        "text_color": "000000",
        "type_label": "Ferry"
      },
      {
        "color": "00B3CB",
        "color_name": "teal",
        "has_shape": true,
        "id": "L1805",
        "label": "P5",
        "long": "C\u00edsa\u0159sk\u00e1 louka - V\u00fdto\u0148",
        "short": "P5",
        "text_color": "000000",
        "type_label": "Ferry"
      },
      {
        "color": "00B3CB",
        "color_name": "teal",
        "has_shape": true,
        "id": "L1806",
        "label": "P6",
        "long": "Lahovi\u010dky - N\u00e1dra\u017e\u00ed Mod\u0159any",
        "short": "P6",
        "text_color": "000000",
        "type_label": "Ferry"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L181",
        "label": "181",
        "long": "\u010cern\u00fd Most - Opatov",
        "short": "181",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L182",
        "label": "182",
        "long": "Kbelsk\u00fd h\u0159bitov - Opatov",
        "short": "182",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L183",
        "label": "183",
        "long": "Vozovna Kobylisy - H\u00e1je",
        "short": "183",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L184",
        "label": "184",
        "long": "Kukulova  - Velk\u00e1 Ohrada",
        "short": "184",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L185",
        "label": "185",
        "long": "Let\u0148any - T\u0159eboradice",
        "short": "185",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L186",
        "label": "186",
        "long": "\u010cern\u00fd Most - N\u00e1dra\u017e\u00ed Satalice - Vino\u0159",
        "short": "186",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L187",
        "label": "187",
        "long": "N\u00e1dra\u017e\u00ed Hole\u0161ovice - Pelc-Tyrolka - N\u00e1dra\u017e\u00ed Hole\u0161ovice",
        "short": "187",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L188",
        "label": "188",
        "long": "\u017delivsk\u00e9ho - Kav\u010d\u00ed hory",
        "short": "188",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L189",
        "label": "189",
        "long": "Ka\u010derov - S\u00eddli\u0161t\u011b Lhotka",
        "short": "189",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A0603",
        "color_name": "brown",
        "has_shape": true,
        "id": "L19",
        "label": "19",
        "long": "Depo Hostiva\u0159 - Pankr\u00e1c",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L190",
        "label": "190",
        "long": "Sm\u00edchovsk\u00e9 n\u00e1dra\u017e\u00ed - Na Ber\u00e1nku",
        "short": "190",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L191",
        "label": "191",
        "long": "Na Kn\u00ed\u017eec\u00ed - D\u011bdina - Obchodn\u00ed centrum Ruzyn\u011b - Leti\u0161t\u011b",
        "short": "191",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L194",
        "label": "194",
        "long": "Florenc - Nemocnice pod Pet\u0159\u00ednem",
        "short": "194",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L195",
        "label": "195",
        "long": "S\u00eddli\u0161t\u011b Let\u0148any - Poliklinika Zahradn\u00ed M\u011bsto - Jesenick\u00e1",
        "short": "195",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L196",
        "label": "196",
        "long": "Sm\u00edchovsk\u00e9 n\u00e1dra\u017e\u00ed - Ka\u010derov",
        "short": "196",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L197",
        "label": "197",
        "long": "Sm\u00edchovsk\u00e9 n\u00e1dra\u017e\u00ed - S\u00eddli\u0161t\u011b P\u00edsnice - Roztyly",
        "short": "197",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L199",
        "label": "199",
        "long": "\u017delivsk\u00e9ho - S\u00eddli\u0161t\u011b Male\u0161ice",
        "short": "199",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A0603",
        "color_name": "brown",
        "has_shape": true,
        "id": "L2",
        "label": "2",
        "long": "S\u00eddli\u0161t\u011b Pet\u0159iny - N\u00e1m\u011bst\u00ed Brat\u0159\u00ed Synk\u016f",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "7A0603",
        "color_name": "brown",
        "has_shape": true,
        "id": "L20",
        "label": "20",
        "long": "D\u011bdina - S\u00eddli\u0161t\u011b Mod\u0159any",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L200",
        "label": "200",
        "long": "Kobylisy - S\u00eddli\u0161t\u011b Bohnice",
        "short": "200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L201",
        "label": "201",
        "long": "N\u00e1dra\u017e\u00ed Hole\u0161ovice - \u010cern\u00fd Most",
        "short": "201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2015",
        "label": "X315",
        "long": "Tu\u0159ice - Ben\u00e1tky nad Jizerou - P\u0159edm\u011b\u0159ice nad Jizerou",
        "short": "X315",
        "text_color": "ED922E",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L202",
        "label": "202",
        "long": "Poliklinika Mazursk\u00e1 - \u010cakovice",
        "short": "202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L203",
        "label": "203",
        "long": "Poliklinika Bud\u011bjovick\u00e1 - H\u00e1je",
        "short": "203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2033",
        "label": "X433",
        "long": "Nymburk - Ho\u0159\u00e1tev",
        "short": "X433",
        "text_color": "ED922E",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2038",
        "label": "X438",
        "long": "\u0160t\u011bchovice - Rabyn\u011b,Nov\u00e1 Rabyn\u011b",
        "short": "X438",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L204",
        "label": "204",
        "long": "Stavebn\u00ed z\u00f3na Horn\u00ed Po\u010dernice - S\u00eddli\u0161t\u011b Petrovice",
        "short": "204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L206",
        "label": "206",
        "long": "Baz\u00e9n Hloub\u011bt\u00edn - Doln\u00ed Po\u010dernice",
        "short": "206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L207",
        "label": "207",
        "long": "Starom\u011bstsk\u00e1 - Ohrada",
        "short": "207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L208",
        "label": "208",
        "long": "Depo Hostiva\u0159 - Obchodn\u00ed centrum \u0160t\u011brboholy - Vinice Doln\u00ed Po\u010dernice",
        "short": "208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2084",
        "label": "X384",
        "long": "Kr\u00e1l\u016fv Dv\u016fr - Kr\u00e1l\u016fv Dv\u016fr,Lev\u00edn - Zdice",
        "short": "X384",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L209",
        "label": "209",
        "long": "Let\u0148any - Ve \u017dl\u00edbku - N\u00e1dra\u017e\u00ed Uh\u0159\u00edn\u011bves",
        "short": "209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2090",
        "label": "X390",
        "long": "Rabyn\u011b - Slapy",
        "short": "X390",
        "text_color": "ED922E",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2092",
        "label": "X391",
        "long": "\u00davaly - \u00davaly,Radlick\u00e1 \u010dtvr\u0165",
        "short": "X391",
        "text_color": "ED922E",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2098",
        "label": "X398",
        "long": "Pod\u011bbrady - P\u00edskov\u00e1 Lhota",
        "short": "X398",
        "text_color": "ED922E",
        "type_label": "Bus"
      },
      {
        "color": "7A0603",
        "color_name": "brown",
        "has_shape": true,
        "id": "L21",
        "label": "21",
        "long": "Slivenec - Kub\u00e1nsk\u00e9 n\u00e1m\u011bst\u00ed",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L210",
        "label": "210",
        "long": "N\u00e1dra\u017e\u00ed Kl\u00e1novice - Blatov sever",
        "short": "210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2102",
        "label": "XS2",
        "long": "Velk\u00fd Osek,\u017del.st. - Kol\u00edn,N\u00e1dra\u017e\u00ed",
        "short": "XS2",
        "text_color": "ED922E",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2107",
        "label": "XS7",
        "long": "Praha,N\u00e1dra\u017e\u00ed Radot\u00edn - Praha,hlavn\u00ed n\u00e1dra\u017e\u00ed",
        "short": "XS7",
        "text_color": "ED922E",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L211",
        "label": "211",
        "long": "N\u00e1dra\u017e\u00ed Kl\u00e1novice - S\u00eddli\u0161t\u011b Roho\u017en\u00edk",
        "short": "211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2116",
        "label": "XR16",
        "long": "Beroun,aut.n\u00e1dr.. - Praha,hlavn\u00ed n\u00e1dra\u017e\u00ed",
        "short": "XR16",
        "text_color": "ED922E",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L212",
        "label": "212",
        "long": "N\u00e1dra\u017e\u00ed Kl\u00e1novice-sever - Nepasick\u00e9 n\u00e1m\u011bst\u00ed",
        "short": "212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L213",
        "label": "213",
        "long": "\u017delivsk\u00e9ho - Ji\u017en\u00ed M\u011bsto",
        "short": "213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L214",
        "label": "214",
        "long": "Sob\u00edn - B\u00edl\u00e1 Hora",
        "short": "214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L215",
        "label": "215",
        "long": "Ka\u010derov - S\u00eddli\u0161t\u011b Libu\u0161",
        "short": "215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L216",
        "label": "216",
        "long": "S\u00eddli\u0161t\u011b Baba - Poliklinika Pet\u0159iny",
        "short": "216",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L218",
        "label": "218",
        "long": "N\u00e1dra\u017e\u00ed Veleslav\u00edn - Nov\u00e9 Vokovice",
        "short": "218",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L219",
        "label": "219",
        "long": "Jinonice - Mal\u00e1 Ohrada",
        "short": "219",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A0603",
        "color_name": "brown",
        "has_shape": true,
        "id": "L22",
        "label": "22",
        "long": "B\u00edl\u00e1 Hora - Vypich - Zahradn\u00ed M\u011bsto - N\u00e1dra\u017e\u00ed Hostiva\u0159",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L220",
        "label": "220",
        "long": "\u010cern\u00fd Most - K Zelen\u010di - \u010cern\u00fd Most",
        "short": "220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L221",
        "label": "221",
        "long": "\u010cern\u00fd Most - Kl\u00e1novice",
        "short": "221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L222",
        "label": "222",
        "long": "\u010cern\u00fd Most - V\u00da B\u011bchovice",
        "short": "222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2221",
        "label": "XS21",
        "long": "Nymburk,hl.n\u00e1dr. - Ro\u017e\u010falovice,\u017eel.st.",
        "short": "XS21",
        "text_color": "ED922E",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L223",
        "label": "223",
        "long": "S\u00eddli\u0161t\u011b \u010cern\u00fd Most - \u010cern\u00fd Most - S\u00eddli\u0161t\u011b Horn\u00ed Po\u010dernice",
        "short": "223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2231",
        "label": "XS31",
        "long": "Mlad\u00e1 Boleslav,aut.st. - Nymburk,hl.n\u00e1dr.",
        "short": "XS31",
        "text_color": "ED922E",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2233",
        "label": "XS33",
        "long": "Mlad\u00e1 Boleslav,hl.n\u00e1dr. - M\u0161eno,\u017eel.st.",
        "short": "XS33",
        "text_color": "ED922E",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2236",
        "label": "XS36",
        "long": "Mlad\u011bjov,knihovna - Mlad\u00e1 Boleslav,hl.n\u00e1dr.",
        "short": "XS36",
        "text_color": "ED922E",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L224",
        "label": "224",
        "long": "Dolnopo\u010dernick\u00fd h\u0159bitov - Ve \u017dl\u00edbku",
        "short": "224",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2240",
        "label": "XS40",
        "long": "Slan\u00fd,\u017eel.st. - Kralupy n.Vlt.,\u017eel.st.",
        "short": "XS40",
        "text_color": "ED922E",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L225",
        "label": "225",
        "long": "Velk\u00e1 Ohrada - S\u00eddli\u0161t\u011b Na D\u011bdin\u011b",
        "short": "225",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L226",
        "label": "226",
        "long": "H\u00e1je - Lipany - Benice",
        "short": "226",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L227",
        "label": "227",
        "long": "H\u00e1je - Kolovraty - Nedv\u011bz\u00ed",
        "short": "227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L228",
        "label": "228",
        "long": "Poliklinika Male\u0161ice - Obchodn\u00ed centrum \u0160t\u011brboholy - Benice",
        "short": "228",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L229",
        "label": "229",
        "long": "Depo Hostiva\u0159 - S\u00eddli\u0161t\u011b Uh\u0159\u00edn\u011bves - Kr\u00e1lovice",
        "short": "229",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A0603",
        "color_name": "brown",
        "has_shape": true,
        "id": "L23",
        "label": "23",
        "long": "Kr\u00e1lovka - Zvona\u0159ka",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L231",
        "label": "231",
        "long": "Na Kn\u00ed\u017eec\u00ed - D\u00edv\u010d\u00ed hrady - Na Kn\u00ed\u017eec\u00ed",
        "short": "231",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L232",
        "label": "232",
        "long": "Na Kn\u00ed\u017eec\u00ed - Pod D\u011bv\u00ednem - Sm\u00edchovsk\u00e9 n\u00e1dra\u017e\u00ed",
        "short": "232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L234",
        "label": "234",
        "long": "N\u00e1dra\u017e\u00ed Hole\u0161ovice - Podho\u0159\u00ed",
        "short": "234",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L235",
        "label": "235",
        "long": "Nemocnice Bohnice - Podho\u0159\u00ed",
        "short": "235",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L236",
        "label": "236",
        "long": "Z\u00e1mky - Podho\u0159\u00ed",
        "short": "236",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L238",
        "label": "238",
        "long": "Depo Hostiva\u0159 - Fashion Arena \u0160t\u011brboholy",
        "short": "238",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A0603",
        "color_name": "brown",
        "has_shape": true,
        "id": "L24",
        "label": "24",
        "long": "Vozovna Kobylisy - Spo\u0159ilov",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L240",
        "label": "240",
        "long": "\u010cern\u00fd Most - H\u00e1je",
        "short": "240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L241",
        "label": "241",
        "long": "Sm\u00edchovsk\u00e9 n\u00e1dra\u017e\u00ed - Lipence",
        "short": "241",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L242",
        "label": "242",
        "long": "Zbraslavsk\u00e9 n\u00e1m\u011bst\u00ed - Doln\u00ed \u010cerno\u0161ice",
        "short": "242",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L243",
        "label": "243",
        "long": "Radot\u00ednsk\u00e1 l\u00e1vka - Lipence - Kaz\u00edn",
        "short": "243",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L244",
        "label": "244",
        "long": "Sm\u00edchovsk\u00e9 n\u00e1dra\u017e\u00ed - S\u00eddli\u0161t\u011b Radot\u00edn",
        "short": "244",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L245",
        "label": "245",
        "long": "N\u00e1dra\u017e\u00ed Radot\u00edn - Lahovsk\u00e1",
        "short": "245",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L246",
        "label": "246",
        "long": "Zli\u010d\u00edn - Obchodn\u00ed centrum S\u00e1rsk\u00e1 - Poliklinika Mod\u0159any",
        "short": "246",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L247",
        "label": "247",
        "long": "N\u00e1dra\u017e\u00ed Radot\u00edn - Zbraslav",
        "short": "247",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L248",
        "label": "248",
        "long": "N\u00e1dra\u017e\u00ed Radot\u00edn - Vini\u010dky - N\u00e1dra\u017e\u00ed Radot\u00edn",
        "short": "248",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L249",
        "label": "249",
        "long": "Zli\u010d\u00edn - Nov\u00fd Zli\u010d\u00edn",
        "short": "249",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A0603",
        "color_name": "brown",
        "has_shape": true,
        "id": "L25",
        "label": "25",
        "long": "B\u00edl\u00e1 Hora - V\u00fdstavi\u0161t\u011b",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L250",
        "label": "250",
        "long": "\u010cern\u00fd Most - S\u00eddli\u0161t\u011b Roho\u017en\u00edk",
        "short": "250",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A0603",
        "color_name": "brown",
        "has_shape": true,
        "id": "L26",
        "label": "26",
        "long": "D\u011bdina  - N\u00e1dra\u017e\u00ed Hostiva\u0159",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2801",
        "label": "801",
        "long": "Kutn\u00e1 Hora - Hl\u00edzov - Star\u00fd Kol\u00edn",
        "short": "801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2802",
        "label": "802",
        "long": "Miskovice \u2013 Kutn\u00e1 Hora",
        "short": "802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2805",
        "label": "805",
        "long": "Zru\u010d nad S\u00e1zavou - Zbraslavice - Kutn\u00e1 Hora - Kol\u00edn",
        "short": "805",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2821",
        "label": "821",
        "long": "Kol\u00edn - Svoj\u0161ice - Kou\u0159im - S\u00e1zava",
        "short": "821",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2822",
        "label": "822",
        "long": "Kol\u00edn - Pla\u0148any - Kou\u0159im - Vitice - \u010cesk\u00fd Brod",
        "short": "822",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2823",
        "label": "823",
        "long": "Jirny - \u00davaly - \u0160kvorec - Doubrav\u010dice",
        "short": "823",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2824",
        "label": "824",
        "long": "Kol\u00edn - Tou\u0161ice - Kou\u0159im - \u017dd\u00e1nice",
        "short": "824",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2825",
        "label": "825",
        "long": "Mo\u0159inka - Kr\u00e1l\u016fv Dv\u016fr",
        "short": "825",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2826",
        "label": "826",
        "long": "Pe\u010dky - Klu\u010dov,Skramn\u00edky - \u010cesk\u00fd Brod - Tuklaty,Tlustovousy",
        "short": "826",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2840",
        "label": "840",
        "long": "Vla\u0161im - Vla\u0161im,Nespersk\u00e1 Lhota",
        "short": "840",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2841",
        "label": "841",
        "long": "Vla\u0161im,Hrazen\u00e1 Lhota - Vla\u0161im",
        "short": "841",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2842",
        "label": "842",
        "long": "Vla\u0161im - Borovnice - Studen\u00fd - Doln\u00ed Kralovice",
        "short": "842",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2843",
        "label": "843",
        "long": "Vla\u0161im - K\u0159ivsoudov - \u010cechtice",
        "short": "843",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2844",
        "label": "844",
        "long": "Vla\u0161im - Trhov\u00fd \u0160t\u011bp\u00e1nov - Sn\u011bt",
        "short": "844",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2845",
        "label": "845",
        "long": "Zru\u010d nad S\u00e1zavou - Doln\u00ed Kralovice - Je\u017eov",
        "short": "845",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2846",
        "label": "846",
        "long": "\u010cechtice - Doln\u00ed Kralovice - Lede\u010d nad S\u00e1zavou",
        "short": "846",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2847",
        "label": "847",
        "long": "\u010cechtice - \u010cechtice,Star\u00e9 Pr\u00e1ch\u0148any - \u010c\u00e1slavsko",
        "short": "847",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2848",
        "label": "848",
        "long": "Vla\u0161im - Pravon\u00edn - Na\u010deradec",
        "short": "848",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2849",
        "label": "849",
        "long": "Vla\u0161im - Zdislavice - Mi\u0159etice - \u010cechtice - Na\u010deradec",
        "short": "849",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L285",
        "label": "X120",
        "long": "Na Kn\u00ed\u017eec\u00ed - Michnovka",
        "short": "X120",
        "text_color": "ED922E",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2850",
        "label": "850",
        "long": "\u010cechtice - Humpolec",
        "short": "850",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2853",
        "label": "853",
        "long": "Nov\u00fd Byd\u017eov-M\u011bstec Kr\u00e1lov\u00e9",
        "short": "853",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2854",
        "label": "854",
        "long": "Vla\u0161im - Na\u010deradec - Lukavec - Pacov",
        "short": "854",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2856",
        "label": "856",
        "long": "Kralupy nad Vltavou - Velvary",
        "short": "856",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2857",
        "label": "857",
        "long": "Z\u00e1kolany - Kralupy nad Vltavou",
        "short": "857",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2858",
        "label": "858",
        "long": "Slan\u00fd - Kole\u010d - Lib\u010dice nad Vltavou",
        "short": "858",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2861",
        "label": "861",
        "long": "Beroun,Jarov - Beroun,autobusov\u00e9 n\u00e1dra\u017e\u00ed",
        "short": "861",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2878",
        "label": "878",
        "long": "Karl\u0161tejn - Lod\u011bnice - Karl\u0161tejn",
        "short": "878",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2888",
        "label": "888",
        "long": "\u010ceskobrodsko - PID Hal\u00f3",
        "short": "888",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2889",
        "label": "889",
        "long": "Pe\u010decko - PID Hal\u00f3",
        "short": "889",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2897",
        "label": "897",
        "long": "Kostomlaty nad Labem - Lys\u00e1 nad Labem",
        "short": "897",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L290",
        "label": "AE",
        "long": "Hlavn\u00ed n\u00e1dra\u017e\u00ed  - Leti\u0161t\u011b / Termin\u00e1l 1",
        "short": "AE",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L293",
        "label": "X130",
        "long": "Filmov\u00e9 ateli\u00e9ry Barrandov - Slivenec",
        "short": "X130",
        "text_color": "ED922E",
        "type_label": "Bus"
      },
      {
        "color": "7A0603",
        "color_name": "brown",
        "has_shape": true,
        "id": "L3",
        "label": "3",
        "long": "B\u0159ezin\u011bvesk\u00e1 - N\u00e1dra\u017e\u00ed Bran\u00edk - S\u00eddli\u0161t\u011b Mod\u0159any",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L300",
        "label": "300",
        "long": "Praha,N\u00e1dra\u017e\u00ed Veleslav\u00edn - Sme\u010dno",
        "short": "300",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L301",
        "label": "301",
        "long": "Praha,Luka - Ch\u00fdnice",
        "short": "301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L302",
        "label": "302",
        "long": "Praha,Let\u0148any - Vele\u0148, U Pomn\u00edku",
        "short": "302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L303",
        "label": "303",
        "long": "Praha,\u010cern\u00fd Most - K\u0159enice",
        "short": "303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L304",
        "label": "304",
        "long": "Praha,Kukulova/Vypich - Rakovn\u00edk",
        "short": "304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L305",
        "label": "305",
        "long": "Praha,Zli\u010d\u00edn - Karlovy Vary",
        "short": "305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L306",
        "label": "306",
        "long": "Praha,Zli\u010d\u00edn - Hostivice - Kladno",
        "short": "306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L307",
        "label": "307",
        "long": "Praha,Zli\u010d\u00edn - Rudn\u00e1 - Kladno",
        "short": "307",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L308",
        "label": "308",
        "long": "Praha,Zli\u010d\u00edn - Nu\u010dice",
        "short": "308",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L309",
        "label": "309",
        "long": "Praha,Zli\u010d\u00edn - Chote\u010d - Praha,N\u00e1dra\u017e\u00ed Radot\u00edn",
        "short": "309",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A0603",
        "color_name": "brown",
        "has_shape": true,
        "id": "L31",
        "label": "31",
        "long": "Vyso\u010dansk\u00e1 - Spojovac\u00ed",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L310",
        "label": "310",
        "long": "Praha,Zli\u010d\u00edn - Jino\u010dany - Rudn\u00e1",
        "short": "310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L311",
        "label": "311",
        "long": "Praha,Zli\u010d\u00edn - \u0158evnice",
        "short": "311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L312",
        "label": "312",
        "long": "Praha,Bo\u0159islavka/N\u00e1dra\u017e\u00ed Veleslav\u00edn - Lichoceves",
        "short": "312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L313",
        "label": "313",
        "long": "Praha,N\u00e1dra\u017e\u00ed Radot\u00edn - \u010cerno\u0161ice",
        "short": "313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L314",
        "label": "314",
        "long": "Praha,Sm\u00edchovsk\u00e9 n\u00e1dra\u017e\u00ed - Davle - Nov\u00e1 Ves pod Ple\u0161\u00ed",
        "short": "314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L315",
        "label": "315",
        "long": "Praha,\u010cern\u00fd Most - Ben\u00e1tky nad Jizerou - Mlad\u00e1 Boleslav - Mnichovo Hradi\u0161t\u011b",
        "short": "315",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L316",
        "label": "316",
        "long": "Praha,Bo\u0159islavka - Kralupy nad Vltavou",
        "short": "316",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L317",
        "label": "317",
        "long": "Praha,Sm\u00edchovsk\u00e9 n\u00e1dra\u017e\u00ed - Mn\u00ed\u0161ek pod Brdy - Dob\u0159\u00ed\u0161",
        "short": "317",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L318",
        "label": "318",
        "long": "Praha,Sm\u00edchovsk\u00e9 n\u00e1dra\u017e\u00ed - \u0158itka",
        "short": "318",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L319",
        "label": "319",
        "long": "Praha,Sm\u00edchovsk\u00e9 n\u00e1dra\u017e\u00ed - Mn\u00ed\u0161ek pod Brdy - Dob\u0159\u00ed\u0161 - P\u0159\u00edbram",
        "short": "319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A0603",
        "color_name": "brown",
        "has_shape": true,
        "id": "L32",
        "label": "32",
        "long": "Vypich - S\u00eddli\u0161t\u011b \u0158epy",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L320",
        "label": "320",
        "long": "Praha,Sm\u00edchovsk\u00e9 n\u00e1dra\u017e\u00ed - Mn\u00ed\u0161ek pod Brdy",
        "short": "320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L321",
        "label": "321",
        "long": "Praha,Let\u0148any - Mrat\u00edn - Brand\u00fds nad Labem-Star\u00e1 Boleslav",
        "short": "321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L322",
        "label": "322",
        "long": "Praha,N\u00e1dra\u017e\u00ed Veleslav\u00edn - St\u0159edokluky - Kladno",
        "short": "322",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L323",
        "label": "323",
        "long": "Praha,N\u00e1dra\u017e\u00ed Veleslav\u00edn - \u017delenice",
        "short": "323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L324",
        "label": "324",
        "long": "Praha,Zli\u010d\u00edn - Kladno - Slan\u00fd",
        "short": "324",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L325",
        "label": "325",
        "long": "Praha,N\u00e1dra\u017e\u00ed Uh\u0159\u00edn\u011bves - \u010cestlice",
        "short": "325",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L326",
        "label": "326",
        "long": "Praha,Volha - Jesenice",
        "short": "326",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L327",
        "label": "327",
        "long": "Praha,Opatov - Jesenice",
        "short": "327",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L328",
        "label": "328",
        "long": "Praha,Opatov - \u010cestlice - Modletice",
        "short": "328",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L329",
        "label": "329",
        "long": "Praha,Skalka/S\u00eddli\u0161t\u011b Skalka - \u0160kvorec",
        "short": "329",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L330",
        "label": "330",
        "long": "Praha,N\u00e1dra\u017e\u00ed Veleslav\u00edn - Kladno - Libu\u0161\u00edn",
        "short": "330",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L331",
        "label": "331",
        "long": "Praha,Opatov - Doln\u00ed B\u0159e\u017eany,Z\u00e1lepy",
        "short": "331",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L332",
        "label": "332",
        "long": "Praha,Bud\u011bjovick\u00e1 - Neveklov",
        "short": "332",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L333",
        "label": "333",
        "long": "Praha,Ka\u010derov - B\u0159ezov\u00e1-Ole\u0161ko",
        "short": "333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L334",
        "label": "334",
        "long": "Praha,Sm\u00edchovsk\u00e9 n\u00e1dra\u017e\u00ed - Ps\u00e1ry",
        "short": "334",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L335",
        "label": "335",
        "long": "Praha,Bud\u011bjovick\u00e1 - Kamenice",
        "short": "335",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L336",
        "label": "336",
        "long": "Praha,Zli\u010d\u00edn - Jene\u010d",
        "short": "336",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L3360",
        "label": "540345",
        "long": "Liberec - Hodkovice nad Mohelkou - Mlad\u00e1 Boleslav",
        "short": "540345",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L337",
        "label": "337",
        "long": "Praha,Bud\u011bjovick\u00e1 - Bene\u0161ov",
        "short": "337",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L338",
        "label": "338",
        "long": "Praha,Sm\u00edchovsk\u00e9 n\u00e1dra\u017e\u00ed - Hradi\u0161tko,Pikovice",
        "short": "338",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L339",
        "label": "339",
        "long": "Praha,Bud\u011bjovick\u00e1 - T\u00fdnec nad S\u00e1zavou",
        "short": "339",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A0603",
        "color_name": "brown",
        "has_shape": true,
        "id": "L34",
        "label": "34",
        "long": "N\u00e1dra\u017e\u00ed Hole\u0161ovice - B\u00edl\u00e1 Labu\u0165",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L340",
        "label": "340",
        "long": "Praha,Dejvick\u00e1 - Roztoky,Lev\u00fd Hradec",
        "short": "340",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L341",
        "label": "341",
        "long": "Praha,Obchodn\u00ed n\u00e1m\u011bst\u00ed - J\u00edlov\u00e9 u Prahy",
        "short": "341",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L342",
        "label": "342",
        "long": "Praha,N\u00e1dra\u017e\u00ed Veleslav\u00edn - Brand\u00fdsek - Slan\u00fd",
        "short": "342",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L343",
        "label": "343",
        "long": "Praha,N\u00e1dra\u017e\u00ed Kl\u00e1novice-sever - Nehvizdy/Sv\u00e9myslice",
        "short": "343",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L344",
        "label": "344",
        "long": "Praha,\u010cern\u00fd Most - Horou\u0161any",
        "short": "344",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L345",
        "label": "345",
        "long": "Praha,\u010cern\u00fd Most - Mlad\u00e1 Boleslav - Hodkovice nad Mohelkou - Liberec",
        "short": "345",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L346",
        "label": "346",
        "long": "Praha,\u010cern\u00fd Most - Brand\u00fds nad Labem-Star\u00e1 Boleslav - Praha,\u010cern\u00fd Most",
        "short": "346",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L347",
        "label": "347",
        "long": "Praha, Zli\u010d\u00edn - Hostivice - Praha,Motol",
        "short": "347",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L348",
        "label": "348",
        "long": "Praha,L\u00e1dv\u00ed - Ob\u0159\u00edstv\u00ed",
        "short": "348",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L349",
        "label": "349",
        "long": "Praha,L\u00e1dv\u00ed - M\u011bln\u00edk,Mlazice",
        "short": "349",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L350",
        "label": "350",
        "long": "Praha,Dejvick\u00e1 - Kladno",
        "short": "350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L351",
        "label": "351",
        "long": "Praha,Let\u0148any - Neratovice",
        "short": "351",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L352",
        "label": "352",
        "long": "Praha,Luka - Jino\u010dany",
        "short": "352",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L353",
        "label": "353",
        "long": "Praha,\u010cern\u00fd Most - Brand\u00fds nad Labem-Star\u00e1 Boleslav/Horou\u0161any,Horou\u0161\u00e1nky",
        "short": "353",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L354",
        "label": "354",
        "long": "Praha,\u010cern\u00fd Most - Mochov",
        "short": "354",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L355",
        "label": "355",
        "long": "Praha,Dejvick\u00e1 - \u00dan\u011btice",
        "short": "355",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L356",
        "label": "356",
        "long": "Praha,Bo\u0159islavka - Statenice - Praha,Obchodn\u00ed centrum Ruzyn\u011b",
        "short": "356",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L357",
        "label": "357",
        "long": "Praha,Opatov - Nupaky",
        "short": "357",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L358",
        "label": "358",
        "long": "Praha,Zli\u010d\u00edn - Ch\u00fdn\u011b - Rudn\u00e1",
        "short": "358",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L359",
        "label": "359",
        "long": "Praha,Suchdol - Roztoky",
        "short": "359",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L360",
        "label": "360",
        "long": "Praha,Sm\u00edchovsk\u00e9 n\u00e1dra\u017e\u00ed - Sedl\u010dany",
        "short": "360",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L361",
        "label": "361",
        "long": "Praha,Sm\u00edchovsk\u00e9 n\u00e1dra\u017e\u00ed - \u0160t\u011bchovice - Dob\u0159\u00ed\u0161",
        "short": "361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L362",
        "label": "362",
        "long": "Praha,Bud\u011bjovick\u00e1 - J\u00edlov\u00e9 u Prahy",
        "short": "362",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L363",
        "label": "363",
        "long": "Praha,Opatov - Velk\u00e9 Popovice",
        "short": "363",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L3630",
        "label": "630",
        "long": "Liberec - Fr\u00fddlant - Nov\u00e9 M\u011bsto p.Smrkem - \u015awierad\u00f3w-Zdr\u00f3j",
        "short": "630",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L364",
        "label": "364",
        "long": "Praha,Depo Hostiva\u0159 - Doubek",
        "short": "364",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L365",
        "label": "365",
        "long": "Praha,Motol - Stochov",
        "short": "365",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L366",
        "label": "366",
        "long": "Praha,Depo Hostiva\u0159 - Muka\u0159ov",
        "short": "366",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L367",
        "label": "367",
        "long": "Praha,\u010cern\u00fd Most - Radonice - Brand\u00fds nad Labem-Star\u00e1 Boleslav",
        "short": "367",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L368",
        "label": "368",
        "long": "Praha,L\u00e1dv\u00ed - Zlon\u00edn",
        "short": "368",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L369",
        "label": "369",
        "long": "Praha,L\u00e1dv\u00ed - \u0160t\u011bt\u00ed",
        "short": "369",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L370",
        "label": "370",
        "long": "Praha,Kobylisy - Kozom\u00edn - Kralupy nad Vltavou",
        "short": "370",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L371",
        "label": "371",
        "long": "Praha,Kobylisy - Klecany,Klec\u00e1nky/Husinec,\u0158e\u017e",
        "short": "371",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L372",
        "label": "372",
        "long": "Praha,Kobylisy - Vojkovice - Kralupy nad Vltavou",
        "short": "372",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L373",
        "label": "373",
        "long": "Praha,Kobylisy - Velik\u00e1 Ves",
        "short": "373",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L374",
        "label": "374",
        "long": "Praha,Kobylisy - Odolena Voda",
        "short": "374",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L375",
        "label": "375",
        "long": "Praha,\u010ceskomoravsk\u00e1 - Brand\u00fds nad Labem-Star\u00e1 Boleslav",
        "short": "375",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L376",
        "label": "376",
        "long": "Praha,Let\u0148any - Brand\u00fds nad Labem-Star\u00e1 Boleslav - Kostelec nad Labem",
        "short": "376",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L377",
        "label": "377",
        "long": "Praha,Let\u0148any - Kostelec nad Labem",
        "short": "377",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L378",
        "label": "378",
        "long": "Praha,Let\u0148any - Radonice, Spojovac\u00ed",
        "short": "378",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L379",
        "label": "379",
        "long": "Praha,\u010cern\u00fd Most - Brand\u00fds nad Labem-Star\u00e1 Boleslav",
        "short": "379",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L380",
        "label": "380",
        "long": "Praha,Kukulova/Vypich - Rudn\u00e1 - Kr\u00e1l\u016fv Dv\u016fr",
        "short": "380",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L381",
        "label": "381",
        "long": "Praha,H\u00e1je - \u010c\u00e1slav",
        "short": "381",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L382",
        "label": "382",
        "long": "Praha,H\u00e1je - S\u00e1zava",
        "short": "382",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L383",
        "label": "383",
        "long": "Praha,H\u00e1je - Chocerady",
        "short": "383",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L384",
        "label": "384",
        "long": "Praha,Zli\u010d\u00edn - Zdice - Ho\u0159ovice",
        "short": "384",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L385",
        "label": "385",
        "long": "Praha,Opatov - Zv\u00e1novice",
        "short": "385",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L386",
        "label": "386",
        "long": "Praha,Zli\u010d\u00edn - Kladno",
        "short": "386",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L387",
        "label": "387",
        "long": "Praha,H\u00e1je - Uhl\u00ed\u0159sk\u00e9 Janovice",
        "short": "387",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L388",
        "label": "388",
        "long": "Praha,N\u00e1dra\u017e\u00ed Veleslav\u00edn - Slan\u00fd",
        "short": "388",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L389",
        "label": "389",
        "long": "Praha,N\u00e1dra\u017e\u00ed Veleslav\u00edn - Slan\u00fd - Louny - Chomutov",
        "short": "389",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A0603",
        "color_name": "brown",
        "has_shape": true,
        "id": "L39",
        "label": "39",
        "long": "Vozovna \u017di\u017ekov - N\u00e1m\u011bst\u00ed Brat\u0159\u00ed Synk\u016f",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L390",
        "label": "390",
        "long": "Praha,Sm\u00edchovsk\u00e9 n\u00e1dra\u017e\u00ed - Rabyn\u011b",
        "short": "390",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L391",
        "label": "391",
        "long": "Praha,N\u00e1dra\u017e\u00ed Kl\u00e1novice - \u00davaly",
        "short": "391",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L392",
        "label": "392",
        "long": "Praha,Sm\u00edchovsk\u00e9 n\u00e1dra\u017e\u00ed - Dob\u0159\u00ed\u0161 - Rosovice - P\u0159\u00edbram",
        "short": "392",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L393",
        "label": "393",
        "long": "Praha,Sm\u00edchovsk\u00e9 n\u00e1dra\u017e\u00ed - P\u0159\u00edbram",
        "short": "393",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L394",
        "label": "394",
        "long": "Praha,Nov\u00e9 Butovice - Zdice",
        "short": "394",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L395",
        "label": "395",
        "long": "Praha,Sm\u00edchovsk\u00e9 n\u00e1dra\u017e\u00ed - Dob\u0159\u00ed\u0161 - P\u0159\u00edbram",
        "short": "395",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L396",
        "label": "396",
        "long": "Praha,N\u00e1dra\u017e\u00ed Satalice - Jen\u0161tejn - Praha,Vino\u0159 - P\u0159ezletice",
        "short": "396",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L397",
        "label": "397",
        "long": "Praha,Opatov - Modletice",
        "short": "397",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L398",
        "label": "398",
        "long": "Praha,\u010cern\u00fd Most - Pod\u011bbrady",
        "short": "398",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L399",
        "label": "399",
        "long": "Praha,N\u00e1dra\u017e\u00ed Veleslav\u00edn - Kladno",
        "short": "399",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A0603",
        "color_name": "brown",
        "has_shape": true,
        "id": "L4",
        "label": "4",
        "long": "Radlick\u00e1 - \u010cechovo n\u00e1m\u011bst\u00ed",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L400",
        "label": "400",
        "long": "Praha,St\u0159\u00ed\u017ekov - M\u011bln\u00edk - \u010cesk\u00e1 L\u00edpa - Nov\u00fd Bor - Varnsdorf - Rumburk",
        "short": "400",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L402",
        "label": "402",
        "long": "Praha,Roztyly - Zru\u010d nad S\u00e1zavou - \u010c\u00e1slav",
        "short": "402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L403",
        "label": "403",
        "long": "Praha,\u010cern\u00fd Most - Dobrovice - Doln\u00ed Bousov",
        "short": "403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L404",
        "label": "404",
        "long": "Praha,Zli\u010d\u00edn - Rakovn\u00edk - Kralovice - Man\u011bt\u00edn - Ne\u010dtiny",
        "short": "404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L405",
        "label": "405",
        "long": "\u0160pindler\u016fv Ml\u00fdn - Vrchlab\u00ed - Jilemnice - Nov\u00e1 Paka - Ji\u010d\u00edn - Mlad\u00e1 Boleslav - Praha",
        "short": "405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L406",
        "label": "406",
        "long": "Praha,Roztyly - Vla\u0161im - Pelh\u0159imov",
        "short": "406",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L407",
        "label": "407",
        "long": "Prachatice - P\u00edsek - Praha",
        "short": "407",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L408",
        "label": "408",
        "long": "T\u00e1bor - Sedlec-Pr\u010dice - Votice - Bene\u0161ov - Praha",
        "short": "408",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L409",
        "label": "409",
        "long": "Praha,Suchdol - Velk\u00e9 P\u0159\u00edlepy - \u00daholi\u010dky",
        "short": "409",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L410",
        "label": "410",
        "long": "Jablonn\u00e9 v Podj. - Mimo\u0148 - Doksy - Dub\u00e1 - M\u011bln\u00edk - Praha",
        "short": "410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L411",
        "label": "411",
        "long": "Praha,Kobylisy - Zdiby,Holosmetky/Brnky",
        "short": "411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L412",
        "label": "412",
        "long": "Praha,\u010cern\u00fd Most - Mlad\u00e1 Boleslav - Ji\u010d\u00edn",
        "short": "412",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L413",
        "label": "413",
        "long": "Praha,Let\u0148any - Led\u010dice - Litom\u011b\u0159ice",
        "short": "413",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L414",
        "label": "414",
        "long": "Praha,N\u00e1dra\u017e\u00ed Veleslav\u00edn - St\u0159edokluky",
        "short": "414",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L415",
        "label": "415",
        "long": "Praha,Zli\u010d\u00edn - Kada\u0148",
        "short": "415",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L416",
        "label": "416",
        "long": "Su\u0161ice - Blatn\u00e1 - Praha",
        "short": "416",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L417",
        "label": "417",
        "long": "Praha,Zli\u010d\u00edn - Nov\u00e9 Stra\u0161ec\u00ed - M\u0161ec",
        "short": "417",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L418",
        "label": "418",
        "long": "Praha,Stod\u016flky - Jino\u010dany",
        "short": "418",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L419",
        "label": "419",
        "long": "Praha,S\u00eddli\u0161t\u011b Radot\u00edn - Karl\u00edk",
        "short": "419",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L420",
        "label": "420",
        "long": "Praha,Sm\u00edchovsk\u00e9 n\u00e1dra\u017e\u00ed - Milevsko",
        "short": "420",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L425",
        "label": "425",
        "long": "Praha,\u010cern\u00fd Most - M\u011bstec Kr\u00e1lov\u00e9 - Trutnov - Pec pod Sn\u011b\u017ekou",
        "short": "425",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L427",
        "label": "427",
        "long": "Mimo\u0148 - Ralsko - Mnichovo Hradi\u0161t\u011b - Mlad\u00e1 Boleslav",
        "short": "427",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L428",
        "label": "428",
        "long": "Vimperk - Strakonice - Praha",
        "short": "428",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L429",
        "label": "429",
        "long": "Praha,N\u00e1dra\u017e\u00ed Veleslav\u00edn - Unho\u0161\u0165",
        "short": "429",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L430",
        "label": "430",
        "long": "Lys\u00e1 nad Labem - Milovice - Lipn\u00edk",
        "short": "430",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L431",
        "label": "431",
        "long": "Skalsko - Ben\u00e1tky nad Jizerou - Lys\u00e1 nad Labem",
        "short": "431",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L432",
        "label": "432",
        "long": "Lys\u00e1 nad Labem - Milovice - Mlad\u00e1 Boleslav",
        "short": "432",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L433",
        "label": "433",
        "long": "Nymburk - Sadsk\u00e1 - Pe\u010dky",
        "short": "433",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L434",
        "label": "434",
        "long": "Nymburk - Straky - Milovice - Ben\u00e1tky nad Jizerou",
        "short": "434",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L435",
        "label": "435",
        "long": "Klu\u010dov,Skramn\u00edky - \u010cesk\u00fd Brod - Doubek - \u0158\u00ed\u010dany",
        "short": "435",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L436",
        "label": "436",
        "long": "Nymburk - Vlkava - Lipn\u00edk",
        "short": "436",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L437",
        "label": "437",
        "long": "Nov\u00fd Kn\u00edn - Nov\u00e9 Dvory - \u0160t\u011bchovice - Hradi\u0161tko",
        "short": "437",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L438",
        "label": "438",
        "long": "Milevsko - Petrovice - Kov\u00e1\u0159ov,Chr\u00e1st",
        "short": "438",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L439",
        "label": "439",
        "long": "Nov\u00fd Kn\u00edn - Chotilsko",
        "short": "439",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L440",
        "label": "440",
        "long": "\u0160t\u011bchovice - \u0160t\u011bchovice,Mase\u010d\u00edn",
        "short": "440",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L441",
        "label": "441",
        "long": "J\u00edlov\u00e9 u Prahy - J\u00edlov\u00e9 u Prahy,Luka pod Medn\u00edkem",
        "short": "441",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L442",
        "label": "442",
        "long": "Mlad\u00e1 Boleslav - Ben\u00e1tky nad Jizerou - Lys\u00e1 nad Labem",
        "short": "442",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L443",
        "label": "443",
        "long": "Nymburk - Sadsk\u00e1 - \u010cel\u00e1kovice",
        "short": "443",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L444",
        "label": "444",
        "long": "Davle - J\u00edlov\u00e9 u Prahy - Kamenice",
        "short": "444",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L445",
        "label": "445",
        "long": "B\u0159ezov\u00e1-Ole\u0161ko - Vran\u00e9 nad Vltavou - J\u00edlov\u00e9 u Prahy",
        "short": "445",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L446",
        "label": "446",
        "long": "Mn\u00ed\u0161ek pod Brdy - Kyt\u00edn - Dob\u0159\u00ed\u0161",
        "short": "446",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L447",
        "label": "447",
        "long": "Mn\u00ed\u0161ek pod Brdy - Voznice,Chouzav\u00e1",
        "short": "447",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L448",
        "label": "448",
        "long": "Mn\u00ed\u0161ek pod Brdy - Dob\u0159ichovice - Lety",
        "short": "448",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L449",
        "label": "449",
        "long": "J\u00edlovi\u0161t\u011b - \u010cisovice - Mn\u00ed\u0161ek pod Brdy",
        "short": "449",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L450",
        "label": "450",
        "long": "Dob\u0159\u00ed\u0161 - Sedl\u010dany - Milevsko",
        "short": "450",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L451",
        "label": "451",
        "long": "Milevsko \u2013 Kov\u00e1\u0159ov \u2013 Mile\u0161ov \u2013 Kr\u00e1sn\u00e1 Hora nad Vltavou",
        "short": "451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L452",
        "label": "452",
        "long": "Olbramovice - Mlad\u00e1 Vo\u017eice - Old\u0159ichov",
        "short": "452",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L453",
        "label": "453",
        "long": "T\u00e1bor - Ratibo\u0159sk\u00e9 Hory - Mlad\u00e1 Vo\u017eice - Vla\u0161im",
        "short": "453",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L454",
        "label": "454",
        "long": "T\u00e1bor - Sedlec-Pr\u010dice - Sedl\u010dany",
        "short": "454",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L455",
        "label": "455",
        "long": "T\u00e1bor - Hlasivo - Mlad\u00e1 Vo\u017eice - Postupice - Bene\u0161ov",
        "short": "455",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L456",
        "label": "456",
        "long": "Rodn\u00e1 - Mlad\u00e1 Vo\u017eice - Mili\u010d\u00edn",
        "short": "456",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L457",
        "label": "457",
        "long": "T\u00e1bor - Chotoviny - Nemy\u0161l - Mezno,Mitrovice",
        "short": "457",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L458",
        "label": "458",
        "long": "Mlad\u00e1 Vo\u017eice - Na\u010deradec - Vla\u0161im",
        "short": "458",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L459",
        "label": "459",
        "long": "Olbramovice - T\u00e1bor",
        "short": "459",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L460",
        "label": "460",
        "long": "Be\u010dv\u00e1ry - Z\u00e1smuky - Pla\u0148any - Vrb\u010dany",
        "short": "460",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L461",
        "label": "461",
        "long": "Stran\u010dice - Velk\u00e9 Popovice - Kamenice",
        "short": "461",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L462",
        "label": "462",
        "long": "Mnichovice - Stran\u010dice - Kunice,V\u0161e\u0161\u00edmy",
        "short": "462",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L463",
        "label": "463",
        "long": "M\u011bstec Kr\u00e1lov\u00e9 - Ro\u017e\u010falovice - Dobrovice - Mlad\u00e1 Boleslav",
        "short": "463",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L464",
        "label": "464",
        "long": "M\u011bln\u00edk - Lu\u017eec nad Vltavou - Horn\u00ed Be\u0159kovice",
        "short": "464",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L466",
        "label": "466",
        "long": "M\u011bln\u00edk - Spomy\u0161l - Kralupy nad Vltavou",
        "short": "466",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L467",
        "label": "467",
        "long": "Mlad\u00e1 Boleslav - M\u011bln\u00edk - Roudnice nad Labem",
        "short": "467",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L468",
        "label": "468",
        "long": "M\u011bln\u00edk - Doln\u00ed Be\u0159kovice - \u010cernou\u010dek",
        "short": "468",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L469",
        "label": "469",
        "long": "Stran\u010dice - \u0158\u00ed\u010dany",
        "short": "469",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L470",
        "label": "470",
        "long": "M\u011bln\u00edk - Chlum\u00edn - Kralupy nad Vltavou",
        "short": "470",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L471",
        "label": "471",
        "long": "P\u0159\u00edbram - Solenice - Milevsko",
        "short": "471",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L472",
        "label": "472",
        "long": "Strakonice - Blatn\u00e1 - P\u0159\u00edbram",
        "short": "472",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L473",
        "label": "473",
        "long": "Neratovice - Z\u00e1lezlice - Kralupy nad Vltavou",
        "short": "473",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L474",
        "label": "474",
        "long": "Dob\u0159e\u0148 - M\u011bln\u00edk",
        "short": "474",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L475",
        "label": "475",
        "long": "M\u011bln\u00edk - Horn\u00ed Po\u010daply - Bechl\u00edn",
        "short": "475",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L476",
        "label": "476",
        "long": "Kostelec nad Labem - Ti\u0161ice - M\u011bln\u00edk",
        "short": "476",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L477",
        "label": "477",
        "long": "Blatn\u00e1 - B\u011bl\u010dice - B\u0159ez\u00ed",
        "short": "477",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L478",
        "label": "478",
        "long": "P\u0159\u00edbram - Mirovice - P\u00edsek",
        "short": "478",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L479",
        "label": "479",
        "long": "Neratovice,Korycany - Velik\u00e1 Ves - Neratovice",
        "short": "479",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L481",
        "label": "481",
        "long": "Uhl\u00ed\u0159sk\u00e9 Janovice - Kutn\u00e1 Hora - \u010c\u00e1slav",
        "short": "481",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L482",
        "label": "482",
        "long": "Brand\u00fds nad Labem-Star\u00e1 Boleslav - Kostelec nad Labem - Neratovice - M\u011bln\u00edk",
        "short": "482",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L483",
        "label": "483",
        "long": "Vla\u0161im - Tehov - Divi\u0161ov - Chocerady",
        "short": "483",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L484",
        "label": "484",
        "long": "\u00davaly - Horou\u0161any - \u00davaly",
        "short": "484",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L485",
        "label": "485",
        "long": "T\u00fdnec nad S\u00e1zavou - Netvo\u0159ice - Rabyn\u011b,M\u011b\u0159\u00edn",
        "short": "485",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L486",
        "label": "486",
        "long": "Sedl\u010dany - K\u0159epenice - Ose\u010dany",
        "short": "486",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L487",
        "label": "487",
        "long": "Kol\u00edn - Uhl\u00ed\u0159sk\u00e9 Janovice - K\u00e1cov - Vla\u0161im",
        "short": "487",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L488",
        "label": "488",
        "long": "Bene\u0161ov - Netvo\u0159ice - \u0160t\u011bchovice",
        "short": "488",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L489",
        "label": "489",
        "long": "Stran\u010dice - Struha\u0159ov - Kloko\u010dn\u00e1 - Lou\u0148ovice",
        "short": "489",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L490",
        "label": "490",
        "long": "Stran\u010dice - Ond\u0159ejov - St\u0159\u00edbrn\u00e1 Skalice",
        "short": "490",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L491",
        "label": "491",
        "long": "\u010cesk\u00fd Brod - Doubrav\u010dice - Muka\u0159ov - Lou\u0148ovice",
        "short": "491",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L492",
        "label": "492",
        "long": "Kostelec nad \u010cern\u00fdmi lesy - Jevany - \u010cern\u00e9 Vod\u011brady",
        "short": "492",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L493",
        "label": "493",
        "long": "Nymburk - Pod\u011bbrady",
        "short": "493",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L494",
        "label": "494",
        "long": "Stran\u010dice - Tehov - \u0158\u00ed\u010dany",
        "short": "494",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L495",
        "label": "495",
        "long": "Nepomuk - B\u0159eznice - Mirovice",
        "short": "495",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L496",
        "label": "496",
        "long": "B\u0159eznice - B\u011bl\u010dice - Blatn\u00e1",
        "short": "496",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L497",
        "label": "497",
        "long": "Nymburk - Kostomlaty nad Labem - Milovice",
        "short": "497",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L498",
        "label": "498",
        "long": "Pod\u011bbrady - Pe\u010dky",
        "short": "498",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L499",
        "label": "499",
        "long": "Nymburk - Lou\u010de\u0148 - Sem\u010dice - Mlad\u00e1 Boleslav",
        "short": "499",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A0603",
        "color_name": "brown",
        "has_shape": true,
        "id": "L5",
        "label": "5",
        "long": "Slivenec - Vozovna \u017di\u017ekov",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L500",
        "label": "500",
        "long": "P\u0159\u00edbram - Kr\u00e1sn\u00e1 Hora nad Vltavou - Petrovice",
        "short": "500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L501",
        "label": "501",
        "long": "MHD P\u0159\u00edbram 501 \u0160achetn\u00ed - Mil\u00ednsk\u00e1 - Jir\u00e1skovy sady - Dubno,u\u010dili\u0161t\u011b - Byt\u00edz,v\u011bznice",
        "short": "501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L502",
        "label": "502",
        "long": "MHD P\u0159\u00edbram 502 Brod,obec - Zdabo\u0159 - II. poliklinika - Svat\u00e1 Hora",
        "short": "502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L503",
        "label": "503",
        "long": "MHD P\u0159\u00edbram 503 Svat\u00e1 Hora - Mil\u00ednsk\u00e1 - Zdabo\u0159 - Drkolnov - B\u0159ezov\u00e9 Hory - Aut.n\u00e1dr. - Svat\u00e1 Hora",
        "short": "503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L504",
        "label": "504",
        "long": "P\u0159\u00edbram - S\u00e1dek - Hlubo\u0161",
        "short": "504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L505",
        "label": "505",
        "long": "MHD P\u0159\u00edbram 505 Orlov - Aut.n\u00e1dr. - II.poliklinika - Lazec - Kozi\u010d\u00edn",
        "short": "505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L506",
        "label": "506",
        "long": "MHD P\u0159\u00edbram 506 Zavr\u017eice - Zdabo\u0159 - Fialka - II.poliklinika - Aut.n\u00e1dr. - Kopern\u00edkova - Svat\u00e1 Hora are\u00e1l",
        "short": "506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L507",
        "label": "507",
        "long": "MHD P\u0159\u00edbram 507 Jir\u00e1skovy sady - S\u00e1zky - Zdabo\u0159 - II.poliklinika - Aut.n\u00e1dr. - Kovohut\u011b - Lhota u P\u0159\u00edbram\u011b,to\u010dna",
        "short": "507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L508",
        "label": "508",
        "long": "MHD P\u0159\u00edbram 508 Svat\u00e1 Hora - Aut.n\u00e1dr. - B\u0159ezov\u00e9 Hory - Drkolnov - Zdabo\u0159 - Mil\u00ednsk\u00e1 - Svat\u00e1 Hora",
        "short": "508",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L509",
        "label": "509",
        "long": "Trhov\u00e9 Du\u0161n\u00edky - P\u0159\u00edbram - L\u00e1z",
        "short": "509",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "80166F",
        "color_name": "purple",
        "has_shape": true,
        "id": "L51",
        "label": "51",
        "long": "Bo\u0159islavka - Hrad\u010dansk\u00e1",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L510",
        "label": "510",
        "long": "P\u0159\u00edbram - Smolotely",
        "short": "510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L511",
        "label": "511",
        "long": "P\u0159\u00edbram - Mil\u00edn - B\u0159eznice",
        "short": "511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L512",
        "label": "512",
        "long": "P\u0159\u00edbram - Obecnice - S\u00e1dek",
        "short": "512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L513",
        "label": "513",
        "long": "Sedl\u010dany - Jesenice - Sedlec-Pr\u010dice",
        "short": "513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L514",
        "label": "514",
        "long": "Dob\u0159\u00ed\u0161 - Drevn\u00edky - \u017dupanovice",
        "short": "514",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L515",
        "label": "515",
        "long": "P\u0159\u00edbram - Ne\u010d\u00edn - Borotice",
        "short": "515",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L516",
        "label": "516",
        "long": "Sedl\u010dany - Dublovice",
        "short": "516",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L517",
        "label": "517",
        "long": "Dob\u0159\u00ed\u0161 - P\u0159\u00edbram",
        "short": "517",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L518",
        "label": "518",
        "long": "Sedl\u010dany - Prosenick\u00e1 Lhota - K\u0159e\u010dovice",
        "short": "518",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L519",
        "label": "519",
        "long": "Sedl\u010dany - Votice",
        "short": "519",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "80166F",
        "color_name": "purple",
        "has_shape": true,
        "id": "L52",
        "label": "52",
        "long": "Na Kn\u00ed\u017eec\u00ed - Waltrovka - Jinonice",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L520",
        "label": "520",
        "long": "Dob\u0159\u00ed\u0161 - Ne\u010d\u00edn - Kam\u00fdk nad Vltavou",
        "short": "520",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L521",
        "label": "521",
        "long": "P\u0159\u00edbram - Ro\u017emit\u00e1l pod T\u0159em\u0161\u00ednem - V\u011b\u0161\u00edn",
        "short": "521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L522",
        "label": "522",
        "long": "Ro\u017emit\u00e1l pod T\u0159em\u0161\u00ednem - Hvo\u017e\u010fany",
        "short": "522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L523",
        "label": "523",
        "long": "Plze\u0148 - Sp\u00e1len\u00e9 Po\u0159\u00ed\u010d\u00ed - Ro\u017emit\u00e1l pod T\u0159em\u0161\u00ednem",
        "short": "523",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L524",
        "label": "524",
        "long": "B\u0159eznice - Hvo\u017e\u010fany",
        "short": "524",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L525",
        "label": "525",
        "long": "Nov\u00fd Kn\u00edn - Borotice - Nov\u00fd Kn\u00edn",
        "short": "525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L526",
        "label": "526",
        "long": "Zdice - Bzov\u00e1",
        "short": "526",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L527",
        "label": "527",
        "long": "Kom\u00e1rov - Cerhovice - \u017debr\u00e1k",
        "short": "527",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L528",
        "label": "528",
        "long": "Ho\u0159ovice - Broumy",
        "short": "528",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L529",
        "label": "529",
        "long": "Ho\u0159ovice - Hvozdec",
        "short": "529",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "80166F",
        "color_name": "purple",
        "has_shape": true,
        "id": "L53",
        "label": "53",
        "long": "Karlovo n\u00e1m\u011bst\u00ed - Stadion Strahov",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L530",
        "label": "530",
        "long": "P\u0159\u00edbram - Kam\u00fdk nad Vltavou",
        "short": "530",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L531",
        "label": "531",
        "long": "Ho\u0159ovice - P\u0159\u00edbram",
        "short": "531",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L532",
        "label": "532",
        "long": "Votice,Beztahov - Jankov",
        "short": "532",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L533",
        "label": "533",
        "long": "Kutn\u00e1 Hora - T\u00fdnec nad Labem - Chlumec nad Cidlinou",
        "short": "533",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L534",
        "label": "534",
        "long": "Kol\u00edn - T\u00fdnec nad Labem - Labsk\u00e9 Chr\u010dice",
        "short": "534",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L535",
        "label": "535",
        "long": "Kol\u00edn - T\u00fdnec nad Labem - Hlave\u010dn\u00edk",
        "short": "535",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L536",
        "label": "536",
        "long": "Kol\u00edn - B\u00fdchory - \u017di\u017eelice",
        "short": "536",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L538",
        "label": "538",
        "long": "M\u011bstec Kr\u00e1lov\u00e9 - K\u0159inec",
        "short": "538",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L539",
        "label": "539",
        "long": "Pod\u011bbrady - K\u0159e\u010dkov",
        "short": "539",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L540",
        "label": "540",
        "long": "Pod\u011bbrady - \u00damyslovice - Dymokury - Z\u00e1hornice",
        "short": "540",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L541",
        "label": "541",
        "long": "Nymburk - \u00damyslovice - M\u011bstec Kr\u00e1lov\u00e9 - Dlouhopolsko",
        "short": "541",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L542",
        "label": "542",
        "long": "Pod\u011bbrady - Dymokury - Ro\u017e\u010falovice",
        "short": "542",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L543",
        "label": "543",
        "long": "Pod\u011bbrady - Opolany - Hrad\u010dany",
        "short": "543",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L544",
        "label": "544",
        "long": "Ho\u0159ovice - Kom\u00e1rov - Zaje\u010dov",
        "short": "544",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L545",
        "label": "545",
        "long": "Ho\u0159ovice - Zaje\u010dov - Stra\u0161ice",
        "short": "545",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L546",
        "label": "546",
        "long": "Ho\u0159ovice - Rokycany",
        "short": "546",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L547",
        "label": "547",
        "long": "Ho\u0159ovice - Ka\u0159ez - Cerhovice",
        "short": "547",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L548",
        "label": "548",
        "long": "Praskolesy - Ho\u0159ovice - Zbiroh",
        "short": "548",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L549",
        "label": "549",
        "long": "Sedl\u010dany - Kr\u00e1sn\u00e1 Hora nad Vltavou - Klu\u010denice",
        "short": "549",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L550",
        "label": "550",
        "long": "Votice - Vla\u0161im",
        "short": "550",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L551",
        "label": "551",
        "long": "Sedl\u010dany - Kam\u00fdk nad Vltavou - Kr\u00e1sn\u00e1 Hora nad Vltavou",
        "short": "551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L552",
        "label": "552",
        "long": "Sedl\u010dany - Kam\u00fdk nad Vltavou",
        "short": "552",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L553",
        "label": "553",
        "long": "Bene\u0161ov - Jankov,Odlochovice",
        "short": "553",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L554",
        "label": "554",
        "long": "Votice,Kali\u0161t\u011b - He\u0159mani\u010dky",
        "short": "554",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L555",
        "label": "555",
        "long": "Kladno - B\u011ble\u010d - Zbe\u010dno - Roztoky - Nezabudice",
        "short": "555",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L556",
        "label": "556",
        "long": "Sedlec-Pr\u010dice - Sedl\u010dany",
        "short": "556",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L558",
        "label": "558",
        "long": "Votice - Olbramovice - Bene\u0161ov",
        "short": "558",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L559",
        "label": "559",
        "long": "Sedl\u010dany - Nechvalice - Sedlec-Pr\u010dice",
        "short": "559",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L560",
        "label": "560",
        "long": "Rakovn\u00edk - Kryry,Strojetice",
        "short": "560",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L561",
        "label": "561",
        "long": "Rakovn\u00edk - \u0158e\u0159ichy - Kole\u0161ovice",
        "short": "561",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L562",
        "label": "562",
        "long": "Lubn\u00e1 - Rakovn\u00edk - Ole\u0161n\u00e1",
        "short": "562",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L563",
        "label": "563",
        "long": "Rakovn\u00edk - Kounov - Mut\u011bjovice",
        "short": "563",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L564",
        "label": "564",
        "long": "Bene\u0161ov - Vrchotovy Janovice - Votice",
        "short": "564",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L565",
        "label": "565",
        "long": "MHD P\u0159\u00edbram 565 Jir\u00e1skovy sady - S\u00e1zky - Jesenice",
        "short": "565",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L566",
        "label": "566",
        "long": "Vojkov - Votice",
        "short": "566",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L567",
        "label": "567",
        "long": "P\u0159\u00edbram - T\u0159ebsko - Ro\u017emit\u00e1l pod T\u0159em\u0161\u00ednem",
        "short": "567",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L568",
        "label": "568",
        "long": "Mili\u010d\u00edn - Mezno - Mili\u010d\u00edn",
        "short": "568",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L569",
        "label": "569",
        "long": "Votice - St\u0159ezim\u00ed\u0159 - Mili\u010d\u00edn",
        "short": "569",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L570",
        "label": "570",
        "long": "Rakovn\u00edk - \u010cist\u00e1 - Kralovice",
        "short": "570",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L571",
        "label": "571",
        "long": "Rakovn\u00edk - \u010cist\u00e1,K\u016fzov\u00e1",
        "short": "571",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L572",
        "label": "572",
        "long": "Rakovn\u00edk - Krakovec - Zv\u00edkovec",
        "short": "572",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L573",
        "label": "573",
        "long": "B\u0159e\u017eany - \u010cist\u00e1 - Jesenice - Ho\u0159ovi\u010dky",
        "short": "573",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L574",
        "label": "574",
        "long": "Radnice - Libl\u00edn - Zv\u00edkovec - Skryje - K\u0159ivokl\u00e1t",
        "short": "574",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L575",
        "label": "575",
        "long": "Rakovn\u00edk - Pavl\u00edkov - Zv\u00edkovec",
        "short": "575",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L576",
        "label": "576",
        "long": "Rakovn\u00edk - Slabce - Skryje",
        "short": "576",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L577",
        "label": "577",
        "long": "Rakovn\u00edk - Stochov",
        "short": "577",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L578",
        "label": "578",
        "long": "Rakovn\u00edk - Nezabudice - K\u0159ivokl\u00e1t - Rakovn\u00edk",
        "short": "578",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L579",
        "label": "579",
        "long": "Skryje - K\u0159ivokl\u00e1t - Branov",
        "short": "579",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "80166F",
        "color_name": "purple",
        "has_shape": true,
        "id": "L58",
        "label": "58",
        "long": "Palmovka - Let\u0148any - \u010cakovice - Mi\u0161kovice",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L580",
        "label": "580",
        "long": "Slan\u00fd - M\u0161ec - \u0158evni\u010dov - Rakovn\u00edk",
        "short": "580",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L581",
        "label": "581",
        "long": "Senomaty - Rakovn\u00edk - Nov\u00e9 Stra\u0161ec\u00ed",
        "short": "581",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L582",
        "label": "582",
        "long": "Stran\u010dice - Tehov - Sv\u011btice - \u0158\u00ed\u010dany",
        "short": "582",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L584",
        "label": "584",
        "long": "Rakovn\u00edk - Mut\u011bjovice,Lhota pod D\u017eb\u00e1nem - Vina\u0159ice",
        "short": "584",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L585",
        "label": "585",
        "long": "Ji\u010d\u00edn - Vr\u0161ce - Kopidlno - Chroustov/Bud\u010deves - Pod\u011bbrady",
        "short": "585",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L586",
        "label": "586",
        "long": "Slan\u00fd - Drnek - Nov\u00e9 Stra\u0161ec\u00ed - \u0158evni\u010dov",
        "short": "586",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L587",
        "label": "587",
        "long": "Slan\u00fd - Tu\u0159any - Libu\u0161\u00edn",
        "short": "587",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L588",
        "label": "588",
        "long": "Slan\u00fd - Srbe\u010d - Mil\u00fd",
        "short": "588",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L589",
        "label": "589",
        "long": "Kv\u00edlice - Ho\u0159e\u0161ovice - L\u00edsk\u00fd - Louny",
        "short": "589",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "80166F",
        "color_name": "purple",
        "has_shape": true,
        "id": "L59",
        "label": "59",
        "long": "N\u00e1dra\u017e\u00ed Veleslav\u00edn - Leti\u0161t\u011b",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L590",
        "label": "590",
        "long": "Vran\u00fd - Slan\u00fd - Nov\u00e9 Stra\u0161ec\u00ed",
        "short": "590",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L591",
        "label": "591",
        "long": "Vran\u00fd - Klobuky",
        "short": "591",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L593",
        "label": "593",
        "long": "Slan\u00fd - Hob\u0161ovice - Velvary",
        "short": "593",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L594",
        "label": "594",
        "long": "Slan\u00fd - Po\u0161tovice - Zlonice - Slan\u00fd",
        "short": "594",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L595",
        "label": "595",
        "long": "Velvary - Po\u0161tovice - Peruc",
        "short": "595",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L596",
        "label": "596",
        "long": "Velvary - \u010cernuc - Stra\u0161kov-Vodochody",
        "short": "596",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L597",
        "label": "597",
        "long": "Velvary - Chr\u017e\u00edn,Budihostice - Velvary",
        "short": "597",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L598",
        "label": "598",
        "long": "Pod\u011bbrady - Opo\u010dnice - M\u011bstec Kr\u00e1lov\u00e9 - Chot\u011b\u0161ice",
        "short": "598",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L599",
        "label": "599",
        "long": "M\u011bstec Kr\u00e1lov\u00e9 - Dob\u0161ice",
        "short": "599",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A0603",
        "color_name": "brown",
        "has_shape": true,
        "id": "L6",
        "label": "6",
        "long": "N\u00e1dra\u017e\u00ed Hole\u0161ovice - Kub\u00e1nsk\u00e9 n\u00e1m\u011bst\u00ed",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L600",
        "label": "600",
        "long": "Kladno - Nov\u00e9 Stra\u0161ec\u00ed - Louny",
        "short": "600",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L616",
        "label": "616",
        "long": "Kladno - Vina\u0159ice - Slan\u00fd",
        "short": "616",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L617",
        "label": "617",
        "long": "Kladno - Slan\u00fd - Roudnice nad Labem",
        "short": "617",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L618",
        "label": "618",
        "long": "Kladno - Ka\u010dice",
        "short": "618",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L619",
        "label": "619",
        "long": "Kladno - L\u00e1ny - T\u0159tice - Ro\u010dov",
        "short": "619",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L620",
        "label": "620",
        "long": "Kladno - T\u0159ebusice - Kralupy nad Vltavou",
        "short": "620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L622",
        "label": "622",
        "long": "Kladno - Oko\u0159 - Velk\u00e9 P\u0159\u00edlepy",
        "short": "622",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L623",
        "label": "623",
        "long": "Kladno - T\u0159ebusice - Velvary",
        "short": "623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L624",
        "label": "624",
        "long": "Bratronice,Doln\u00ed Bezd\u011bkov - Dru\u017eec - Kladno - D\u0159etovice",
        "short": "624",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L625",
        "label": "625",
        "long": "Kladno - Ruda - Rakovn\u00edk",
        "short": "625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L626",
        "label": "626",
        "long": "Kladno - Knov\u00edz - Velvary",
        "short": "626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L627",
        "label": "627",
        "long": "Sme\u010dno - Ledce - Slan\u00fd",
        "short": "627",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L628",
        "label": "628",
        "long": "Kladno - M\u0161ec - \u0158evni\u010dov",
        "short": "628",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L630",
        "label": "630",
        "long": "Kladno - Unho\u0161\u0165 - Beroun",
        "short": "630",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L631",
        "label": "631",
        "long": "Ni\u017ebor - Beroun - Suchomasty - V\u0161eradice",
        "short": "631",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L632",
        "label": "632",
        "long": "\u0158evnice - V\u0161eradice - Hostomice",
        "short": "632",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L633",
        "label": "633",
        "long": "Beroun - Tet\u00edn - Lite\u0148",
        "short": "633",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L634",
        "label": "634",
        "long": "Hostomice - Sk\u0159ipel - L\u00e1\u017eovice - V\u0161eradice",
        "short": "634",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L636",
        "label": "636",
        "long": "Lod\u011bnice - \u017delezn\u00e1 - Chy\u0148ava",
        "short": "636",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L637",
        "label": "637",
        "long": "Kublov - Beroun - \u0158evnice",
        "short": "637",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L638",
        "label": "638",
        "long": "V\u0161eradice - Beroun - Skryje - Branov",
        "short": "638",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L639",
        "label": "639",
        "long": "Ho\u0159ovice - Hostomice - Dob\u0159\u00ed\u0161",
        "short": "639",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L640",
        "label": "640",
        "long": "Zdice - Hostomice - \u010cenkov",
        "short": "640",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L641",
        "label": "641",
        "long": "Beroun - Zdice - Ho\u0159ovice",
        "short": "641",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L642",
        "label": "642",
        "long": "Ho\u0159ovice - Praskolesy - Jince",
        "short": "642",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L643",
        "label": "643",
        "long": "Cerhovice - Ho\u0159ovice - K\u0159e\u0161\u00edn",
        "short": "643",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L646",
        "label": "646",
        "long": "M\u011bln\u00edk - Nov\u00e1 Ves - Kralupy nad Vltavou",
        "short": "646",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L649",
        "label": "649",
        "long": "Ni\u017ebor,Stradonice - Ni\u017ebor,\u017dloukovice",
        "short": "649",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L650",
        "label": "650",
        "long": "Litom\u011b\u0159ice  - M\u0161en\u00e9-l\u00e1zn\u011b - Slan\u00fd - Kladno",
        "short": "650",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L651",
        "label": "651",
        "long": "Nespeky - Py\u0161ely - Senohraby - Hrusice",
        "short": "651",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L652",
        "label": "652",
        "long": "Kostelec nad \u010cern\u00fdmi lesy - Ole\u0161ka,Krymlov",
        "short": "652",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L653",
        "label": "653",
        "long": "Ond\u0159ejov - Kali\u0161t\u011b,Poddub\u00ed",
        "short": "653",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L655",
        "label": "655",
        "long": "Brand\u00fds nad Labem-Star\u00e1 Boleslav - \u010cel\u00e1kovice - \u00davaly",
        "short": "655",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L656",
        "label": "656",
        "long": "Hovor\u010dovice - Zlon\u00edn - Hovor\u010dovice",
        "short": "656",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L657",
        "label": "657",
        "long": "Brand\u00fds nad Labem-Star\u00e1 Boleslav - Odolena Voda",
        "short": "657",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L658",
        "label": "658",
        "long": "Neratovice - Velik\u00e1 Ves - Odolena Voda",
        "short": "658",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L659",
        "label": "659",
        "long": "\u010cesk\u00fd Brod - Kostelec nad \u010cern\u00fdmi lesy - Vlkan\u010dice - St\u0159\u00edbrn\u00e1 Skalice",
        "short": "659",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L660",
        "label": "660",
        "long": "\u010cesk\u00fd Brod - Doubrav\u010dice - Kostelec nad \u010cern\u00fdmi lesy",
        "short": "660",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L661",
        "label": "661",
        "long": "\u010cesk\u00fd Brod - Star\u00fd Vestec - Lys\u00e1 nad Labem",
        "short": "661",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L662",
        "label": "662",
        "long": "Kou\u0159im - \u010cesk\u00fd Brod - \u010cel\u00e1kovice",
        "short": "662",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L663",
        "label": "663",
        "long": "Kralupy nad Vltavou - Odolena Voda",
        "short": "663",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L666",
        "label": "666",
        "long": "Brand\u00fds nad Labem-Star\u00e1 Boleslav - K\u00e1ran\u00fd",
        "short": "666",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L667",
        "label": "667",
        "long": "Brand\u00fds nad Labem-Star\u00e1 Boleslav - Horky nad Jizerou",
        "short": "667",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L668",
        "label": "668",
        "long": "M\u011bln\u00edk - \u0158ep\u00edn - M\u0161eno",
        "short": "668",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L669",
        "label": "669",
        "long": "Brand\u00fds nad Labem-Star\u00e1 Boleslav - D\u0159\u00edsy - Me\u010de\u0159\u00ed\u017e",
        "short": "669",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L670",
        "label": "670",
        "long": "Brand\u00fds nad Labem-Star\u00e1 Boleslav - Sudovo Hlavno - Me\u010de\u0159\u00ed\u017e",
        "short": "670",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L672",
        "label": "672",
        "long": "V\u0161enory,Horn\u00ed Mokropsy - Hl\u00e1sn\u00e1 T\u0159eba\u0148",
        "short": "672",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L673",
        "label": "673",
        "long": "Nymburk - Osko\u0159\u00ednek - K\u0159inec",
        "short": "673",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L674",
        "label": "674",
        "long": "Nymburk - Net\u0159ebice - K\u0159inec - Ro\u017e\u010falovice",
        "short": "674",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L675",
        "label": "675",
        "long": "Kol\u00edn - Cerhenice - Pe\u010dky",
        "short": "675",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L676",
        "label": "676",
        "long": "Nymburk - Lou\u010de\u0148 - Seletice",
        "short": "676",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L678",
        "label": "678",
        "long": "Pod\u011bbrady - Cerhenice - Pe\u010dky",
        "short": "678",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L679",
        "label": "679",
        "long": "Pod\u011bbrady - Velim - Kol\u00edn",
        "short": "679",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L681",
        "label": "681",
        "long": "Kol\u00edn - Suchdol - Uhl\u00ed\u0159sk\u00e9 Janovice - Petrovice II",
        "short": "681",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L685",
        "label": "685",
        "long": "Stran\u010dice - Mnichovice - Zv\u00e1novice - \u010cern\u00e9 Vod\u011brady",
        "short": "685",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L686",
        "label": "686",
        "long": "\u00davaly - \u0158\u00ed\u010dany",
        "short": "686",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L687",
        "label": "687",
        "long": "Uhl\u00ed\u0159sk\u00e9 Janovice - Zbraslavice - T\u0159eb\u011bt\u00edn - Lede\u010d nad S\u00e1zavou",
        "short": "687",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L688",
        "label": "688",
        "long": "Mn\u00ed\u0161ek pod Brdy - Nov\u00fd Kn\u00edn - Dob\u0159\u00ed\u0161",
        "short": "688",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L689",
        "label": "689",
        "long": "M\u0161eno - Str\u00e1nka",
        "short": "689",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L690",
        "label": "690",
        "long": "M\u0161eno - Kadl\u00edn",
        "short": "690",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L691",
        "label": "691",
        "long": "M\u011bln\u00edk - Lib\u011bchov - Vidim",
        "short": "691",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L692",
        "label": "692",
        "long": "M\u011bln\u00edk - Lib\u011bchov - Doln\u00ed Zimo\u0159 - Koko\u0159\u00edn",
        "short": "692",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L693",
        "label": "693",
        "long": "M\u0161eno - Nos\u00e1lov - Katusice",
        "short": "693",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L694",
        "label": "694",
        "long": "Lib\u011bchov - Vysok\u00e1 - Koko\u0159\u00edn",
        "short": "694",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L695",
        "label": "695",
        "long": "M\u011bln\u00edk - Koko\u0159\u00edn - M\u0161eno",
        "short": "695",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L696",
        "label": "696",
        "long": "M\u011bln\u00edk - By\u0161ice - M\u0161eno",
        "short": "696",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L697",
        "label": "697",
        "long": "M\u0161eno - Dub\u00e1 - Doksy",
        "short": "697",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L698",
        "label": "698",
        "long": "Po\u0159\u00ed\u010dany - Velenka - Semice",
        "short": "698",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L699",
        "label": "699",
        "long": "Mlad\u00e1 Boleslav - Chot\u011btov - Bezno - Kadl\u00edn",
        "short": "699",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A0603",
        "color_name": "brown",
        "has_shape": true,
        "id": "L7",
        "label": "7",
        "long": "Kotl\u00e1\u0159ka - Lehovec",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L700",
        "label": "700",
        "long": "Harrachov - Tanvald - \u017delezn\u00fd Brod - Turnov - Praha",
        "short": "700",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L702",
        "label": "702",
        "long": "Kol\u00edn - \u010cerven\u00e9 Pe\u010dky - Suchdol",
        "short": "702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L705",
        "label": "705",
        "long": "Pod\u011bbrady - Kol\u00edn - Kutn\u00e1 Hora - \u010c\u00e1slav",
        "short": "705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L706",
        "label": "706",
        "long": "\u017di\u017eelice - Kol\u00edn - Z\u00e1smuky - Uhl\u00ed\u0159sk\u00e9 Janovice",
        "short": "706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L707",
        "label": "707",
        "long": "Kol\u00edn - Nov\u00e9 Dvory - Svat\u00fd Mikul\u00e1\u0161 - Kol\u00edn",
        "short": "707",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L708",
        "label": "708",
        "long": "Panensk\u00fd T\u00fdnec - Klobuky - Slan\u00fd",
        "short": "708",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L710",
        "label": "710",
        "long": "Chrudim - He\u0159man\u016fv M\u011bstec - \u010c\u00e1slav",
        "short": "710",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L711",
        "label": "711",
        "long": "Louny - Ro\u010dov - Rakovn\u00edk",
        "short": "711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L712",
        "label": "712",
        "long": "Mlad\u00e1 Boleslav - Katusice - B\u011bl\u00e1 pod Bezd\u011bzem",
        "short": "712",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L713",
        "label": "713",
        "long": "Mlad\u00e1 Boleslav - Obruby - Sobotka",
        "short": "713",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L714",
        "label": "714",
        "long": "Mlad\u00e1 Boleslav - Kn\u011b\u017emost - Sobotka",
        "short": "714",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L715",
        "label": "715",
        "long": "Mlad\u00e1 Boleslav - Pt\u00fdrov - Mnichovo Hradi\u0161t\u011b - \u017d\u010f\u00e1r,\u017dehrov",
        "short": "715",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L716",
        "label": "716",
        "long": "Bose\u0148,Mu\u017esk\u00fd - Mnichovo Hradi\u0161t\u011b,Sychrov - Bose\u0148,Mu\u017esk\u00fd",
        "short": "716",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L717",
        "label": "717",
        "long": "Mnichovo Hradi\u0161t\u011b - Turnov",
        "short": "717",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L718",
        "label": "718",
        "long": "Mnichovo Hradi\u0161t\u011b - Doln\u00ed Bousov - Sobotka",
        "short": "718",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L719",
        "label": "719",
        "long": "Mlad\u00e1 Boleslav - B\u00edtouchov - Bakov nad Jizerou,Zv\u00ed\u0159etice",
        "short": "719",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L720",
        "label": "720",
        "long": "Rokytnice n.Jiz. - Vysok\u00e9 n.Jiz. - Semily - \u017delezn\u00fd Brod - Turnov - Mlad\u00e1 Boleslav - Praha",
        "short": "720",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L721",
        "label": "721",
        "long": "\u010cesk\u00fd Dub - V\u0161elibice,Vrtky - Mnichovo Hradi\u0161t\u011b",
        "short": "721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L722",
        "label": "722",
        "long": "\u010cesk\u00fd Dub - Hlavice - Mnichovo Hradi\u0161t\u011b",
        "short": "722",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L723",
        "label": "723",
        "long": "Kopidlno - Lib\u00e1\u0148 - B\u0159ezno - Mlad\u00e1 Boleslav",
        "short": "723",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L724",
        "label": "724",
        "long": "Mlad\u00e1 Boleslav - Dlouh\u00e1 Lhota - Lib\u00e1\u0148 - Kopidlno",
        "short": "724",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L725",
        "label": "725",
        "long": "Mlad\u00e1 Boleslav - Markvartice - Sobotka",
        "short": "725",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L726",
        "label": "726",
        "long": "Mlad\u00e1 Boleslav - Nov\u00e1 Telib - \u017der\u010dice - Sem\u010dice",
        "short": "726",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L727",
        "label": "727",
        "long": "Mnichovo Hradi\u0161t\u011b - Doln\u00ed Krup\u00e1 - Rokyt\u00e1",
        "short": "727",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L728",
        "label": "728",
        "long": "Mlad\u00e1 Boleslav - Skalsko - M\u0161eno",
        "short": "728",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L729",
        "label": "729",
        "long": "Mlad\u00e1 Boleslav - Doubravi\u010dka - Bore\u010d",
        "short": "729",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L730",
        "label": "730",
        "long": "V\u00edtkovice,Horn\u00ed M\u00edse\u010dky - Jilemnice - Semily - Turnov - Praha",
        "short": "730",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L731",
        "label": "731",
        "long": "Mlad\u00e1 Boleslav - Katusice - Plu\u017en\u00e1",
        "short": "731",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L732",
        "label": "732",
        "long": "\u010cist\u00e1 - B\u011bl\u00e1 pod Bezd\u011bzem,Bezd\u011bdice",
        "short": "732",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L733",
        "label": "733",
        "long": "Turnov - Vlastibo\u0159ice - Sezemice - Loukovec,Hub\u00e1lov - Mnichovo Hradi\u0161t\u011b",
        "short": "733",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L734",
        "label": "734",
        "long": "Mnichovo Hradi\u0161t\u011b - Mohelnice nad Jizerou - Sezemice",
        "short": "734",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L735",
        "label": "735",
        "long": "Kopidlno - Lib\u00e1\u0148 - Doln\u00ed Bousov",
        "short": "735",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L736",
        "label": "736",
        "long": "Mlad\u00e1 Boleslav - Kn\u011b\u017emost - Doln\u00ed Bousov",
        "short": "736",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L737",
        "label": "737",
        "long": "Mlad\u00e1 Boleslav - \u010cist\u00e1 - B\u011bl\u00e1 pod Bezd\u011bzem",
        "short": "737",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L738",
        "label": "738",
        "long": "Mnichovo Hradi\u0161t\u011b - Horn\u00ed Bukovina - Muka\u0159ov,Vicmanov",
        "short": "738",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L739",
        "label": "739",
        "long": "Mlad\u00e1 Boleslav - B\u011bl\u00e1 pod Bezd\u011bzem - Bakov nad Jizerou - Kn\u011b\u017emost",
        "short": "739",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L740",
        "label": "740",
        "long": "\u010c\u00e1slav - Brat\u010dice - Gol\u010d\u016fv Jen\u00edkov - Chot\u011bbo\u0159",
        "short": "740",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L741",
        "label": "741",
        "long": "\u010c\u00e1slav - Tupadly - Zb\u00fd\u0161ov",
        "short": "741",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L742",
        "label": "742",
        "long": "\u010c\u00e1slav - Zb\u00fd\u0161ov - T\u0159eb\u011bt\u00edn - Lede\u010d nad S\u00e1zavou",
        "short": "742",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L743",
        "label": "743",
        "long": "\u010c\u00e1slav - Kluky - Pab\u011bnice - Petrovice I",
        "short": "743",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L746",
        "label": "746",
        "long": "\u010c\u00e1slav - Male\u0161ov - Chl\u00edstovice - Uhl\u00ed\u0159sk\u00e9 Janovice",
        "short": "746",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L747",
        "label": "747",
        "long": "M\u011bln\u00edk - By\u0161ice - V\u0161etaty - Kon\u011btopy - K\u0159enek",
        "short": "747",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L748",
        "label": "748",
        "long": "Brat\u0159\u00ednov - Mn\u00ed\u0161ek pod Brdy - \u0158itka",
        "short": "748",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L749",
        "label": "749",
        "long": "\u010c\u00e1slav - Zb\u00fd\u0161ov - Petrovice I",
        "short": "749",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L750",
        "label": "750",
        "long": "Bene\u0161ov - Na\u010deradec,Zdim\u011b\u0159ice",
        "short": "750",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L752",
        "label": "752",
        "long": "Bene\u0161ov - T\u00fdnec nad S\u00e1zavou - J\u00edlov\u00e9 u Prahy",
        "short": "752",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L753",
        "label": "753",
        "long": "Bene\u0161ov - T\u00fdnec nad S\u00e1zavou -  Netvo\u0159ice - Neveklov",
        "short": "753",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L754",
        "label": "754",
        "long": "P\u0159\u00edbram - Sedl\u010dany - Bene\u0161ov",
        "short": "754",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L755",
        "label": "755",
        "long": "Bene\u0161ov - Neveklov - Rabyn\u011b,M\u011b\u0159\u00edn",
        "short": "755",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L756",
        "label": "756",
        "long": "Neveklov - K\u0159e\u010dovice",
        "short": "756",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L757",
        "label": "757",
        "long": "Bene\u0161ov - Byst\u0159ice",
        "short": "757",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L758",
        "label": "758",
        "long": "Bene\u0161ov - Postupice - Vla\u0161im",
        "short": "758",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L759",
        "label": "759",
        "long": "Bene\u0161ov - Mar\u0161ovice - K\u0159e\u010dovice,Str\u00e1\u017eovice - Neveklov",
        "short": "759",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L760",
        "label": "760",
        "long": "Rakovn\u00edk - Podbo\u0159any",
        "short": "760",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L761",
        "label": "761",
        "long": "Velk\u00e9 Popovice - Kamenice,V\u0161edobrovice - Velk\u00e9 Popovice",
        "short": "761",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L763",
        "label": "763",
        "long": "Mlad\u00e1 Boleslav - Dobrovice - Dobrovice,Chloumek",
        "short": "763",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L764",
        "label": "764",
        "long": "Mlad\u00e1 Boleslav - Dobrovice - Mcely",
        "short": "764",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L765",
        "label": "765",
        "long": "Sib\u0159ina - \u0158\u00ed\u010dany - Jesenice",
        "short": "765",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L767",
        "label": "767",
        "long": "Mlad\u00e1 Boleslav - Krop\u00e1\u010dova Vrutice - Doln\u00ed Slivno",
        "short": "767",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L768",
        "label": "768",
        "long": "Ben\u00e1tky nad Jizerou - Doln\u00ed Slivno - By\u0161ice",
        "short": "768",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L770",
        "label": "770",
        "long": "Uhl\u00ed\u0159sk\u00e9 Janovice - S\u00e1zava - Ost\u0159edek - Bene\u0161ov",
        "short": "770",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L771",
        "label": "771",
        "long": "K\u00e1cov - Sob\u011b\u0161\u00edn - Uhl\u00ed\u0159sk\u00e9 Janovice - S\u00e1zava",
        "short": "771",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L772",
        "label": "772",
        "long": "Uhl\u00ed\u0159sk\u00e9 Janovice - Horn\u00ed Kruty - Skvr\u0148ov - Uhl\u00ed\u0159sk\u00e9 Janovice",
        "short": "772",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L773",
        "label": "773",
        "long": "Uhl\u00ed\u0159sk\u00e9 Janovice - \u00da\u017eice - S\u00e1zava",
        "short": "773",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L775",
        "label": "775",
        "long": "Mlad\u00e1 Boleslav - Dobrovice - Lu\u0161t\u011bnice - Ben\u00e1tky nad Jizerou",
        "short": "775",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L776",
        "label": "776",
        "long": "Zru\u010d nad S\u00e1zavou - Vlast\u011bjovice - Zru\u010d nad S\u00e1zavou",
        "short": "776",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L778",
        "label": "778",
        "long": "Zru\u010d nad S\u00e1zavou - Bohdane\u010d - Zbraslavice",
        "short": "778",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L780",
        "label": "780",
        "long": "\u010c\u00e1slav - \u017dleby - T\u0159emo\u0161nice",
        "short": "780",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L781",
        "label": "781",
        "long": "\u010c\u00e1slav - \u017dleby - Hostovlice - Tupadly",
        "short": "781",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L782",
        "label": "782",
        "long": "Kutn\u00e1 Hora - \u017dehu\u0161ice - Horka I - Vrdy",
        "short": "782",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L783",
        "label": "783",
        "long": "\u010c\u00e1slav - \u017dehu\u0161ice - Bernardov - Kutn\u00e1 Hora",
        "short": "783",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L784",
        "label": "784",
        "long": "Horka I - Vrdy - \u010c\u00e1slav",
        "short": "784",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L785",
        "label": "785",
        "long": "K\u00e1cov - Male\u0161ov - Kutn\u00e1 Hora - Kol\u00edn",
        "short": "785",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L786",
        "label": "786",
        "long": "Kutn\u00e1 Hora - \u010cerven\u00e9 Janovice - Pab\u011bnice",
        "short": "786",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L787",
        "label": "787",
        "long": "Uhl\u00ed\u0159sk\u00e9 Janovice - \u010cest\u00edn - Zru\u010d nad S\u00e1zavou",
        "short": "787",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L788",
        "label": "788",
        "long": "Kutn\u00e1 Hora - \u010cerven\u00e9 Janovice - T\u0159eb\u011bt\u00edn",
        "short": "788",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L790",
        "label": "790",
        "long": "Vla\u0161im - Libe\u017e - Divi\u0161ov",
        "short": "790",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L791",
        "label": "791",
        "long": "Bene\u0161ov - \u010cesk\u00fd \u0160ternberk",
        "short": "791",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L792",
        "label": "792",
        "long": "Vla\u0161im - Vracovice - Rataje",
        "short": "792",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L793",
        "label": "793",
        "long": "Vla\u0161im - Rado\u0161ovice - Divi\u0161ov - Ost\u0159edek",
        "short": "793",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L794",
        "label": "794",
        "long": "Vla\u0161im - Trhov\u00fd \u0160t\u011bp\u00e1nov - K\u00e1cov",
        "short": "794",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L795",
        "label": "795",
        "long": "Vla\u0161im - Zru\u010d nad S\u00e1zavou",
        "short": "795",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L796",
        "label": "796",
        "long": "Bene\u0161ov - Sob\u011bhrdy - \u010cer\u010dany - Py\u0161ely",
        "short": "796",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L797",
        "label": "797",
        "long": "Vranov,Vranovsk\u00e1 Lhota - Chocerady",
        "short": "797",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L798",
        "label": "798",
        "long": "Bene\u0161ov - \u010cakov - Ost\u0159edek",
        "short": "798",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L799",
        "label": "799",
        "long": "Vla\u0161im - Chot\u00fd\u0161any - Struha\u0159ov - Bene\u0161ov",
        "short": "799",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A0603",
        "color_name": "brown",
        "has_shape": true,
        "id": "L8",
        "label": "8",
        "long": "N\u00e1dra\u017e\u00ed Podbaba - Star\u00fd Hloub\u011bt\u00edn",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L825",
        "label": "X25",
        "long": "Palmovka - Libe\u0148sk\u00fd most - Palmovka",
        "short": "X25",
        "text_color": "ED922E",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L891",
        "label": "X91",
        "long": "Ol\u0161ansk\u00e9 h\u0159bitovy - Star\u00e9 Stra\u0161nice",
        "short": "X91",
        "text_color": "ED922E",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L894",
        "label": "X94",
        "long": "Palmovka - Tusarova - Palmovka",
        "short": "X94",
        "text_color": "ED922E",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L895",
        "label": "X95",
        "long": "",
        "short": "X95",
        "text_color": "ED922E",
        "type_label": "Bus"
      },
      {
        "color": "7A0603",
        "color_name": "brown",
        "has_shape": true,
        "id": "L9",
        "label": "9",
        "long": "S\u00eddli\u0161t\u011b \u0158epy - Spojovac\u00ed",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L901",
        "label": "901",
        "long": "And\u011bl - Skalka",
        "short": "901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L902",
        "label": "902",
        "long": "Lysolaje - \u0158eporyjsk\u00e9 n\u00e1m\u011bst\u00ed - T\u0159ebonice",
        "short": "902",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L903",
        "label": "903",
        "long": "B\u0159ezin\u011bves - Kr\u00e1lovice",
        "short": "903",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L904",
        "label": "904",
        "long": "S\u00eddli\u0161t\u011b \u0158epy - S\u00eddli\u0161t\u011b P\u00edsnice",
        "short": "904",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L905",
        "label": "905",
        "long": "S\u00eddli\u0161t\u011b \u010cimice - Ji\u017en\u00ed M\u011bsto",
        "short": "905",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L906",
        "label": "906",
        "long": "Skalka - Nedv\u011bz\u00ed",
        "short": "906",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L907",
        "label": "907",
        "long": "Termin\u00e1l 1 - Ban\u011b",
        "short": "907",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L908",
        "label": "908",
        "long": "\u0160muk\u00fd\u0159ka - Kl\u00e1novice",
        "short": "908",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L909",
        "label": "909",
        "long": "Suchdol - S\u00eddli\u0161t\u011b Roho\u017en\u00edk",
        "short": "909",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A0603",
        "color_name": "brown",
        "has_shape": true,
        "id": "L91",
        "label": "91",
        "long": "Divok\u00e1 \u0160\u00e1rka - Star\u00e9 Stra\u0161nice",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L910",
        "label": "910",
        "long": "Termin\u00e1l 1 / Leti\u0161t\u011b - Na Ber\u00e1nku",
        "short": "910",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L911",
        "label": "911",
        "long": "S\u00eddli\u0161t\u011b \u010cakovice - N\u00e1dra\u017e\u00ed Hostiva\u0159",
        "short": "911",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L912",
        "label": "912",
        "long": "Hloub\u011bt\u00ednsk\u00e1 - Ve \u017dl\u00edbku",
        "short": "912",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L913",
        "label": "913",
        "long": "Doln\u00ed Chabry - To\u010dn\u00e1",
        "short": "913",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L914",
        "label": "914",
        "long": "Sm\u00edchovsk\u00e9 n\u00e1dra\u017e\u00ed - Vino\u0159",
        "short": "914",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L915",
        "label": "915",
        "long": "Cukrovar \u010cakovice - Mi\u0161kovice",
        "short": "915",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L916",
        "label": "916",
        "long": "Depo Hostiva\u0159 - Doln\u00ed Po\u010dernice",
        "short": "916",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L917",
        "label": "917",
        "long": "Obchodn\u00ed n\u00e1m\u011bst\u00ed - Lipence",
        "short": "917",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A0603",
        "color_name": "brown",
        "has_shape": true,
        "id": "L92",
        "label": "92",
        "long": "Levsk\u00e9ho - Lehovec",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "7A0603",
        "color_name": "brown",
        "has_shape": true,
        "id": "L93",
        "label": "93",
        "long": "S\u00eddli\u0161t\u011b \u010e\u00e1blice - Vozovna Pankr\u00e1c",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "7A0603",
        "color_name": "brown",
        "has_shape": true,
        "id": "L94",
        "label": "94",
        "long": "Slivenec - Lehovec",
        "short": "94",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "7A0603",
        "color_name": "brown",
        "has_shape": true,
        "id": "L95",
        "label": "95",
        "long": "Vozovna Kobylisy - \u00dast\u0159edn\u00ed d\u00edlny Dopravn\u00edho podniku",
        "short": "95",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L951",
        "label": "951",
        "long": "Praha, Chaplinovo n\u00e1m\u011bst\u00ed - Dob\u0159ichovice",
        "short": "951",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L952",
        "label": "952",
        "long": "Praha,S\u00eddli\u0161t\u011b \u0158epy - Beroun",
        "short": "952",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L953",
        "label": "953",
        "long": "Praha,Lehovec - Brand\u00fds nad Labem-Star\u00e1 Boleslav",
        "short": "953",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L954",
        "label": "954",
        "long": "Praha,V\u00edt\u011bzn\u00e9 n\u00e1m\u011bst\u00ed - Kralupy nad Vltavou/\u010c\u00ed\u010dovice",
        "short": "954",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L955",
        "label": "955",
        "long": "Praha,Bo\u0159islavka - Horom\u011b\u0159ice - Brand\u00fdsek",
        "short": "955",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L956",
        "label": "956",
        "long": "Praha,Bud\u011bjovick\u00e1 - J\u00edlov\u00e9 u Prahy",
        "short": "956",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L957",
        "label": "957",
        "long": "Praha,S\u00eddli\u0161t\u011b \u0158epy - Hostivice",
        "short": "957",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L958",
        "label": "958",
        "long": "Praha,Kobylisy - Odolena Voda",
        "short": "958",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L959",
        "label": "959",
        "long": "Praha,H\u00e1je - Kostelec nad \u010cern\u00fdmi lesy",
        "short": "959",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A0603",
        "color_name": "brown",
        "has_shape": true,
        "id": "L96",
        "label": "96",
        "long": "S\u00eddli\u0161t\u011b Pet\u0159iny - Spo\u0159ilov",
        "short": "96",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L960",
        "label": "960",
        "long": "Praha,Bud\u011bjovick\u00e1 - B\u0159ezov\u00e1-Ole\u0161ko",
        "short": "960",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L961",
        "label": "961",
        "long": "Praha,Sm\u00edchovsk\u00e9 n\u00e1dra\u017e\u00ed - Mn\u00ed\u0161ek pod Brdy - Dob\u0159\u00ed\u0161",
        "short": "961",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L963",
        "label": "963",
        "long": "Praha,T\u0159ebenick\u00e1 - M\u011bln\u00edk,Mlazice",
        "short": "963",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A0603",
        "color_name": "brown",
        "has_shape": true,
        "id": "L97",
        "label": "97",
        "long": "B\u00edl\u00e1 Hora - N\u00e1dra\u017e\u00ed Hostiva\u0159",
        "short": "97",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "7A0603",
        "color_name": "brown",
        "has_shape": true,
        "id": "L98",
        "label": "98",
        "long": "S\u00eddli\u0161t\u011b \u0158epy - Spojovac\u00ed",
        "short": "98",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "7A0603",
        "color_name": "brown",
        "has_shape": true,
        "id": "L99",
        "label": "99",
        "long": "S\u00eddli\u0161t\u011b \u0158epy - Zahradn\u00ed M\u011bsto",
        "short": "99",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "00A562",
        "color_name": "green",
        "has_shape": true,
        "id": "L991",
        "label": "A",
        "long": "Nemocnice Motol - Pet\u0159iny - Skalka - Depo Hostiva\u0159",
        "short": "A",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "F8B322",
        "color_name": "yellow",
        "has_shape": true,
        "id": "L992",
        "label": "B",
        "long": "Zli\u010d\u00edn - \u010cern\u00fd Most",
        "short": "B",
        "text_color": "000000",
        "type_label": "Subway / metro"
      },
      {
        "color": "CF003D",
        "color_name": "red",
        "has_shape": true,
        "id": "L993",
        "label": "C",
        "long": "Let\u0148any - L\u00e1dv\u00ed - H\u00e1je",
        "short": "C",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L996",
        "label": "CYK1",
        "long": "CYKLOBUS BRDY: Kyt\u00edn - Mn\u00ed\u0161ek pod Brdy - Dob\u0159ichovice",
        "short": "CYK1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L997",
        "label": "CYK2",
        "long": "CYKLOBUS \u010cESK\u00dd R\u00c1J: Mlad\u00e1 Boleslav - Mnichovo Hradi\u0161t\u011b - Kn\u011b\u017emost - Sobotka",
        "short": "CYK2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 19073,
    "stop_points_capped": true
  },
  "rubric_version": "1.2",
  "schema_version": "1.15",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.2",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.2"
  },
  "snapshot_date": "2026-07-18",
  "top_fixes": [
    {
      "code": "scorecard_feed_expiring_soon",
      "count": 1,
      "effort": "One export setting.",
      "fix": "Re-export with a validity window that reaches at least 60 days out.",
      "owner": "Likely your export tool",
      "points": 67.0,
      "rank": 1,
      "severity": "WARNING",
      "what": "Service data runs out in 13 day(s).",
      "why": "When the calendar runs out, trip planners stop showing this agency. Fixing it now is calmer than after riders notice."
    },
    {
      "code": "decreasing_or_equal_stop_time_distance",
      "count": 115,
      "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": 2,
      "severity": "ERROR",
      "what": "Some trips have stop times whose distances along the route go backwards.",
      "why": "Apps can show transit vehicles jumping backwards or mis-order stops."
    },
    {
      "code": "pathway_unreachable_location",
      "count": 6,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'pathway_unreachable_location' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 18.0,
      "rank": 3,
      "severity": "ERROR",
      "what": "Pathway unreachable location (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    }
  ],
  "validator_version": "8.0.1"
}
