{
  "agency": {
    "country": "EE",
    "id": "estonia-public-transport-register",
    "name": "Estonian Public Transport Register national aggregate",
    "operating_note": "National unified aggregate of Estonia's public transport register (\u00dchistranspordiregister); the Mobility Database marks the register's former peatus.ee export (MDB 1095) as deprecated with a redirect to this source. Counted as one feed record."
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 15.1,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 40.1
        },
        "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": 0.0,
          "wheelchair_trips": 6.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": 99.9,
        "mixed_case_stop_name_pct": 99.9,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 18205,
        "translations": {
          "feed_lang": "et",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 86943,
        "wheelchair_accessible_pct": 40.1,
        "wheelchair_boarding_pct": 0.0,
        "wheelchair_marked_accessible_pct": 0.0,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 18204,
          "effort": "A column in stops.txt; your scheduling software likely has it.",
          "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
          "owner": "Likely your team",
          "points": 25.0,
          "severity": "WARNING",
          "what": "18204 of 18205 stops don't say whether a wheelchair user can board there.",
          "why": "Riders who use wheelchairs can't plan a trip when accessibility is marked 'unknown'; apps show no information at all."
        },
        {
          "code": "scorecard_wheelchair_accessible_unknown",
          "count": 52053,
          "effort": "A default or per-trip field in your export.",
          "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
          "owner": "Likely your export tool",
          "points": 9.0,
          "severity": "WARNING",
          "what": "52053 of 86943 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the transit vehicle itself can take them."
        },
        {
          "code": "scorecard_missing_headsigns",
          "count": 107,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Populate trip_headsign to match what the transit vehicle displays.",
          "owner": "Likely your export tool",
          "points": 0.0,
          "severity": "WARNING",
          "what": "107 of 86943 trips have no headsign.",
          "why": "Riders at the stop can't tell which direction a transit vehicle is going."
        },
        {
          "code": "scorecard_station_no_pathways",
          "count": 1,
          "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
          "fix": "Add pathways.txt connecting entrances, platforms, and any elevators, with a level for each.",
          "owner": "",
          "points": 0.0,
          "severity": "WARNING",
          "what": "This feed models stations or entrances but has no pathways.txt.",
          "why": "Trip planners can't guide riders through the station, and there is no step-free route information for wheelchair users."
        }
      ],
      "name": "completeness",
      "score": 66.0,
      "status": "measured",
      "summary": "0% of stops state wheelchair accessibility (0% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 25,
        "instances_by_severity": {
          "ERROR": 415,
          "INFO": 88527,
          "WARNING": 755190
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "trip_distance_exceeds_shape_distance",
          "count": 396,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'trip_distance_exceeds_shape_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Trip distance exceeds shape distance (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "decreasing_or_equal_stop_time_distance",
          "count": 19,
          "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": 18.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": "non_ascii_or_non_printable_char",
          "count": 734889,
          "effort": "A planned ID change, not a quick text cleanup.",
          "fix": "Only change the flagged IDs if an app needs basic ASCII values. Update each place that uses the ID. Keep all names and headsigns in their original language.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some internal IDs use characters outside the basic text set.",
          "why": "These IDs are valid UTF-8 data. This warning is only about support in older apps. It does not mean that names in other languages are wrong."
        },
        {
          "code": "missing_bike_allowance",
          "count": 12057,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'missing_bike_allowance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Missing bike allowance (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "trip_distance_exceeds_shape_distance_below_threshold",
          "count": 4166,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'trip_distance_exceeds_shape_distance_below_threshold' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Trip distance exceeds shape distance below threshold (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "stop_without_stop_time",
          "count": 2069,
          "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": "expired_calendar",
          "count": 635,
          "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": 8.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": 583,
          "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": 8.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": "equal_shape_distance_same_coordinates",
          "count": 339,
          "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": "fast_travel_between_consecutive_stops",
          "count": 171,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 8.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": "mixed_case_recommended_field",
          "count": 159,
          "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": "fast_travel_between_far_stops",
          "count": 67,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'fast_travel_between_far_stops' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Fast travel between far stops (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 34,
          "effort": "A few minutes per flagged stop.",
          "fix": "Check the flagged stops' coordinates and the route shape in your scheduling software; re-snap whichever is misplaced.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the transit vehicle route through the wrong path or point riders to the wrong boarding location."
        },
        {
          "code": "missing_feed_contact_email_and_url",
          "count": 10,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'missing_feed_contact_email_and_url' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Missing feed contact email and url (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "duplicate_route_name",
          "count": 5,
          "effort": "One field per route.",
          "fix": "Give each route a distinct short or long name.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Two or more routes share the same name.",
          "why": "Riders can't tell the routes apart in apps."
        },
        {
          "code": "stops_match_shape_out_of_order",
          "count": 3,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'stops_match_shape_out_of_order' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Stops match shape out of order (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates_distance_below_threshold' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Equal shape distance diff coordinates distance below threshold (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "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": "more_than_one_entity",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'more_than_one_entity' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "More than one entity (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unsorted_stop_times",
          "count": 85793,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unsorted_stop_times' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "Unsorted stop times (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "big_gap_in_service",
          "count": 1653,
          "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": "service_window_outside_feed_period",
          "count": 535,
          "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": "service_extends_far_in_the_future",
          "count": 498,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'service_extends_far_in_the_future' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "Service extends far in the future (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "trip_headsign_matches_intermediate_stop",
          "count": 34,
          "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": 0.8,
          "severity": "INFO",
          "what": "Trip headsign matches intermediate stop (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unknown_column",
          "count": 14,
          "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."
        }
      ],
      "name": "correctness",
      "score": 0.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 25 kinds of issue across 844132 instances (415 error, 755190 warning, 88527 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 531,
        "effective_expiry_date": "2027-12-31",
        "feed_end_date": "2027-12-31",
        "feed_start_date": "2025-09-01",
        "feed_version": "Updated: Jul 15, 2026, 5:20 AM",
        "has_feed_info": true,
        "last_service_date": "2031-08-15",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [],
      "name": "freshness",
      "score": 100.0,
      "status": "measured",
      "summary": "Service data covers the next 531 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "2 validator errors to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 531 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 40% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. 2 validator errors to resolve. States wheelchair access on 0% of stops and 40% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "Estonia's public-transport open-data terms permit reuse with the data origin cited; rider-facing data must be no more than seven days old.",
    "reachable": true,
    "sha256": "b49306e76bf9970ff428aec7f564c850f42eacf19dad88b692db809a627b28c3",
    "size_bytes": 47033656,
    "static_url": "https://eu-gtfs.remix.com/estonia_unified_gtfs.zip"
  },
  "ferry_profile": {
    "accessibility": {
      "measures": "published_values_not_physical_usability",
      "terminals": {
        "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": 12
      },
      "trips": {
        "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": 12081
      }
    },
    "bikes": {
      "allowed_count": 24,
      "allowed_pct": 0.2,
      "not_allowed_count": 0,
      "not_allowed_pct": 0.0,
      "stated_count": 24,
      "stated_pct": 0.2,
      "total_count": 12081
    },
    "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": 12081
    },
    "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": 11,
    "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": 12,
      "parented_boarding_location_count": 0,
      "parented_boarding_location_pct": 0.0,
      "referenced_station_count": 0
    },
    "trip_count": 12081
  },
  "fetch": {
    "final_url": "https://eu-gtfs.remix.com/estonia_unified_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": [
      14.44073,
      0.22061,
      60.55379,
      59.65391
    ],
    "lat": 58.68307,
    "lon": 25.62229,
    "stop_count": 18205
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": true,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "tram",
        "label": "Tram / light rail",
        "route_count": 5,
        "trip_count": 2462,
        "trip_share_pct": 2.8
      },
      {
        "key": "rail",
        "label": "Rail",
        "route_count": 26,
        "trip_count": 1948,
        "trip_share_pct": 2.2
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 2242,
        "trip_count": 70452,
        "trip_share_pct": 81.0
      },
      {
        "key": "ferry",
        "label": "Ferry",
        "route_count": 11,
        "trip_count": 12081,
        "trip_share_pct": 13.9
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 2284,
    "trip_count": 86943
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 45.6,
    "margin_to_next_band": 14.4,
    "score": 45.6
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 28,
      "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": "28 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (85, 84, RE14, E33, R12, 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": 2,
      "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": "2 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Vilnius, Studentu st\", \"Vetla/Suurekuuse\").",
      "why": "Riders who use a screen reader hear the raw name, so 'Main St & 2nd Ave' can come out as 'Main saint' or drop the ampersand."
    },
    {
      "category": "accessibility",
      "code": "scorecard_station_missing_step_free_data",
      "count": 2,
      "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
      "fix": "Add pathways.txt connecting entrances, platforms, and elevators, and levels.txt for each floor, so the step-free route is described.",
      "owner": "",
      "points": 0.0,
      "severity": "WARNING",
      "what": "This feed models stations or entrances but has no pathways.txt and levels.txt.",
      "why": "Without pathways and levels, a wheelchair user can't tell whether a step-free route exists inside the station, and trip planners can't route anyone through it."
    }
  ],
  "routability": {
    "boardable_stops": 18200,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 2069,
        "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": "2069 of 18200 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": 2069,
    "single_stop_trips": 0,
    "trips_total": 86943
  },
  "route_map": {
    "drawn_route_count": 2284,
    "has_shapes": true,
    "path": "data/artifacts/estonia-public-transport-register/geometry.geojson",
    "route_count": 2284,
    "routes": [
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0007a91596694e5a652d89b83fddb4c5",
        "label": "28A",
        "long": "Viljandi - Ramsi - P\u00e4ri - Viljandi",
        "short": "28A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "000b25e0078f0c7242842424faaa5149",
        "label": "172A",
        "long": "V\u00f5ru - S\u00f5merpalu - H\u00e4nike - Antsla",
        "short": "172A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "000e6300bf184fc3f82e935a37d84a3a",
        "label": "21",
        "long": "Raja-Mai-Tammsaare-Tallinna mnt-Sauga a-k - H\u00fcntali",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "001c90ff2cdf10682e0e7b5f133a1277",
        "label": "137",
        "long": "Viljandi - Tartu",
        "short": "137",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "001fbbfb91377d12319307681cd64442",
        "label": "18K",
        "long": "Antsla-L\u00fcllem\u00e4e-V\u00e4hero-Valga",
        "short": "18K",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "004c250e27450a4bd8c1d30ee6667259",
        "label": "116",
        "long": "Tartu - Laeva - Puurmani - P\u00f5ltsamaa",
        "short": "116",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "007479562c9729af1d1cc40d58ccefa0",
        "label": "83-2",
        "long": "P\u00e4rnu - Uulu Kool - Kiksu - Surju - Saunametsa",
        "short": "83-2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8BB4C5",
        "color_name": "gray",
        "has_shape": true,
        "id": "0079a482c2d3a5b4aeabf15bb85231eb",
        "label": "Mu-Ma",
        "long": "Munalaid - Manilaid (tellimusreis)",
        "short": "Mu-Ma",
        "text_color": "000000",
        "type_label": "Ferry"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "007fd9a5529a493fcd869c90c6c15cd6",
        "label": "601",
        "long": "Tartu - \u00c4ksi keskus - Tabivere - Tartu",
        "short": "601",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "009b95ea8195d2af566a7952325990f3",
        "label": "511",
        "long": "Tartu - Ilmatsalu kool - Ulila - Puhja - Ristim\u00e4e",
        "short": "511",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "00be66d8012dff969c4f2639935b322b",
        "label": "12E",
        "long": "T\u00f5rva - Linna keskus - Soontaga - T\u00f5rva",
        "short": "12E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "00c7e7c257e941c02e5a81f7cf8a1091",
        "label": "6542",
        "long": "Lauka - Viskoosa - K\u00e4rdla",
        "short": "6542",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0149776fbc53c54732688c0a2105e1b0",
        "label": "156A",
        "long": "R\u00e4pina - Ilumetsa - V\u00e4rska - R\u00e4pina - V\u00f5ru",
        "short": "156A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0164cc66cf8a642bd62ba1db16aa0c05",
        "label": "501",
        "long": "Tartu - Ulila - Puhja - (Karij\u00e4rve) - Erum\u00e4e - Annikoru",
        "short": "501",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "016bd5341dc06658312fc5439cb63b93",
        "label": "54-3",
        "long": "P\u00e4rnu - Lemmetsa - Lavassaare",
        "short": "54-3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "01a39c9c64328a937c05086335baad67",
        "label": "6103",
        "long": "Kuressaare-Pihtla-Sandla-T\u00f5lluste-Sandla-Pihtla-Kuressaare",
        "short": "6103",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "01bd8232652272539e635dd42be6ace5",
        "label": "77E",
        "long": "Otep\u00e4\u00e4 - P\u00fchaj\u00e4rve - Vidrike - K\u00e4\u00e4riku - Arula - Otep\u00e4\u00e4",
        "short": "77E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "01c928ffd15f57be2a7053ec4aa374cb",
        "label": "400",
        "long": "J\u00f5geva - Aidu - P\u00f5ltsamaa",
        "short": "400",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "01e9a16a7208d671a2582532358dfda1",
        "label": "211",
        "long": "J\u00f5geva - Laiuse - Sadala - Torma - Mustvee - Kallaste - Mustvee",
        "short": "211",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "01fcf2fe9db2d4f1ee9d21818b9049d2",
        "label": "6243",
        "long": "K\u00e4rdla - Lennujaam - K\u00e4rdla",
        "short": "6243",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0207b136a66f159ed20c733f0af9124a",
        "label": "167",
        "long": "V\u00f5ru - Antsla - Urvaste - Antsla - Tsooru - V\u00f5ru",
        "short": "167",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0216cced4ebcebd9300798faec7f45b7",
        "label": "173",
        "long": "Pirita - Muuga aedlinn - Maardu",
        "short": "173",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "024120ebfbb735fcac813ae32422dc33",
        "label": "853",
        "long": "Tartu - V\u00f5\u00f5pste - V\u00f5nnu - Tartu",
        "short": "853",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "0246a28097d57709335fe8b56a33a54a",
        "label": "9",
        "long": "Vana-P\u00e4rnu - Tammsaare - Kuke - Teater - R\u00e4\u00e4ma - Haigla",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "027809f6fec195d151ec512b08ad19cf",
        "label": "343",
        "long": "Tartu - Lennujaam - Uhti keskus - Tartu",
        "short": "343",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0280e37ae04a703636379a4ad50d8d04",
        "label": "228",
        "long": "Mustvee - Torma - Voore - K\u00e4\u00e4pa - Mustvee",
        "short": "228",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "02819f9e8591c9f3110bbe3da0b12c03",
        "label": "6504",
        "long": "K\u00e4rdla-(Malvaste)-Lauka-Viskoosa-Luidja-Kiduspe-K\u00f5pu-(Kalana)",
        "short": "6504",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0285e89c6d72d0b28962f204fcecbad6",
        "label": "6519",
        "long": "(Kalana) - K\u00f5pu - Kiduspe - Luidja - Viskoosa- Lauka - K\u00e4rdla",
        "short": "6519",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "02a9c0b61b3913684bdfbcd161d7472c",
        "label": "120A",
        "long": "V\u00f5ru - N\u00f5nova - Lasva - (Lepassaare) - V\u00f5ru",
        "short": "120A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "02cb16655c923390098f3a28fc824078",
        "label": "71B",
        "long": "Otep\u00e4\u00e4 - K\u00e4\u00e4riku - Pangodi - Kambja - Tartu",
        "short": "71B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "02db24fd951b0b6b3a9d29ce69dbac78",
        "label": "92B",
        "long": "Koidula - V\u00e4rska - R\u00e4pina - Kauksi - P\u00f5lva",
        "short": "92B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "02fcbe27f5a9b9888b6f624049af12dd",
        "label": "323",
        "long": "Tartu - Aarike - Kambja - Pangodi - Otep\u00e4\u00e4",
        "short": "323",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0304e942dcab5fd6096fff4697722c51",
        "label": "67B",
        "long": "Karksi-Nuia - Sudiste - K\u00e4rstna - Sudiste - Karksi-Nuia",
        "short": "67B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0336f63966e167300b0fdc3963c49efd",
        "label": "13",
        "long": "P\u00f5lva - Mooste - Kauksi - P\u00f5lva",
        "short": "13",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0337799e06f60708c172b9446fc27738",
        "label": "725",
        "long": "Vasula - Tartu",
        "short": "725",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0361d87dfbb06dda445d66cf0958194f",
        "label": "359",
        "long": "Kambja park - \u00dclenurme keskus - T\u00f5rvandi - Tartu",
        "short": "359",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "039d2645fa4371b72fc3fa27b4a96b0b",
        "label": "29E",
        "long": "Valga - J\u00f5geveste - Ruusa - T\u00f5rva",
        "short": "29E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8BB4C5",
        "color_name": "gray",
        "has_shape": true,
        "id": "03a05650210519fab0710d4b872d24fa",
        "label": "Mu-Ma",
        "long": "Munalaid - Manilaid (n\u00f5udmisel)",
        "short": "Mu-Ma",
        "text_color": "000000",
        "type_label": "Ferry"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "03a3121c5eda04bad0ed44c43f7b2d87",
        "label": "6581",
        "long": "Emmaste lasteaed - Tuuletorni (- K\u00e4ina)",
        "short": "6581",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "03ab9a4b39321c747f5b5cdbbaa59e3b",
        "label": "34",
        "long": "Linnam\u00e4e - Herjava - Uuem\u00f5isa - Haapsalu",
        "short": "34",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "03fb2d42307622b4b86de7789d689b1e",
        "label": "255",
        "long": "Tartu - Kanepi - V\u00f5ru",
        "short": "255",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "04425536c028ddfd8e90139da7785541",
        "label": "14",
        "long": "Haapsalu - Variku - N\u00f5va - N\u00f5va rand OSALISELT N\u00d5UDELIIN",
        "short": "14",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0484abb9308f4c565780d9aa7d093672",
        "label": "2B",
        "long": "R\u00e4pina - Ruusa - P\u00f5lva",
        "short": "2B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "049a61ea014d497e5c9c527ddf5c6b8b",
        "label": "L25",
        "long": "Lihula - Haapsalu",
        "short": "L25",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "049c325596f53dbdb26945b34e0fa108",
        "label": "4A",
        "long": "Paide - Tarbja - Pikak\u00fcla - Ardu",
        "short": "4A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "04a2f6b579c0429093fd698e7a602dd9",
        "label": "6261",
        "long": "N\u00d5UDELIIN \u00d5ngu-(Tohvri)- Emmaste-(Lelu)- M\u00e4nnamaa-Tuuletorni",
        "short": "6261",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "04a2f6b579c0429093fd698e7a602dd9-1",
        "label": "6262",
        "long": "N\u00d5UDELIIN Muda-Aadma (-Lelu) _ M\u00e4nnamaa - Tuuletorni",
        "short": "6262",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "04b0fc8d69fddb9471a3173170eb2aeb",
        "label": "72D",
        "long": "Tartu-Ahja-R\u00e4pina-V\u00e4rska-(V\u00e4rska sanatoorium)",
        "short": "72D",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "04dda7c2a2f6af8b1c6dd98214bdb394",
        "label": "18",
        "long": "Teater - KEK - Raba - R\u00e4\u00e4ma - Jaama - Kaubajaam",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "04e57103688f2920a7aaea5dab05dcaa",
        "label": "804",
        "long": "Tartu - V\u00f5\u00f5pste - Tartu",
        "short": "804",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "04f94e92ab6f298755206cd3f70e21b9",
        "label": "29G",
        "long": "Valga - J\u00f5geveste - T\u00f5rva",
        "short": "29G",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "050702570f1d4b34a02cd7bd18ac9cb8",
        "label": "2105",
        "long": "KUR-Salme-Riksu-Koimla-L\u00fcm-(Karala)-L\u00fcm-Viidu-KUR",
        "short": "2105",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "05092b4bdb4130628ca065c53f8a3969",
        "label": "6",
        "long": "L\u00f5unakeskus - Roheline park",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "052d0d4c75b2cc2db654ff37908a573d",
        "label": "28B",
        "long": "Kultuurikeskus - V\u00e4\u00e4tsa - Pearna",
        "short": "28B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0535e585170eb14c17defb0f707e3829",
        "label": "V7A",
        "long": "Haabneeme - Viimsi - Muuga-M\u00e4he-Randvere-Leppneeme - Haabneeme",
        "short": "V7A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "05c7318689413978763f2c6db8709e41",
        "label": "150",
        "long": "J\u00f5geva - Siimusti - J\u00f5geva",
        "short": "150",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0604574afd1d57b10572edf48091fa71",
        "label": "505",
        "long": "Tartu - Haage - Hobunurme - Tartu",
        "short": "505",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "060bf25f3a558acde868ed3b243e2d50",
        "label": "122",
        "long": "Tallinn - Tartu",
        "short": "122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0639bb76c55379de1b2bd16cab83f50a",
        "label": "475",
        "long": "Tartu - N\u00f5o - Arbim\u00e4e - Elva",
        "short": "475",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0664e671b96a6d98856302f1231442e4",
        "label": "18I",
        "long": "Valga bussijaam - L\u00fcllem\u00e4e -Antsla",
        "short": "18I",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "0687bc8c2b1c342c7b7f088089dea7b0",
        "label": "115",
        "long": "Viljandi - T\u00fcri - Paide - Tallinn",
        "short": "115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0773f3f47d35764722b59943b761d860",
        "label": "23A",
        "long": "Valga - T\u00f5rva - Pikasilla - Riidaja - T\u00f5rva",
        "short": "23A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "07b25990b93436e987cf98417c1a08a7",
        "label": "325",
        "long": "Tartu - Kambja - Pangodi - Otep\u00e4\u00e4",
        "short": "325",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "07b2edcfc8ba4ad91fbfd3277657066f",
        "label": "4A",
        "long": "T\u00f5rva-Taagepera-Holdre-T\u00f5rva",
        "short": "4A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "07b47917bb2eec2c2edd779e929cbcc4",
        "label": "34D",
        "long": "Paide - Koigi - S\u00f5randu - Imavere - Paide",
        "short": "34D",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF711D",
        "color_name": "orange",
        "has_shape": true,
        "id": "07f60e50e839764f4c64aa6018c638bb",
        "label": "R14",
        "long": "Tallinn - Paldiski",
        "short": "R14",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "07f7665c8b182a84c453a09176cf1d87",
        "label": "105",
        "long": "Seminari v\u00e4ljak - Haigla - Puiga - V\u00e4imela - Seminari v\u00e4ljak",
        "short": "105",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "07f7665c8b182a84c453a09176cf1d87-4",
        "label": "105",
        "long": "(Lastefestival) Seminari v\u00e4ljak - Haigla - Puiga - V\u00e4imela - Seminari v\u00e4ljak",
        "short": "105",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0833fef604fa1193ce9ef2a7d48ef998",
        "label": "48B",
        "long": "Viljandi - K\u00f5pu",
        "short": "48B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0844bc2bdd631efc7bf501216697f93f",
        "label": "206",
        "long": "J\u00f5geva - Laiuse - Sadala - Torma - Mustvee",
        "short": "206",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "08aa7ed8a05845328e183667bed41097",
        "label": "250",
        "long": "J\u00f5geva - J\u00f5geva alevik - Sadala - Vaiatu - Mustvee",
        "short": "250",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "08d9174fa92184fce4c7beb232d30584",
        "label": "450",
        "long": "P\u00f5ltsamaa - Adavere",
        "short": "450",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "092561b7e1b55598c6052aedceaa1dae",
        "label": "42-3",
        "long": "P\u00e4rnu - Rogenese - P\u00f6\u00f6ravere - Uduvere - P\u00e4rnu",
        "short": "42-3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0945cff907a1200882dbb3dbd5c816c2",
        "label": "23A",
        "long": "P\u00f5lva - Ridali - Tilsi - P\u00f5lva",
        "short": "23A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0950fb12150c136587a5a78098b475ab",
        "label": "158",
        "long": "Tallinn - J\u00f5el\u00e4htme - Kaberneeme - Salmistu - Kuusalu",
        "short": "158",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF711D",
        "color_name": "orange",
        "has_shape": true,
        "id": "098062f814bdffdefb1ea7d3adc09eeb",
        "label": "RE32",
        "long": "Tallinn - Rakvere",
        "short": "RE32",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FF711D",
        "color_name": "orange",
        "has_shape": true,
        "id": "098062f814bdffdefb1ea7d3adc09eeb-1",
        "label": "R32",
        "long": "Tallinn - Rakvere",
        "short": "R32",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "099148e95b7077f567a66652083f42c8",
        "label": "1122",
        "long": "Tuulte Roos-KURESSAARE",
        "short": "1122",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "099a5a4a669681ee55a2186d8f07fbc2",
        "label": "82A",
        "long": "Orava - Kahkva - R\u00e4pina",
        "short": "82A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "09cb5d107331a20ae37b596b0f0c8105",
        "label": "31D",
        "long": "P\u00f5lva - Krootuse - Karilatsi - Prangli - Saverna - Otep\u00e4\u00e4",
        "short": "31D",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "09d9182c662c731618a9022ce92e93c6",
        "label": "6331",
        "long": "K\u00e4rdla - Kuri - Sarve -  Heltermaa - K\u00e4rdla",
        "short": "6331",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0a3293eb36d92b610e0510307af2bbcc",
        "label": "25P",
        "long": "Valga - Puka - R\u00f5ngu - Palupera - Elva",
        "short": "25P",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0a33c38f1ca0cbd6846f91e3977823da",
        "label": "440",
        "long": "Tartu - Peedu - Elva - R\u00f5ngu - Rannu - Elva - Peedu - Tartu",
        "short": "440",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0a38efd58975f8098e3d4412d633d7fd",
        "label": "124A",
        "long": "V\u00f5ru - Tsooru - M\u00f5niste - (Vastse-Roosa) - (Saru) -(M\u00f5niste)",
        "short": "124A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0a4e7b7748244d645b3822c35e260c82",
        "label": "4207",
        "long": "KUR-P\u00e4rsama-Angla-Leisi-(Triigi sadam tellimisel)",
        "short": "4207",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0a5e1d1daed269291b95ee537c417433",
        "label": "30B",
        "long": "Paide - Viraksaare - Paide",
        "short": "30B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0a6286c6cf93e7836c49b093890040e8",
        "label": "70C",
        "long": "Antsla-Sangaste-Otep\u00e4\u00e4-Tartu",
        "short": "70C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0a7d27b167677323be9fe300e480e125",
        "label": "234",
        "long": "Tartu - Roiu kauplus - Tuigo - Kaagvere - Luunja kool - Tartu",
        "short": "234",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "0a8bfc5c747098d38110c5fcc767c0bf",
        "label": "3v",
        "long": "Paemurru - Jaam - Tempo - Luige - Jugla",
        "short": "3v",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0a9103b5eb4ea5aef52f4d1e02c25121",
        "label": "14",
        "long": "Rapla raudteejaam - Alu - Kodila - Ohulepa OSALISELT N\u00d5UDELIIN",
        "short": "14",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0aa7b403db102346862662ec1d72dc25",
        "label": "25S",
        "long": "Valga - Sangaste - Puka",
        "short": "25S",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0ad81a28a5836bd7d9254161465594f6",
        "label": "16C",
        "long": "T\u00fcri - Laupa",
        "short": "16C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0ae56fc8dbf96e7584b09cccc9d4c645",
        "label": "6402",
        "long": "K\u00e4ina kool - Emmaste lasteaed -  Emmaste - Emmaste kool",
        "short": "6402",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0aee8bf69929db4a4b8a99dcd38d7e29",
        "label": "34",
        "long": "M\u00e4rjamaa - P\u00e4\u00e4rdu - Valgu - Raikk\u00fcla - Rapla",
        "short": "34",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0af10e3db3e5b71c16cadcc412ce65a6",
        "label": "50A",
        "long": "Viljandi - Polli - Karksi-Nuia - Abja-Paluoja",
        "short": "50A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0afd267e2df2b6436902dda28a51a998",
        "label": "704",
        "long": "Pala - Kokora - Kallaste - Alatskivi - Koosa - Tartu",
        "short": "704",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0b3bccb4a9e518ab59afbc6d252d05ff",
        "label": "46D",
        "long": "Suure-Jaani - Olustvere - T\u00e4\u00e4ksi - Viljandi",
        "short": "46D",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0b490844f4f7a97ab3692c821be382e0",
        "label": "183",
        "long": "V\u00f5ru - Osula - Urvaste - Antsla",
        "short": "183",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0b584d2e45f49d14b2d78677b7687625",
        "label": "172B",
        "long": "Antsla - H\u00e4nike - S\u00f5merpalu - V\u00f5ru",
        "short": "172B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0b5c5df2f1cd9203d1e7510a6cf76764",
        "label": "4206",
        "long": "Kuressaare-P\u00e4rsama-Leisi-Roobaka-P\u00e4rsama-Kuressaare",
        "short": "4206",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0b7a27c933eba33e2de194efa5be3009",
        "label": "102",
        "long": "Tallinn - Laagna - Muuga - Maardu",
        "short": "102",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "0b88592bc34218288f10a2a8decd0399",
        "label": "180",
        "long": "Tallinn - Tartu",
        "short": "180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0b91f9ea502a4bd1286d1dec28d6988b",
        "label": "108",
        "long": "Tallinn - Tabasalu - V\u00e4\u00e4na-J\u00f5esuu - Keila-Joa",
        "short": "108",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0b93ba53a9abc49b4b3a239a0333f0ff",
        "label": "5109",
        "long": "Kuressaare-K\u00f5ljala-Valjala-T\u00f5nija",
        "short": "5109",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0c0c54ef34c0814f688fb18f73a69359",
        "label": "506",
        "long": "Tartu - Haage - Hobunurme - Tartu",
        "short": "506",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0c210e8262d8ab167a72e369117b165d",
        "label": "32",
        "long": "M\u00e4rjamaa - M\u00f5isamaa - Valgu - Nurtu",
        "short": "32",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0c28e35ccceb3db5b0d3662332512a73",
        "label": "333",
        "long": "Tartu - Kambja - Pangodi j\u00e4rv - Kammeri - (Kambja)",
        "short": "333",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0c2a9f4a919d27d77adec0aa98044b6b",
        "label": "71A",
        "long": "Otep\u00e4\u00e4 - Pangodi - Kambja - Tartu",
        "short": "71A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0c4ff8692d825f1d4cf5be32efe4f63c",
        "label": "25C",
        "long": "Puka - Elva",
        "short": "25C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0c5a45fc72d0a5b3e034e575664ccf99",
        "label": "64-1",
        "long": "P\u00e4rnu - Audru kool - Kihlepa - Roogoja",
        "short": "64-1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0cd4137e3f6eb54bd74e3c7e66845548",
        "label": "16D",
        "long": "T\u00fcri- P\u00fcti- T\u00fcri",
        "short": "16D",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0cd4137e3f6eb54bd74e3c7e66845548-1",
        "label": "16A",
        "long": "T\u00fcri - Laupa - P\u00fcti - T\u00fcri",
        "short": "16A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0cf11060929ab11f06e320825bbf270c",
        "label": "35H",
        "long": "J\u00e4rva-Jaani - Peetri - Paide",
        "short": "35H",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0cfc303e1b3a2c1cb6cb8cab5622e4d5",
        "label": "33C",
        "long": "T\u00f5rva  - Riidaja - Pikasilla - T\u00f5rva",
        "short": "33C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0d53193821e10948f52dda288da6589c",
        "label": "80",
        "long": "P\u00e4rnu-Uulu kool-Jaamak\u00fcla-T\u00f5itoja-Massiaru-K\u00e4\u00e4ra",
        "short": "80",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0d9b4cb02545afba67ea11cecd238d71",
        "label": "P5",
        "long": "Hatu - Risti - Vasalemma - \u00c4mari - Paldiski",
        "short": "P5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0de1a87022d5f5335e9381d5d04e444f",
        "label": "749",
        "long": "Tartu - Vasula - Maarja-Magdaleena - Vasula - Tartu",
        "short": "749",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0de4b4a4191861eb9a950fb9e858273c",
        "label": "162",
        "long": "V\u00f5ru - Navi - S\u00f5merpalu - Antsla",
        "short": "162",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0de9c75327f660b3323b490854c8d4d4",
        "label": "376",
        "long": "T\u00f5rva - Valga - V\u00f5ru -  Valga - T\u00f5rva",
        "short": "376",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0df482a745c08c548d930c41eced5038",
        "label": "24D",
        "long": "Paide - P\u00e4inurme - Rutikvere",
        "short": "24D",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0e175db6e82439b53d1e408de2921a73",
        "label": "43",
        "long": "P\u00e4rnu- Lehu - Kaisma",
        "short": "43",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0e2823df93204f2d33a023f6fb149d0e",
        "label": "32",
        "long": "Narva - Riigik\u00fcla kalmistu - Narva-J\u00f5esuu",
        "short": "32",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "0e3de04a1df6babfaeff75ebab18bcc3",
        "label": "11",
        "long": "M\u00e4rja - L\u00f5unakeskus - Kasteheina",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0e701405998d21ddfb6816c5217ffa70",
        "label": "151A",
        "long": "Tallinn - Laagna - Kuusalu - Loksa - P\u00e4rispea - Loksa",
        "short": "151A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0ea442ec13abda6ac35002ec1da32203",
        "label": "33",
        "long": "Rakvere - Viru-Nigula - Mahu - Aseri",
        "short": "33",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0f5be226cbc3f18b37999ceffcac8a7c",
        "label": "L19",
        "long": "Hanilaristi - Pivarootsi - Vatla - Virtsu - Lihula",
        "short": "L19",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0f67e433bc391bd471a4c469b8048853",
        "label": "86",
        "long": "J\u00f5hvi - Voka - Sillam\u00e4e - Narva",
        "short": "86",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0f7a9e0f3fa166040da0d876f68fe3c5",
        "label": "92F",
        "long": "Koidula - V\u00e4rska - R\u00e4pina - Kauksi - P\u00f5lva",
        "short": "92F",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0fa050f4d0024eaafa91984a5e2f43e8",
        "label": "230",
        "long": "J\u00f5geva - Kuremaa - Laiuse - J\u00f5geva",
        "short": "230",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0fa7f2058d40a380c4a2f181b511aba0",
        "label": "5115",
        "long": "Valjala-K\u00f5ljala-Kuressaare",
        "short": "5115",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "0fc72b3656f81d12f03a9cda884024c6",
        "label": "247",
        "long": "Kuressaare - Orissaare - Tallinn",
        "short": "247",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0fcce6905d4e64e61a974fd09c08ae0e",
        "label": "73",
        "long": "Annuka - Lootvina - Vastse-Kuuste - Ahja",
        "short": "73",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0feec5dcb1a83b487c106d335de598f3",
        "label": "91",
        "long": "Kivi\u00f5li - J\u00f5hvi - Keskhaigla",
        "short": "91",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "10050a448fae883fbdcbb050d9b1a49a",
        "label": "435",
        "long": "P\u00f5ltsamaa-Pisisaare-K\u00fctim\u00e4e-P\u00e4inurme-Pisisaare-P\u00f5ltsamaa",
        "short": "435",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1038508a04757921d99dfcdd322ed2a9",
        "label": "V4A",
        "long": "Haabneeme - Viimsi - M\u00e4he - Randvere - Leppneeme - Haabneeme",
        "short": "V4A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "106372a735c56551a7e8efeaab7d596b",
        "label": "40",
        "long": "Otep\u00e4\u00e4 - Puka - Keeni - Valga",
        "short": "40",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "10697d0c71f8ae3ad16752c8cd161ee6",
        "label": "29C",
        "long": "T\u00f5rva - Soontaga - Hummuli - Valga bussijaam",
        "short": "29C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "10778aea99bfdb75bf3e5599861b0601",
        "label": "59G",
        "long": "V\u00f5hma - K\u00f5o - Pilistvere - V\u00f5hma - T\u00e4\u00e4ksi - Viljandi",
        "short": "59G",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "107bb5067b5e72c593a2a43e0a2eb174",
        "label": "104A",
        "long": "Tallinn - Loo - Kostivere",
        "short": "104A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "109ff1d89d4c35ee7b542733ed702c56",
        "label": "129",
        "long": "Tallinn - Tartu",
        "short": "129",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "10c597c7fe77dca8ef2997f73654ad7d",
        "label": "10C",
        "long": "R\u00e4pina - Beresje - L\u00fc\u00fcbnitsa - R\u00e4pina",
        "short": "10C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "10e298fac59d17f9eda65b8dab45d9a3",
        "label": "6401",
        "long": "\u00d5ngu- Nurste- Lassi-Tohvri- Lepiku- Emmaste - Emmaste lasteaed",
        "short": "6401",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "10eafe887fe1fc2029821141989dbd80",
        "label": "427",
        "long": "Tartu - Elva - Annikoru - Rannu - Puhja - Ulila - Tartu",
        "short": "427",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "10f1c8d40f774f669c8cc460317e11b8",
        "label": "23A",
        "long": "Haapsalu - Ridala - Kesu - Martna",
        "short": "23A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "11064c950fc05ac953bcd00d019fc266",
        "label": "204",
        "long": "J\u00f5geva - Sootaga - Torma - Mustvee",
        "short": "204",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1108b278d2e6cdd02e852199cb06d5d7",
        "label": "54-1",
        "long": "P\u00e4rnu - Audru - Lavassaare",
        "short": "54-1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1134ff6da38b559b9ef496f216c0d3e2",
        "label": "87A",
        "long": "V\u00e4rska - Saatse - Perdaku -Saatse - V\u00e4rska",
        "short": "87A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "11371fae000a182e8909bb671ed2b1be",
        "label": "468",
        "long": "R\u00f5ngu - Elva - N\u00f5o tee - Tartu",
        "short": "468",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "114bf6ccf48984a8d380a90d19e2cb47",
        "label": "463",
        "long": "Elva - Arbim\u00e4e - N\u00f5o - Tartu",
        "short": "463",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1170301fadfc3021178f8bab6a0201e1",
        "label": "132A",
        "long": "Tallinn - J\u00e4rvek\u00fcla - Rae k\u00fcla - J\u00fcri - Vaida",
        "short": "132A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "117ab60700a8b3e0ec9639eaeed113f8",
        "label": "35B",
        "long": "Otep\u00e4\u00e4 - Palu - Sangaste - Sarapuu - Valga",
        "short": "35B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "117c09b931ae12df679500093ebebbae",
        "label": "118A",
        "long": "V\u00f5ru -Lasva - Lepassaare - Lasva - V\u00f5ru",
        "short": "118A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "118357f4e8eff26389a2fee6cd0e81e7",
        "label": "153",
        "long": "Haapsalu - Risti - M\u00e4rjamaa - Rapla - T\u00fcri - Paide - Tartu",
        "short": "153",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "119b189301169ae8e7bb9e2031819663",
        "label": "6241",
        "long": "K\u00e4rdla - Lennujaam - K\u00e4rdla",
        "short": "6241",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "119b189301169ae8e7bb9e2031819663-1",
        "label": "6244",
        "long": "K\u00e4rdla - Lennujaam - K\u00e4rdla",
        "short": "6244",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "11bae0f9eb7f2b3970a79847dea8e8a4",
        "label": "14A",
        "long": "Ervita - Koeru - Vahuk\u00fcla - Ervita",
        "short": "14A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "11bc59693dc8e111530e4bffc10e718b",
        "label": "29",
        "long": "Vabaduse park - Turg - Mere - Raek\u00fcla - Reiu m\u00f5is",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8BB4C5",
        "color_name": "gray",
        "has_shape": true,
        "id": "11f96f4c1b204b727760e7c48784a794",
        "label": "VK",
        "long": "Virtsu - Kuivastu",
        "short": "VK",
        "text_color": "000000",
        "type_label": "Ferry"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1200bd6443513ac5057e3be158483d75",
        "label": "13B",
        "long": "Otep\u00e4\u00e4-Sangaste-T\u00f5rva",
        "short": "13B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1211564e39c73bd292561edeed9c5e6e",
        "label": "20",
        "long": "P\u00f5lva bussijaam - Lina - Lao",
        "short": "20",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1214ae190dad51c04ce95fad664456b8",
        "label": "486",
        "long": "P\u00f5ltsamaa - Annikvere - Umbusi - P\u00f5ltsamaa",
        "short": "486",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "12ca7447b2ce47e333a5daf8036d399e",
        "label": "127",
        "long": "Antsla - Urvaste - V\u00f5ru",
        "short": "127",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "12dc9a17e06dd91a8a11d9859deee73c",
        "label": "155B",
        "long": "V\u00f5ru - Lasva - Obinitsa",
        "short": "155B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "12ea785386b06e57e2eb1f48139650b2",
        "label": "65A",
        "long": "Rakvere - Laekvere",
        "short": "65A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "12ed73506d7fd1315417cdbace366e44",
        "label": "70A",
        "long": "J\u00e4rveotsa - Kahkva - Mikitam\u00e4e - Laossina - Mikitam\u00e4e",
        "short": "70A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "132d331c18b69ecd66c90a5686262476",
        "label": "25H",
        "long": "Elva - Palupera - R\u00f5ngu - Puka - Keeni - Valga",
        "short": "25H",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "133cd2708a3fdd1f2f23d62953395af3",
        "label": "18B",
        "long": "Viljandi - Tuhalaane - Polli - Karksi-Nuia - Lilli",
        "short": "18B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "13810d3b9431558e73c43009da74c358",
        "label": "450-1",
        "long": "P\u00f5ltsamaa - Adavere",
        "short": "450-1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "13d023316a85abacf923c98539dc421c",
        "label": "45",
        "long": "J\u00f5hvi - Toila - Valaste - Saka - Kohtla-J\u00e4rve - J\u00f5hvi",
        "short": "45",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "143aeb29056eb0a7eab673870bc6a804",
        "label": "32G",
        "long": "T\u00f5rva - Pokardi - T\u00f5rva - Riidaja - Reti - Pikasilla - T\u00f5rva",
        "short": "32G",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "14507e14052c6ccb0b6d4fffcecf7e52",
        "label": "205",
        "long": "Tartu - Roiu - Sillaotsa - (Lohu)",
        "short": "205",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1468045dc76395a4bee1346e5995bdec",
        "label": "243",
        "long": "Tartu - Roiu - V\u00f5nnu - V\u00f5\u00f5pste - Luunja kool - Tartu",
        "short": "243",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "14892b7cba904963f38e01339d98a834",
        "label": "6533",
        "long": "(K\u00f5pu) - Luidja - Viskoosa- Lauka - K\u00e4rdla",
        "short": "6533",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "149286f71bd4a3e1cf6c50563b5d3942",
        "label": "14",
        "long": "Kunksilla - Vastse-Koiola - Viluste",
        "short": "14",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "14980140a8c58e5c4006e620661b0ae8",
        "label": "352",
        "long": "Tartu - T\u00f5rvandi - Kambja - Unipiha - Tartu",
        "short": "352",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "14b18e9120dfdd73bcedb8f29c9e83a6",
        "label": "227",
        "long": "Tallinn - Turba - Risti - Palivere - Taebla - Haapsalu",
        "short": "227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1517ddb319b09329bddffed350023431",
        "label": "4B",
        "long": "Riiska-Taagepera-T\u00f5rva",
        "short": "4B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "154eb359fc6a3a8deede127199b24020",
        "label": "28",
        "long": "Kunda - Karepa - Vainupea - Rakvere",
        "short": "28",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "156b632407958a4f183b1052376a7c2d",
        "label": "74",
        "long": "Vastse-Kuuste - Lootvina - (Prangli) - (Laari) - P\u00f5lva",
        "short": "74",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "159c7d28132eb93280fa4a6ddffe7992",
        "label": "33F",
        "long": "Taadikvere -Imavere -Tarbja - Paide",
        "short": "33F",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "15a2a0f9142bf2c1dd2eb78957ec2c99",
        "label": "32H",
        "long": "T\u00f5rva - Pokardi - T\u00f5rva",
        "short": "32H",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "15a6cedfbd4489b2dd263833f11ada14",
        "label": "145",
        "long": "Tallinn - Harku - Keila - Paldiski",
        "short": "145",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "15aca1f0dd9324e22c43e36f6743b373",
        "label": "733",
        "long": "Tartu - Vasula - L\u00e4hte - \u00c4ksi keskus - Palamuse - J\u00f5geva",
        "short": "733",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "15c752361d1bb30d43a6535409153554",
        "label": "182",
        "long": "J\u00f5geva-Kuremaa-Palamuse-Toovere-Kuremaa-Laiuse-J\u00f5geva",
        "short": "182",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "15d796667b652d39210822aea6062096",
        "label": "74",
        "long": "P\u00e4rnu - H\u00e4\u00e4demeeste - Ikla piiripunkt",
        "short": "74",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "15f6ea3a2258f102590d8d395ffbcb02",
        "label": "110",
        "long": "Kobratu - Vedu - L\u00e4hte - Tabivere park - Laeva - Tartu",
        "short": "110",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1654c0c876c989088179f5b1606cc0c5",
        "label": "112A",
        "long": "V\u00f5ru - Tsolgo - Joosu - P\u00f5lva",
        "short": "112A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "16c647efff031abd4182fefabd7703d4",
        "label": "153A",
        "long": "V\u00f5ru - Leevi - R\u00e4pina",
        "short": "153A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "16e58cca214395b5063d8f321c948fc1",
        "label": "2",
        "long": "Paemurru - Sepa - Narova - Sepa - Paemurru",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "17086c5141e13dce80ea3c29b8b39751",
        "label": "404",
        "long": "J\u00f5geva - Siimusti - Aidu - Lustivere - P\u00f5ltsamaa",
        "short": "404",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "171d19c81b1b87a5390987c676630382",
        "label": "25A",
        "long": "Paide - Koigi - V\u00e4ike-Kareda - Paide",
        "short": "25A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "171dbe591f4963b71c942bf54d39aff7",
        "label": "3",
        "long": "Paide - Tarbja - Pikak\u00fcla - Anna - Paide",
        "short": "3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "1756f07bbcaf79b19a861a207b2c5e4c",
        "label": "12-3",
        "long": "Keskv\u00e4ljak-Roomassaare-Lennujaam-Merev\u00e4rav-Lennujaam-Roomassaare- Kesklinn",
        "short": "12-3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "176afa74489399202150e09d4778d5d8",
        "label": "430",
        "long": "P\u00f5ltsamaa - Pajusi - Kalana - K\u00fctim\u00e4e - P\u00f5ltsamaa",
        "short": "430",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "177f09aba6ddd231b85976e7aace47bb",
        "label": "355",
        "long": "Tartu - Aarike - Kambja - Luke m\u00f5isa - N\u00f5o - Luke - Elva",
        "short": "355",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "177f4cd0e5471b54dde42c4e56765f8f",
        "label": "6251",
        "long": "N\u00d5UDELIIN K\u00e4ina - Suurem\u00f5isa - Heltermaa",
        "short": "6251",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "17851d5eef1d57e3fbb5cb802423cacb",
        "label": "60F",
        "long": "P\u00f5lva - Taevaskoja - Maarja - Kiidj\u00e4rve park",
        "short": "60F",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "17d0d159871f97b6678ac8fed7acd8a4",
        "label": "152B",
        "long": "(V\u00e4rska sanatoorium) - V\u00e4rska - Koidula - Orava - V\u00f5ru",
        "short": "152B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "17dff1803a762f6f6c34704fa21bb053",
        "label": "141",
        "long": "Misso - Vastseliina - V\u00f5ru",
        "short": "141",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "181f01c01586f03741ea59a0c42c849d",
        "label": "7A",
        "long": "Liivakse-Koork\u00fcla-T\u00f5rva-Aitsra-Hummuli-J\u00f5geveste-T\u00f5rva",
        "short": "7A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "18220b7a6f4760db64daa1e21868ba08",
        "label": "148",
        "long": "Tallinn - Harku - Keila - \u00c4mari - Rummu",
        "short": "148",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "183f72284887e25e31f0299a7d7a1721",
        "label": "21",
        "long": "Haapsalu - P\u00fcrksi - \u00d6sterby - P\u00fcrksi",
        "short": "21",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "186a447aff911e9c6c08c5c412bf8bca",
        "label": "K2",
        "long": "Kose - Ravila - Vardja",
        "short": "K2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1890b2900d769c3992ece3f7bd83a3d2",
        "label": "327",
        "long": "Lutike - Pangodi - Kambja - Tartu",
        "short": "327",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "18c28e3851af5ac5441c38978ed5348c",
        "label": "18E",
        "long": "Valga - L\u00fcllem\u00e4e - Antsla",
        "short": "18E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "18da16ddc76af4298946910a95e42de7",
        "label": "18C",
        "long": "Antsla - Vilaski - Valga bussijaam",
        "short": "18C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "18ea8887f62713a6c5c9bd617d4e4736",
        "label": "2314",
        "long": "Kihelkonna-K\u00e4rla-Kuressaare",
        "short": "2314",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "18edababc9de668ce282a4686bfc5ff1",
        "label": "SN4",
        "long": "Turba - Kivitammi - Siimika - Lepaste - Ellamaa - Risti",
        "short": "SN4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "18fe062a46d8855a3eec5e234852db1d",
        "label": "55A",
        "long": "P\u00f5lva - Meemaste - V\u00e4imela - V\u00f5ru",
        "short": "55A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1909597542d2a1c5d741e2a61c7a05fc",
        "label": "471",
        "long": "P\u00f5ltsamaa - Puurmani - P\u00f5ltsamaa",
        "short": "471",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1910132c0163c8065a35c42b65da074a",
        "label": "101B",
        "long": "V\u00f5ru kesklinn - V\u00e4imela - Parksepa - V\u00f5ru kesklinn",
        "short": "101B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "193222a3eb3fc12881b15d16982c9f30",
        "label": "11C",
        "long": "Paide - Koeru - Ervita",
        "short": "11C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8BB4C5",
        "color_name": "gray",
        "has_shape": true,
        "id": "1954a33e3eb64556eee0de7c5b712f17",
        "label": "Mu-Ma",
        "long": "Munalaid - Manilaid",
        "short": "Mu-Ma",
        "text_color": "000000",
        "type_label": "Ferry"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "196e76633e2dd1abc610ea1d3d3a55c7",
        "label": "13",
        "long": "Kohila - Hageri - Aespa - Kohila jaam - Kohila",
        "short": "13",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "197651e9318645623aea20b7cf0676ca",
        "label": "164",
        "long": "Tallinn - J\u00fcri - Kiili",
        "short": "164",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "19ae8bc5bc485535406a197bdf57712f",
        "label": "99J",
        "long": "Tartu - Vastse-Kuuste - P\u00f5lva",
        "short": "99J",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "19cf34f7db1f44d06e4e97880407c181",
        "label": "335",
        "long": "V\u00e4ndra - J\u00e4rvakandi - Rapla - Kohila - Tallinn",
        "short": "335",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "19dc3e9bcd8da84424447b7ed3b3f877",
        "label": "33C",
        "long": "Paide - Imavere",
        "short": "33C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1a2a81440a69b12a7145e283f26a5c0d",
        "label": "137",
        "long": "P\u00f5ltsamaa - Puurmani - Paink\u00fcla - J\u00f5geva",
        "short": "137",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1a7aedacc22aa1c7c8a4980d5a54ba32",
        "label": "63-2",
        "long": "P\u00e4rnu - Audru kool - Liu",
        "short": "63-2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1a7fb007ef6f9ea3800fce5300f9c209",
        "label": "6461",
        "long": "K\u00e4ina kool - Jausa- Orjaku - Kassari- Vaemla - K\u00e4ina",
        "short": "6461",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1a7fb007ef6f9ea3800fce5300f9c209-1",
        "label": "6461",
        "long": "K\u00e4ina - Orjaku - Kassari- Vaemla - K\u00e4ina",
        "short": "6461",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1a7fb007ef6f9ea3800fce5300f9c209-2",
        "label": "6461",
        "long": "K\u00e4ina-Orjaku-Kassari-Vaemla-K\u00e4inari-",
        "short": "6461",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1ac19a85d94162c672bb8934f0a89252",
        "label": "335",
        "long": "Tartu - L\u00e4tik\u00fcla - Vana-N\u00f5o - Luke - Elva- (Illi suvilad) - (Elva)",
        "short": "335",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "1afb9076ec99d77d5553c8c7c41a5781",
        "label": "124",
        "long": "Tallinn - Tartu",
        "short": "124",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1b33956b5e4dbae83f80042c7d93d11b",
        "label": "616",
        "long": "Tartu - \u00c4ksi keskus - Tabivere - Tartu",
        "short": "616",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1b5e78433c1aecc0c222e4c374139aee",
        "label": "1102",
        "long": "KUR-L\u00e4\u00e4tsa-(M\u00e4ssa-S\u00e4\u00e4re-Iide-Lindmetsa)-L\u00e4\u00e4tsa-KUR",
        "short": "1102",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1bb9c16516d7a7dd2e8246a6af9c918c",
        "label": "2L",
        "long": "P\u00f5lva - Mooste - R\u00e4pina",
        "short": "2L",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1be1bef2a7be5adb04312e8edc2b1dfb",
        "label": "44A",
        "long": "Paide - M\u00fcndi - Valgma - Sargvere - Paide",
        "short": "44A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF711D",
        "color_name": "orange",
        "has_shape": true,
        "id": "1be774d90cc2c42be357da32116b6ab6",
        "label": "R11",
        "long": "Tallinn - P\u00e4\u00e4sk\u00fcla",
        "short": "R11",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1beb87684cda659d425f688e7c1193e8",
        "label": "451",
        "long": "Adavere - P\u00f5ltsamaa",
        "short": "451",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1c0842efac19240229fef1dd4d522d02",
        "label": "39",
        "long": "P\u00e4rnu - Tammiste - Urge - Sindi",
        "short": "39",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1c0dd63b119d1166fdd4e14e6bf8d7f7",
        "label": "26",
        "long": "Rakvere - Vinni - Pajusti - Rakvere",
        "short": "26",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1c2a186c6b6301120fb21c297d5c8f66",
        "label": "162",
        "long": "J\u00f5geva - Kuremaa - Palamuse - Luua - Nava -Kaarepere - J\u00f5geva",
        "short": "162",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1c3332c6bdd4316a99c327e122ef2896",
        "label": "6471",
        "long": "K\u00e4rdla- K\u00e4ina- Emmaste- S\u00f5ru- Tohvri-Emmaste-Nurste- (\u00d5ngu)",
        "short": "6471",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1c41d1f931b055d5caf5e9d492833446",
        "label": "146",
        "long": "Mustvee-Voore-K\u00e4\u00e4pa-Maarja-Magdaleena-Tartu",
        "short": "146",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1c41d1f931b055d5caf5e9d492833446-1",
        "label": "146A",
        "long": "Mustvee-Voore-K\u00e4\u00e4pa-Maarja-Magdaleena-Tartu",
        "short": "146A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1c9d6c3b73b1bab5804b6588f349796a",
        "label": "123B",
        "long": "Tallinn - Tabasalu -S\u00f5rve-V\u00e4\u00e4na-J\u00f5esuu- Keila-Joa - V\u00e4\u00e4na",
        "short": "123B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1ca6c4bae618b99e533149e6e058e8ca",
        "label": "214",
        "long": "Ignase - Unik\u00fcla rist - Roiu - Tartu",
        "short": "214",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1ca81617a054f891529f672e32938dc2",
        "label": "537",
        "long": "Ilmatsalu - Tartu",
        "short": "537",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1cb43a544b4f5558e1a6c6ae41369a7c",
        "label": "750",
        "long": "Tartu - Kallaste - Kadrina m\u00f5is - Pala - Alatskivi - Varnja - Tartu",
        "short": "750",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1cbad645a781686fb1fc38d1b3410464",
        "label": "147",
        "long": "V\u00f5ru - Haanja - Misso - Haanja - V\u00f5ru",
        "short": "147",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1d0fd3343d86e8ea41b1de80ee25f5d2",
        "label": "166A",
        "long": "M\u00f5niste - Saru - (Karis\u00f6\u00f6di) - Varstu - R\u00f5uge - V\u00f5ru",
        "short": "166A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1d51cb045971c3a3926ff44fdf4b6fca",
        "label": "32A",
        "long": "T\u00f5rva  - Riidaja - Pikasilla - T\u00f5rva",
        "short": "32A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1d7f0c6ac873a625ab2fabe86b92f900",
        "label": "526",
        "long": "Ristim\u00e4e - Puhja - Ulila - Tartu",
        "short": "526",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "1dde0e81dd0007b4048bd3389297e33a",
        "label": "9",
        "long": "Karlova - Annelinn - Raadi",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1de74812c3a27647651817a6180370b2",
        "label": "125",
        "long": "Tallinn - J\u00fcri - Lagedi",
        "short": "125",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1dea3dbec5015593d023bdb36cff2171",
        "label": "176",
        "long": "V\u00f5ru - Utessuu - R\u00f5uge - Jaanim\u00e4e - V\u00f5ru",
        "short": "176",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1e0547ac3f820237b392c2fdf033e05a",
        "label": "26A",
        "long": "P\u00f5lva - V\u00f5ru - P\u00f5lva",
        "short": "26A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1e06b6c2e66980d7676579dd15c13373",
        "label": "219",
        "long": "Tartu - Roiu - V\u00f5nnu - V\u00f5\u00f5pste - Luunja kool - Tartu",
        "short": "219",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1e1a2d18490927f7af0becb4d97f83ba",
        "label": "6517",
        "long": "K\u00e4rdla-(Malvaste)-Lauka-Viskoosa-(Luidja-Kiduspe-K\u00f5pu-Kalana)",
        "short": "6517",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "1e1fd63334db52406f0409b77b5cf00d-3",
        "label": "3k",
        "long": "Paemurru - Jaama - Tempo - Siivertsi - L\u00f5una-Kudruk\u00fcla",
        "short": "3k",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1e218409d28d433249f41cce8ddf97f1",
        "label": "112",
        "long": "Zoo - Haabersti - Harku - Laagri - Urda - Koidu - Alliku - Saue",
        "short": "112",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1e26fffb66c1ea7edd0a8a2ce368bc9f",
        "label": "34",
        "long": "Viljandi - V\u00e4luste - Mustla",
        "short": "34",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1e4c441b87e331cc8a82da343015a30f",
        "label": "741",
        "long": "Tartu - Tammistu - Koosa - Alatskivi - Kokora - (N\u00f5va)",
        "short": "741",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1e56e53bbef05414b4b76178c5f68a1a",
        "label": "609",
        "long": "Tartu - L\u00e4hte - K\u00e4rkna - Tartu",
        "short": "609",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "1e81b26cf7cef4fb42312740a77c7af2",
        "label": "4",
        "long": "Merimetsa - Papiniidu - Haigla - Lina",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1e8ff333d66a208095a65ea3944107a8",
        "label": "34",
        "long": "Tamsalu - Karitsa - Rakvere - Lasila",
        "short": "34",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1ea06cd63902fe94815e24833e1c1599",
        "label": "453",
        "long": "Tartu - Arbim\u00e4e - Elva - R\u00f5ngu",
        "short": "453",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1f0174c720be59b17f382b2298bb9e6e",
        "label": "437",
        "long": "P\u00f5ltsamaa - Pajusi - Loopre - Pisisaare - P\u00f5ltsamaa",
        "short": "437",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1f0e3a5bd209b75f645dc187b3426110",
        "label": "614",
        "long": "Tartu - L\u00e4hte - \u00c4ksi keskus - Vedu keskus - Vasula - Tartu",
        "short": "614",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1f4a4eca98cf5e6c65dcc3a8b14b7ac3",
        "label": "34A",
        "long": "Paide - M\u00fcndi - Valgma - Imavere - Paide",
        "short": "34A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "1f607904efa5f4076249918149265080",
        "label": "190",
        "long": "V\u00f5ru - P\u00f5lva - Tartu",
        "short": "190",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1f7440497073425c3880b050dde4e3b6",
        "label": "19A",
        "long": "Karksi-Nuia - Viljandi",
        "short": "19A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1f8978a344299a1bfe4f380daf8364fc",
        "label": "6582",
        "long": "K\u00e4ina- Tuuletorni- Emmaste- Emmaste lasteaed- (Emmaste kool)",
        "short": "6582",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1f8e44f45c3b8722925761a35abbba09",
        "label": "481",
        "long": "P\u00f5ltsamaa - Kamari - Umbusi - Annikvere - P\u00f5ltsamaa",
        "short": "481",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1f9b5cbfc7c1e7bd7d19a6db597e2fa5",
        "label": "57A",
        "long": "Abja-Paluoja - Sika - Abja-Paluoja",
        "short": "57A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1fa2ce1c9e69138ca52099864d0cd096",
        "label": "413",
        "long": "Elva - Arbim\u00e4e - N\u00f5o - Tartu",
        "short": "413",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1fdf2ebcfdb170ef14ae57f58893ad54",
        "label": "1",
        "long": "Haapsalu - Rohuk\u00fcla",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "207339071cf4cfb8ed227dda5de8c74f",
        "label": "2",
        "long": "Tehase - Polikliinik - Turg - Kannuka - Ranna - Tehase",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF711D",
        "color_name": "orange",
        "has_shape": true,
        "id": "208a25b1a6592d0be817e2a00bfe4d9a",
        "label": "R13",
        "long": "Tallinn - Kloogaranna",
        "short": "R13",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2091cd6e58317f984853073aecc7ef64",
        "label": "85",
        "long": "Narva - Sillam\u00e4e - J\u00f5hvi",
        "short": "85",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "20b3b5db2261e44694da0b042838feb7",
        "label": "367",
        "long": "Rakvere - Haljala - Tallinn",
        "short": "367",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "20b4d7303b718a003e5b343f253fd442",
        "label": "149",
        "long": "Keila - Padise - Audev\u00e4lja",
        "short": "149",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "20e0416416b03eaa4938ed9f37b00245",
        "label": "45-2",
        "long": "P\u00e4rnu - Lepplaane - Suigu - Tabria",
        "short": "45-2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "20ee437bb80b740877ed596ca9fbd8a4",
        "label": "371",
        "long": "Viljandi - Halliste kool - Abja-Paluoja - M\u00f5isak\u00fcla - P\u00e4rnu",
        "short": "371",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "20f9c4c94264337552ae6612c0ec232a",
        "label": "6272",
        "long": "K\u00e4ina-Tuuletorni-(M\u00e4eltse-Kolga)-M\u00e4nnamaa(-Aadma-Lelu-Valgu)",
        "short": "6272",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "21037eb85ea1f597202deff031209391",
        "label": "448",
        "long": "Tartu - N\u00f5o - Elva - Annikoru - Erum\u00e4e - Karij\u00e4rve - Elva",
        "short": "448",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "213949ed458a67943f9d53a5a098d84a",
        "label": "124",
        "long": "Mustam\u00e4e - Haabersti - Tabasalu - V\u00e4\u00e4na-J\u00f5esuu",
        "short": "124",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "218a9aa807e521a46d518347ac4399f2",
        "label": "4109",
        "long": "Kuressaare-Maleva- Eikla-T\u00f5rise-Kuressaare",
        "short": "4109",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "21b0942800b03c3468dc66a3304fa0b3",
        "label": "40",
        "long": "Rakvere - V\u00e4ike-Maarja - Kiltsi - Rakke",
        "short": "40",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "21e57a0cf81d009c0f849e73eaef59bf",
        "label": "209",
        "long": "Tartu - Roiu - V\u00f5nnu - Rasina - Mehikoorma - R\u00e4pina",
        "short": "209",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "21e651252304a8df1f76ea1ea79c50ca",
        "label": "711",
        "long": "Tartu - Kallaste - Assikvere - Pala - Alatskivi - Varnja - Tartu",
        "short": "711",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2210738dd4df72e790603be47f9d4af4",
        "label": "64",
        "long": "Viljandi - Paistu kool - Paistu - Viljandi",
        "short": "64",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "22382b1dfd47b1051640ea8c4dfc8e65",
        "label": "424",
        "long": "Tartu - N\u00f5giaru - Meeri - Luke - Aarike - Tartu",
        "short": "424",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "226b298d688e3712a94112098241d121",
        "label": "10",
        "long": "M\u00e4nnim\u00e4e - Paalalinn - J\u00e4mejala - M\u00e4nnim\u00e4e",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "227546a7fd6e6574ecfc0216a342b053",
        "label": "214",
        "long": "Mustvee - Torma - Sadala - Laiuse - J\u00f5geva",
        "short": "214",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "228559e2612a6cff4740a87b29a051cc",
        "label": "103",
        "long": "Tallinn - \u00dclemiste - Lagedi - Loo - Muuga - Maardu",
        "short": "103",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "228c9501bf666f72a41213c6c6286b01",
        "label": "131",
        "long": "Tallinn - Vaida",
        "short": "131",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "228f082fa4f7b12a5e9d94e3216a9063",
        "label": "48-1",
        "long": "P\u00e4rnu - Are - Suigu - Tootsi",
        "short": "48-1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2290004be671cb93f49ff14546b952fd",
        "label": "223",
        "long": "Tartu -  Roiu - Unik\u00fcla - (Lootvina)",
        "short": "223",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "229b7c6883a4857d5ce32f9156f27814",
        "label": "4104",
        "long": "Kuressaare-Eikla-Karja-Leisi",
        "short": "4104",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "22a587187193eb88fd90e8d187d76a64",
        "label": "46B",
        "long": "Viljandi - P\u00e4rsti - S\u00fcrgavere - T\u00e4\u00e4ksi - Viljandi",
        "short": "46B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "22a8d045d307fbd41842099a71f2773f",
        "label": "110B",
        "long": "V\u00f5ru - Punsaku - Tsolgo - K\u00e4\u00e4pa - V\u00f5ru",
        "short": "110B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "22b1734cdd7806e2d747599cba6db271",
        "label": "6274",
        "long": "N\u00d5UDE K\u00e4ina-Tuuletorni- (Kassari-M\u00e4nnamaa-Leluselja-Valgu)",
        "short": "6274",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "22b1734cdd7806e2d747599cba6db271-1",
        "label": "6273",
        "long": "K\u00e4rdla \u2013 K\u00e4ina \u2013 Tuuletorni ( \u2013 M\u00e4eltse \u2013 Kolga \u2013 M\u00e4nnamaa \u2013 Aadma \u2013 Lelu \u2013 Valgu)",
        "short": "6273",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "22dc2eb1ec20c84b80d0cf6097d40062",
        "label": "39",
        "long": "Valga - Otep\u00e4\u00e4 -  Valga",
        "short": "39",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2315236a141b59f162841e04f0904ff2",
        "label": "11A",
        "long": "Linna keskus -T\u00f5rva",
        "short": "11A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "232a198e36f7730715ea4becd68290b4",
        "label": "406",
        "long": "P\u00f5ltsamaa - Aidu - Siimusti -J\u00f5geva",
        "short": "406",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "23464958788bb54100b55baf58ec0e4b",
        "label": "723",
        "long": "Sadala - Torma - Voore - Vedu - Tartu",
        "short": "723",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2388d705c247b54a1facd0ae228f3880",
        "label": "33",
        "long": "Haapsalu - Turvalepa - Uugla - Linnam\u00e4e",
        "short": "33",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "239a9d65950b35e7cd6388b6aaca3177",
        "label": "34",
        "long": "Valga - Puka - Otep\u00e4\u00e4",
        "short": "34",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "23e6b8eaabe09f392fc39d30d693c348",
        "label": "152",
        "long": "J\u00f5geva - Siimusti - (Puurmani) - J\u00f5geva",
        "short": "152",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "23f24416b8074d040365004b28bbae8e",
        "label": "220",
        "long": "Tartu - Roiu kauplus - (Lange) - (Aardla k\u00fcla)",
        "short": "220",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "240c6bb82d6ac21439167656aaa8dc2d",
        "label": "197",
        "long": "J\u00f5geva - Laiuse - Sadala - Torma - Mustvee",
        "short": "197",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "240fd867e2791dac39645d727dbdb426",
        "label": "11",
        "long": "Rakvere - Haljala",
        "short": "11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2451dc98c591d6234688528f99797c09",
        "label": "26C",
        "long": "T\u00f5rva - Koork\u00fcla - Valga bussijaam",
        "short": "26C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "24912b19d6c26a8df805f870169fadca",
        "label": "732",
        "long": "Tallinn - Risti - Haapsalu",
        "short": "732",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "24c4971d9b648771df5bd2c4babd9ab5",
        "label": "12",
        "long": "L\u00f5unakeskus - Kasteheina",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "24cd59d0d68c0c55ce2973842807970b",
        "label": "157",
        "long": "Tallinn - Loksa",
        "short": "157",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2515f5f0dc29ed1536f06917945b6412",
        "label": "180",
        "long": "V\u00f5ru - Haanja - Kurgj\u00e4rve - R\u00f5uge - Kok\u00f5m\u00e4e - V\u00f5ru",
        "short": "180",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "251a5fd7e719664f2e7b0bd2b9c8151d",
        "label": "38",
        "long": "Sindi - Paide mnt. - Tallinna mnt.",
        "short": "38",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "25211b9b6ee64f93e6dd1efa8e56d10e",
        "label": "6591",
        "long": "\u00d5ngu - Nurste - P\u00e4rna - (Tohvri) - Emmaste - K\u00e4ina - K\u00e4rdla",
        "short": "6591",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "25304679f4af5792ca64dc1d226757c4",
        "label": "845",
        "long": "(Alatskivi kool) - Nina - Alatskivi - Koosa - Kavastu - Tartu",
        "short": "845",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "25371647762c2125c556f7966dbe451a",
        "label": "819",
        "long": "Tartu - Kavastu - S\u00e4\u00e4sk\u00fcla - Tartu",
        "short": "819",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2589e91e3cc11697aee166913d5164ba",
        "label": "198",
        "long": "Mustvee - Torma - Sadala - Laiuse - J\u00f5geva",
        "short": "198",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "25a779163a07dff6f0fabfc143945535",
        "label": "238",
        "long": "P\u00e4rnu - P\u00e4rnu-Jaagupi - Vigala - M\u00e4rjamaa - Tallinn",
        "short": "238",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "25d0de6b7cfd9bd9227092209dc62043",
        "label": "426",
        "long": "K\u00f5rtsi - Meeri - N\u00f5o- N\u00f5giaru - Tartu",
        "short": "426",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "25df2436f5b343643278295790d1dbc8",
        "label": "410",
        "long": "P\u00f5ltsamaa - Pauastvere - Kalana - Tapiku - Lahavere - Aidu - J\u00f5geva",
        "short": "410",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "25f60672c6d6072d150fb9e468d6e228",
        "label": "201",
        "long": "J\u00f5geva - Torma - Mustvee",
        "short": "201",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "25f67c417307e5be2c66d9b7fbfec040",
        "label": "328",
        "long": "Tartu - T\u00f5rvandi - K\u00fclitse j\u00e4rve - Haage - Tartu",
        "short": "328",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "26393528b431b0b1e18c46a83e6b0c30",
        "label": "102B",
        "long": "V\u00f5ru kesklinn - V\u00e4imela - V\u00f5ru kesklinn",
        "short": "102B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "263e3d7fefe018c39ab9399d0d898b9d",
        "label": "42-1",
        "long": "P\u00e4rnu - P\u00e4rnu-Jaagupi - Lehu",
        "short": "42-1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF711D",
        "color_name": "orange",
        "has_shape": true,
        "id": "26a13c7dd990b21ed910aa922935196c",
        "label": "RE33",
        "long": "Tallinn - Narva",
        "short": "RE33",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "26b7fed53da2f941b00b7fada564792f",
        "label": "37",
        "long": "Lepna - Rakvere",
        "short": "37",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2745fce5b7bd868da885b018523f9818",
        "label": "39",
        "long": "P\u00f5lva - Rosma - \u00c4hnioru - P\u00f5lva",
        "short": "39",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "274701ae61812c144955f0a655a3d94b",
        "label": "6312",
        "long": "K\u00e4rdla- Kuri- Puliste- Suurem\u00f5isa- Heltermaa- K\u00e4ina- K\u00e4rdla",
        "short": "6312",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "2755cb011413f0247b94716e6c0974c2",
        "label": "109",
        "long": "V\u00f5ru - Kanepi - Tartu",
        "short": "109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2772999afc71bb970c29e9fe1189f605",
        "label": "49C",
        "long": "Abja-Paluoja - \u00d5isu - Viljandi",
        "short": "49C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "27ed668360262e7e30a6c104faa7972a",
        "label": "8",
        "long": "Sendi - Narova - Sepa - Energia- Sendi",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "285f69f4704d2e24bf01b10ac3ff13a6",
        "label": "140",
        "long": "Tallinn - Kose - Ravila - Ardu",
        "short": "140",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "289a662742e6936ded06e9bf67ba51c8",
        "label": "94B",
        "long": "Saatse muuseum-V\u00e4rska-R\u00e4pina-Kauksi-P\u00f5lva",
        "short": "94B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "28e8cabd3a74bd6fb4cae7431af8771e",
        "label": "187",
        "long": "V\u00f5ru - Luhamaa - Misso - P\u00e4ltre - Vastseliina - V\u00f5ru",
        "short": "187",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "28e8cabd3a74bd6fb4cae7431af8771e-1",
        "label": "187",
        "long": "(Lastefestival) V\u00f5ru - Luhamaa - Misso - P\u00e4ltre - Vastseliina - V\u00f5ru",
        "short": "187",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "28f4f75de4676cd54280fca20b8444b6",
        "label": "207",
        "long": "Mustvee - Torma - Sadala - Laiuse - J\u00f5geva",
        "short": "207",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2910c6d6f493c924b333f38b780e0d8e",
        "label": "36N",
        "long": "N\u00f5udeliin / L\u00fcllem\u00e4e-V\u00e4hero-Kaagj\u00e4rve-L\u00fcllem\u00e4e",
        "short": "36N",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2947978ecc414d47d371274c9108f9de",
        "label": "L17",
        "long": "Lihula - K\u00f5msi kool - Massu - Metsk\u00fcla kool - Lihula",
        "short": "L17",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2953f172713ef0b77fa5f5052d0e8521",
        "label": "222",
        "long": "J\u00f5geva - Kuremaa - T\u00f5ikvere - Torma",
        "short": "222",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "295596813d3063ec9fc902593f6a9f8c",
        "label": "199B",
        "long": "V\u00f5ru - Loosi - Tahma - Vastseliina",
        "short": "199B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2957c0f37750b713a72198bf3201051d",
        "label": "5C",
        "long": "Hargla - Valga",
        "short": "5C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "296d91f44b3bb43516939bdd4b7a5176",
        "label": "3108",
        "long": "Kuressaare-Randvere-Mustjala-Randvere-Kuressaare",
        "short": "3108",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "29a1054dda29fe7cc1769f252c4c1d8f",
        "label": "4205",
        "long": "Kuressaare-P\u00e4rsama-Leisi-P\u00e4rsama-Kuressaare",
        "short": "4205",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "29ae71a9353ecc7bb9bb6a4b3d5b1455",
        "label": "12-1",
        "long": "Kesklinn-Tooma-P\u00e4evakeskus-Haigla-TuulteRoos-Kesklinn",
        "short": "12-1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "29b8f892d123a5c048d7a3daa9986c95",
        "label": "20A",
        "long": "Lao - Himmaste - Lina - P\u00f5lva bussijaam",
        "short": "20A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "29c421257651f67fc901c39b922aac1a",
        "label": "449",
        "long": "P\u00f5ltsamaa - Adavere - P\u00f5ltsamaa",
        "short": "449",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "29e886c82af6bbd07c1a2c2587aba9c1",
        "label": "52A",
        "long": "Tamsalu - Vajangu",
        "short": "52A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "2a52dcb381bae25c49de9bcc8731e267",
        "label": "257",
        "long": "Tallinn - Haapsalu - Rohuk\u00fcla - Haapsalu",
        "short": "257",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2a79a05f533b21cd6e3835a1613befd0",
        "label": "6521",
        "long": "K\u00e4rdla - Viskoosa - Luidja - K\u00f5pu",
        "short": "6521",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "2a8b2e872dfb3be121bc6744e94c1d96",
        "label": "325",
        "long": "Tallinn - Rakvere",
        "short": "325",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2ab00cba499fa7960626dfccdcea4ef3",
        "label": "91",
        "long": "R\u00e4pina - Leevaku - Mooste - P\u00f5lva - Vastse-Kuuste - Tartu",
        "short": "91",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF711D",
        "color_name": "orange",
        "has_shape": true,
        "id": "2ac268eee7a04e777be38e7ed1ee7cec",
        "label": "RE34",
        "long": "Tallinn - Tartu",
        "short": "RE34",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2ada94bcdcfcbb945bf50b290eaf9916",
        "label": "72H",
        "long": "R\u00e4pina - Ahja - Tartu",
        "short": "72H",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2aeb92a442ec78ede51b7c6a334bec7d",
        "label": "137B",
        "long": "V\u00f5ru-Vastseliina-Misso - Ruusm\u00e4e- Luutsniku-R\u00f5uge- V\u00f5ru",
        "short": "137B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2b42065d3518edf1625c3fbfeeb6b44d",
        "label": "5101",
        "long": "Hellamaa-Orissaare-Valjala-K\u00f5ljala-Kuressaare",
        "short": "5101",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2b5f284ba4fe88df1749a5f07c8015cb",
        "label": "231",
        "long": "(Palum\u00e4e) - (Kammeri) - Suure-Kambja - Kuuste - Kambja - Tartu",
        "short": "231",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "2b652dbe3f7643ea403e6a2c959575d6",
        "label": "214",
        "long": "Tallinn - P\u00e4rnu",
        "short": "214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2b6ce351b057398cd898e7ffbfc91d78",
        "label": "535",
        "long": "Tartu - Ilmatsalu kool - Ristim\u00e4e - (Uuek\u00fcla) - (Ristim\u00e4e)",
        "short": "535",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2b9ed585603ebbc2f2d517d9a54b403c",
        "label": "208",
        "long": "Kaagvere - Roiu kauplus - Tartu",
        "short": "208",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2bcc3eae8f06aa2da68d0b498e252e08",
        "label": "502-1",
        "long": "P\u00f5ltsamaa - Esku - V\u00f5isiku - P\u00f5ltsamaa",
        "short": "502-1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2c05c655703dde34640c77a4c91fa7a0",
        "label": "470",
        "long": "Tartu- N\u00f5o - Arbim\u00e4e - Elva - Rannu - M\u00e4eotsa - Puhja -Tartu",
        "short": "470",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2c15a7d605056bdd37e23c178e69da91",
        "label": "144",
        "long": "J\u00f5geva - Siimusti - J\u00f5une - Tammiku - Saduk\u00fcla - J\u00f5geva",
        "short": "144",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2c3e1f376766fdff146e06a6eb0c0902",
        "label": "45-1",
        "long": "P\u00e4rnu - Ata - Lepplaane - Suigu - Tabria",
        "short": "45-1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8BB4C5",
        "color_name": "gray",
        "has_shape": true,
        "id": "2c46bcdecfb7f690f2a82e0748faf9be",
        "label": "VIL-PAP",
        "long": "Vilsandi-Papissaare",
        "short": "VIL-PAP",
        "text_color": "000000",
        "type_label": "Ferry"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2c544b735e29b17d36f607d8fe11d805",
        "label": "233",
        "long": "Tartu - Roiu - Tuigo - Kaagvere - Luunja kool - Tartu",
        "short": "233",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2c55b870bf81a483cb67ff56224ceb0b",
        "label": "449",
        "long": "Tartu - Arbim\u00e4e - Elva -(Illi suvilad) - (Elva)",
        "short": "449",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2c581288c346c429a98ed2bfe086b078",
        "label": "137A",
        "long": "V\u00f5ru -Vastseliina - Misso - Murati -Luutsniku - R\u00f5uge - V\u00f5ru",
        "short": "137A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2c5cdc7021713343958b8d093fb219f1",
        "label": "825",
        "long": "Tartu - J\u00e4rvselja - Mehikoorma - (Arusoo)",
        "short": "825",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2c61be7722a5e0fa97322975dad3cfe8",
        "label": "240",
        "long": "Melliste - Roiu - Tuigo kalmistu - Tartu",
        "short": "240",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2c7e9c7bcdd9b5f8a014f9034e869bcf",
        "label": "20A",
        "long": "Valga - T\u00f5rva - Taagepera",
        "short": "20A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2c882c8e7b1f34417a1650a7c9162316",
        "label": "465",
        "long": "P\u00f5ltsamaa - Puurmani - Lustivere - P\u00f5ltsamaa",
        "short": "465",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2cbc920188a0d80ee0b8d01a451c6db1",
        "label": "42",
        "long": "Rakvere - V\u00f5su - K\u00e4smu",
        "short": "42",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2cc41359cda8f52452caf813065d6535",
        "label": "67E",
        "long": "Karksi-Nuia - Sudiste - K\u00e4rstna - Sudiste - Karksi-Nuia",
        "short": "67E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2cc7faa6c5146a29d7c784bb774211cb",
        "label": "177",
        "long": "Tallinn - Saku - Kiisa - Aespa",
        "short": "177",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2cdea5a8ac4c5adb94a009b7c004d95f",
        "label": "55C",
        "long": "P\u00f5lva - Meemaste - Peri - V\u00e4imela - V\u00f5ru",
        "short": "55C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2ce4206a1b71e15c2d18c39d9ef80d7e",
        "label": "854",
        "long": "Tartu - Melliste - V\u00f5\u00f5pste - M\u00e4ksa - (Sarakuste)",
        "short": "854",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2ce797626ef6c218e9d920493f9e993f",
        "label": "Anija5",
        "long": "Voose - Vetla - Alavere - Kehra",
        "short": "Anija5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2cfbcf4486de275495f883f24622663a",
        "label": "91G",
        "long": "Kivi\u00f5li - Purtse - J\u00f5hvi - Keskhaigla",
        "short": "91G",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2cfd732bc80fc88517e34f3d9d65fe33",
        "label": "225",
        "long": "Kallaste - Mustvee - Rannapungerja - Lohusuu kool - Mustvee",
        "short": "225",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2d1c209b1a53fa63d918f1b371114f88",
        "label": "39B",
        "long": "Valga - Sangaste - Vidrike - Otep\u00e4\u00e4",
        "short": "39B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2d1f6d5b6d3b1660f426af6a5d9a935a",
        "label": "55E",
        "long": "Tipu - K\u00f5pu - Heimtali - Viljandi",
        "short": "55E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2d581f2db55d78dcb870f503639eff5f",
        "label": "154",
        "long": "J\u00f5geva - Siimusti - J\u00f5geva",
        "short": "154",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2d5fc2fee1b9642b4ac6ff7c6279f631",
        "label": "62",
        "long": "Kohtla-J\u00e4rve - J\u00f5hvi - Raudi kalmistu - Kurem\u00e4e",
        "short": "62",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2d9298dc50e2ef3f62a452713cb918bd",
        "label": "99G",
        "long": "P\u00f5lva - Taevaskoja - Vastse-Kuuste - Tartu",
        "short": "99G",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2d935d7c12bc9943dab683405d363634",
        "label": "474",
        "long": "Tartu - N\u00f5o - Arbim\u00e4e - Elva - (Annikoru) - (Rannu)",
        "short": "474",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2dbeeb46fe5204dd2c6a548c7c1432c8",
        "label": "321",
        "long": "Tartu - Kambja - Vissi - Kammeri - (Koidu)",
        "short": "321",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2dc78261bac8da562357c16bb145608d",
        "label": "22E",
        "long": "Valga - Ala - T\u00f5rva",
        "short": "22E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2dcec5136e291d220bee6df97ad2b672",
        "label": "205A",
        "long": "Mustvee - Torma - Laiuse - J\u00f5geva",
        "short": "205A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2e0eb0e643886f8f9b400b17663a82d3",
        "label": "35",
        "long": "Haapsalu - Taebla - Nigula - Linnam\u00e4e",
        "short": "35",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2e2139090ceb96cbdc924c3df2c258fb",
        "label": "K3",
        "long": "Kose - Habaja - Kuimetsa - Kaiu",
        "short": "K3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2e573e10120a3653796946eb9257acd1",
        "label": "39",
        "long": "Tamsalu - V\u00e4ike-Maarja - Simuna",
        "short": "39",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2e88a8aa2d7efa5a00862e73941d08e9",
        "label": "37A",
        "long": "Kanepi - Soodoma - P\u00f5lgaste - Kanepi",
        "short": "37A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2e88f9b7fbf025f2698fb5439b17d553",
        "label": "61",
        "long": "Liiva-Valgemetsa- Vastse-Kuuste -Ahja",
        "short": "61",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2e92f1b8a1efeae24f89c008e19683e9",
        "label": "451-1",
        "long": "Adavere - P\u00f5ltsamaa",
        "short": "451-1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2ed338c5c7699514b0fc76958f1cbad7",
        "label": "194A",
        "long": "V\u00f5ru - Loosi - Vastseliina - Tahma - Loosi - V\u00f5ru",
        "short": "194A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2ed3eed39305315e173c1faa2d73352e",
        "label": "139",
        "long": "V\u00f5ru - Vastseliina - Luhamaa - Misso - Haanja - V\u00f5ru",
        "short": "139",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2efc00471e5f00abce483599ee924478",
        "label": "2211",
        "long": "L\u00fcmanda-Riksu-Koimla-L\u00fcmanda",
        "short": "2211",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2f15805a7f8d8c3e8c109832fa854f3e",
        "label": "45",
        "long": "Rakvere - Roela - Simuna - V\u00e4ike-Maarja - Rakvere",
        "short": "45",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2f578f90269d5829044c22bbdf0b7842",
        "label": "253",
        "long": "Tartu - Tabivere - Palamuse - Kuremaa - J\u00f5geva",
        "short": "253",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2f84420017004ed781344455e5ccf9b0",
        "label": "174",
        "long": "J\u00f5geva - Kuremaa - Palamuse - Maarja - Luua - Palamuse - Kuremaa - J\u00f5geva",
        "short": "174",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "2fee587efd0ec931ee6c2160aefecc0a",
        "label": "11B",
        "long": "Riiska - Linna keskus - J\u00f5geveste - T\u00f5rva",
        "short": "11B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "300c310fbb5dfca2235b50154974ba2f",
        "label": "5",
        "long": "Paide - Purdi - Ussisoo - Vanaveski - Ardu",
        "short": "5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3011faf13ee04270f684f21e6d3f8a67",
        "label": "42C",
        "long": "P\u00f5lva - Ihamaru - Krootuse - Heisri - Kanepi",
        "short": "42C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "301d7b17524c38778e55f1af1d79bc9e",
        "label": "32",
        "long": "Rakvere - Tamsalu - J\u00e4rva-Jaani",
        "short": "32",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "302043a3cbb37df326d8d4f39bca38a5",
        "label": "341",
        "long": "Tartu - J\u00f5hvi - Narva",
        "short": "341",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "30258f78ff5a38db5c019a3ce255ff05",
        "label": "439",
        "long": "R\u00f5ngu - Valguta - Elva - Peedu - N\u00f5o - Tartu",
        "short": "439",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "303b8c470dd14f18486e875ef27a2e0b",
        "label": "12C",
        "long": "T\u00f5rva - Soontaga - T\u00f5rva",
        "short": "12C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "303d01dbdd5ec9caea1a209ad2af9158",
        "label": "57",
        "long": "Rakvere - S\u00f5meru - Vaek\u00fcla - Rakvere",
        "short": "57",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3040defc8095415d9a6a7ac6f8bd8a07",
        "label": "363",
        "long": "M\u00e4nni - \u00dclenurme keskus - T\u00f5rvandi - Eerika - Tartu",
        "short": "363",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "3041487bd25a069a7cb4cfb22fe948a6",
        "label": "272",
        "long": "Tallinn - Risti - Lihula - Kuivastu - Orissaare - Kuressaare",
        "short": "272",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "308b896d79dfe8a63b4a1022f42ff81e",
        "label": "5104",
        "long": "KUR-K\u00f5ljala-Valjala-L\u00f6\u00f6ne-J\u00f6\u00f6ri-Ratla-K\u00f5nnu-Valjala",
        "short": "5104",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "30c2738f2b076badf36b39a0e5342538",
        "label": "18A",
        "long": "Viljandi - Tuhalaane - Polli - Karksi-Nuia - Piiri",
        "short": "18A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "30dc32351bd5125dc2047412d5fe6a1d",
        "label": "156B",
        "long": "R\u00e4pina - Ilumetsa - V\u00e4rska - R\u00e4pina - V\u00f5ru",
        "short": "156B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "30e15ccff07fecffd4be8ecaee4613f3",
        "label": "28",
        "long": "Audru kool - Riia mnt. - Sillak\u00fcla - Kuigu",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "30fb20b351bedd07dcc02a4e736f5282",
        "label": "216",
        "long": "J\u00f5geva - Laiuse - Sadala - Leedi - Reastvere - Sadala - Laiuse - J\u00f5geva",
        "short": "216",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3110d53463e3139b03ca7f22fc9abeff",
        "label": "191",
        "long": "Vastseliina - M\u00f6ldri - Miikse - Asunduse kauplus",
        "short": "191",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "311512c02c18a22d94d11074ba081352",
        "label": "V7",
        "long": "Haabneeme - Leppneeme-Randvere-M\u00e4he-Muuga-Viimsi - Haabneeme",
        "short": "V7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "31521bb398b38318d8c0e06e8f3aa935",
        "label": "1",
        "long": "Bussijaam - Tammiku - Bussijaam",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "31c9c796cc8d3f14a4c682529e7a5359",
        "label": "65-1",
        "long": "P\u00e4rnu - Lemmetsa - Liu - Munalaiu - T\u00f5stamaa",
        "short": "65-1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "31e685baf1fba6da00be2d32ce7167fd",
        "label": "33A",
        "long": "Paide - Tarbja - Imavere - Valgma - Paide",
        "short": "33A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "31f640ee6352d190c58298f294fc7342",
        "label": "22B",
        "long": "T\u00f5rva - Valga",
        "short": "22B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "32026b0d3dbaa249110096b351b7cda8",
        "label": "190",
        "long": "Pala - K\u00e4\u00e4pa - Voore - Palamuse - Kuremaa - J\u00f5geva",
        "short": "190",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "322fd2c1029fb7e208cafc95bc707165",
        "label": "109",
        "long": "P\u00f5ltsamaa - Puurmani - Laeva - Vorbuse - Tartu",
        "short": "109",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3248fdd3c54a8ca972c70d606d72c976",
        "label": "763",
        "long": "Tartu - Koosa - Alatskivi - Kallaste - (Pala)",
        "short": "763",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3249a6d1e00294f6f7d617b3f47a35b5",
        "label": "847",
        "long": "Tartu - Pilka - Kavastu - Luunja - Tartu",
        "short": "847",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "329232d0b52944d9ee64d49b9845271b",
        "label": "10F",
        "long": "Paide keskv\u00e4ljak - T\u00fcri - S\u00e4revere",
        "short": "10F",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "32929aa8389e7c94d271af1d3bfce55b",
        "label": "246",
        "long": "P\u00e4rnu - T\u00f5rva - Tartu",
        "short": "246",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "32a169126f241f84a9dd01815a1c8008",
        "label": "402",
        "long": "P\u00f5ltsamaa - Lustivere - Aidu - Siimusti - J\u00f5geva",
        "short": "402",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "32a3c95590248efabbda9eb63cf36d37",
        "label": "36",
        "long": "Rakvere - V\u00e4ike-Maarja - Rakke - Salla - Rakke",
        "short": "36",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "32c8a517df59beea51b57a5eeaa9f6a5",
        "label": "39A",
        "long": "Valga - Sangaste - Keeni - Vidrike - Otep\u00e4\u00e4",
        "short": "39A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "32cc225e568de69861273b11dc598800",
        "label": "25A",
        "long": "V\u00f5ru - Vinso - Peri - P\u00f5lva - Ahja",
        "short": "25A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "32d984c83969689985154605d536ed55",
        "label": "32B",
        "long": "T\u00f5rva - Pikasilla - Riidaja - T\u00f5rva",
        "short": "32B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "32ef5dc69e7818296cb2f7debc3ba853",
        "label": "106",
        "long": "Kesklinn - KEK - Puiga - KEK - Kesklinn",
        "short": "106",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "32fb6329a4fd7a876bea59d15edd1299",
        "label": "136",
        "long": "Tallinn - Harku - Keila - \u00c4mari - Madise - Paldiski",
        "short": "136",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "33107499a933f25b2bcbbd0260b31161",
        "label": "184",
        "long": "J\u00f5geva -Kuremaa - Voore - Torma - Lilastvere - Pala - J\u00f5geva",
        "short": "184",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3326ec8b5016241b5fc47b12578ad201",
        "label": "317",
        "long": "Haapsalu - V\u00f5nnu - Martna - M\u00e4rjamaa",
        "short": "317",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "33a4e05ca256727449f83707968e97e8",
        "label": "454",
        "long": "R\u00f5ngu - Elva - Arbim\u00e4e - N\u00f5o - Tartu",
        "short": "454",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "33ce7d9364608729e3f70e261d20a1e9",
        "label": "92",
        "long": "Kivi\u00f5li - Purtse kindlus - J\u00f5hvi",
        "short": "92",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3412757cec570c76511d3ae6ec8d3e17",
        "label": "36",
        "long": "Valga - L\u00fcllem\u00e4e",
        "short": "36",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3451df18712fd402c23c63ed68dd6f25",
        "label": "507",
        "long": "P\u00f5ltsamaa - V\u00f5isiku - Esku - Lebavere - Esku - P\u00f5ltsamaa",
        "short": "507",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3481dacd4e8cae480b36ab1ec649919b",
        "label": "20P",
        "long": "Valga - Taagepera - T\u00f5rva",
        "short": "20P",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3488b7e477afa179ccd8a885fd1385ee",
        "label": "87",
        "long": "Narva - Sillam\u00e4e - J\u00f5hvi - Ahtme",
        "short": "87",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "349fb53b008c51c438df683b08ac3380",
        "label": "220",
        "long": "Mustvee - Torma - T\u00f5ikvere - Kuremaa - J\u00f5geva",
        "short": "220",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "34a205c982614ff96c00e72f407a6ce7",
        "label": "44B",
        "long": "Viljandi - Paalalinn - M\u00e4nnim\u00e4e - Mustla",
        "short": "44B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "34c7736bc4c8acdf77cb686608c770d5",
        "label": "27B",
        "long": "P\u00f5lva - Saverna - Valgj\u00e4rve - Saverna - P\u00f5lva",
        "short": "27B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "34d85bd74af4ab5664817588d059f434",
        "label": "48",
        "long": "Rakvere - Veltsi - Viitna - Palmse",
        "short": "48",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "350b8355d8d9fa2003ca983539539d3b",
        "label": "3b",
        "long": "Augametsa - L\u00f5una-Kudruk\u00fcla - Jaama - Paemurru",
        "short": "3b",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "350f8e4d0fe999fb3ee21f5284a2024a",
        "label": "538",
        "long": "Tartu - T\u00f5rvandi - \u00dclenurme G\u00fcmnaasium - Ringtee",
        "short": "538",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3513b13cc69aae8fa98c4c5c04442c6f",
        "label": "68C",
        "long": "Viljandi - P\u00e4rsti - Vanam\u00f5isa - Savikoti - Viljandi",
        "short": "68C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF711D",
        "color_name": "orange",
        "has_shape": true,
        "id": "35491a75aa66b54f7f202786f7f61307",
        "label": "E33",
        "long": "Tallinn - Narva (ekspress)",
        "short": "E33",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "356a00d7725dd3e3bd81e8dd724e9d94",
        "label": "16",
        "long": "Tammiste lasteaed - Papiniidu - Aia - Vana-Sauga",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "35913450928d2325c3d9fe824aa95c8d",
        "label": "17B",
        "long": "P\u00f5lva - Kiidj\u00e4rve - Vastse-Kuuste - Lootvina - P\u00f5lva",
        "short": "17B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "35935ddd0540e942f027485504897704",
        "label": "L20",
        "long": "Haapsalu - Lihula - Virtsu",
        "short": "L20",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "35e99a4d0049b77aece2fb06d5cc870e",
        "label": "24",
        "long": "Rakvere - Pajusti - Viru-Jaagupi - Vinni - Rakvere",
        "short": "24",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "35ecb3a6a8cc496b03dc4f57c013c718",
        "label": "37A",
        "long": "T\u00fcri bussijaam - V\u00f5hma - Villevere - T\u00fcri",
        "short": "37A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "35f56205c562f90b3e64dff12534f97b",
        "label": "401",
        "long": "Tartu - Elva (kiirliin)",
        "short": "401",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "36469e41a5a9dd0fdd23ea1569c25631",
        "label": "59A",
        "long": "V\u00f5hma - Viljandi - Paalalinn - M\u00e4nnim\u00e4e",
        "short": "59A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "364a2e509becaf0b166e300d9f81b680",
        "label": "102A",
        "long": "V\u00f5ru kesklinn - V\u00e4imela - V\u00f5ru kesklinn",
        "short": "102A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "365fa17b8e21ac93a05968362e5a9b21",
        "label": "42A",
        "long": "Kanepi - Heisri - Ihamaru - P\u00f5lva",
        "short": "42A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "36e222e7133fc79905afacf7a603a119",
        "label": "244",
        "long": "J\u00f5geva-Vaimastvere-K\u00e4rde-V\u00e4geva-Vaimastvere-J\u00f5geva",
        "short": "244",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "371f2eb499f59d2980d4d19869f4788f",
        "label": "4202",
        "long": "Leisi-Roobaka-P\u00e4rsama-Kuressaare",
        "short": "4202",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "375dc449fc9cb0e67cfa49394dee0913",
        "label": "28E",
        "long": "Kultuurikeskus - V\u00e4\u00e4tsa - Pearna - Piiumetsa - Kultuurikeskus",
        "short": "28E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "376332e11642da57ea87d8d4e944137d",
        "label": "184B",
        "long": "Antsla - H\u00e4nike - S\u00f5merpalu - V\u00f5ru",
        "short": "184B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3773a0198a385f0153bc2beadba22782",
        "label": "52",
        "long": "P\u00f5ltsamaa - V\u00f5hma - Suure-Jaani",
        "short": "52",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "377d0fa6c3e5a7edb1ed13e1c9095bbe",
        "label": "424",
        "long": "P\u00f5ltsamaa - Pisisaare - P\u00f5ltsamaa",
        "short": "424",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "37812edfd1342ea92db31d06ca93742f",
        "label": "752",
        "long": "Kallaste - Alatskivi - Koosa - Vara - Tartu (kiirliin)",
        "short": "752",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "37b15cecb1c2ce21505fcf684a6315b4",
        "label": "40A",
        "long": "Kanepi - Sulbi - Liivakalda - Kooraste - Kaagvere - Kanepi",
        "short": "40A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "37e216f36adec3d385984efcb5f3b4a8",
        "label": "156",
        "long": "Tallinn - Kuusalu - Kahala - Kolga - Loksa - Hara",
        "short": "156",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "38014ceb084a6d2509c34d610e4e4d02",
        "label": "52",
        "long": "Sillam\u00e4e - J\u00f5hvi - Kohtla-J\u00e4rve - J\u00f5hvi",
        "short": "52",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "381c2a84b0edb87fe75e997136137743",
        "label": "195",
        "long": "Vastseliina-V\u00e4rska-Koidula-Vastseliina-V\u00f5ru",
        "short": "195",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3842acd8c0185e20f92c00ef9b2f24ae",
        "label": "6",
        "long": "Valga-Hargla-Saru lauatehas",
        "short": "6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "38aa4ca408e1d11e203a385885284610",
        "label": "134",
        "long": "P\u00f5lva - Puskaru - Tilsi - Ridali - V\u00f5ru",
        "short": "134",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "38b65cf8c9881ec05133e79c1612574f",
        "label": "39C",
        "long": "Valga - Sangaste - Vidrike - Otep\u00e4\u00e4",
        "short": "39C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "390c27ed7949d1d17d56e67683f8572a",
        "label": "114",
        "long": "V\u00f5ru - Vastseliina - Obinitsa - V\u00e4rska - V\u00f5ru",
        "short": "114",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "39147b5278f375701475aa59e610bf49",
        "label": "120",
        "long": "Tallinn - J\u00fcri",
        "short": "120",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "392c8f1f48c4dd8387e1fe6c79de7ee3",
        "label": "351",
        "long": "Tartu - T\u00f5rvandi - Uhti keskus - Kambja park",
        "short": "351",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "392e2371c31f59470c2d6e00ce4c8bf1",
        "label": "125",
        "long": "V\u00f5ru - R\u00f5uge - (Murati) - Misso - V\u00f5ru",
        "short": "125",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "394dadd21bd02484210eafee3d36ff56",
        "label": "75C",
        "long": "P\u00f5lva - Ahja - P\u00f5lva",
        "short": "75C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "397a41f81788da1d0853db71da40c4df",
        "label": "906",
        "long": "Elva - Annikoru - Rannu - L\u00e4\u00e4ne",
        "short": "906",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "398ac13f85dea59ae2685d3d6d409927",
        "label": "87",
        "long": "Kilingi-N\u00f5mme - M\u00f5isak\u00fcla - Abja-Paluoja",
        "short": "87",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "398c8032f2cb350c7670b1bdf48091a4",
        "label": "54",
        "long": "Rakvere - Viru-Kabala - Kivi\u00f5li",
        "short": "54",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "39a7f2a9edb0c5f38445993c5b708080",
        "label": "1108",
        "long": "KUR-L\u00e4\u00e4tsa-(Lindm.-Laadla-Iide-S\u00e4\u00e4re-M\u00e4ssa)L\u00e4\u00e4tsa-KUR",
        "short": "1108",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "39ab4ab6a2a16c245e9cb32b44a53d2b",
        "label": "176",
        "long": "J\u00f5geva - Kuremaa - Palamuse - Kuremaa - J\u00f5geva",
        "short": "176",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "39cb1684e6faa59108eadcc4ba3e64c2",
        "label": "807",
        "long": "Tartu - Mehikoorma - Laaksaare sadam - Arusoo - Tartu",
        "short": "807",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3a194a6104a3ffe63dccb5e0c921fdf4",
        "label": "114",
        "long": "Tallinn - Haabneeme - Rohuneeme",
        "short": "114",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3a5a6637b4b719f99f27977670787cc9",
        "label": "154",
        "long": "V\u00f5ru - Lasva - Obinitsa - Lasva - V\u00f5ru",
        "short": "154",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3a5b984c080deb11252b917971c5a621",
        "label": "131",
        "long": "Kanepi - Osula - S\u00f5merpalu - V\u00f5ru",
        "short": "131",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3a5eea436b5ddbde8a23b0c6cd08cf81",
        "label": "24A",
        "long": "Paide - P\u00e4inurme - K\u00fctim\u00e4e",
        "short": "24A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "3a7c4c242a9496ecb12d1ab87c5e53cd",
        "label": "128",
        "long": "Tartu - Tallinn",
        "short": "128",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3aae2e3e748473c9af674956dd17e440",
        "label": "95",
        "long": "Soonurme - Kivi\u00f5li",
        "short": "95",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3b0cd9af0f9abf3133ec8dcebd47ba6e",
        "label": "49B",
        "long": "Viljandi - \u00d5isu - Abja-Paluoja - M\u00f5isak\u00fcla",
        "short": "49B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "3b4f523798bb0b596ed7b561e0028635",
        "label": "217",
        "long": "Tallinn - P\u00e4rnu",
        "short": "217",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3b55c26037101128808b1305c6f3ef5b",
        "label": "27",
        "long": "Viljandi - P\u00e4ri - Matapera - Viljandi",
        "short": "27",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3b6a63d5fd8121e820a5191ae40a3b79",
        "label": "436",
        "long": "Tartu - N\u00f5o - Peedu - Elva - Laguja - (P\u00e4idla)",
        "short": "436",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "3b6b6b36bb5f523b25c94f6939119c6d",
        "label": "307",
        "long": "Rakvere - Haljala - Viitna - Valgej\u00f5e - Tallinn",
        "short": "307",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3b7cb8e22dc780a8850362500dea7a47",
        "label": "72A",
        "long": "V\u00e4rska - R\u00e4pina - Ahja - Tartu",
        "short": "72A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3b80ecb0f3a51f9c63f6860f9708cbf5",
        "label": "143B",
        "long": "Misso - Luhamaa - Vastseliina - V\u00f5ru",
        "short": "143B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3b901f49bd035ada7b455656c96cb605",
        "label": "193B",
        "long": "V\u00f5ru - Loosi - Vastseliina - Tahma - Loosi - V\u00f5ru",
        "short": "193B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3bc25740f4af445ccfb4cc6d067711f9",
        "label": "134",
        "long": "J\u00f5geva - Paink\u00fcla -H\u00e4rjanurme - Siimusti - J\u00f5geva",
        "short": "134",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3c249c149e0fa4cc3295c7660be71689",
        "label": "72C",
        "long": "V\u00e4rska sanatoorium - V\u00e4rska - R\u00e4pina - Ahja - Tartu",
        "short": "72C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3c46d5b0d4c1153c3748cc6f345cb090",
        "label": "362",
        "long": "Tartu - Eerika - T\u00f5rvandi - \u00dclenurme keskus - M\u00e4nni",
        "short": "362",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3caada814328f0f6c84615882797feae",
        "label": "9B",
        "long": "Riidaja-Reti-L\u00f5ve-Leebiku-Rulli-T\u00f5rva",
        "short": "9B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3cca2573b74ae396c69fa0aee179dcfe",
        "label": "15D",
        "long": "Viljandi - Vaibla - Valma - Viiratsi - Viljandi",
        "short": "15D",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3ceda46d1f35551906b6dfaee8cc0f03",
        "label": "112B",
        "long": "P\u00f5lva - Joosu - Tsolgo - V\u00f5ru",
        "short": "112B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3d0b80ca77a29347d62b0c2bc70f68c0",
        "label": "2106",
        "long": "L\u00fcmanda-Riksu-Koimla-Toomal\u00f5uka-Salme-Kuressaare",
        "short": "2106",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3d1d9d7098e25cf53813768050a50e44",
        "label": "160",
        "long": "V\u00f5ru - Lasva - Merem\u00e4e",
        "short": "160",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3d2f7a8959b18aeed248881ef7aa9839",
        "label": "153",
        "long": "J\u00f5geva - Siimusti - Kiigemetsa kool - Siimusti - J\u00f5geva",
        "short": "153",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3d427a3ea9f0aa9c1699feddf736d57e",
        "label": "6313",
        "long": "K\u00e4rdla -Heltermaa -K\u00e4ina -Tubala -Palade - K\u00e4rdla",
        "short": "6313",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3d852adb363110395a262f82b4a2f0ab",
        "label": "118B",
        "long": "V\u00f5ru - Lasva - Lepassaare - Lasva - V\u00f5ru",
        "short": "118B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3d9a09d3d70a13c512f289bab6163d5d",
        "label": "143",
        "long": "J\u00f5geva-Siimusti-Saduk\u00fcla-Puurmani-J\u00f5une-Siimusti-J\u00f5geva",
        "short": "143",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF711D",
        "color_name": "orange",
        "has_shape": true,
        "id": "3d9ef6b5c00defff833425794065056e",
        "label": "R22",
        "long": "Tallinn - T\u00fcri",
        "short": "R22",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3dda0b56b8ccc4d6e5615e6352b25741",
        "label": "19",
        "long": "Rapla - Pirgu - J\u00e4rlepa - Kohila",
        "short": "19",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3e2c6d78b32269f68953bcb7b1c39f25",
        "label": "49C",
        "long": "Krootuse - Karaski p\u00f5ik - Ihamaru - (Karilatsi)",
        "short": "49C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3ead10dc847498964a68bd5849bf887a",
        "label": "2110",
        "long": "KUR-Salme-L\u00e4\u00e4tsa-Salme-Riksu-Koimla-Riksu-L\u00fcmanda",
        "short": "2110",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "3ef88e812ba19553a78abfe309c76563",
        "label": "2",
        "long": "L\u00f5unakeskus - Kannikese - N\u00f5lvaku",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3f037010024494de2f270449f426f5f0",
        "label": "53B",
        "long": "V\u00f5ru - Ridali - Tilsi - Puskaru p\u00f5ik - Aarna - P\u00f5lva",
        "short": "53B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3f1699dee929e75fe2110eb914b7cb54",
        "label": "5802-1",
        "long": "talv Orissaare-Tornim\u00e4e-P\u00f6ide-Laimjala-Kahtla-Orissaare",
        "short": "5802-1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3f1699dee929e75fe2110eb914b7cb54-1",
        "label": "5802-2suvi",
        "long": "Orissaare-Tornim\u00e4e-P\u00f6ide-Laimjala-Kahtla-Orissaare",
        "short": "5802-2suvi",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3f24c9369a7f4eedeeb6e072decead22",
        "label": "71",
        "long": "V\u00f5iste - P\u00e4rnu",
        "short": "71",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3f2f44e10d5bad28308f7a30b74d6076",
        "label": "33A",
        "long": "T\u00f5rva  - Riidaja - Pikasilla - T\u00f5rva",
        "short": "33A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3f4807872f40d06fc00331b4bb6c16d0",
        "label": "457",
        "long": "P\u00f5ltsamaa - Adavere - Imavere m\u00f5is - Adavere - P\u00f5ltsamaa",
        "short": "457",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3f4d930cd1889a37044573ce5b6bc678",
        "label": "55B",
        "long": "V\u00f5ru - V\u00e4imela - Meemaste - P\u00f5lva",
        "short": "55B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "3f4ed538859451408434b050dbfda339",
        "label": "7",
        "long": "T\u00f5rvandi - Raeplats - K\u00f5rvek\u00fcla",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3f77c14225ddd49b2d432c760054e903",
        "label": "218A",
        "long": "J\u00f5geva-Kuremaa-Palamuse-Laiuse-Sadala-Torma-Mustvee",
        "short": "218A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3f830aac99b296e08f18ccd9338361ab",
        "label": "36C",
        "long": "P\u00f5lva-Karaski-Kanepi-Kaagvere-Otep\u00e4\u00e4-Kanepi-Karaski-P\u00f5lva",
        "short": "36C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3f85fda15e9011eeaf850984f6ce60c9",
        "label": "3213",
        "long": "KUR-Aste-V\u00f5hma-Panga-Asuka-Metsk\u00fcla-J\u00e4rise-Aste-KUR",
        "short": "3213",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3fa401e09700c269cf7bdf5e76f003a0",
        "label": "20B",
        "long": "Taagepera - T\u00f5rva - Valga bussijaam",
        "short": "20B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3fa5cac77b20e41ceb53cfeef11e3aeb",
        "label": "462",
        "long": "P\u00f5ltsamaa - Puurmani - Saduk\u00fcla - Siimusti - J\u00f5geva",
        "short": "462",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3fbd0f219f2524232d580d98f9bfed94",
        "label": "2210",
        "long": "Kihelkonna-L\u00fcmanda-Riksu-Koimla-Toomal\u00f5uka-Salme-Kuressaare",
        "short": "2210",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "3fedc2ffdb3a195e3414ede8a7290a01",
        "label": "65",
        "long": "Saverna - Kanepi - Maaritsa - Otep\u00e4\u00e4 - Saverna - Kanepi",
        "short": "65",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4001cc6cf55179301d384149e62efb42",
        "label": "227A",
        "long": "Mustvee - Lohusuu - Avinurme - Lohusuu - Piilsi - Mustvee",
        "short": "227A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "400a21ddca6df48e13960c66c752aecf",
        "label": "48E",
        "long": "K\u00f5pu - Vanaveski - Viljandi",
        "short": "48E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "401ffd5ca7f53bf8b912c2620f19d6f0",
        "label": "83D",
        "long": "V\u00f5ru - Orava - Koidula",
        "short": "83D",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "403129538c26a780aff14c6114f48ca6",
        "label": "419",
        "long": "Tartu - K\u00fclitse j\u00e4rve - Haage - Tartu",
        "short": "419",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "40829c96e698dc5782d8377ae3475082",
        "label": "24A",
        "long": "R\u00e4pina - Veriora - Leevi - V\u00f5ru",
        "short": "24A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4090e917a24e0beaa342a085a4298fc1",
        "label": "95B",
        "long": "Kivi\u00f5li - S\u00e4de - Kivi\u00f5li - Soonurme - R\u00e4\u00e4sa - Kivi\u00f5li",
        "short": "95B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "094F82",
        "color_name": "teal",
        "has_shape": true,
        "id": "40aaf25bb42c0d689ca980a93d3f752c",
        "label": "200",
        "long": "Tallinn (Maleva) - Kurna",
        "short": "200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "40e1953421272282d9d13f8e43267b8d",
        "label": "51",
        "long": "P\u00e4rnu - Koonga - Mihkli - Lihula",
        "short": "51",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "410888ecac0589f2defadce7ccf0ddd5",
        "label": "702",
        "long": "Alatskivi - Varnja - Koosa - Tartu",
        "short": "702",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4145fabf221a4153defd7a06e80b2109",
        "label": "821",
        "long": "Tartu - Roiu - Kulpna - Tartu",
        "short": "821",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "41976080d3a6e5025638382eaf7694fc",
        "label": "143",
        "long": "Tallinn - Tartu",
        "short": "143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "41feb51673b2749fc38522ec6b51cc41",
        "label": "156",
        "long": "Vilina - Ellakvere - J\u00f5geva",
        "short": "156",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "42165b1d71853f40d6371bf80bbaf2b5",
        "label": "6576",
        "long": "Tohvri - Emmaste - Nurste - (\u00d5ngu)",
        "short": "6576",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "42263b8a1436b114459bb83c882f9ed6",
        "label": "K1",
        "long": "Kose - Kose-Uuem\u00f5isa - Sepa - Oru - Tuhala",
        "short": "K1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4283f924946ce4831791f2f2e523a1ca",
        "label": "25G",
        "long": "Otep\u00e4\u00e4-Puka-Komsi-Aakre-Puka",
        "short": "25G",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "42ad247d95750ccf4e2982e5a2138fd2",
        "label": "21",
        "long": "Viljandi - Ramsi - Viljandi",
        "short": "21",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "42fd89e8a3a62d22f2ec95bb25ff6457",
        "label": "31E",
        "long": "P\u00f5lva - Krootuse - Saverna - Valgj\u00e4rve - Otep\u00e4\u00e4",
        "short": "31E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4314feaf6e82ea16f55839906bb1fcde",
        "label": "47A",
        "long": "Rakvere - Ubja - Uhtna - S\u00f5meru - Rakvere",
        "short": "47A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "431a2c4446b31aa5e633effbe1121d51",
        "label": "333",
        "long": "P\u00e4rnu - Tootsi - V\u00e4ndra - Lelle - Rapla",
        "short": "333",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "432df6826f7d34ad85d85e68af318b26",
        "label": "106C",
        "long": "Tallinn - Loo - Lagedi kool - Kostivere",
        "short": "106C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4351e8e3e0f2886108946a8200792999",
        "label": "50E",
        "long": "Viljandi - Tuhalaane - Polli - Karksi-Nuia - Abja-Paluoja",
        "short": "50E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "435d71341499e583f89a6300abec02a0",
        "label": "30A",
        "long": "Paide - Viraksaare - Paide",
        "short": "30A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "43778ee79452f0011fe623c3bf31b813",
        "label": "743",
        "long": "Tartu - Koosa - Varnja - Alatskivi kool - Kallaste",
        "short": "743",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "438db0c3793c4a759a3ad9079e9c8464",
        "label": "409",
        "long": "Tartu - N\u00f5o - Arbim\u00e4e - Elva",
        "short": "409",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "43920ae8250a653bbac64fd1440f35c5",
        "label": "23",
        "long": "Haapsalu - V\u00f5nnu - Martna",
        "short": "23",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "43985c4aaabfbcd59bcc1ca1f3cd2b89",
        "label": "63",
        "long": "Viljandi - Heimtali - Viljandi",
        "short": "63",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "43dd816670e948f82961b04f7ad6deb5",
        "label": "L18-1",
        "long": "Lihula - Matsalu -  Saastna - Lihula",
        "short": "L18-1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "43fba1c331dfa24a7b349ebf1cb2dbea",
        "label": "23-2",
        "long": "Paikuse kool - Valdeni",
        "short": "23-2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "44141986312c5340b6b056fb9919de38",
        "label": "62",
        "long": "Rakvere - Viitna - K\u00e4smu - V\u00f5su - Vihula - Rakvere",
        "short": "62",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "44184799703aae6f33302bd8782314a0",
        "label": "5B",
        "long": "Hargla - Valga bussijaam",
        "short": "5B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "442165419c7cd66f50ff73d40b8ad54c",
        "label": "20L",
        "long": "P\u00f5lva - Peri - P\u00f5lva",
        "short": "20L",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "443f9af5a9b0d334108419149966d8c6",
        "label": "222",
        "long": "Tallinn - Turba - Risti - Palivere - Taebla - Haapsalu",
        "short": "222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "44466bb87b2ec4283e1eb630553d0941",
        "label": "94A",
        "long": "P\u00f5lva-Kauksi-R\u00e4pina-V\u00e4rska-Saatse muuseum",
        "short": "94A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "447b1dd19876521245531a2c649bd300",
        "label": "59D",
        "long": "Pilistvere - V\u00f5hma - T\u00e4\u00e4ksi - Viljandi",
        "short": "59D",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "449beb161f259ac46827334fba050208",
        "label": "72B",
        "long": "Otep\u00e4\u00e4 - Elva - Tartu",
        "short": "72B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "44ad5a8097da62ee1b5d3adc236b56de",
        "label": "106B",
        "long": "Tallinn - Loo",
        "short": "106B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "44b477ffda59736aab2185503c56e8b8",
        "label": "200",
        "long": "J\u00f5geva - Torma - Mustvee",
        "short": "200",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "44e7534ad630623e6c52586e6650f5a5",
        "label": "153",
        "long": "Tallinn - Laagna - Kuusalu - Kolga - Loksa - P\u00e4rispea - Loksa",
        "short": "153",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "44f91ef80be190391c4b070cddb75624",
        "label": "235",
        "long": "P\u00e4rnu - M\u00e4rjamaa - Tallinn",
        "short": "235",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "44fabe27f75be5192d119fb81a015ba5",
        "label": "16E",
        "long": "T\u00fcri bussijaam-Laupa-P\u00fcti-Rassi",
        "short": "16E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "450703f626ed79ae2713b872739ad947",
        "label": "209B",
        "long": "Merem\u00e4e - Miikse-Vastseliina-Merem\u00e4e - Obinitsa - Merem\u00e4e",
        "short": "209B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4508b5a7bdec0cf51d466007ea7132ab",
        "label": "510",
        "long": "Tartu - Ilmatsalu - Tartu",
        "short": "510",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "450919433f11f516db491a17c34cd395",
        "label": "1A-II",
        "long": "Vabaduse park-Papiniidu-Haigla-Oja-Teater-Papiniidu-Niidupark",
        "short": "1A-II",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "453485281146a69a491c026dd41f535a",
        "label": "51B",
        "long": "Abja-Paluoja - Uue-Kariste - Ristiv\u00e4lja - Viljandi",
        "short": "51B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "454ed15e3ef4033b27ceea28c8214516",
        "label": "24F",
        "long": "R\u00e4pina - Veriora - Leevi - Tsolgo - V\u00f5ru",
        "short": "24F",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "45606b4edf1df92b42b1c25a363a1f8c",
        "label": "527",
        "long": "Puhja kool - Puhja - Ulila - Tartu",
        "short": "527",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "458f84cbc78b11cdfe4390c3f44b16be",
        "label": "227",
        "long": "Mustvee - Avinurme - Lohusuu kool - Mustvee",
        "short": "227",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "45ea9c05194967bca830ee7a26786da8",
        "label": "361",
        "long": "M\u00e4nni - \u00dclenurme keskus - T\u00f5rvandi - Eerika - Tartu",
        "short": "361",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "45feed32cbb3d80678758a73607aa13f",
        "label": "17C",
        "long": "Paide - Vedruka - Viisu - Tarbja - Paide",
        "short": "17C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4620dd8318f40fa83405a1d7d77b5a35",
        "label": "22A",
        "long": "T\u00f5rva - Valga",
        "short": "22A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "462223c6c24075d9c1a56379f7c93cd5",
        "label": "6323",
        "long": "Tuuletorni - K\u00e4ina - (Sarve) - Heltermaa - Kuri - K\u00e4rdla",
        "short": "6323",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "464f9ee8d5b59bb553f86aa9cb38ba70",
        "label": "58",
        "long": "P\u00f5lva - Valgesoo - Ahja",
        "short": "58",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "46524dd1dead14631bec53c4ac8177f2",
        "label": "109A",
        "long": "Kesklinn - Navi kauplus - Parksepa - V\u00e4imela - Kesklinn",
        "short": "109A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "4668d58b5f06133f17cced7476dc93d3",
        "label": "17",
        "long": "Vana-Sauga - Rannapark - Haigla - Savi - K-Kodu",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "467bf4ab9af40fd4ecdabc7644ba2431",
        "label": "59F",
        "long": "Viljandi - V\u00f5hma - K\u00f5o - Pilistvere - V\u00f5hma",
        "short": "59F",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "468029370ab4e380e21f7ebeca7d54f4",
        "label": "9A",
        "long": "T\u00f5rva-Vanam\u00f5isa-Leebiku-Reti-Riidaja",
        "short": "9A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "471140b580e07a234a2a1c6692ac7dd0",
        "label": "407",
        "long": "J\u00f5geva - Siimusti - Aidu - Lustivere - P\u00f5ltsamaa",
        "short": "407",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "47213907ec3209f9dcd1077c4f1d2c33",
        "label": "160",
        "long": "J\u00f5geva-Kaarepere-Tabivere-Palamuse-Kaarepere-J\u00f5geva",
        "short": "160",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "472165a826362a034d95a2204a925133",
        "label": "16",
        "long": "Rapla - Raikk\u00fcla - J\u00e4rvakandi",
        "short": "16",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4748c7e499798e5516f7ae3d146d0156",
        "label": "23B",
        "long": "Koigi - K\u00f6isi - S\u00f5randu - Koigi",
        "short": "23B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "476aabe5dd02bfbf366cadb5e541672b",
        "label": "37B",
        "long": "T\u00fcri bussijaam - V\u00f5hma - Villevere-T\u00fcri",
        "short": "37B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "47a3e9821554714e373c9abcc9a35ad4",
        "label": "6562",
        "long": "Luidja - Viskoosa - Lauka - K\u00e4rdla (- Spordikeskus)",
        "short": "6562",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "47ad295bd5334eafe72c68ef78248d6b",
        "label": "246",
        "long": "J\u00f5geva- Siimusti - Vaimastvere - Pedja - Vaimastvere - Siimusti - J\u00f5geva",
        "short": "246",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "47d5253f7f02a6d400dc7b3bfad60b98",
        "label": "90",
        "long": "P\u00e4rnu - Urge - Kuiaru - Selja - Piistaoja - Muraka - Tori",
        "short": "90",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "47de1d8fd046d47c2bd7c9f94c92314d",
        "label": "850",
        "long": "Tartu - V\u00f5\u00f5pste - V\u00f5nnu - L\u00e4\u00e4niste - V\u00f5nnu -  Tartu",
        "short": "850",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "47e0a3bef17bc395ce356d21861d37cd",
        "label": "196",
        "long": "V\u00f5ru - Vastseliina - Koidula - Vastseliina - V\u00f5ru",
        "short": "196",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "47e73d2418b7b80ea2fc71695b6af706",
        "label": "148",
        "long": "P\u00f5lva - Lasva - V\u00f5ru",
        "short": "148",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "481a8cf5a6094ab0215d1f73408aa200",
        "label": "111A",
        "long": "Tallinn - Harku - Vatsla - Tabasalu - Tallinn",
        "short": "111A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "482226129890dbf155a8bf5c9877657d",
        "label": "241",
        "long": "Tartu - Lennujaam - Hobunurme - Haage - Tartu",
        "short": "241",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "482c74f0bb3e6c4decb82081cbb66359",
        "label": "334",
        "long": "Elva - Otep\u00e4\u00e4 - Kammeri - Pangodi - Kambja - Tartu",
        "short": "334",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "48385ee9d7267c66f3930a67a9e52197",
        "label": "193",
        "long": "Tartu - V\u00f5ru",
        "short": "193",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4841d9013cdd768e4611f671611f758c",
        "label": "163",
        "long": "Tallinn - \u00c4\u00e4sm\u00e4e - Ruila - Kernu - Haiba",
        "short": "163",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "486721915202c4f5b8f606fb5604352c",
        "label": "458",
        "long": "Tartu - N\u00f5o - Peedu - Elva - Annikoru - Rannu - Puhja - Tartu",
        "short": "458",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "48823b4a699df20e774381a15f601a11",
        "label": "251A",
        "long": "J\u00f5geva - J\u00f5geva alevik - J\u00f5geva N\u00d5UDELIIN",
        "short": "251A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "488763157c3c6bcfa13a7ddd64b3145f",
        "label": "432",
        "long": "Tartu - Luke - Elva - R\u00f5ngu - Elva",
        "short": "432",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "489c86238ec04b03582eb71bf978559c",
        "label": "141",
        "long": "Tallinn - J\u00fcri - Vaida - Kose-Uuem\u00f5isa - Kose",
        "short": "141",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "48ccd8f73900bd678720e098814aa245",
        "label": "14",
        "long": "Rakvere - Kadrina - Tapa - V\u00f5su",
        "short": "14",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "48d8ce43e19dc79d8f4fab6b2c76ad9d",
        "label": "3302",
        "long": "Kuressaare-Kaarma-Hakjala-Aste-Kuressaare",
        "short": "3302",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "48ee23117598071eedc728313b4725fd",
        "label": "5107",
        "long": "Kuressaare-Sakla-Kungla-Valjala-Kuressaare",
        "short": "5107",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "494c9948b6ead4057324e93f07dcf71f",
        "label": "104C",
        "long": "Tallinn - Loo - Lagedi m\u00f5is - Kostivere - J\u00f5el\u00e4htme",
        "short": "104C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "494f9e65871d61bcc95c07b602c419a3",
        "label": "933",
        "long": "Sillaotsa - Roiu - Lange - Ignase - (Roosi)",
        "short": "933",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "49b309dfaba664e4ca33994eb1c91627",
        "label": "2303",
        "long": "KUR-K\u00e4rla-Kihelkonna-Veere-(Undva)Pidula-K\u00e4rla-KUR",
        "short": "2303",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "49c0f6656d7074d696855a4e548ae49e",
        "label": "3",
        "long": "talv Bussijaam-Muratsi-Nooruse-Bussijaam-Kingu-Koja",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "49c69c5deff42a8e9bbb60b247335974",
        "label": "404",
        "long": "Elva - N\u00f5o tee - Tartu (kiirliin)",
        "short": "404",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "49e32475b694b50ea67a9dc84b9fb0cc",
        "label": "3",
        "long": "Rapla raudteejaam - Rapla bussijaam - Alu",
        "short": "3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "49f5a73c8b237f1f3680e2844714ef82",
        "label": "500",
        "long": "P\u00f5ltsamaa - V\u00f5isiku - Kolga-Jaani",
        "short": "500",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4a15b655c6e7554551169e36f41ba6d3",
        "label": "6204",
        "long": "Kuressaare-Suure-Rootsi-Kuressaare",
        "short": "6204",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4a1d526a51a8e3d9d958fe1375b7be77",
        "label": "92E",
        "long": "P\u00f5lva - Kauksi - R\u00e4pina - V\u00e4rska - Koidula",
        "short": "92E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4a3e48f6df54dceb070ab34b241ccfd6",
        "label": "224",
        "long": "Reola - T\u00f5rvandi - Tartu",
        "short": "224",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4a3f4ff667a180c6d58aa6cfd40762e7",
        "label": "25B",
        "long": "Paide - Koigi kool - Paide",
        "short": "25B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4a42233b652f7647caf1119469bf8a43",
        "label": "82B",
        "long": "R\u00e4pina - Kahkva - Hanikase",
        "short": "82B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4a63a3055f6f07e47b21fc89af4c0c18",
        "label": "28B",
        "long": "Viljandi - P\u00e4ri - Ramsi - Viljandi",
        "short": "28B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4a6c7261b2cf9bd8e9929a47fa6a4bad",
        "label": "4102",
        "long": "Kuressaare-Eikla-Leisi",
        "short": "4102",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4a6c7261b2cf9bd8e9929a47fa6a4bad-1",
        "label": "4102",
        "long": "(projekt) Kuressaare-Eikla-Leisi",
        "short": "4102",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4a740d8099cea7e52ea31902c7e67cea",
        "label": "90",
        "long": "Kivi\u00f5li - J\u00f5hvi",
        "short": "90",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4ab3a588312b9b6dce364e63f42b6f76",
        "label": "903",
        "long": "L\u00e4hte - Tabivere park - Laeva",
        "short": "903",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4ab68a36b0bbdd6a5e7cfb8a3160d894",
        "label": "513",
        "long": "P\u00fcssi - Kivi\u00f5li - Vaek\u00fcla - Rakvere",
        "short": "513",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4b191d3fba2b374e4e342f5b2eabffae",
        "label": "10B",
        "long": "R\u00e4pina - Beresje - L\u00fc\u00fcbnitsa - R\u00e4pina",
        "short": "10B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4b38c46c73519e14f66e683b0d6476ff",
        "label": "40D",
        "long": "Aravete-J\u00e4neda-Aegviidu",
        "short": "40D",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4b48de3f6c193f53d038b8bda071a8c8",
        "label": "6361",
        "long": "K\u00e4rdla  - Kuri - Heltermaa - Kuri - K\u00e4rdla",
        "short": "6361",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4b55a2b7d0078a6fa9c365216259dd83",
        "label": "71E",
        "long": "Tartu - Pangodi - Otep\u00e4\u00e4",
        "short": "71E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4b8a2346c95f840b34ac14de25302f45",
        "label": "54-4",
        "long": "P\u00e4rnu - Sangam\u00e4e - Lavassaare - Maima - P\u00e4rnu-Jaagupi",
        "short": "54-4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4bb41e52a1125b982c05fbf4f7dd72a0",
        "label": "125",
        "long": "P\u00f5ltsamaa - Pauastvere - Kalana - Lahavere - Siimusti - J\u00f5geva",
        "short": "125",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4bd812f8d0d0d8e5a58e60d14f95ba67",
        "label": "25R",
        "long": "Elva - Palupera - R\u00f5ngu - Puka - Keeni - Valga",
        "short": "25R",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4bdbfc4fa540849827d5234e256031de",
        "label": "455",
        "long": "Ristim\u00e4e - Elva - Peedu - Meeri - N\u00f5o - Tartu",
        "short": "455",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4bde983552fa924dad05eb1e74a45f0b",
        "label": "202",
        "long": "Vastseliina - Loosi - Vastseliina",
        "short": "202",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4bff67fb97eea6ecc5a0d727b9c325e7",
        "label": "165",
        "long": "M\u00f5niste - Vastse-Roosa - Tiitsa - M\u00f5niste",
        "short": "165",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4c047a845c6263fd65baf20d8c96ce05",
        "label": "907",
        "long": "(Kaarlij\u00e4rve) -  Rannu - Annikoru - Elva",
        "short": "907",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4c0767dfa4994c84ed04ac790cdd8e22",
        "label": "35C",
        "long": "Paide - Roosna-Alliku - J\u00e4rva-Jaani - Ramma",
        "short": "35C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4c07922b1b92eba8fc598ae86a2a2f02",
        "label": "135",
        "long": "J\u00f5geva-Paink\u00fcla-Puurmani-P\u00f5ltsamaa",
        "short": "135",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4c23e6fdb73f5f6e6d648735385dce68",
        "label": "150A",
        "long": "V\u00f5ru - Urvaste - Antsla - Varstu - R\u00f5uge - V\u00f5ru",
        "short": "150A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4c5771425b602af801fe36e13bd8f1ba",
        "label": "47",
        "long": "P\u00e4rnu - P\u00e4rnu-Jaagupi - Koonga - Mihkli - Oidremaa - L\u00f5pe",
        "short": "47",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "4cb14af091a44b8483db2e569bb5bea0",
        "label": "204",
        "long": "Tallinn - Haapsalu - K\u00e4ina - K\u00e4rdla",
        "short": "204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4cc16998a81491500d1cbae810459c50",
        "label": "30A",
        "long": "Saverna - Maaritsa - Prangli - Krootuse - P\u00f5lva",
        "short": "30A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4d55ce25d1ecbba4f603842da2845ff6",
        "label": "6341",
        "long": "K\u00e4rdla - Kuri - Suurem\u00f5isa - K\u00e4ina - K\u00e4rdla",
        "short": "6341",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4d6d3ca69659c5e40b1d63c8c8f82576",
        "label": "15",
        "long": "Rakvere - Kunda",
        "short": "15",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4d9c32a53aeffd68c65cfa0e3216849d",
        "label": "54A",
        "long": "P\u00f5lva - Meemaste - Tilsi - Ridali - V\u00f5ru",
        "short": "54A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4dbe975b2aa7f93d3fae9fddb7d6aa8f",
        "label": "199",
        "long": "Mustakivi - J\u00fcri - Saku - Saue",
        "short": "199",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4dc83a12f0a9e4cf6755cdf5db139817",
        "label": "35D",
        "long": "Paide - Peetri - J\u00e4rva-Jaani - Ramma",
        "short": "35D",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4dde73afc66b15cb7bd5ec97bf637957",
        "label": "519",
        "long": "Tartu -Ulila - Puhja -Limnoloogia tee- Rannu - Annikoru- Elva",
        "short": "519",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4de4f2f6e3a4c510fc29bc37accf9d6e",
        "label": "V2",
        "long": "Haabneeme - Randvere - Muuga sadam",
        "short": "V2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4e1f638dc2d9ab981531919929e82fee",
        "label": "615",
        "long": "Tartu - \u00c4ksi keskus - Tabivere - Tartu",
        "short": "615",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4e1fe1940277e7faf7df79f07fe1016b",
        "label": "150",
        "long": "Tallinn - Laagna - Kostivere - Uus-Rebala - Tallinn",
        "short": "150",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4e59791415b9d01aa676c28a598846fb",
        "label": "440",
        "long": "P\u00f5ltsamaa - Pisisaare - K\u00fctim\u00e4e - P\u00f5ltsamaa",
        "short": "440",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4e85427fdf8521bc52bfc190da43e77d",
        "label": "27A",
        "long": "Valgj\u00e4rve - Krootuse - P\u00f5lva",
        "short": "27A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "4ec77920f53c37b544246f56b83a991c",
        "label": "2",
        "long": "Tolli - Raekoja - Palu - Raekoja - Riisali - R\u00fckkeli",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4ec8c4901648c9238c29e63e3a207cba",
        "label": "313",
        "long": "T\u00f5rva - Tartu -T\u00f5rva",
        "short": "313",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4ec99a89fec25bc75f06198ad18cce10",
        "label": "132",
        "long": "V\u00f5ru - M\u00f5niste - Saru - Antsla - Osula - V\u00f5ru",
        "short": "132",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4f0cff576cdb40a922c0ed26baa8f417",
        "label": "51",
        "long": "Tapa - Tamsalu - Rakvere",
        "short": "51",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4f296bf2f4fe5774a5aa3d299b0f7f72",
        "label": "43",
        "long": "Kanepi - Suurek\u00fcla - Ala-Jakobi - Soodomaa - Kanepi",
        "short": "43",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4f330e745fcde637f5e59d2a48991ea0",
        "label": "2317",
        "long": "KUR-K\u00e4rla-(\u00dcru)-Kihelk-(Undva)-Veere-Kihelk-K\u00e4rla-KUR",
        "short": "2317",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4f36ed237d1480215b3a51522fd1be02",
        "label": "94-3",
        "long": "P\u00e4rnu - Tori - Tootsi - V\u00e4ndra",
        "short": "94-3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4fa5f3984cde3e88094ffa84ca150d46",
        "label": "309",
        "long": "Ringtee - L\u00e4tik\u00fcla - Unipiha - Kambja - Tartu",
        "short": "309",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4fc2a3ef8d93808cc6fd5ef8fd0999cc",
        "label": "352",
        "long": "P\u00e4rnu - Suure-Jaani - P\u00f5ltsamaa - J\u00f5geva",
        "short": "352",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4fcc6575d0b5e3972c4dfc6c7df5dfb6",
        "label": "2109",
        "long": "L\u00fcmanda-Sake-Koimla-Riksu-Toomal\u00f5uka-Salme-Kuressaare",
        "short": "2109",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4fd372d5a64ee69552819fa45ea9e1b2",
        "label": "5A",
        "long": "R\u00e4pina - Linte - K\u00f5nnu - (M\u00e4giotsa) - Meelva - R\u00e4pina",
        "short": "5A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "50359efac45bf0b0c1a45a8dd78e1494",
        "label": "21A",
        "long": "V\u00f5ru - Tilsi - P\u00f5lva",
        "short": "21A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "503ef6b67c3d2ab08f22034564d621a4",
        "label": "808",
        "long": "Mehikoorma - Ahunapalu - V\u00f5nnu - Tartu",
        "short": "808",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "504889535963891db4cb7defbea78c1b",
        "label": "2108",
        "long": "Kuressaare-Salme-Toomal\u00f5uka-Koimla-\u00dctsa-L\u00fcmanda",
        "short": "2108",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "505a5617218d9d8d30f7a6635ad62b64",
        "label": "14B",
        "long": "Valga-Sangaste-P\u00fchaj\u00e4rve-Otep\u00e4\u00e4",
        "short": "14B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5069a32bb6b84f64ada956d6fe451752",
        "label": "319",
        "long": "Valga - Tartu - Valga",
        "short": "319",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "506afdbcb8652d4e689e15aea365b9d2",
        "label": "68B",
        "long": "Viljandi - Savikoti - P\u00e4rsti - Savikoti - Viljandi",
        "short": "68B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "50c813d781a0fc9530c67f9ba276d2aa",
        "label": "745",
        "long": "Tartu - Vasula - L\u00e4hte - \u00c4ksi keskus - Tabivere - (Laeva)",
        "short": "745",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "50d2abf99c617c44f08aba0885f6cc52",
        "label": "114",
        "long": "Puurmani - Laeva - Tartu",
        "short": "114",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "50f25abae342c9aec34ed46e415c232e",
        "label": "3",
        "long": "(Aravu rahvamaja) - Mehikoorma - Naha - R\u00e4pina",
        "short": "3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "510bdba5c953551fd4ec69151f51789e",
        "label": "532",
        "long": "(Tamsa) - Elva - Annikoru - Rannu - Puhja - Ulila - Tartu",
        "short": "532",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "51337cea48e448d3b409a9eccf12932d",
        "label": "501",
        "long": "P\u00f5ltsamaa - Puhu rist - P\u00f5ltsamaa n\u00f5udeliin",
        "short": "501",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "513a6ee243c484c32878d8660bbdc061",
        "label": "K14",
        "long": "R\u00f5\u00f5mu - Kirik - Luha - Haigla - Kool - Ehitusmarket - \u00dclase",
        "short": "K14",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "51d0228d1d8e2f17a35a316d2698ed66",
        "label": "730",
        "long": "Tartu - K\u00f5rvek\u00fcla - Vara - V\u00e4lgi - K\u00e4rgandi tee - Vara - Tartu",
        "short": "730",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "51f1712d6d5c53389cdfffeb475780f4",
        "label": "68A",
        "long": "Viljandi - Aindu - P\u00e4rsti - Savikoti - Viljandi",
        "short": "68A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "51f24afef9204059a7cf79ee093d3389",
        "label": "7A",
        "long": "T\u00fcri bussijaam - Oisu - Kabala",
        "short": "7A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "51f935a2bfba6396373d861bad1fb9b2",
        "label": "20",
        "long": "Tehnika - T\u00fcri bussijaam - Laupa - Kolu -T\u00fcri bussijaam",
        "short": "20",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "52117ba8ff3fc3fe4d493135b4477d3c",
        "label": "25B",
        "long": "Valga - Keeni - Puka - Elva",
        "short": "25B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "521462c9a912f0f60605e19ef193114f",
        "label": "K10",
        "long": "Ardu - Paunk\u00fcla - Kose",
        "short": "K10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "52245ec0851f7309135907d56dccd6aa",
        "label": "31E",
        "long": "Valga - Rebasem\u00f5isa - Koobassaare - Valga",
        "short": "31E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5230e3373aab63f779a72a2a8540123d",
        "label": "224",
        "long": "Torma - T\u00f5ikvere - Kuremaa - J\u00f5geva",
        "short": "224",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "524cfd1b6e0e3bf872a97bee796674f5",
        "label": "178B",
        "long": "Ruusm\u00e4e - Haanja - V\u00f5ru",
        "short": "178B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "52548549b13594e6fc5a6d8d53a420b2",
        "label": "708",
        "long": "Tartu - Vedu - Elistvere m\u00f5is - Maarja-Magdaleena - (Saarej\u00e4rve)",
        "short": "708",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "52568381820c2cf8f91d40048141de12",
        "label": "1",
        "long": "Tolli - Tartu - Rohelise - Raekoja - Jaama - Rohelise - Tolli",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "52a79abdd82adaa8b360c865845ee77e",
        "label": "12-4",
        "long": "Kesklinn-Smuuli-Kellam\u00e4e-Smuuli-Keskv\u00e4ljak",
        "short": "12-4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "52c93c3cafb307ea488a85701a0f6dc0",
        "label": "172",
        "long": "Tallinn - Laagna - Muuga - Maardu",
        "short": "172",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "52dac105d68033ac8e1c4823b2cf7b52",
        "label": "56-1",
        "long": "Rogenese - P\u00e4rnu-Jaagupi - Koonga - P\u00e4rnu",
        "short": "56-1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "53163c103329d1ea41d48c6d56207fd3",
        "label": "48A",
        "long": "Viljandi - Tohvri - K\u00f5pu",
        "short": "48A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "531a341b91484bbfd84da4e60f87a42a",
        "label": "164",
        "long": "V\u00f5ru - Kasaritsa - Uue-Saaluse - V\u00f5ru",
        "short": "164",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "535a3e0cb013b649a25766fe781b15dc",
        "label": "203",
        "long": "Mustvee - Torma - Sootaga - J\u00f5geva",
        "short": "203",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "535c054371807b4c9f71a420a3deb8bf",
        "label": "18B",
        "long": "Valga - Vilaski - Antsla",
        "short": "18B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "53a20efd975934c55dc9bf4010878b72",
        "label": "20K",
        "long": "Valga - Taagepera - T\u00f5rva",
        "short": "20K",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "53b3ddadd670d12ddec6b8d68663656a-1",
        "label": "3",
        "long": "T\u00f5rma - Keskv\u00e4ljak - T\u00f5rma",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "53d707428aa10467d1b2faea49ba8d92",
        "label": "65B",
        "long": "Rakvere - Laekvere - Avinurme - Tudulinna OSALISELT N\u00d5UDELIIN",
        "short": "65B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5417a60fa9053c8b228b5eeb0d292994",
        "label": "2A",
        "long": "Herjava - Uuem\u00f5isa - Holmi",
        "short": "2A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "542277b5a9f6c28b5c762a0ac3bed095",
        "label": "212",
        "long": "V\u00f5nnu - Melliste - Roiu - Tartu",
        "short": "212",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5466d96cb38b48740e60755f339a9fe3",
        "label": "4A",
        "long": "R\u00e4pina - Linte - Mehikoorma - Linte - R\u00e4pina",
        "short": "4A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "549f98ad6f6ff7a200063fc4edb808b2",
        "label": "36",
        "long": "Haapsalu - Taebla - Palivere",
        "short": "36",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "54c52236f65f08441660f78b8bd6104c",
        "label": "25C",
        "long": "Mustla - Suislepa - Mustla - M\u00e4nnim\u00e4e - Viljandi",
        "short": "25C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "54c712afdc9d98335dbec85ee67fc42c",
        "label": "35C",
        "long": "Valga - Sangaste - P\u00fchaj\u00e4rve - Otep\u00e4\u00e4",
        "short": "35C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "54cc3b8d1469075ad4028df07b375809",
        "label": "199",
        "long": "Mustvee - Torma - Sadala - Laiuse - J\u00f5geva",
        "short": "199",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5502285d83cb385b714e502ff1767d7c",
        "label": "595",
        "long": "Kallaste-Mustvee-Rannapungerja-Tudulinna-Tudu-Rakvere",
        "short": "595",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "553e692599b614556c7caa75aecd45e0",
        "label": "95-1",
        "long": "Kooli - V\u00e4ndra - Kaansoo - Vihtra - V\u00e4ndra",
        "short": "95-1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "555a58f6e49f8fbaff32dd94232597ef",
        "label": "901",
        "long": "Aardlapalu - Haaslava kauplus - Hariduse",
        "short": "901",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5560565f767ef986d4328a24dcb45379",
        "label": "215",
        "long": "J\u00f5geva - Laiuse - Sadala - Vaiatu - R\u00e4\u00e4bise - J\u00f5geva",
        "short": "215",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "55d64231e0f75df1cb88f24a861df10b",
        "label": "25O",
        "long": "Elva-Puka-Keeni-Valga",
        "short": "25O",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "563b2bc7237597861821e72b92c54310",
        "label": "190",
        "long": "Asunduse kauplus - Miikse - M\u00f6ldri - Vastseliina",
        "short": "190",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "564dd2be214e88a8a9febe5ff1ca5778",
        "label": "848",
        "long": "Tartu - V\u00f5nnu - (V\u00f5\u00f5pste)",
        "short": "848",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "567053c7791c6231bae6d14b4d6978f1",
        "label": "127",
        "long": "Tallinn - Tabasalu - S\u00f5rve - V\u00e4\u00e4na - Keila-Joa - Klooga",
        "short": "127",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "56c7bd5f0f05dc983162a0a59cbb09fb",
        "label": "9",
        "long": "Kantrek\u00fcla - Viiratsi - Kantrek\u00fcla",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "571670928b970efa6f1be255fc04e201",
        "label": "515",
        "long": "Tartu - Ulila - Puhja - Annikoru - Suure-Konguta - (Rannu)",
        "short": "515",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "57498a4275c8fa92eabe8d749b1aeedb",
        "label": "739",
        "long": "J\u00f5geva - L\u00e4hte - Vasula - Tartu",
        "short": "739",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "57a03dec349daa4ee5d600c0c0be3974",
        "label": "163",
        "long": "Antsla - Tsooru - Krabi - R\u00f5uge - V\u00f5ru",
        "short": "163",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF711D",
        "color_name": "orange",
        "has_shape": true,
        "id": "57a1103ce3c18cad3f8b5e935790cad1",
        "label": "E34",
        "long": "Tallinn - Tartu (ekspress)",
        "short": "E34",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "57bd84f436e08084dda8da3e5ffb009e",
        "label": "28",
        "long": "Rapla - Seli-Koigi",
        "short": "28",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "57d68016b60986ad021e9bbe6add79b4",
        "label": "22",
        "long": "Haapsalu - Risti - Kuij\u00f5e OSALISELT N\u00d5UDELIIN",
        "short": "22",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "57e5b981377a7ce17d93cc858fd3b893",
        "label": "232",
        "long": "Tartu - Roiu - Ignase - Lange - Tartu",
        "short": "232",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "57ec59eae9ce8a226f98559095478f0b",
        "label": "194",
        "long": "Tartu - Tabivere - Kaarepere - J\u00f5geva",
        "short": "194",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "58247175fd7c0eb21452de9669d9b1be",
        "label": "5D",
        "long": "R\u00e4pina - Linte - Naha - K\u00f5nnu - Meelva - R\u00e4pina",
        "short": "5D",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "583b61d5717a978d67f1b65dc4bdd5fc",
        "label": "73A",
        "long": "Otep\u00e4\u00e4 - Kannistiku - K\u00e4\u00e4riku - Otep\u00e4\u00e4",
        "short": "73A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "58946ff458c14bb5425280d8a8248d7e",
        "label": "72G",
        "long": "Tartu - Ahja - R\u00e4pina",
        "short": "72G",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "58cfe946284773d2236b8113605fb5b3",
        "label": "161A",
        "long": "R\u00e4pina - Veriora - Tsolgo - V\u00f5ru",
        "short": "161A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "58f62c38def06d03cc5197721b8c0c42",
        "label": "511",
        "long": "Kivi\u00f5li - Vaek\u00fcla - Rakvere",
        "short": "511",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "590a31b0250760052f8d52d1353a2ab8",
        "label": "24C",
        "long": "R\u00e4pina - Veriora - (Verioram\u00f5isa) - Leevi - V\u00f5ru",
        "short": "24C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5927df1804557a14164833b5e83ef816",
        "label": "184A",
        "long": "V\u00f5ru - S\u00f5merpalu - H\u00e4nike - Antsla",
        "short": "184A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "593e4c83e7a3dde9adf2d7de424bad1f",
        "label": "63",
        "long": "Rakvere - Lepna - Lasila",
        "short": "63",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5954499c909f547251c59bc7942b5890",
        "label": "EL79",
        "long": "Ikla piiripunkt - Aina\u017ei  - H\u00e4\u00e4demeeste - Soometsa - P\u00e4rnu",
        "short": "EL79",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "595831b7c07e64fb678cc2261dc3d833",
        "label": "99I",
        "long": "P\u00f5lva - Tartu",
        "short": "99I",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "598ac78dc9c197af4c1f7fe2b8241a6b",
        "label": "68D",
        "long": "Mooste - Peterselli - Rasina - Ahja",
        "short": "68D",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "59a587a5f5672fb43a518aba43a3c5a1",
        "label": "3306",
        "long": "Kuressaare-Upa-Kaarma-Haamse-Aste-Kuressaare",
        "short": "3306",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "59b8cda863a6252616707971f1c36c4d",
        "label": "55A",
        "long": "Viljandi - Tohvri - K\u00f5pu - Iia",
        "short": "55A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "59d998eceadb506c33c3b7b36680d071",
        "label": "117",
        "long": "Tallinn - Saku - Kiisa - Tagadi - M\u00e4nniku",
        "short": "117",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "59dbae0b7fce58c9abcc56d2748f69de",
        "label": "846",
        "long": "Kallaste - Alatskivi - Koosa - Pilka - Tartu",
        "short": "846",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "59e2b77ca51f96b856f6cc8b800ba671",
        "label": "552",
        "long": "J\u00f5hvi - Rannapungerja - Tudulinna - Avinurme - Ulvi - Mustvee",
        "short": "552",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "59ec4d06def1b67c2dcb14f203592979",
        "label": "71K",
        "long": "Tartu-Pangodi-P\u00e4idla-Otep\u00e4\u00e4",
        "short": "71K",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5a1c8088f66246bd3d889f8fe1724185",
        "label": "189",
        "long": "V\u00f5ru - Vastseliina - Obinitsa - Plessi",
        "short": "189",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5a567c8d91dbe1f5e4c1fdaa59431569",
        "label": "456",
        "long": "P\u00f5ltsamaa - Adavere - Imavere - Adavere - P\u00f5ltsamaa",
        "short": "456",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5a77603b2a9172290b8b4eb989c18444",
        "label": "130",
        "long": "V\u00f5ru - S\u00f5merpalu - Osula - Kanepi",
        "short": "130",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5a7f01a6624d40827535229b1b0f1702",
        "label": "425",
        "long": "Tartu - N\u00f5giaru - Meeri - Vana-N\u00f5o - Luke - Aarike - Tartu",
        "short": "425",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5ab63f8d14d2ce44744b0f2be14bd7d6",
        "label": "155",
        "long": "Tallinn - Laagna - Kuusalu - Loksa",
        "short": "155",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5af40c63c544359924937db07cfa0a2b",
        "label": "318",
        "long": "Tartu - Aarike - Pangodi - Otep\u00e4\u00e4 - Elva - Tartu",
        "short": "318",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5b2b07d846746088fbcf681b3ac78315",
        "label": "144",
        "long": "V\u00f5ru - Vastseliina - Misso - Haanja",
        "short": "144",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5b4b0a0a0ca981351777060da1051722",
        "label": "754",
        "long": "Tartu - Vedu - Voore - Torma - (Sadala)",
        "short": "754",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5b9306929a8be3ea7abf924293367073",
        "label": "368",
        "long": "P\u00e4rnu - Paide - Koeru - Rakvere",
        "short": "368",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5ba1194846643fc1a65266e24bdddf6b-1",
        "label": "92-1",
        "long": "V\u00e4ndra - Vihtra - Tori - P\u00e4rnu",
        "short": "92-1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5bb302872a52a5a5f64f47d38b1b34e9",
        "label": "48C",
        "long": "Viljandi - Tohvri - Vanaveski - K\u00f5pu",
        "short": "48C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5bc9888f36444becdbb84374e5f10618",
        "label": "K30",
        "long": "Prillim\u00e4e - Kohila - Prillim\u00e4e",
        "short": "K30",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5bfbd7b8d828318a4096e460cf9257b6",
        "label": "218",
        "long": "Tartu - Aruj\u00f5e - Tuigo - Roiu - Tartu",
        "short": "218",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5bfcd19ea87527dc5a7214c01a8ef35f",
        "label": "84",
        "long": "Keskhaigla - J\u00f5hvi - Sillam\u00e4e - Narva",
        "short": "84",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5c1bd90bff3daa38c80f337c538ecbbd",
        "label": "403",
        "long": "J\u00f5geva - Siimusti - Aidu - Lustivere - P\u00f5ltsamaa",
        "short": "403",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5c29075534505e40eb2747ca0cbb1798",
        "label": "99",
        "long": "Aseri - Purtse - Kivi\u00f5li",
        "short": "99",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "5c4164429e5e041251a099db16e3960f",
        "label": "1",
        "long": "Tehase - Ranna - Kannuka - Turg - Polikliinik - Tehase",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5c4e4eb332420d29725d09c5d9b9bd08",
        "label": "29A",
        "long": "Viljandi - Vastem\u00f5isa - S\u00fcrgavere - Suure-Jaani",
        "short": "29A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "5c5b870aa371d4eb95d169ddf72f810c",
        "label": "13",
        "long": "Tammiste aiand - Haigla - Oja - Vana-Sauga - Kalurihall",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "5c5f2d1ef3318bdd0163aa344212e2af",
        "label": "209",
        "long": "P\u00e4rnu - Tallinn",
        "short": "209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5c5fcc871efc461c257f6cfd45a5f3a6",
        "label": "509",
        "long": "Tartu - Ilmatsalu - Tartu",
        "short": "509",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5c609a6e4e564798048c9f7a08b90116",
        "label": "429",
        "long": "P\u00f5ltsamaa - Pisisaare - Kalana - Pauastvere - P\u00f5ltsamaa",
        "short": "429",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8BB4C5",
        "color_name": "gray",
        "has_shape": true,
        "id": "5c74d1df07aa2ddb56aa08717cc20600",
        "label": "PAP-VIL",
        "long": "Papissaare-Vilsandi",
        "short": "PAP-VIL",
        "text_color": "000000",
        "type_label": "Ferry"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5c7a1733a03943c4292e1543dba73f46",
        "label": "2302",
        "long": "Kihelkonna-K\u00e4rla-Kuressaare",
        "short": "2302",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5c893ebb1f2f43962c8a6670b5347de1",
        "label": "4903",
        "long": "Kuressaare-Leisi-Ratla-Valjala-Kuressaare",
        "short": "4903",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5cb223e7935b5694de70621be42b1e03",
        "label": "18J",
        "long": "Antsla - L\u00fcllem\u00e4e",
        "short": "18J",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5cf9dcdc79b77439fd9e222e5308bb60",
        "label": "46A",
        "long": "Viljandi - T\u00e4\u00e4ksi - S\u00fcrgavere - P\u00e4rsti - Viljandi",
        "short": "46A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5d260fc7f57350a89d7899e2219d336a",
        "label": "17",
        "long": "Rapla - Kehtna - Lellapere - Vastja - Rapla OSALISELT N\u00d5UDELIIN",
        "short": "17",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5db151254fb3e4ba00cd4ad1d95ebac8",
        "label": "37",
        "long": "Hullo - Sadam - Hullo OSALISELT N\u00d5UDELIIN",
        "short": "37",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "5dd7423a59b77107b1c53879fa34560a",
        "label": "895",
        "long": "Tallinn - Paide - T\u00fcri - Viljandi",
        "short": "895",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5e63eb2110d9ac4cd214af4ad59c7836",
        "label": "53A",
        "long": "V\u00f5ru - Ridali - Tilsi - Puskaru p\u00f5ik - P\u00f5lva",
        "short": "53A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5e6a7657fa498dd79c7055de6aca9509",
        "label": "6291",
        "long": "K\u00e4rdla - K\u00e4ina - M\u00e4eltse - Kogri - Suurem\u00f5isa - K\u00e4ina",
        "short": "6291",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "5e79123761aee1d0a1410d372811d86c",
        "label": "273",
        "long": "Tallinn - P\u00e4rnu",
        "short": "273",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5e95640b00c09357531b93b5aee8877a",
        "label": "88",
        "long": "Kilingi-N\u00f5mme - Leipste - J\u00e4\u00e4rja",
        "short": "88",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "5f11bfa9b89a63c50977fbb4c2a4b1f2",
        "label": "22",
        "long": "Vabaduse park - Turg - Mere - Papiniidu - Tammiste lasteaed",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5f133979b853b4c50630095ee7b4f7df",
        "label": "713",
        "long": "Tartu - Koosa - Varnja - Alatskivi kool - Kallaste",
        "short": "713",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5f187b870d201d5918d01a60140e6391",
        "label": "93",
        "long": "P\u00e4rnu - Tori - Tootsi",
        "short": "93",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5f3496c56f83b5fc3e65ee14ff38687c",
        "label": "L32",
        "long": "Virtsu - Lihula - Kullamaa kool - Risti",
        "short": "L32",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5f613735fc65ce329921b2a9fb115aac",
        "label": "438",
        "long": "Tartu - N\u00f5o - Arbim\u00e4e - Elva - R\u00f5ngu - Puka - (Otep\u00e4\u00e4)",
        "short": "438",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5f6aca93a5ba4647a697f25d34f6b005",
        "label": "5111",
        "long": "T\u00f5nija-Valjala-K\u00f5ljala-Kuressaare",
        "short": "5111",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5f958779b8115886aed8e4ba3907cf3e",
        "label": "508",
        "long": "P\u00f5ltsamaa - Esku - Lebavere - Vitsj\u00e4rve - Esku - P\u00f5ltsamaa",
        "short": "508",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "5fa123ad8d2bcf85f6d23fbdfbf0e081",
        "label": "175",
        "long": "Tartu - Mustvee - J\u00f5hvi - Sillam\u00e4e - Narva",
        "short": "175",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5fca8462cec728076be4992e0d5a3a8b",
        "label": "71D",
        "long": "Tartu - Kambja - Pangodi - Otep\u00e4\u00e4",
        "short": "71D",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5fdbec627037c0aa669e3aeb7cc0cdcd",
        "label": "25M",
        "long": "Elva-Puka-Keeni-Sarapuu-Valga",
        "short": "25M",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5fdf62070fcb8f34de46b577f5192bc2",
        "label": "753",
        "long": "Tartu - Vasula - L\u00e4hte - Vasula - Tartu",
        "short": "753",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "600a268de4eac46ad4e181a0ee29aebd",
        "label": "207",
        "long": "Tartu - Roiu kauplus - Kaagvere - Luunja kool - Tartu",
        "short": "207",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "607eb2e85f346d4a0264ee2998f54d41",
        "label": "41",
        "long": "Otep\u00e4\u00e4 - P\u00fchaj\u00e4rve - Lutike - P\u00e4idla - Pilkuse - Otep\u00e4\u00e4",
        "short": "41",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "609b19c4bd3235dd0da05dd3d707d5b5",
        "label": "27",
        "long": "Rakvere - Roela - Rasivere",
        "short": "27",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "60a4b014cd507f4f5139c277d26a37a2",
        "label": "738",
        "long": "Tartu - Vasula - L\u00e4hte - \u00c4ksi keskus - Tabivere - Tartu",
        "short": "738",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "60b8165baca8ca2764604f29b665f09a",
        "label": "144",
        "long": "Tallinn - Kose",
        "short": "144",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "60e81f39cc6c698f35698bf8f09c8c0a",
        "label": "746",
        "long": "Tallinn - Rakvere - J\u00f5hvi - Narva",
        "short": "746",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "61097df2b828750d8a54ccb4c8cf9e49",
        "label": "142",
        "long": "J\u00f5geva - Siimusti - Saduk\u00fcla - J\u00f5une - Siimusti - J\u00f5geva",
        "short": "142",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "61388fecd194a691ed09581c9da87498",
        "label": "744",
        "long": "(Saarej\u00e4rve) - Maarja-Magdaleena - Elistvere m\u00f5is - Vedu - Tartu",
        "short": "744",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "616e63a3a975ee2094f12da80757a405",
        "label": "201B",
        "long": "Vastseliina - Tahma - Loosi - V\u00f5ru",
        "short": "201B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "61a5a11f8c6cefda8f813add8fa746c7",
        "label": "160",
        "long": "Tallinn - Soodevahe",
        "short": "160",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "61fd01b64c0e639cc4ddd2aa1beb0afd",
        "label": "64",
        "long": "J\u00f5hvi - M\u00e4etaguse - Kohtla-J\u00e4rve - J\u00f5hvi",
        "short": "64",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "621bb52a1a1d8a85f298da77749f94fb",
        "label": "8A",
        "long": "Priipalu-Tsirguliina kool-Sooru-Priipalu",
        "short": "8A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "623a375834173307326383bb5067c3b1",
        "label": "125A",
        "long": "Tallinn - P\u00f5rguv\u00e4lja - J\u00fcri - Lagedi",
        "short": "125A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "62423714889167fce81e5958a2da0b06",
        "label": "193A",
        "long": "V\u00f5ru - Loosi - Vastseliina - Tahma - Loosi - V\u00f5ru",
        "short": "193A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6251f727b47caeae71a0bde01462511e",
        "label": "827",
        "long": "V\u00f5nnu - V\u00f5\u00f5pste - M\u00e4ksa - Tartu",
        "short": "827",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "625671a4856c9444d1b7a551af4b4a50",
        "label": "K12",
        "long": "\u00dclase - Kool - Haigla - Luha - Kirik - Raudteejaam - R\u00f5\u00f5mu",
        "short": "K12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "625d5c21c52cc54613fb583a48676dac",
        "label": "24A",
        "long": "Valga - Keeni - Priipalu - Unik\u00fcla - Valga",
        "short": "24A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "626e40dd3c4550007d41c388c52e2f97",
        "label": "83-1",
        "long": "P\u00e4rnu - Paikuse - Tammuru - Postikooli",
        "short": "83-1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "62880be0f11cd6179154d225a4a1bf41",
        "label": "10E",
        "long": "Paide keskv\u00e4ljak - T\u00fcri - S\u00e4revere",
        "short": "10E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "62ab1bbd0fd4f7cd69debc44999ba59a",
        "label": "12-2",
        "long": "Kesklinn-Niidu-Kalmistu-Bauhof-Kudjape-Nooruse-Keskv\u00e4ljak",
        "short": "12-2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "62f142d2df48cc903a8d0c05d72e603a",
        "label": "27",
        "long": "Tallinna mnt. - Papsaare - Vigri - Audru kool",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6310724abc68645d10cbea1d295feafb",
        "label": "12A",
        "long": "Linna keskus - Soontaga -  Linna keskus",
        "short": "12A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "63190a104963e278a42bba4d4ee88f60",
        "label": "54B",
        "long": "V\u00f5ru - Ridali - Tilsi - Meemaste - P\u00f5lva",
        "short": "54B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "635c7c90c256bd4eef9d59e5aaab2731",
        "label": "465",
        "long": "Elva - Peedu - N\u00f5o - Tartu",
        "short": "465",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "637bdb776a4361b47791f47c3f0f0a92",
        "label": "72D",
        "long": "Tartu - Elva - Otep\u00e4\u00e4",
        "short": "72D",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "63892f37d65871acd0b1aea020531948",
        "label": "69B",
        "long": "P\u00f5lva - Holvandi - Partsi - P\u00f5lva",
        "short": "69B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "638d9c3ddfd57e99e585b8b3e18ae870",
        "label": "104B",
        "long": "Tallinn - Loo - Lagedi m\u00f5is - Kostivere - Raasiku - Kuuse tee",
        "short": "104B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6392146d803011a156f15a3f5769975b",
        "label": "180",
        "long": "J\u00f5geva-Laiuse-Palamuse-K\u00e4\u00e4pa-(Pala)-Voore-Kuremaa-J\u00f5geva",
        "short": "180",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "639ba04d084d8e577947471987ca74c0",
        "label": "715",
        "long": "Kallaste - Kokora rist - Alatskivi - Koosa - Tartu",
        "short": "715",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "639f2a7b46d475700de42d2a0f05e1a5",
        "label": "292",
        "long": "K\u00e4rdla - Haapsalu - Tallinn",
        "short": "292",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "63bbbc307699ae655ac6ef5013914187",
        "label": "49A",
        "long": "Viljandi - Kantrek\u00fcla - Abja-Paluoja - M\u00f5isak\u00fcla",
        "short": "49A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "63fbea8bef218a020bab39f68992ecca",
        "label": "310",
        "long": "Tallinn - Rakvere",
        "short": "310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "642fa2859ea96b9c5dcc9b62b7724230",
        "label": "90B",
        "long": "J\u00f5hvi - Kivi\u00f5li - (P\u00fcssi)",
        "short": "90B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "64328956816d7e4353a19f62e288dbd2",
        "label": "605",
        "long": "Tartu - L\u00e4hte - Maarja-Magdaleena - L\u00e4hte - Tartu",
        "short": "605",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "BD4819",
        "color_name": "red",
        "has_shape": true,
        "id": "6436adccf12a01a6240a22261e661962",
        "label": "3",
        "long": "Ravi - Tervise",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "645d5f28944f98d4d4ec96de5f8f2509",
        "label": "351",
        "long": "M\u00e4rjamaa - Kernu - Harutee - Tallinn",
        "short": "351",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "649ebc73b8d9db089c41831d8ce03448",
        "label": "322",
        "long": "Kambja park - Roiu kauplus - \u00dclenurme keskus - Tartu",
        "short": "322",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "64b665f2c98a8154ed864cce39cdbc08",
        "label": "36B",
        "long": "Viljandi - Karula - V\u00f5ivaku - Saarepeedi - Karula - Viljandi",
        "short": "36B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6501e2a1201f7c822798a4ea60cdb6ba",
        "label": "121A",
        "long": "V\u00f5ru - Tsooru - Varstu - Saru - (Saru lauatehas)",
        "short": "121A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "652cad01c453242e23143f8c3c02ed72",
        "label": "25A",
        "long": "Puka - Valga",
        "short": "25A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6542df64cf0c6776e9e47c084e3579ec",
        "label": "123B",
        "long": "Krabi - Hintsiko - R\u00f5uge - V\u00f5ru",
        "short": "123B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "65a5a62ae32d9c7a2dcc044d55bb7cf6",
        "label": "28",
        "long": "Haapsalu - Linnam\u00e4e - Spithami - Dirhami OSALISELT N\u00d5UDELIIN",
        "short": "28",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "65abb84cba8401473ef2427b087d821c",
        "label": "203",
        "long": "V\u00f5ru - Vastseliina",
        "short": "203",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "65b7a1284257af73e18e6005493b676a",
        "label": "22A",
        "long": "T\u00fcri bussijaam - V\u00e4\u00e4tsa kool",
        "short": "22A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6608b56522f39a422260c30dd41b2adf",
        "label": "33",
        "long": "M\u00e4rjamaa - M\u00f5isamaa - Valgu - P\u00e4\u00e4rdu",
        "short": "33",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "661222d5eb9a1287b9613236729eee4f",
        "label": "39E",
        "long": "Otep\u00e4\u00e4 - Vidrike - Sangaste - Valga",
        "short": "39E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6612310ee8fb071df05a2d23940468c0",
        "label": "14",
        "long": "Otep\u00e4\u00e4-Restu-Keeni-Sangaste-Valga",
        "short": "14",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "662e183ccd8861043cb87e01234e5a28",
        "label": "329",
        "long": "P\u00e4rnu - Vana-Vigala - Jaama",
        "short": "329",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "66460a76c2ea48337a0e4a9a1fdab422",
        "label": "732",
        "long": "Tartu - Vasula - L\u00e4hte - \u00c4ksi keskus - Tabivere park",
        "short": "732",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF711D",
        "color_name": "orange",
        "has_shape": true,
        "id": "6677bf100bfb2adc62264efe7f6b2a70",
        "label": "R16",
        "long": "Tallinn -Turba",
        "short": "R16",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "66a372d1c1ea4fa57dfe93c9759634ca",
        "label": "238",
        "long": "Tartu - Roiu - V\u00f5nnu - Laaksaare - Mehikoorma - R\u00e4pina",
        "short": "238",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "67023817b67c65b77eacdb45dc243b4d",
        "label": "220",
        "long": "Tallinn - P\u00e4rnu",
        "short": "220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6706d5179033066bb25a02db98dc372e",
        "label": "47",
        "long": "Rakvere - Uhtna - Ubja - Rakvere",
        "short": "47",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "67435e592d9e99b54d8c70eaf3fc3e43",
        "label": "384",
        "long": "Tallinn - Kohtla-J\u00e4rve - J\u00f5hvi - Sillam\u00e4e - Narva",
        "short": "384",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "67b2abc966a0f7dead63920e3cf6b3cf",
        "label": "6501",
        "long": "K\u00e4rdla- Viskoosa-Luidja-(K\u00f5pu kool)-K\u00f5pu-(Kalana)",
        "short": "6501",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "67b2abc966a0f7dead63920e3cf6b3cf-1",
        "label": "6503",
        "long": "K\u00e4rdla (\u2013 Malvaste) \u2013 Lauka \u2013 Viskoosa \u2013 Luidja \u2013 Kiduspe \u2013 K\u00f5pu \u2013 Kalana",
        "short": "6503",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "67b2abc966a0f7dead63920e3cf6b3cf-3",
        "label": "6505",
        "long": "K\u00e4rdla (\u2013 Malvaste) \u2013 Lauka \u2013 Viskoosa \u2013 Luidja \u2013 Kiduspe \u2013 K\u00f5pu \u2013 Kalana",
        "short": "6505",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "67b2abc966a0f7dead63920e3cf6b3cf-4",
        "label": "6491",
        "long": "Luidja (\u2013 Suureranna k\u00fcla \u2013 Kiduspe) \u2013 K\u00f5pu \u2013 Kalana",
        "short": "6491",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "67e62fe885d4800ae4446b481eef3cde",
        "label": "3a",
        "long": "Paemurru - Jaama - Tempo - Augametsa",
        "short": "3a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "67f9f700c807a38eca598969e31cb56c",
        "label": "459",
        "long": "Tartu - Peedu - Elva - R\u00f5ngu - Rannu - Annikoru - Puhja - Tartu",
        "short": "459",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "67fe797f293d76d877ef68bdef6b99ae",
        "label": "6311",
        "long": "K\u00e4rdla - Kuri - Heltermaa - K\u00e4ina - K\u00e4rdla",
        "short": "6311",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "681632e6c90e697439e63286d761595b",
        "label": "133",
        "long": "V\u00f5ru - Joosu - P\u00f5lva",
        "short": "133",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "68314405fe8dc3f995d4bf58812e4ab7",
        "label": "29A",
        "long": "P\u00f5lva - Puskaru - Kanepi - Saverna - Krootuse - P\u00f5lva",
        "short": "29A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "685577e99ecd6cd560385df44fe70f26",
        "label": "2215",
        "long": "L\u00fcmanda-Kotlandi-Koki-Koimla-L\u00fcmanda-K\u00f5rkk\u00fcla-Kuressaare",
        "short": "2215",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "685f626133096f94d88ed8c5e67ff23f",
        "label": "128",
        "long": "V\u00f5ru - Osula - Vagula - V\u00f5ru",
        "short": "128",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "687652aa7ff8bc3c3bf0f53bbd8cf8ef",
        "label": "62-1",
        "long": "P\u00e4rnu - Audru kool - T\u00f5stamaa - Varbla - Lihula",
        "short": "62-1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "689008d5702200c2598deaed2550f6d3",
        "label": "68",
        "long": "P\u00e4rnu - T\u00f5stamaa - Varbla",
        "short": "68",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "68a3be676fad6e3e119c7200394acfe9",
        "label": "76A",
        "long": "Otep\u00e4\u00e4 - Anne - Antsla",
        "short": "76A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "68a93fa952a9c60933240c2ef6e29522",
        "label": "EL74",
        "long": "P\u00e4rnu - H\u00e4\u00e4demeeste - Aina\u017ei - Ikla piiripunkt",
        "short": "EL74",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "68c813630eaeabbb436f0321782a06eb",
        "label": "80A",
        "long": "Sikam\u00e4e - Merem\u00e4e - Obinitsa - Orava raudteejaam",
        "short": "80A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "68cf37a826e6373d9c2c10660184a571",
        "label": "6573",
        "long": "K\u00e4rdla - K\u00e4ina - Emmaste (- S\u00f5ru sadam)",
        "short": "6573",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "68d05ffadb55d5c46dee99abd0378a00",
        "label": "6484",
        "long": "N\u00d5UDELIIN S\u00f5ru sadam - Emmaste - K\u00e4ina - K\u00e4rdla",
        "short": "6484",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "68d05ffadb55d5c46dee99abd0378a00-1",
        "label": "6482",
        "long": "S\u00f5ru sadam - Emmaste - K\u00e4ina - K\u00e4rdla",
        "short": "6482",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "68d05ffadb55d5c46dee99abd0378a00-2",
        "label": "6484",
        "long": "N\u00d5UDELIIN S\u00f5ru sadam - Emmaste - K\u00e4ina - K\u00e4rdla",
        "short": "6484",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "68e67524d092fd364b1110b4532411c1",
        "label": "407",
        "long": "Elva - Peedu - N\u00f5o - Tartu",
        "short": "407",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "68efc2f5eff072214c06147875f8ecb4",
        "label": "41C",
        "long": "Rakvere - Ulvi - Viru-Kabala",
        "short": "41C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "68f95ee9aab48e7e0cd569082a7344c4",
        "label": "26",
        "long": "Haapsalu - Palivere - Risti - Ellamaa OSALISELT N\u00d5UDELIIN",
        "short": "26",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "69061ab42702263560285ccdb97eb3b0",
        "label": "840",
        "long": "Tartu - Pilka - Kavastu - (Kikaste)",
        "short": "840",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6911e218287d2f414c2d0a6a4e0078f3",
        "label": "226",
        "long": "Mustvee - Rannapungerja - Piilsi - Mustvee - Kallaste",
        "short": "226",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "69124e13bea99c790b299bdf3e32c342",
        "label": "714",
        "long": "(Lahepera) - Savimetsa - Kolkja - Varnja - Koosa - Tartu",
        "short": "714",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "694944a5d1ba2ea2552d0b4f27b30ee4",
        "label": "169",
        "long": "Antsla - Kuldre - Antsla - Linnam\u00e4e - S\u00f5merpalu - V\u00f5ru",
        "short": "169",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6963a341cb14328c0d699c6f83e94750",
        "label": "1104",
        "long": "KUR- L\u00e4\u00e4tsa(Ansek\u00fcla-Vintri-Lindmetsa-Iide-S\u00e4\u00e4re-M\u00e4ssa)",
        "short": "1104",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6966dd899a36292aaa721b39da892d9f",
        "label": "18V",
        "long": "Aseri - Kunda - V\u00f5su - Tallinn",
        "short": "18V",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6976633207aebb320f9d708849fd7b76",
        "label": "L12-1",
        "long": "Lihula - Kloostri - Rumba - Lihula",
        "short": "L12-1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "699299adcc681410d7ba4fcbdb865701",
        "label": "198B",
        "long": "V\u00f5ru - Loosi - Lindora - Vastseliina",
        "short": "198B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "69be8b34a85a23a995607826c3bf10e1",
        "label": "139",
        "long": "Tallinn - Vaida - Kose-Uuem\u00f5isa - Kose - Ardu",
        "short": "139",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "69cc1f9ad05fb691e0b9d5b580d1a473",
        "label": "340",
        "long": "Tallinn - J\u00f5hvi - Narva",
        "short": "340",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "69cd4aaaa9026326afba99c56e2843c5",
        "label": "160",
        "long": "Tallinn - Tartu",
        "short": "160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "69d19130cb6c21dc3480b6d8bb7f531b",
        "label": "207",
        "long": "Kesklinn - Kose - Veskisalu",
        "short": "207",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "69de67d1f10f19ced8c587c481e6b473",
        "label": "422",
        "long": "Elva - Peedu - N\u00f5o - N\u00f5giaru - Tartu",
        "short": "422",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6a00a50a1156e34f73954edddac900d4",
        "label": "480",
        "long": "P\u00f5ltsamaa - Kamari - Umbusi - Annikvere - P\u00f5ltsamaa",
        "short": "480",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6a062bec7b089b6bd52f534c4d506150",
        "label": "66",
        "long": "Viljandi - Sillaotsa - Viiratsi - Viljandi",
        "short": "66",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6a130c5d8d4b5c0307793102f7844007",
        "label": "36E",
        "long": "Viljandi - Saarepeedi - V\u00f5ivaku - Saarepeedi - Viljandi",
        "short": "36E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6a753f9bde312bf63f758edd22f5a60d",
        "label": "186",
        "long": "Mustvee - K\u00e4\u00e4pa - Voore - Palamuse - Kuremaa - J\u00f5geva",
        "short": "186",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6ac94598e11fcaca3fe8a52a47ae57de",
        "label": "728",
        "long": "Tartu - Koosa - Alatskivi - Kallaste - Pala - K\u00e4\u00e4pa",
        "short": "728",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6af5a3b5ec128c3592d971de29fc828d",
        "label": "L18",
        "long": "Lihula - Matsalu - Saastna - Lihula",
        "short": "L18",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6afff5d21b3c6e65eb78cc480b9b88b5",
        "label": "200B",
        "long": "Vastseliina - Lindora - Loosi - V\u00f5ru",
        "short": "200B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6b1133e66e749f1857941fb6fe9a545b",
        "label": "4110",
        "long": "Kuressaare-Leisi-Triigi sadam-Leisi-Kuressaare",
        "short": "4110",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "6b37a9b6df85be3619ac9695578740c8",
        "label": "253",
        "long": "Haapsalu - Risti - Tallinn",
        "short": "253",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6b63b2a299606aedfa1edd8fa1346929",
        "label": "35G",
        "long": "Paide - Peetri -J\u00e4rva-Jaani - Karinu - Jalgsema - Paide",
        "short": "35G",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "6b72bfd2b7c62bfec961f201130972b9",
        "label": "8a",
        "long": "Sendi - M\u00f5isa - Hariduse - Sendi",
        "short": "8a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6b96d0cb584e2669dd60e85cd0ea374d",
        "label": "31A",
        "long": "Valga-L\u00fcllem\u00e4e-Rebasem\u00f5isa-Koobassaare-V\u00e4hero-Valga",
        "short": "31A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "6ba7fa55768c0121cf922a830efec9f2",
        "label": "368",
        "long": "Narva - J\u00f5hvi - Tallinn",
        "short": "368",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6bac33cb0b4bb2da9d5949dc70c51dc9",
        "label": "123",
        "long": "J\u00f5geva - Siimusti - Lahavere - Kalana - Pauastvere - P\u00f5ltsamaa",
        "short": "123",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6bcc491050740d2226f1263b172501a7",
        "label": "5102",
        "long": "Kuivastu-Hellamaa-Liiva-Orissaare-Valjala-K\u00f5ljala-Kuressaare",
        "short": "5102",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6bd148bbabfe49812ecea35f402b3bec",
        "label": "2J",
        "long": "P\u00f5lva - Kauksi - Ruusa - R\u00e4pina",
        "short": "2J",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6bd38af6be3e04ccbef186149a770bb0",
        "label": "2F",
        "long": "P\u00f5lva - Kauksi - Ruusa - R\u00e4pina",
        "short": "2F",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6bfcd199981809c8808585c02b808008",
        "label": "6412",
        "long": "K\u00e4rdla - K\u00e4ina - Emmaste - (Tohvri) - Nurste - (\u00d5ngu)",
        "short": "6412",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6c17fa056190a0205eec3bb35f295cc2",
        "label": "78B",
        "long": "P\u00f5lva - Mooste - (Rasina) - Mehitse",
        "short": "78B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6c1e9960a29f1bfc9c7cef2129afada4",
        "label": "49D",
        "long": "Viljandi - P\u00e4idre - \u00d5isu - Abja-Paluoja - M\u00f5isak\u00fcla",
        "short": "49D",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6c709ed5004b0bb9a57b1ae6b75207dd",
        "label": "369",
        "long": "Tartu - Valga - Tartu",
        "short": "369",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6c8b28d86d80c2f16a7accfe3bbbd4e2",
        "label": "173",
        "long": "Pataste - Maarja-Magdaleena - Palamuse - Kuremaa - J\u00f5geva",
        "short": "173",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6cc01bf44be8d17c1da9eaa0f6079f26",
        "label": "707",
        "long": "Tartu - Varnja - Nina - Kallaste - Kokora - Alatskivi",
        "short": "707",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6ce449881ed96893dcf28817293a75dd",
        "label": "25F",
        "long": "Puka-Otep\u00e4\u00e4",
        "short": "25F",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6d22e5ce3bb6bf4daf2e48d45662d3d3",
        "label": "119",
        "long": "V\u00f5ru - N\u00f5nova - Lasva -(Pikakannu)-(Madala )- V\u00f5ru",
        "short": "119",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6d576c0c0208ebf43ab7f468dcc4bede",
        "label": "6332",
        "long": "K\u00e4rdla - Kuri - Heltermaa - (Sarve -) K\u00e4rdla",
        "short": "6332",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6d6d9c1e46b087181cafc1827878501a",
        "label": "77A",
        "long": "Otep\u00e4\u00e4 - Makita - Neeruti - Otep\u00e4\u00e4",
        "short": "77A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6d94317f0901451af4cbd42877909096",
        "label": "40",
        "long": "Suure-Jaani - S\u00fcrgavere - Viljandi",
        "short": "40",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6d9fe93509f6cd914c4a4279e3069c6c",
        "label": "6411",
        "long": "(\u00d5ngu) - Nurste - P\u00e4rna - (Tohvri) - Emmaste - K\u00e4ina - K\u00e4rdla",
        "short": "6411",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6dce9b99080ef31b0242a0e5030cb72d",
        "label": "76C",
        "long": "Otep\u00e4\u00e4 - Pilkuse - Vastsem\u00f5isa - Antsla",
        "short": "76C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6de0b4c1799872637861b0a2c9c6b11b",
        "label": "919",
        "long": "(Aaviku) - Taabri - K\u00f5rvek\u00fcla - L\u00e4hte",
        "short": "919",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6e012451d68e9fd2fe31761eb3bafee7",
        "label": "401",
        "long": "P\u00f5ltsamaa - Aidu - Siimusti - J\u00f5geva",
        "short": "401",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6e1a3e3ee6ae6c14cde134cf4a62f913",
        "label": "25I",
        "long": "Elva - Palupera - R\u00f5ngu - Puka - Keeni - Valga",
        "short": "25I",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6e74b8acaafe3b73f9c8f794fb2cd6eb",
        "label": "3305",
        "long": "Kuressaare-Aste-Hakjala-Kaarma-Kuressaare",
        "short": "3305",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6ea4efdd1b050d970fc4b69fb4b92e58",
        "label": "45",
        "long": "K\u00e4rstna - Mustla - Viljandi",
        "short": "45",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6f49721c01257f437194b8f802c7bc37",
        "label": "108",
        "long": "Seminari v\u00e4ljak - KEK - Haigla - KEK - Seminari v\u00e4ljak",
        "short": "108",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6f588a7d251f085c9c8b84d1f4d49275",
        "label": "428",
        "long": "Tartu - N\u00f5giaru - Keeri - N\u00f5giaru - Tartu",
        "short": "428",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6f95f90a3fdcef26a3f659b27fc61dae",
        "label": "33G",
        "long": "Paide - Imavere - Taadikvere",
        "short": "33G",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6f98ee9701861b3bd26a246ed1370076",
        "label": "9B",
        "long": "Koeru - Peetri - Paide",
        "short": "9B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6fa70c7ee02af9f0e0cd42c9890ad31e",
        "label": "608",
        "long": "Tartu - L\u00e4hte - \u00c4ksi keskus - Vedu keskus - (Kobratu)",
        "short": "608",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "6fb988b85c706b678606a0cca845a9d9",
        "label": "451-2",
        "long": "Adavere - P\u00f5ltsamaa",
        "short": "451-2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "700d46813ca4c6e95a4812cff645aa58",
        "label": "839",
        "long": "Mehikoorma - Ahunapalu - V\u00f5nnu - Tartu",
        "short": "839",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "705b84d207aff280b5c4d4f0d8c030de",
        "label": "441",
        "long": "P\u00f5ltsamaa - Pisisaare - K\u00fctim\u00e4e - Kalana - P\u00f5ltsamaa",
        "short": "441",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7070f5a9ede01d9ff7bc6689065e7b79",
        "label": "748",
        "long": "Pala - Kallaste - Alatskivi - Koosa - Tartu",
        "short": "748",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7070f5a9ede01d9ff7bc6689065e7b79-1",
        "label": "765",
        "long": "(Pala) - Kallaste - Alatskivi - Kolkja - Koosa - Tartu",
        "short": "765",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7086f9a0d4daa61d49a21e4d420d9f69",
        "label": "6242",
        "long": "K\u00e4rdla - Lennujaam - K\u00e4rdla",
        "short": "6242",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "708d8c2346a411dbe1c2cd1be91775a5",
        "label": "606",
        "long": "\u00d5vanurme rist - L\u00e4hte - K\u00e4rkna - Tartu",
        "short": "606",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "70a73d03eadf07d89f37b4be6e070871",
        "label": "6462",
        "long": "K\u00e4ina-Vaemla- Kassari- Orjaku- Jausa-Moka- K\u00e4ina-K\u00e4ina kool",
        "short": "6462",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "70a7d1426e91c76a6cf47b0a16f00fca",
        "label": "334",
        "long": "P\u00e4rnu - M\u00e4rjamaa",
        "short": "334",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "70b463458288da5b45748b959c955dba",
        "label": "49B",
        "long": "Krootuse - Karaski p\u00f5ik - Ihamaru - (Karilatsi)",
        "short": "49B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "70ffcac6cf8add6786a0ea7272eb6eba",
        "label": "2I",
        "long": "R\u00e4pina - Kauksi - P\u00f5lva",
        "short": "2I",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "710b0640e268c7d9e65ad142e6dc8138",
        "label": "56",
        "long": "Kanepi - Saverna - Krootuse - P\u00f5lva",
        "short": "56",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7127a979009e86f7d5533688faeb57d9",
        "label": "849",
        "long": "Tartu - M\u00e4ksa - V\u00f5\u00f5pste - Melliste - Roiu - Tartu",
        "short": "849",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "712ae1999bb66abf12ff5f6f650b8163",
        "label": "223",
        "long": "Torma - T\u00f5ikvere - Kuremaa - J\u00f5geva",
        "short": "223",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "714de349c70f2eee536e7aa886ef1970",
        "label": "551",
        "long": "J\u00f5hvi - Rannapungerja - Tudulinna - Avinurme",
        "short": "551",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "715569ef1029df3d96d6eede930862ce",
        "label": "6431",
        "long": "(Leluselja \u2013 Aadma \u2013 Lelu teerist \u2013 ) M\u00e4nnamaa \u2013 Tuuletorni ( \u2013 K\u00e4ina)",
        "short": "6431",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "715b4c4e9f9b2bc97079012120b3102a",
        "label": "706",
        "long": "K\u00e4\u00e4pa - Assikvere - Pala - Kallaste - Koosa - Tartu",
        "short": "706",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "719219628436aff21fe8c9a3a98e1349",
        "label": "3208",
        "long": "Hakjala-Aste-Kuressaare",
        "short": "3208",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "71f447f5113d2fa7220b7d4f6f9902d5",
        "label": "271",
        "long": "Tallinn - M\u00e4rjamaa - P\u00e4rnu-Jaagupi - P\u00e4rnu",
        "short": "271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "71fad5392c80ae8ab9bf406deb6b285b",
        "label": "57C",
        "long": "Abja-Paluoja - \u00d5isu - Abja-Paluoja",
        "short": "57C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "71fcdf6c24446ae62d3adb5d8ffed51e",
        "label": "6571",
        "long": "K\u00e4rdla \u2013 K\u00e4ina \u2013 Emmaste ( \u2013 S\u00f5ru sadam \u2013 Tohvri \u2013 Emmaste \u2013 Nurste \u2013 \u00d5ngu)",
        "short": "6571",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "71fcdf6c24446ae62d3adb5d8ffed51e-1",
        "label": "6572",
        "long": "K\u00e4rdla \u2013 K\u00e4ina \u2013 Emmaste \u2013 S\u00f5ru sadam \u2013 Tohvri \u2013 Emmaste \u2013 Nurste \u2013 \u00d5ngu",
        "short": "6572",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "71ffac40a0bd631b425dae1864293a81",
        "label": "3107",
        "long": "KUR-Randvere -Mustjala-(K\u00fcdema-Tagaranna tellim)-KUR",
        "short": "3107",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "72858dd8be633e529d3f73c4d77f73b1",
        "label": "205",
        "long": "Mustvee - Torma - Laiuse - J\u00f5geva",
        "short": "205",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF711D",
        "color_name": "orange",
        "has_shape": true,
        "id": "72ac5cefcee5ed431883a4d7b2aee038",
        "label": "R12",
        "long": "Tallinn - Keila",
        "short": "R12",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "72c4585c7e7a3f37c3c33f4c71ae3f38",
        "label": "99A",
        "long": "Lao - P\u00f5lva - Taevaskoja - Vastse-Kuuste - Tartu",
        "short": "99A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "72e13a488ee800a6147bbfea0cfb1a7e",
        "label": "61",
        "long": "Kadrina - Loksa - Rakvere",
        "short": "61",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "72e4f106d7594a31943bf252ddfd09fe",
        "label": "24B",
        "long": "Paide - Sargvere - K\u00fctim\u00e4e",
        "short": "24B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "72ec592330341150bec64b89e99f676b",
        "label": "111",
        "long": "P\u00f5ltsamaa - Lustivere - Viruvere - J\u00f5geva",
        "short": "111",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "730620068d77da5f0e6e0ef0969fed88",
        "label": "6561",
        "long": "K\u00e4rdla - Lauka - Viskoosa - Luidja",
        "short": "6561",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "737215219eab5f99026decc35a93b71b",
        "label": "436",
        "long": "P\u00f5ltsamaa - Pisisaare - Kalana - Pauastvere - P\u00f5ltsamaa",
        "short": "436",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "738d899486f4a1e13ae52b01698e954d",
        "label": "5801",
        "long": "Orissaare-P\u00f6ide-Tornim\u00e4e-Orissaare",
        "short": "5801",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "7396646ab7496bb5923d5799871317c0",
        "label": "189",
        "long": "Tallinn - Tartu - P\u00f5lva - V\u00f5ru",
        "short": "189",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7399a28f9274656339215ee700f5d95f",
        "label": "105",
        "long": "Tallinn - Vaida - Pikavere - Alavere - Voose",
        "short": "105",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "739e210516ba41b83dc5a3140bda68dd",
        "label": "100",
        "long": "J\u00f5geva - Aidu - P\u00f5ltsamaa",
        "short": "100",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "73c448bb637f842f37d4bf2748bb2c6d",
        "label": "88A",
        "long": "Matsuri - Koidula - Orava - V\u00e4rska",
        "short": "88A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "73cc5c33307deef3d438cb84a02a890d",
        "label": "36C",
        "long": "Viljandi - Karula - V\u00f5ivaku - Saarepeedi - Viljandi",
        "short": "36C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "740f513e65bcbb02cdf4495bf11a568e",
        "label": "931",
        "long": "Laeva - Tabivere - Tabivere park",
        "short": "931",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7433fa8bf6170b3991d67d2821d597c6",
        "label": "36A",
        "long": "Otep\u00e4\u00e4 - Kaagvere - Kanepi - Karaski - P\u00f5lva",
        "short": "36A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7449083ccf427ee7b81213e72b04e252",
        "label": "2316",
        "long": "Kuressaare-K\u00e4rla-Pidula-Kihelk.-K\u00f5ruse-Kihelkonna",
        "short": "2316",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "745d798febc62d76f0bbf1234ba9f5a6",
        "label": "375",
        "long": "Viljandi - T\u00fcri - Paide - Tallinn",
        "short": "375",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "747ea831fbd4cd94403093c0d2fa7274",
        "label": "450",
        "long": "Tartu - Arbim\u00e4e - Elva - Luke - N\u00f5o - Tartu",
        "short": "450",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "748cb45a7228434ca9ff97c559f6f340",
        "label": "39A",
        "long": "Tamsalu - V\u00e4ike-Maarja - Simuna - Rakvere",
        "short": "39A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "74a442ef4c5a48fd0974aeef72a18d74",
        "label": "724",
        "long": "Tartu - Vedu - Maarja-Magdaleena - (Palamuse)",
        "short": "724",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "74bef93413e370a32f66084fd1dab323",
        "label": "20",
        "long": "Rakvere - V\u00e4ike-Maarja - Tamsalu",
        "short": "20",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "74ce9a197167de20e3396b8028273e80",
        "label": "5209",
        "long": "Kuressaare-Laimjala-P\u00f6ide-Tornim\u00e4e-K\u00f5rkvere-Orissaare-Koguva-Liiva-N\u00f5mmk\u00fcla-Kallaste-Liiva-P\u00e4daste-Kuivastu",
        "short": "5209",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7505596d9f568f929dbe92495cd2c4dc",
        "label": "42-2",
        "long": "P\u00e4rnu - Libatse",
        "short": "42-2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "750ac8069622b51376de61ce3dab9d11",
        "label": "58A",
        "long": "Suure-Jaani - V\u00f5hma - Viljandi",
        "short": "58A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "750ba9a8dbc1d5a17981b2bfc2a5b28e",
        "label": "47C",
        "long": "Rakvere - Raudlepa - Uhtna - Ubja - Rakvere",
        "short": "47C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "750db10afa2eebb6d373efc2a8df88c3",
        "label": "251",
        "long": "Kuressaare - Tallinn",
        "short": "251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7515b3e2cb2b655b0660900bcbb83f6d",
        "label": "66A",
        "long": "Leevi - Koolmaj\u00e4rve - Peri - Meemaste - P\u00f5lva",
        "short": "66A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7549519e623e9837d439c19a5670a3ca",
        "label": "85",
        "long": "P\u00e4rnu - K-N\u00f5mme - Tihemetsa - T\u00f5lla - Kanak\u00fcla - K-N\u00f5mme",
        "short": "85",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "754e951771a07adf215a33e634134534",
        "label": "431",
        "long": "P\u00f5ltsamaa - Pisisaare - Kalana - K\u00fctim\u00e4e - P\u00f5ltsamaa",
        "short": "431",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "755b6e535f883f9794f25fe41db9926f",
        "label": "28A",
        "long": "Kultuurikeskus - V\u00e4\u00e4tsa",
        "short": "28A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "759e8bf7a4ce65cc701c75efbbd9b70f",
        "label": "3301",
        "long": "Kuressaare-Upa-Kaarma-Haamse-Aste-Kuressaare",
        "short": "3301",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF711D",
        "color_name": "orange",
        "has_shape": true,
        "id": "75ab318eb09a903e845be9b493092525",
        "label": "R15",
        "long": "Tallinn - Paldiski",
        "short": "R15",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "75d5398ddebb1e887d5237b8ea4e349d",
        "label": "489",
        "long": "P\u00f5ltsamaa - Kamari - P\u00f5ltsamaa",
        "short": "489",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "75f585530efd4bf9e2cc2d73c29d9d9d",
        "label": "817",
        "long": "Tartu - Sahkapuu - Kavastu - Luunja kool - Tartu",
        "short": "817",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "760b21199ff36ae8cc7ed27d8e71d4d7",
        "label": "99",
        "long": "P\u00e4rnu - Tori - Aesoo",
        "short": "99",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "76127e023b7ef502f88407419ac5b247",
        "label": "212",
        "long": "J\u00f5geva - Laiuse - Sadala - Torma - Mustvee",
        "short": "212",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7670795561b65100a2d1e8d67030d363",
        "label": "718",
        "long": "Tartu - Koosa - Alatskivi - (Nina) - Kallaste - (Pala)",
        "short": "718",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7671a21f1a8568297636e4422cff3372",
        "label": "811",
        "long": "Tartu - Kaagvere - Melliste - M\u00e4ksa - (Kavastu)",
        "short": "811",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7695b5bc47fdb067c07de04e064069d7",
        "label": "55B",
        "long": "Viljandi - Tohvri - K\u00f5pu - Seruk\u00fcla - Iia",
        "short": "55B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "76a620df8998e4883b66bcc145b376e8",
        "label": "710",
        "long": "Kallaste - Alatskivi - Koosa - Tartu",
        "short": "710",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "76b3b210eeeb21ab7df169daa9c33666",
        "label": "51",
        "long": "P\u00f5lgaste - Varbuse - Kanepi - Heisri - Kanepi - P\u00f5lgaste",
        "short": "51",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "76d5f6ec266f52512fb7291e87417308",
        "label": "9",
        "long": "R\u00e4pina - Veriora - Ruusa - Leevaku - R\u00e4pina",
        "short": "9",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "76fc1892be15246e2e28e0a3cdba8234",
        "label": "932",
        "long": "Turuplatsi - Elva - (Luke) - (Laguja) - (Illi) - Elva",
        "short": "932",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7704848cbbbb16976c1d56e027842b48",
        "label": "6",
        "long": "R\u00e4pina - Linte - Mehikoorma - (K\u00f5nnu) - (Meelva) - R\u00e4pina",
        "short": "6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7762136c63fa4789cc6ff207eb646f54",
        "label": "6104",
        "long": "Kuressaare-Pihtla-Sandla-T\u00f5lluste-Sandla-Pihtla-Kuressaare",
        "short": "6104",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "777d10a81bd2ac93d0efed7bf9fcadec",
        "label": "99L",
        "long": "Tartu - Liiva - Vastse-Kuuste",
        "short": "99L",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "77877902d5aaa4da55f4526bd4deec34",
        "label": "248",
        "long": "J\u00f5geva - J\u00f5geva alevik - J\u00f5geva",
        "short": "248",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "778aa6871db34156c7aaa6cf53366778",
        "label": "507",
        "long": "Tartu - Haage - Tartu",
        "short": "507",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "779cd4edfc9f17013ab41bc982fe4532",
        "label": "40",
        "long": "Sindi - P\u00e4rnu - Sauga alevik",
        "short": "40",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "77cbe479417d0e8ca461f766094a10e6",
        "label": "45A",
        "long": "J\u00f5hvi - Voka - Toila - Valaste - Saka - Kohtla-J\u00e4rve - J\u00f5hvi",
        "short": "45A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "77d37130b3c2fe187939dc480095bffb",
        "label": "13",
        "long": "Viljandi - Metsk\u00fcla - Suure-Jaani",
        "short": "13",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "77f4c9f0eb3c892198e98f5621ed05be",
        "label": "15",
        "long": "Vana-Sauga - Aia - Papiniidu - Raek\u00fcla - Reiu m\u00f5is",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "77fff5c8d4ad96f9a30a61b92814fa2d",
        "label": "747",
        "long": "(Teemeistri) - Ranna m\u00f5is - Kallaste - Alatskivi - Koosa - Tartu",
        "short": "747",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "781249578a830457fb56e97d2b30f4d7",
        "label": "135",
        "long": "Tallinn - J\u00fcri - Aruk\u00fcla - Peningi",
        "short": "135",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "784f629fa9a076fc3b7d8007a8de82bd",
        "label": "19B",
        "long": "Viljandi - Tuhalaane - Polli - Karksi-Nuia",
        "short": "19B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7884375fbcb1f253abbb1c3592f03bce",
        "label": "742",
        "long": "N\u00f5va - Alatskivi - Koosa - Tammistu - Tartu",
        "short": "742",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "789594b8775c94d79e1cbb3799e9565f",
        "label": "382",
        "long": "Tallinn - Narva",
        "short": "382",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7898fbf49a5b551aac664b5d2d1ab8da",
        "label": "25B",
        "long": "Viljandi - Mustla - Suislepa",
        "short": "25B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7905b541cfa161e50e4e8a1306dcb035",
        "label": "97A",
        "long": "P\u00f5lva - Vastse-Kuuste - Tartu",
        "short": "97A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "79105834bf7c78c78d62581bfb8586c1",
        "label": "41B",
        "long": "Rakvere - Vaek\u00fcla - P\u00f5lula",
        "short": "41B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "7912f56851ef6beb272b00a2ca486dc8",
        "label": "127",
        "long": "Kuressaare - P\u00e4rnu - Viljandi - Tartu",
        "short": "127",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "791f6f46c81362fee19e1f33f3b74f5b",
        "label": "837",
        "long": "Tartu - V\u00f5nnu - L\u00e4\u00e4niste - (Mehikoorma)",
        "short": "837",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "793f7dfbcb5b9a593b5a5cb074b0d25c",
        "label": "15B",
        "long": "T\u00fcri - K\u00e4revere - T\u00fcri bussijaam",
        "short": "15B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7948d9102e7a1c20ac8c80dbe14c77c6",
        "label": "33",
        "long": "Sillam\u00e4e - Narva-J\u00f5esuu",
        "short": "33",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7957a8b6ea5e31aa96e48f40cd098015",
        "label": "39D",
        "long": "Paide - Aravete - Tapa",
        "short": "39D",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7998c3ac4d2a351b85e45eadb8af5987",
        "label": "26C",
        "long": "P\u00f5lva - Tilsi - Ridali - Laheda - P\u00f5lva",
        "short": "26C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "79cba628897f121481c67981fabd53de",
        "label": "437",
        "long": "(P\u00e4idla) - Laguja - Elva - Arbim\u00e4e - N\u00f5o - Tartu",
        "short": "437",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "79da6adc987eae46f664d233c8d69afe",
        "label": "199",
        "long": "Tartu - Mustvee - J\u00f5hvi - Narva",
        "short": "199",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "79da8d3a7ddb412677a3d46713c8fbbe",
        "label": "67C",
        "long": "Karksi-Nuia - Lilli k\u00fcla - Karksi-Nuia",
        "short": "67C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "79e4761d9409d395667563721cab147d",
        "label": "50",
        "long": "P\u00e4rnu - L\u00f5pe - Lihula",
        "short": "50",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "79fb0b51504a1e10cffe74b80c880bd9",
        "label": "520",
        "long": "(Suure-Konguta) - Annikoru - Puhja - Ulila - Tartu",
        "short": "520",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7a197e79e57e0f803feee04fbd53e189",
        "label": "222",
        "long": "Tartu - Lange - Villemi - (Lootvina) - (Kolli)",
        "short": "222",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7a51b8a0fdb4a7357baf0c0fb8356f3c",
        "label": "192A",
        "long": "V\u00f5ru - Loosi - Vastseliina - Lindora - Loosi - V\u00f5ru",
        "short": "192A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF711D",
        "color_name": "orange",
        "has_shape": true,
        "id": "7a68c9003159dfbd2a6d4baaceee5412",
        "label": "RE14",
        "long": "Tallinn - Paldiski",
        "short": "RE14",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7a87ffe296acdeb7d4a0c20b15d05391",
        "label": "65",
        "long": "P\u00e4rnu - Audru kool - Munalaiu - T\u00f5stamaa",
        "short": "65",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7a98871b9595d1d15c56312cf206df3e",
        "label": "68B",
        "long": "(Ahja)-Metsise - Rasina - Peterselli - Mooste",
        "short": "68B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7ae3dfaa68d29479f297c1ffe064bd78",
        "label": "86C",
        "long": "Orava - Veriora - P\u00f5lva",
        "short": "86C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7b08ae7e191ce4ce3e65f9e9f9ad7ecd",
        "label": "42B",
        "long": "Kanepi - Heisri - Ihamaru - P\u00f5lva",
        "short": "42B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "7b2511c3e8209141c2388a5308df5eca",
        "label": "282",
        "long": "Tartu - Viljandi - Kilingi-N\u00f5mme - P\u00e4rnu",
        "short": "282",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7b37aa9514145546ab2a1e39732e3047",
        "label": "620",
        "long": "(J\u00f5hvika) - Soitse - Tabivere - L\u00e4hte - Tartu",
        "short": "620",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7b3b3c26d4ac109e6724437dd45f91bf",
        "label": "152A",
        "long": "Tallinn - J\u00f5el\u00e4htme - Kaberla - Kuusalu - Kolga - Loksa",
        "short": "152A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7b7539a0b50b27582aba5fd872940c94",
        "label": "120B",
        "long": "V\u00f5ru - N\u00f5nova - Lasva - (Lepassaare) - V\u00f5ru",
        "short": "120B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7b9435c31c67842fc3461a83185d5a09",
        "label": "619",
        "long": "Tartu - K\u00e4rkna - \u00d5vi - Laeva - Puurmani",
        "short": "619",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "7bbe31ff029798cc699fd39645ccbadd",
        "label": "23-1",
        "long": "Paikuse kool - Kuigu",
        "short": "23-1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7bc73956740dbc8dc9e2fa6794ec554d",
        "label": "833",
        "long": "R\u00e4pina - Mehikoorma - Rasina - V\u00f5nnu - V\u00f5\u00f5pste - Tartu",
        "short": "833",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7bcad927f15e8e2967e0c070ae8fa598",
        "label": "53",
        "long": "K\u00f5pu - Tohvri - Viljandi",
        "short": "53",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7be5199f1a6cbbf69dc486e76466989a",
        "label": "6502",
        "long": "(Kalana)-K\u00f5pu-Kiduspe-Luidja-Viskoosa-Lauka-(Malvaste)-K\u00e4rdla",
        "short": "6502",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7be94b619d463948f8dd5d5a79ae28db",
        "label": "243",
        "long": "(J\u00f5geva-Vaimastvere)-V\u00e4geva-Vaimastvere-J\u00f5geva",
        "short": "243",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7c2b0a873887e943e275a35d7bd0f99e",
        "label": "721",
        "long": "Kallaste - Kokora - Alatskivi - V\u00e4lgi - Tartu",
        "short": "721",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7c3ba106c40cea74bb1665e3074f75f3",
        "label": "82",
        "long": "Kohtla-J\u00e4rve - J\u00f5hvi - Sillam\u00e4e - Narva",
        "short": "82",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7c44136854c929a078ecdd698e5b1f11",
        "label": "439",
        "long": "P\u00f5ltsamaa - Pisisaare - K\u00fctim\u00e4e - P\u00e4inurme - Pisisaare - P\u00f5ltsamaa",
        "short": "439",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7c540fa4bc986a8dadf07fcc44c236de",
        "label": "467",
        "long": "Tartu - N\u00f5o - Arbim\u00e4e - Elva - R\u00f5ngu kool",
        "short": "467",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7c76e2c60127aee456b172b373237da7",
        "label": "25N",
        "long": "Elva-Puka-Keeni-Valga",
        "short": "25N",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7c9aee46306481603137044814e16376",
        "label": "18",
        "long": "Rapla - Kohila",
        "short": "18",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7cb6b2814927adf0b537f123b71df62f",
        "label": "60B",
        "long": "Tartu - Vastse-Kuuste - Krootuse -  P\u00f5lva",
        "short": "60B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7cc882d100a6f868bb959e4a721ec71a",
        "label": "26B",
        "long": "P\u00f5lva - Tilsi - V\u00f5ru -Tilsi - Peri - P\u00f5lva",
        "short": "26B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7ce4afe21f58c762e1a320de7e54083a",
        "label": "38",
        "long": "P\u00f5lva - Tilsi - Kanepi - P\u00f5lva",
        "short": "38",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7d1a79cb9b7ee332b8361e74319f3962",
        "label": "219",
        "long": "J\u00f5geva - Laiuse - Sadala - Torma - Mustvee",
        "short": "219",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7d3bdb5c7d48e439f0732b8a35a3d8d3",
        "label": "11",
        "long": "Haapsalu - Haeska N\u00d5UDELIIN",
        "short": "11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7d45b0347d6d5469a2a702d21c510a89",
        "label": "210A",
        "long": "Mustvee - N\u00f5mme - Mustvee",
        "short": "210A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7d52dda42c75c42c5479ab51bc8dc1ab",
        "label": "111",
        "long": "Tallinn - Tabasalu - Vatsla - Harku - Tallinn",
        "short": "111",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7d5356cdc8d26a2eb2afee3e9fd06565",
        "label": "473",
        "long": "(Hellenurme) - Turuplatsi - Elva - Peedu - N\u00f5o - Tartu",
        "short": "473",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7d7345f46edce61c4f60bec280ea465c",
        "label": "15C",
        "long": "T\u00fcri bussijaam - \u00c4iamaa - K\u00e4revere - T\u00fcri bussijaam",
        "short": "15C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF711D",
        "color_name": "orange",
        "has_shape": true,
        "id": "7d76b1660b66eeae7ba6b93dd7d5d251",
        "label": "RE23",
        "long": "Tallinn - Viljandi",
        "short": "RE23",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FF711D",
        "color_name": "orange",
        "has_shape": true,
        "id": "7d76b1660b66eeae7ba6b93dd7d5d251-1",
        "label": "R23",
        "long": "Tallinn - Viljandi",
        "short": "R23",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7d86763d26338d40128edf5ecd7404fe",
        "label": "75A",
        "long": "P\u00f5lva - Ahja -(Lootvina - Vastse-Kuuste)- Ahja - P\u00f5lva",
        "short": "75A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7da0073b87f0a014145d6691d3aa3dd7",
        "label": "350",
        "long": "Rapla - Kohila - Tallinn",
        "short": "350",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7db04d5f211b5800cdee512e73cb2840",
        "label": "441",
        "long": "Rannu - Valguta - R\u00f5ngu - Elva - Arbim\u00e4e - Tartu",
        "short": "441",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7dc062f87d7263f6061d40f40ce73738",
        "label": "816",
        "long": "Tartu - Sahkapuu - Kavastu - Luunja kool - Tartu",
        "short": "816",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "7de6b9a968c31b8a10005b3a41dd6720",
        "label": "2",
        "long": "M\u00e4nnim\u00e4e - Peetrim\u00f5isa - Viiratsi",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7de71f65fca34c802c49bb459a33ae19",
        "label": "204",
        "long": "(Lootvina) - Unik\u00fcla - Roiu - Tuigo kalmistu - Tartu",
        "short": "204",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7e4f7b1bf8d21bfabd04ab236e6f08b6",
        "label": "48D",
        "long": "K\u00f5pu - Heimtali - Viljandi",
        "short": "48D",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7e70daab4f78c642b4cef01d1aae913b",
        "label": "6522",
        "long": "K\u00e4rdla - (Lauka) - Viskoosa - Luidja - K\u00f5pu",
        "short": "6522",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7e7d9993b485c412499cddfe087b73e4",
        "label": "15C",
        "long": "P\u00f5lva - Vinso - Veriora - Leevi - Veriora -(Kirmsi-Puugnitsa)",
        "short": "15C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7e7fae53fa22656589b4c6a9c99f1f02",
        "label": "34E",
        "long": "Paide - Koigi - Laimetsa - Imavere",
        "short": "34E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7e9b159d2b1556bbda251f4a25c3e955",
        "label": "6432",
        "long": "K\u00e4ina-M\u00e4nnamaa-(Aadma-Leluselja)-Lelu tr-Tuuletorni-(K\u00e4ina)",
        "short": "6432",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8BB4C5",
        "color_name": "gray",
        "has_shape": true,
        "id": "7ecae8eb3ef9732c32964e008ff81922",
        "label": "LP",
        "long": "Laaksaare - Piirissaare (laev 01.07-31.07)",
        "short": "LP",
        "text_color": "000000",
        "type_label": "Ferry"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "7f5cc215f936b5ed3463548dbc209008",
        "label": "14",
        "long": "Merimetsa - Papiniidu - Riia mnt - Oja - Haigla",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7f70cb178325bc1ccd4a1cc3c06483fe",
        "label": "41A",
        "long": "Rakvere - Kantk\u00fcla - Ulvi - Viru-Kabala",
        "short": "41A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7f873264218b5885e913f113d5159498",
        "label": "106",
        "long": "Tallinn - Laagna - Loo - M\u00f5isa tee - Laagna - Tallinn",
        "short": "106",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7f87f3a31ac7f9fe4946d420fd4df5ac",
        "label": "2207",
        "long": "Kuressaare-K\u00e4rla-Kihelkonna-L\u00fcmanda-K\u00f5rkk\u00fcla-Kuressaare",
        "short": "2207",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7f8adb23bf002ba673ab0ecf780b5d44",
        "label": "94-2",
        "long": "Rae - V\u00e4ndra - P\u00e4rnu",
        "short": "94-2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7fa71a0fc16b937910497ffe2fd9ccc3",
        "label": "466",
        "long": "Tartu - N\u00f5o - Arbim\u00e4e - Elva",
        "short": "466",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7fb9bc9af3423c53a00b19694d582865",
        "label": "L19-1",
        "long": "Pivarootsi - Vatla - Lihula",
        "short": "L19-1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7fcb6eb62316057d3ba6f2fe544b73c0",
        "label": "92C",
        "long": "P\u00f5lva - Kauksi - R\u00e4pina - V\u00e4rska - Koidula",
        "short": "92C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7fd3b0f87ff093379001a64186660b1e",
        "label": "740",
        "long": "Tartu - L\u00e4hte - Saadj\u00e4rve - L\u00e4hte - Vasula - Tartu",
        "short": "740",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "7fec3b5575ce19143972dc583c1d142d",
        "label": "45",
        "long": "(P\u00f5lva)-(Puskaru) - Kanepi - Puskaru - P\u00f5lva",
        "short": "45",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "800b7cc5b7316306db9be024888e26fb",
        "label": "37",
        "long": "P\u00f5ltsamaa - Suure-Jaani - Viljandi",
        "short": "37",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "806d40901397356e04c91a3a01a7528a",
        "label": "163",
        "long": "J\u00f5geva - Kaarepere - Luua - Palamuse - Tabivere - J\u00f5geva",
        "short": "163",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "807b86b4acf1beaa42715a07127f8557",
        "label": "63-3",
        "long": "P\u00e4rnu - Audru kool - Liu - Kavaru",
        "short": "63-3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8087c928343ad326997ad95c36c852c2",
        "label": "104",
        "long": "Seminari v\u00e4ljak - Olevi - Haigla - Olevi - Seminari v\u00e4ljak",
        "short": "104",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8087c928343ad326997ad95c36c852c2-3",
        "label": "104",
        "long": "(Lastefestival) Seminari v\u00e4ljak - Olevi - Haigla - Olevi - Seminari v\u00e4ljak",
        "short": "104",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF711D",
        "color_name": "orange",
        "has_shape": true,
        "id": "80ab22dbfa8cfed6c4701871892e87c3",
        "label": "E35",
        "long": "Tallinn - Tartu / Valga",
        "short": "E35",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "819f0761383b488b749c8d2fe67634b1",
        "label": "101",
        "long": "Tallinn - Maardu",
        "short": "101",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "81c4c71b63251beafa18a8b2b0e2f1d3",
        "label": "504",
        "long": "Ristim\u00e4e - Puhja - Ulila  - Tartu",
        "short": "504",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "82006ec4e40b361143803527c7c0fbfc",
        "label": "141",
        "long": "J\u00f5geva-Siimusti-Saduk\u00fcla-M\u00e4\u00e4nda-H\u00e4rjanurme-J\u00f5geva",
        "short": "141",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "822c99d2adbb1232b091a9f4d0a55131",
        "label": "55",
        "long": "Rakvere - Vinni - Tudu - Tudulinna",
        "short": "55",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8236efaebcec19a518dfce939741b11f",
        "label": "18",
        "long": "Aseri - Viru-Nigula - Kunda",
        "short": "18",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "827e01aec8baee7581ca7891a3d13b94",
        "label": "522",
        "long": "Tartu - Puhja - Annikoru - Rannu - R\u00f5ngu - Elva",
        "short": "522",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "82b269b52076410cddc8f10413ba50e6",
        "label": "6531",
        "long": "K\u00f5pu - Kiduspe - Suureranna k\u00fcla - Luidja - Viskoosa - Lauka - K\u00e4rdla",
        "short": "6531",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "82c8f23486645cc11d4134178429f647",
        "label": "221A",
        "long": "K\u00e4\u00e4pa - Metsak\u00fcla - Omedu - Kasep\u00e4\u00e4 - Mustvee",
        "short": "221A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "82d476c8d9f5ef1b40f5d7b914ff2498",
        "label": "266",
        "long": "Tallinn - Kuressaare",
        "short": "266",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "82f00cbb707de581e42b137af67c479f",
        "label": "1",
        "long": "Fi - N\u00f5lvaku",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "831b9ca6738ee74c1fb4b809bef33c77-1",
        "label": "4",
        "long": "Kutsekooli - Narova - Kutsekooli",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8387d51a8c50ff40feaa1191dfd2718f",
        "label": "35A",
        "long": "Haapsalu - Taebla - Turvalepa - Nigula - Linnam\u00e4e",
        "short": "35A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8390d9ef5b91c3b5dae74cc2681fe025",
        "label": "31G",
        "long": "Valga - Koobassaare - Rebasem\u00f5isa - V\u00e4hero - Valga",
        "short": "31G",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "83b0c8f50750fe4c64f6eee3e488749e",
        "label": "2202",
        "long": "Kuressaare-Viidu-L\u00fcmanda-Viidu-Kuressaare",
        "short": "2202",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "83d695e5755989af6e4b1659cfc2a719",
        "label": "10",
        "long": "Rapla - Juuru - J\u00e4rlepa - Kohila",
        "short": "10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "83d73b93091760df634f2a49f9f4bc3f",
        "label": "7B",
        "long": "Mere - Tammsaare - Uus-Sauga - Oja - Kaubajaam",
        "short": "7B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "83e31964221ff51e556f9324825f1bae",
        "label": "2D",
        "long": "P\u00f5lva - Vanak\u00fcla - Ruusa - R\u00e4pina",
        "short": "2D",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "83f9e0c7b98d866f19f6ec384a04e923",
        "label": "800",
        "long": "Narva - Sillam\u00e4e - J\u00f5hvi - Mustvee - Tartu",
        "short": "800",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "8430eec841b988beacb10d0011e9bc9f",
        "label": "318",
        "long": "Tartu - J\u00f5geva - Rakvere",
        "short": "318",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8459efc1d54794f32cbbe66f89a4695b",
        "label": "118",
        "long": "P\u00f5ltsamaa - Puurmani - Laeva - Tartu",
        "short": "118",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "84746a40a4dc5987ffde5f2515f8235e",
        "label": "482",
        "long": "P\u00f5ltsamaa - Annikvere - Umbusi - Annikvere - P\u00f5ltsamaa",
        "short": "482",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8474a11e66fd0c079f8910b1c35f8d79",
        "label": "35S",
        "long": "Narva - Soldina - Sillam\u00e4e",
        "short": "35S",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "84b3c9b8e65d665beedefd8496f88e45",
        "label": "16A",
        "long": "Palivere - Suure-L\u00e4htru N\u00d5UDELIIN",
        "short": "16A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "84efaf52277c148572b490ab21ee8fbd",
        "label": "52",
        "long": "Tartu - Valga - Hargla",
        "short": "52",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "8516c6528db5d744a547729fe69668fc",
        "label": "8",
        "long": "Kvissentali - Roopa",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "851f956add93be3d88da2e0610781f08",
        "label": "126",
        "long": "Tartu - Tallinn",
        "short": "126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "852062490e1534dffc88414660996484",
        "label": "286",
        "long": "Haapsalu - Tallinn",
        "short": "286",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "855d6d40959fbcf46172d3b401e0b130",
        "label": "31C",
        "long": "Valga - L\u00fcllem\u00e4e - Rebasem\u00f5isa - Koobassaare - Valga",
        "short": "31C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "85648621fb93aa6cbec04982cde2f87e",
        "label": "53",
        "long": "P\u00e4rnu - Kalli - Koonga",
        "short": "53",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "858c78836debb49699a9992570ff2d16",
        "label": "1A-I",
        "long": "Merimetsa - Mai - Karja - Oja \u2013 Kodara - Kirsi",
        "short": "1A-I",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8593857aeb38e78ac4ec7ce2f2ca9450",
        "label": "72F",
        "long": "Tartu-Ahja-R\u00e4pina-V\u00e4rska-(V\u00e4rska sanatoorium)",
        "short": "72F",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "85b5eec46f5ddd402bd933eda052fe59",
        "label": "242A",
        "long": "J\u00f5geva - Vaimastvere - (V\u00e4geva) - Vaimastvere - J\u00f5geva",
        "short": "242A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "85ef71b13cb2e28850d4f6078a369d8b",
        "label": "5",
        "long": "R\u00e4gavere tee - P\u00f5hjakeskus",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8614faf3ca68c7e6cf544d0c8d198b76",
        "label": "3104",
        "long": "Kuressaare-Mustjala-V\u00f5hma-Panga-J\u00e4rise-Aste-Kuressaare",
        "short": "3104",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "861ffa4dccbaaa610f64a9168eb4c669",
        "label": "92D",
        "long": "Koidula - V\u00e4rska - R\u00e4pina - Ruusa - Partsi - P\u00f5lva",
        "short": "92D",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "86346d334e174d9f954b528cf2bfe891",
        "label": "5",
        "long": "Turu - Annelinn - Ihaste - Annelinn - Turu",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "864bd398e1776b7d8c3f7148bed526b1",
        "label": "324",
        "long": "Otep\u00e4\u00e4 - Pangodi - Tartu",
        "short": "324",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "86993a4065d24dc6b409510992d7018d",
        "label": "327",
        "long": "Rakvere - Tallinn",
        "short": "327",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "86a5a981de37169b1156b2d5d41d6f25",
        "label": "192",
        "long": "Tartu - V\u00f5ru",
        "short": "192",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "86ac740d0573abd119d42c448e75a54e",
        "label": "1",
        "long": "Ardu kauplus- Mustla-N\u00f5mme - Tarbja - Paide",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "86c3af412112326e5f689166d7cad466",
        "label": "171",
        "long": "V\u00f5ru - S\u00f5merpalu - Linnam\u00e4e - Antsla - (Kuldre)- (Antsla)",
        "short": "171",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "86caeb60e6d73f21516f062af9a52eec",
        "label": "10",
        "long": "Rakke - Kiltsi - V\u00e4ike-Maarja - Tamsalu",
        "short": "10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "86d0c6b8d5654c49abd9e03d21156422",
        "label": "57D",
        "long": "Abja-Paluoja - M\u00f5isak\u00fcla - Abja-Paluoja",
        "short": "57D",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8712b8cafa99f2bae44582d8af006821",
        "label": "33D",
        "long": "Imavere - Tarbja - Paide",
        "short": "33D",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "873370a0bf03ad6b34605d1c3bd2b0a8",
        "label": "502",
        "long": "P\u00f5ltsamaa - Esku - V\u00f5isiku - P\u00f5ltsamaa",
        "short": "502",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "873b58838f01cc5df8cc9e979afbc614",
        "label": "57B",
        "long": "Abja-Paluoja - Vana-Kariste - Abja-Paluoja",
        "short": "57B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8762457a27b58072b1bb47d053e49151",
        "label": "3209",
        "long": "Kuressaare-Aste-Hakjala",
        "short": "3209",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8772707044cb05f4c45d958c5be3d046",
        "label": "83",
        "long": "Narva - Sillam\u00e4e - J\u00f5hvi - Keskhaigla",
        "short": "83",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8783d7b0256dccc818b78c2ef300e4d5",
        "label": "525",
        "long": "Tartu - Ulila - Puhja - Annikoru - Rannu - Elva - Tartu",
        "short": "525",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "879db12c91d7fe457918bb5f8e8382c9",
        "label": "6294",
        "long": "K\u00e4ina - Heltermaa - Kuri - K\u00e4rdla",
        "short": "6294",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "88091338c4c39ce4c244dd328b1f9540",
        "label": "38",
        "long": "Rakvere - Vihula - Vergi - V\u00f5su",
        "short": "38",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "88096f108693cd0b441eabe8811a3876",
        "label": "5a",
        "long": "Betooni - Kutsekooli - Pilve - Betooni",
        "short": "5a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "88196998cb4f1f6412c82bd0e15d57ee",
        "label": "824",
        "long": "Tartu - Roiu - Ignase - Roiu kauplus - Tartu",
        "short": "824",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "884dab969a16053a19bfa671bf393f7f",
        "label": "240",
        "long": "J\u00f5geva - Vaimastvere - V\u00e4geva - Pedja - Vaimastvere - J\u00f5geva",
        "short": "240",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "884e152ad036c38d1c2fa799173f76f2",
        "label": "22C",
        "long": "T\u00f5rva - Valga",
        "short": "22C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "887374a040a135afb2414d76213901c2",
        "label": "L31-1",
        "long": "Ridaseristi - Salevere - Virtsu - Lihula",
        "short": "L31-1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "88755cb6ffb768267fd9fdb4d8bf7d5e",
        "label": "130",
        "long": "Tallinn - Vaida - Tuhala - Kose-Uuem\u00f5isa - Kose",
        "short": "130",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "88a1ea8ee0ffc6a1757e4954bf06d8b8",
        "label": "205",
        "long": "V\u00f5ru - Lauri - R\u00f5uge - Jaanim\u00e4e - V\u00f5ru",
        "short": "205",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "88d8af38274a490461e1db10169789b5",
        "label": "93",
        "long": "Savala - Kivi\u00f5li - J\u00f5hvi - Viru vangla",
        "short": "93",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "88dcf4957344a194c082734cae591944",
        "label": "161B",
        "long": "V\u00f5ru - Tsolgo - Veriora - R\u00e4pina - V\u00f5ru",
        "short": "161B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "88fb428552c35d388f92bc7f7a69623d",
        "label": "746",
        "long": "Tartu - Koosa - Alatskivi - Nina - Kallaste - (Paju)",
        "short": "746",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "892943489d3371941964d2c7f4fe0a9b",
        "label": "V1",
        "long": "Haabneeme - Rohuneeme",
        "short": "V1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "895c46635492406ab8c000ef23be6269",
        "label": "43A",
        "long": "Pahuvere - K\u00e4rstna - Mustla - K\u00e4rstna",
        "short": "43A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "8964f9c43d54727ece992abf4e913f01",
        "label": "6",
        "long": "M\u00e4nnim\u00e4e - Paalalinn - M\u00e4nnim\u00e4e",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "899886dc097e24959c8fb43f0f602fce",
        "label": "703",
        "long": "Tartu - Koosa - Varnja - Alatskivi - Kallaste - (Teemeistri)",
        "short": "703",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "89aebdf544cf3d7c60389ced27a25f03",
        "label": "455",
        "long": "P\u00f5ltsamaa - Adavere - Imavere - Pilu - P\u00f5ltsamaa",
        "short": "455",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "89c08555cf977dd2b954c1da5c41f709",
        "label": "130",
        "long": "J\u00f5geva - Saduk\u00fcla - Puurmani - Tabivere",
        "short": "130",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "89e2c91265a20181fbf7bd5ae224ebae",
        "label": "77B",
        "long": "Otep\u00e4\u00e4 - Vidrike - Kassiratta - Otep\u00e4\u00e4",
        "short": "77B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "89fa636ddb194693c0436ec2a51fed8e",
        "label": "104",
        "long": "P\u00f5ltsamaa - Aidu - J\u00f5geva",
        "short": "104",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "8a01e960e5a8f76e1e33cb7e7ff52ef9",
        "label": "139",
        "long": "Tallinn - Tartu",
        "short": "139",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8a21a49200dc773df604971804b31bff",
        "label": "221-2",
        "long": "Mustvee - Kasep\u00e4\u00e4 - Metsak\u00fcla - K\u00e4\u00e4pa - Mustvee",
        "short": "221-2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8a2d06bc2cae2232afed78e84fb32b2e",
        "label": "234",
        "long": "J\u00f5geva - Kuremaa - Palamuse - Tabivere - Tartu",
        "short": "234",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8a2d06bc2cae2232afed78e84fb32b2e-1",
        "label": "234A",
        "long": "J\u00f5geva - Kuremaa - Palamuse - Tabivere - Tartu",
        "short": "234A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8a53ee3ae7c556f55688c1d37c9c976b",
        "label": "434",
        "long": "P\u00f5ltsamaa - Pisisaare - K\u00fctim\u00e4e - Pisisaare - P\u00f5ltsamaa",
        "short": "434",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8a54369b8a52a34a279857a9417915ec",
        "label": "10A",
        "long": "Sooru - Tagula - Laatre - Tsirguliina - Sooru keskus",
        "short": "10A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8a74ec97ec6ce7606c2a4e88cf75a760",
        "label": "510",
        "long": "P\u00f5ltsamaa-V\u00f5isiku-Esku-Vitsj\u00e4rve-Lebavere-Esku-P\u00f5ltsamaa",
        "short": "510",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "8a87fc6f912e5c6beb75cbe6afacf2db",
        "label": "295",
        "long": "Tallinn - Haapsalu - K\u00e4rdla - Viskoosa - Luidja",
        "short": "295",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8aa9a0f6e2f94780ec2e750d7f493493",
        "label": "58",
        "long": "K\u00e4smu - V\u00f5su - Palmse - Sagadi - Rakvere",
        "short": "58",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8abc1f5166e9400c63156f2fc53e07c9",
        "label": "536",
        "long": "Kaarlij\u00e4rve - Annikoru - Elva - Haage - Tartu",
        "short": "536",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "8ad9c8fe7edd07d5a4bbfca6d9c852c4",
        "label": "20",
        "long": "Haigla - Oja - R\u00e4\u00e4ma sild \u2013 Bussijaam - Tervis",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8adf082779f4259cfbc0c648d69afb64",
        "label": "24",
        "long": "Viljandi - Kaavere - Kolga-Jaani - Viljandi",
        "short": "24",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8b0ca360ae136b918aed7303c84f0ce6",
        "label": "21",
        "long": "Rakvere - S\u00f5meru",
        "short": "21",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "8b144ce9985f7b044195a24cdd510f8c",
        "label": "119",
        "long": "Tallinn - Tartu",
        "short": "119",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8b6787a239c1bc11a90e53292b242330",
        "label": "326",
        "long": "P\u00e4rnu - Varbla - Vatlam\u00e4e - Koti",
        "short": "326",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8b6de78b53701ac609a7c6158d41d40a",
        "label": "20K",
        "long": "P\u00f5lva - Peri - P\u00f5lva",
        "short": "20K",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8bd03aad6660eae7e6ce56329bcce8e7",
        "label": "16",
        "long": "Haapsalu - Martna - Palivere",
        "short": "16",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8be01b5bb986287fc57f3c6276b42a17",
        "label": "28A",
        "long": "Valga - Keeni - Valga",
        "short": "28A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8be181df00f5d72274f76fa6721a8941",
        "label": "103",
        "long": "P\u00f5ltsamaa - Lustivere - Aidu - J\u00f5geva",
        "short": "103",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "8c0385517af740169603fe732a6d0889",
        "label": "203",
        "long": "Tallinn - P\u00e4rnu",
        "short": "203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "8c043269a1ba3d1173ce0ffe6ae1f6e8",
        "label": "221",
        "long": "Tallinn - P\u00e4rnu",
        "short": "221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8c1998ac519032bc29185c8430e48d30",
        "label": "291",
        "long": "V\u00f5ru - Valga - V\u00f5ru",
        "short": "291",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8c36f9a1422b6c8427e14dac87fa7202",
        "label": "18A",
        "long": "R\u00e4pina - Veriora - Viluste - Veriora - Ruusa - R\u00e4pina",
        "short": "18A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8c566374cf981994061cf7e5a2ac0beb",
        "label": "71",
        "long": "Iisaku - J\u00f5hvi",
        "short": "71",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8cc44671c16bdfc79eaf445a31477761",
        "label": "82C",
        "long": "R\u00e4pina - Kahkva - Orava",
        "short": "82C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "8d10cb374b6f4f19d4a777c51a485321",
        "label": "328",
        "long": "Rakvere - Tallinn",
        "short": "328",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8d401a5b56045154ae469104ec13a563",
        "label": "54",
        "long": "Viljandi - Paistu - Halliste kool - Abja-Paluoja - M\u00f5isak\u00fcla",
        "short": "54",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8d9a110eb715a6c278224356607049e8",
        "label": "337",
        "long": "P\u00e4rnu - P\u00e4rnu-Jaagupi tee - M\u00e4rjamaa - Tallinn",
        "short": "337",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8dc7737a1368191f082c5b5b3d07e5e3",
        "label": "5202",
        "long": "Kuivastu-Hellamaa-Orissaare-P\u00f6ide-Laimjala-Kuressaare",
        "short": "5202",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8defd5d0ad8f61747a11ba9bf11486fa",
        "label": "530",
        "long": "Tartu - Puhja - Annikoru - Elva - R\u00f5ngu - Elva - Tartu",
        "short": "530",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "8dfbf601004b007ad7ca56f84c4ea80a",
        "label": "7",
        "long": "Kaubajaam - Haigla - Oja - Tammsaare - Raja",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8e043759b617bbdcb88c206e2efc3e26",
        "label": "35A",
        "long": "Paide - Tarbja-Peetri -J\u00e4rva-Jaani - Karinu - Jalgsema - Paide",
        "short": "35A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "8e08d61b714a970030bf29dc10fa4925",
        "label": "21",
        "long": "Meierei - Keskhaigla - Vana-Ahtme",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8e3950e3742dd2d653a69739c45d17bd",
        "label": "43B",
        "long": "K\u00e4rstna - Mustla",
        "short": "43B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8e5a961d56d22eb1a11dc6589ef098f7",
        "label": "701",
        "long": "Tartu - Varnja - Alatskivi - N\u00f5va - Pala - (Assikvere)",
        "short": "701",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8e736abb81436530512c7ed407418872",
        "label": "6",
        "long": "Kadrina - Viitna - L\u00e4sna",
        "short": "6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8ebadcd23ba3f08638ca911968bd5d98",
        "label": "2305",
        "long": "Kuressaare-K\u00e4rla-Kihelkonna-L\u00fcmanda-Kuressaare",
        "short": "2305",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8f1b25f4990bda9feab67c05593191ae",
        "label": "133",
        "long": "J\u00f5geva - Paink\u00fcla - Puurmani - Kursi - Paink\u00fcla -J\u00f5geva",
        "short": "133",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8f1b353a5e7ad038da4951036aebdd3e",
        "label": "4103",
        "long": "Leisi-Eikla-Kiratsi-Kuressaare",
        "short": "4103",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "8f3b49944ccdb3dad62f13c25a8fa97f",
        "label": "26",
        "long": "Paikuse kool - Tammuru",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8f4def2719e93c351c01b761719eb943",
        "label": "17A",
        "long": "Paide - Peetri - Viisu - Paide",
        "short": "17A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8f8a70935020241369ff660cde7cb9bf",
        "label": "129",
        "long": "V\u00f5ru - S\u00f5merpalu - Osula - V\u00f5ru",
        "short": "129",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8fb3eb8573c91b11a9f5f1d6b9560437",
        "label": "11B",
        "long": "Paide - Peetri - Koeru - Ervita",
        "short": "11B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8fba722f18984a16dfb5fcae91064c41",
        "label": "483",
        "long": "P\u00f5ltsamaa - Kamari - Umbusi - Annikvere - P\u00f5ltsamaa",
        "short": "483",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8fcf5305f8dc0b8834ddfb4c6e5e4bf1",
        "label": "50B",
        "long": "Viljandi - Polli - Karksi-Nuia - Abja-Paluoja",
        "short": "50B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8fd41dd343e2efe874b65d9c031c03db",
        "label": "2309",
        "long": "Kuressaare-K\u00e4rla-Kihelkonna-(\u00dcru tellimisel)K\u00e4rla-Kuressaare",
        "short": "2309",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "8fdf25b50d5fabafb3a4e064fc51e6bc",
        "label": "25E",
        "long": "Puka-Aakre-Komsi-Puka",
        "short": "25E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "900c76c19631e51c9f7f2f5cc716db6c",
        "label": "521",
        "long": "Tartu - Ilmatsalu kool - Laeva - Puurmani - P\u00f5ltsamaa",
        "short": "521",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "90171caee80d0a4fece39ecf8c564190",
        "label": "467",
        "long": "P\u00f5ltsamaa - Sulustvere - Lustivere - P\u00f5ltsamaa",
        "short": "467",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9046ecfe3e30346df77ff7675ffc828f",
        "label": "444",
        "long": "Tartu - Elva (ekspressliin)",
        "short": "444",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "904783a8dd56f824e61c52c8d5f5d91a",
        "label": "471",
        "long": "Tartu - N\u00f5o - Arbim\u00e4e - Elva - Rannu - Kobilu - Puhja - Tartu",
        "short": "471",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "904819c9eef51f211f6941b4f14b6aed",
        "label": "72C",
        "long": "Elva - Otep\u00e4\u00e4",
        "short": "72C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9076502f77ddbf1059651bc202148b8f",
        "label": "406",
        "long": "Tartu - N\u00f5o - Peedu - Elva",
        "short": "406",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "907865aaaaf18e6d0ced393ed1103331",
        "label": "1103",
        "long": "Kuressaare-Salme-L\u00e4\u00e4tsa-Salme-Kuressaare",
        "short": "1103",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "908c52bac4c922dbab1bcdab04e3833a",
        "label": "433",
        "long": "Rukki - Elva - Luke - Tartu",
        "short": "433",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "90956ab0e983302f1ad56298b75a81d5",
        "label": "117",
        "long": "V\u00f5ru - Lasva - Obinitsa - Merem\u00e4e - Vastseliina - V\u00f5ru",
        "short": "117",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "90a319ed53b7bd0b10fdc18de86ca441",
        "label": "L18-2",
        "long": "Lihula - Matsalu - Saastna - Lihula",
        "short": "L18-2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "90b78e76deaa5962f07ea8a6e036551c",
        "label": "7",
        "long": "M\u00e4nnim\u00e4e - Paalalinn - M\u00e4nnim\u00e4e",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "90ce03e4fdad418ee6df788d3707d1b9",
        "label": "12",
        "long": "Rakke - Koeru - Aruk\u00fcla",
        "short": "12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "90e7ed50c2710d19452d5bf10e872b16",
        "label": "3",
        "long": "Lihula maantee - M\u00e4nniku tee - Kastani - Holmi",
        "short": "3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "90f0c00b4afd482da1270faff3800e22",
        "label": "3201",
        "long": "Kuressaare-Aste-Asuka-Panga-Mustjala-Aste-Kuressaare",
        "short": "3201",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "91adfba4598daebddfab661827c9e6c2",
        "label": "516",
        "long": "Tartu - Ulila - Puhja - Rannu - Annikoru - Elva",
        "short": "516",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "91b8077c2a933ba12da8089ac41d900b",
        "label": "29A",
        "long": "T\u00fcri bussijaam - Kolu - K\u00e4ru -T\u00fcri",
        "short": "29A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "91c12c1a5136abc697d94272ad8a3899",
        "label": "508",
        "long": "Tartu - Haage - Ilmatsalu - Tartu",
        "short": "508",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "91c7aff9bb1131ed22a8f50bd00f7f91",
        "label": "3304",
        "long": "Kuressaare-Aste-Kaarma-Kuressaare",
        "short": "3304",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "91f064fe6cb0f498c587a335d52cc27f",
        "label": "460",
        "long": "Paide - Imavere - P\u00f5ltsamaa",
        "short": "460",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9200653dad5f32da87a4b704c90fe45c",
        "label": "111",
        "long": "V\u00f5ru - K\u00e4\u00e4pa - Tsolgo - V\u00e4imela - V\u00f5ru",
        "short": "111",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9208c5649932e126bd87b6bf22c6e2cb",
        "label": "717",
        "long": "Juula - Tabivere - L\u00e4hte - K\u00f5rvek\u00fcla - Tartu",
        "short": "717",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "920e2c7174ecba691a0296d477155f5b",
        "label": "55-1",
        "long": "P\u00e4rnu - Paadremaa - Virtsu",
        "short": "55-1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "922f190f61a0d9f433dc5a599b049f04",
        "label": "70E",
        "long": "Tartu - Otep\u00e4\u00e4 - K\u00e4\u00e4riku - Sangaste - Antsla",
        "short": "70E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "923428136a2c1ebf7dadec2b631b00e1",
        "label": "181",
        "long": "Tallinn - Harkuj\u00e4rve - Liiva tee - Tabasalu",
        "short": "181",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "92351fb1d6b6dbeef0935c9419949ade",
        "label": "336",
        "long": "P\u00e4rnu - P\u00e4rnu-Jaagupi - M\u00e4rjamaa - Tallinn",
        "short": "336",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "928ed12c196446136f72b7806e40bd31",
        "label": "12B",
        "long": "Koeru - J\u00e4rva-Jaani - V\u00e4ike-Maarja",
        "short": "12B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "92a2c454a810a88595ebd5aa96ac8f7f",
        "label": "70B",
        "long": "Mikitam\u00e4e - Laossina - V\u00e4rska - Mikitam\u00e4e - R\u00e4pina",
        "short": "70B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "92afe3b429d6bcc1bdf3577afbf93a16",
        "label": "135",
        "long": "(Ruusm\u00e4e) - (Tsiistre) - (Ruusm\u00e4e)",
        "short": "135",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "92c12a3766f3f793fcd9f9bbaafc6b45",
        "label": "47",
        "long": "Tartu - P\u00f5lva - Orava - Veriora - P\u00f5lva",
        "short": "47",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "92ce1ada47173108881b216ace7033ff",
        "label": "210",
        "long": "J\u00f5geva - Laiuse - Sadala - Torma - Mustvee",
        "short": "210",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "93043bc9fe74df7eb67a5f91c70e08d0",
        "label": "612",
        "long": "Tartu - L\u00e4hte - \u00c4ksi keskus - Tabivere - L\u00e4hte - Tartu",
        "short": "612",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "930f023f5191ec2262d6ff09a82359f0",
        "label": "103",
        "long": "Kesklinn - V\u00e4imela - Parksepa - Haigla - Kesklinn",
        "short": "103",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "932b24c52133439b55be4a2e61c6304d",
        "label": "293",
        "long": "Valga - P\u00e4rnu - Valga",
        "short": "293",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "93446e0f7c857d8e416cfb9044e93138",
        "label": "67A",
        "long": "Karksi-Nuia - Tuhalaane - K\u00e4rstna - Sudiste - Karksi-Nuia",
        "short": "67A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9347dc70cbeb6b310e32fba6a542f750",
        "label": "32C",
        "long": "T\u00f5rva - H\u00e4rma - Riidaja - Helme - T\u00f5rva",
        "short": "32C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "934eb94cda74b9d22e86fe567702f2e2",
        "label": "6202",
        "long": "Suure-Rootsi-Kuressaare",
        "short": "6202",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "935283c50875a7b78cd6d636970ff123",
        "label": "18A",
        "long": "Valga - Vilaski - Antsla",
        "short": "18A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9357d8b465618909f976bf99bc4ee83f",
        "label": "59E",
        "long": "Viljandi - T\u00e4\u00e4ksi - V\u00f5hma - K\u00f5o",
        "short": "59E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "936251c7633706610608b3eb2da12af0",
        "label": "213",
        "long": "Tartu - Roiu - Unik\u00fcla - Roiu - Tartu",
        "short": "213",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9380650388e048e1f9e1406fda4fc154",
        "label": "140A",
        "long": "V\u00f5ru - R\u00f5uge - Luutsniku - Murati - Misso",
        "short": "140A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "93a7edbc42e2597e87440d97fa3f74b2",
        "label": "40B",
        "long": "J\u00e4rva-Jaani - Aravete - Ahula - Aegviidu",
        "short": "40B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "93c2114fb1f8288575f36f0747870ff7",
        "label": "90",
        "long": "V\u00e4rska - Koidula - Saatse - R\u00e4pina - Kauksi - P\u00f5lva",
        "short": "90",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "93e7ba41d84cfe1575fea7665eb76486",
        "label": "35E",
        "long": "Paide - Peetri - J\u00e4rva-Jaani - Jalgsema- J\u00e4rva-Jaani-Paide",
        "short": "35E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "943a8c756a526f5d8920026b5de9faf2",
        "label": "V5",
        "long": "Haabneeme - Kelvingi - Leppneeme sadam",
        "short": "V5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "945b09f96584ea3d47ff9ddd94855e93",
        "label": "416",
        "long": "Tartu - N\u00f5o - Arbim\u00e4e - Elva - R\u00f5ngu - Valguta - Elva",
        "short": "416",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "945b52c21e126cf198c023ea723b46cf",
        "label": "5216",
        "long": "Kuressaare-Laimjala-Saarek\u00fcla-Tornim\u00e4e-P\u00f6ide-Orissaare",
        "short": "5216",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9484122bc8315e8bbf2a1f7b6b9ee5df",
        "label": "7D",
        "long": "T\u00fcri bussijaam - \u00c4iamaa - T\u00fcri bussijaam",
        "short": "7D",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "94903bc802b16d2bb4db9b8a49e69141",
        "label": "758",
        "long": "Sadala - Torma - Voore - Vedu - Tartu",
        "short": "758",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "94a317825da8406fcabbf4c85959271e",
        "label": "67D",
        "long": "Karksi-Nuia - Sudiste - Virsti - Sudiste - Ainja - Karksi-Nuia",
        "short": "67D",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "94c64bbb02d853936d0aeae5b4082f13",
        "label": "128",
        "long": "Tallinn - Tabasalu - V\u00e4\u00e4na-J\u00f5esuu - Lohusalu - Kloogaranna",
        "short": "128",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "94ea95fc5eafa81987a9a0448a79d0c6",
        "label": "165",
        "long": "Tallinn - Tartu",
        "short": "165",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9507e6d8e41a1750f0837423422e03ba",
        "label": "29A",
        "long": "T\u00f5rva - Soontaga - Ruusa - Hummuli - Valga",
        "short": "29A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "95330f7774b5f1f5f804ee06e43c4c15",
        "label": "4B",
        "long": "Paide - Tarbja - Pikak\u00fcla - Ardu",
        "short": "4B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9535e17a7cfc694d21812724f4f17d53",
        "label": "83A",
        "long": "Orava - Koidula - Orava - V\u00f5ru",
        "short": "83A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "958a13ac86e56950cc3079e63d2653c7",
        "label": "5205",
        "long": "Kuressaare-Laimjala-P\u00f6ide-Ariste-Orissaare-Hellamaa-Kuivastu",
        "short": "5205",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "959b20090dcaae045bfa76fdde3c2c1a",
        "label": "11D",
        "long": "Paide - Peetri - Koeru - Ervita- Koeru - Peetri - Paide",
        "short": "11D",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "95a7c2cdd1eb12586e5ca24732595a59",
        "label": "20",
        "long": "Rapla - Kehtna",
        "short": "20",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "95c1f4575b5c171e5621e33a22372aa2",
        "label": "512",
        "long": "Rakvere - Vaek\u00fcla - Kivi\u00f5li - J\u00f5hvi",
        "short": "512",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "95dcb79c0f92c30be08c75aac56b8e0d",
        "label": "50",
        "long": "V\u00e4ike-Maarja - Simuna - Rakvere",
        "short": "50",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "95dcd091609c2ea569a2b4e993e7719e",
        "label": "3103",
        "long": "(Kullim\u00e4e)-Kuressaare-Randvere-Mustjala (Tagaranna tellim)",
        "short": "3103",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "961472f94c4ddd470cf2eb481f45f3d6",
        "label": "344",
        "long": "Tallinn - J\u00f5hvi - Narva",
        "short": "344",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "962e56cc58e3716f0d45a8a5a32ebf91",
        "label": "10D",
        "long": "Paide keskv\u00e4ljak - T\u00fcri - S\u00e4revere",
        "short": "10D",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "962ec4f5110bdd225de3895f8bd7661f",
        "label": "59B",
        "long": "Viljandi - V\u00f5hma",
        "short": "59B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "964164c50330dd6d7f62478b818b4e16",
        "label": "101",
        "long": "J\u00f5geva - Aidu - P\u00f5ltsamaa",
        "short": "101",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9646d14b5386c92b362eaf5d2cd0701d",
        "label": "15B",
        "long": "Viljandi - T\u00e4nassilma - Viljandi",
        "short": "15B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9659848c8f707fcccb1f1856dcf6deb4",
        "label": "37",
        "long": "Rapla - M\u00e4rjamaa",
        "short": "37",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "965b9533ee4fbcd6e5bf6b3cb4a7ec8a",
        "label": "131",
        "long": "Tabivere - Puurmani - Saduk\u00fcla - J\u00f5geva",
        "short": "131",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "965ee7404abe849f47c840e08b4ffde4",
        "label": "237",
        "long": "Roiu kauplus - Tartu",
        "short": "237",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9672ecc924510f023c4981ff8cbed6de",
        "label": "175",
        "long": "J\u00f5geva - Kuremaa - Palamuse - Luua - Maarja - Palamuse - Kuremaa - J\u00f5geva",
        "short": "175",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "967439bcecdb75d1c302897a504d739a",
        "label": "58-2",
        "long": "Mihkli - Koonga - P\u00e4rnu-Jaagupi - Rogenese",
        "short": "58-2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9684be9b87356993b19f5e3856b09708",
        "label": "44B",
        "long": "Paide - M\u00fcndi - Valgma - Paide",
        "short": "44B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "968a3b7a4a6fb30da453a6783a502d9f",
        "label": "16",
        "long": "Suure-Jaani - Pikkmetsa - Suure-Jaani",
        "short": "16",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF711D",
        "color_name": "orange",
        "has_shape": true,
        "id": "96a348bf297ad27bf77dcb4e280ea0c5",
        "label": "R45",
        "long": "Valga - Tartu",
        "short": "R45",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "96ab3ea1f64ecedcc2e9f3af0bb618f6",
        "label": "83",
        "long": "P\u00e4rnu - Vaskr\u00e4\u00e4ma - Surju - Saunametsa - Kikepera",
        "short": "83",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "96c77d84131c407fe49529b0dd13ee62",
        "label": "12D",
        "long": "Ervita - Koeru - J\u00e4rva-Jaani - Tapa",
        "short": "12D",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "96ce4a18dd43814ade17647c3322f4bf",
        "label": "103",
        "long": "Tartu - Tallinn",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "96ce873a17d7a9ea34c42df3b30c451a",
        "label": "25L",
        "long": "Elva - Puka - Keeni - Valga",
        "short": "25L",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "96f5fb4a7a0185a058343708f11efa24",
        "label": "106A",
        "long": "Tallinn - Loo - Lagedi",
        "short": "106A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "971707194960b4d6a95ac2eb7a5e16cd",
        "label": "408",
        "long": "L\u00e4\u00e4ne - Kurek\u00fcla - Rannu - Annikoru - Elva - Tartu",
        "short": "408",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "971e2b2d7cdbfff2e67502428c6e1264",
        "label": "24D",
        "long": "V\u00f5ru - Leevi - (Verioram\u00f5isa) -Veriora - R\u00e4pina",
        "short": "24D",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "97499d2ad005477f0cd7e813ae77eb24",
        "label": "55F",
        "long": "Viljandi - K\u00f5pu - Seruk\u00fcla - Tipu",
        "short": "55F",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "975cce0849512426d7d8c8655179b2fd",
        "label": "120A",
        "long": "Tallinn - P\u00f5rguv\u00e4lja - J\u00fcri",
        "short": "120A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "97668f74f357312d838d293b90a3d4ff",
        "label": "734",
        "long": "Tartu - Vasula - Tartu",
        "short": "734",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "97a0c548f7178b1567060bd3d7fab885",
        "label": "67",
        "long": "P\u00e4rnu - Audru - Kavaru - T\u00f5stamaa",
        "short": "67",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "97c6d1b6fedb354e9075bb3f45e6c014",
        "label": "196",
        "long": "Tartu - Kanepi - V\u00f5ru",
        "short": "196",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "97d9cf78f4eccd264c3ae2d3c9522dc8",
        "label": "274",
        "long": "Tallinn - P\u00e4rnu",
        "short": "274",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "97e7937fea9e88adb5e5898b01b74821",
        "label": "174A",
        "long": "J\u00f5geva - Kuremaa - Palamuse - Maarja-Magdaleena - Luua - Palamuse - Kuremaa - J\u00f5geva",
        "short": "174A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "97f21cbb9be9f2ea9c7d9e1ebaef32a8",
        "label": "73B",
        "long": "Otep\u00e4\u00e4 - Kannistiku - K\u00e4\u00e4riku - Otep\u00e4\u00e4",
        "short": "73B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "98112fbf332798b0e73b1a62b91bf20a",
        "label": "202",
        "long": "Aardla k\u00fcla - Unik\u00fcla - Villemi - Tartu",
        "short": "202",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9878763abe787d9b0c08ebc097ab92fc",
        "label": "20C",
        "long": "T\u00f5rva - Taagepera -  Valga bussijaam",
        "short": "20C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "98bb20738367721493df87ae57968550",
        "label": "244",
        "long": "Tallinn - Kuivastu - Orissaare - Kuressaare",
        "short": "244",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "98bdd0f6a627ce1656fca71d6a001ede",
        "label": "2201",
        "long": "L\u00fcmanda-Kihelkonna-K\u00e4rla-Kuressaare",
        "short": "2201",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "992bb837ee5e510d76393a4fa251d5dc",
        "label": "144",
        "long": "Tartu - R\u00e4pina - V\u00e4rska",
        "short": "144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "996d5d0a07913997da160f9f88e032a2",
        "label": "6322",
        "long": "(Muda \u2013 Lelu \u2013 ) Aadma \u2013 M\u00e4nnamaa \u2013 K\u00e4ina \u2013 Sarve \u2013 Heltermaa \u2013 Puliste \u2013 Kuri \u2013 K\u00e4rdla",
        "short": "6322",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9982070fd0fcf5de25d097c8ba10fafd",
        "label": "151A",
        "long": "V\u00f5ru - Orava - Treski - V\u00e4rska -(V\u00e4rska sanatoorium)",
        "short": "151A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "998399b95ff239aba009970f9905c283",
        "label": "5212",
        "long": "Kuressaare-Laimjala-Tornim\u00e4e-Nenu-Orissaare-Kuivastu",
        "short": "5212",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "998f0e9c937e6b27bfa894b94a449102",
        "label": "197",
        "long": "Vastseliina - Koidula - Vastseliina - V\u00f5ru",
        "short": "197",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "99ac18f3014c813da99ec92195e69748",
        "label": "3",
        "long": "N\u00f5lvaku - Zoomeedikum",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "99c2d40f02551fd1a5c40ccd86eea44f",
        "label": "194",
        "long": "Tallinn - Paide - Viljandi - T\u00f5rva",
        "short": "194",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "99dbe74f319b818004a3705765b454bf",
        "label": "8A",
        "long": "Veriora - Ruusa - Saare - Nulga - R\u00e4pina",
        "short": "8A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "99ee1afce6091fa1e9c3bd9098a019b5",
        "label": "80",
        "long": "Valga - Karksi-Nuia - Viljandi - Valga",
        "short": "80",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "99f3db74480228022e45e4a223aa475d",
        "label": "5",
        "long": "Vabaduse park - V-P\u00e4rnu",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "99fa5b535855c9bd925ac9d2b5d6b481",
        "label": "372",
        "long": "Viljandi - Abja-Paluoja - M\u00f5isak\u00fcla - Kilingi-N\u00f5mme - P\u00e4rnu",
        "short": "372",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9a6d422cc4b1a4515981d9783e692f4a",
        "label": "98",
        "long": "V\u00e4ndra - Tootsi - Piistaoja - Tori - Vihtra - V\u00e4ndra",
        "short": "98",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9a80b8f7b835a1ec7c03cb1699b1d7e9",
        "label": "118",
        "long": "Tallinn - Harku - V\u00e4\u00e4na - S\u00f5rve - Tabasalu - Tallinn",
        "short": "118",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9abd86697ff49ded53b0ac40d1b1b45c",
        "label": "14A",
        "long": "Otep\u00e4\u00e4-Sangaste-Valga",
        "short": "14A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9ac2fa9f83a24920830f4dd0d2bbcc53",
        "label": "729",
        "long": "K\u00e4\u00e4pa - Pala - Kallaste - Alatskivi - Koosa - Tartu",
        "short": "729",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9ae66ed287e47e7952e808f85deed0d8",
        "label": "62A",
        "long": "R\u00e4pina - Veriora - Partsi - P\u00f5lva",
        "short": "62A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9afb5772a639b03dc87db2096614a449",
        "label": "15A",
        "long": "T\u00fcri - Kabala - K\u00e4revere - T\u00fcri",
        "short": "15A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9b0cc7e0559ec54514ed7fb2712fb6d6",
        "label": "109",
        "long": "Tallinn - Tabasalu - V\u00e4\u00e4na - Kindluse - Keila - Tervisekeskus",
        "short": "109",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9b58b6482d08ea74d87036016ab56a34",
        "label": "11B",
        "long": "Ahja - Eoste - Lao - P\u00f5lva",
        "short": "11B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9b621ed1313820f06a53dcf7de646ae6",
        "label": "4108",
        "long": "Kuressaare-Eikla-Leisi-Metsk\u00fcla-Soela-Leisi",
        "short": "4108",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9b88f678a33eff52032bb9a4e1d9c268",
        "label": "31H",
        "long": "Valga - Rebasem\u00f5isa - Valga",
        "short": "31H",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9b8a5687c25dd87fd086eee8d34bd2d7",
        "label": "K11",
        "long": "R\u00f5\u00f5mu - L\u00f5una-Keila - Kirik - Luha - Kool - Haigla - \u00dclase",
        "short": "K11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9ba2717ee107b8b31cfb77b2362d27a9",
        "label": "254",
        "long": "J\u00f5geva - Kuremaa - Palamuse - Tabivere - Tartu",
        "short": "254",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9bc1696b6ce35f3cf76d5aa986f94248",
        "label": "37C",
        "long": "T\u00fcri bussijaam- V\u00f5hma - Villevere - T\u00fcri",
        "short": "37C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9bc6cd647bec2750cbcaed58227a22da",
        "label": "91-3",
        "long": "V\u00e4ndra - Tootsi - Tori - P\u00e4rnu",
        "short": "91-3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9bd4da1be7336785803a25ddb7f57483",
        "label": "60C",
        "long": "P\u00f5lva - Taevaskoja - Maarja - Taevaskoja - P\u00f5lva",
        "short": "60C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9c0a3002a78cd998a807106d7f0f80a0",
        "label": "20L",
        "long": "Valga - J\u00f5geveste - Taagepera - T\u00f5rva",
        "short": "20L",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9c11fb1b4396167b703844f041a366e1",
        "label": "6321",
        "long": "(Muda \u2013 Lelu \u2013 ) Aadma \u2013 M\u00e4nnamaa \u2013 K\u00e4ina \u2013 Sarve \u2013 Heltermaa \u2013 Kuri \u2013 K\u00e4rdla",
        "short": "6321",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9c188eac24875287d787861f6a1b9aa9",
        "label": "326",
        "long": "Otep\u00e4\u00e4 - Lutike - Pangodi - Kambja - Tartu",
        "short": "326",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "9c20fa132e25507a14cabd12ae542964",
        "label": "6",
        "long": "Nahavabriku - Narova - Paemurru - Nahavabriku",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9c2657c45e2ee4926d685c2c46cc10b3",
        "label": "17A",
        "long": "P\u00f5lva - Vastse-Kuuste - Kiidj\u00e4rve - P\u00f5lva",
        "short": "17A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "9c31f6907e923a469250bb61ee533271",
        "label": "314",
        "long": "Tallinn - Kohtla-J\u00e4rve - J\u00f5hvi - Narva",
        "short": "314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "9c8313ca69640ddef13bbd946898e6d6",
        "label": "245",
        "long": "Tallinn - Kuivastu - Orissaare - Kuressaare",
        "short": "245",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9c8cccdebf05d342719f4ccb583b0157",
        "label": "20E",
        "long": "P\u00f5lva - Meemaste - Peri - P\u00f5lva",
        "short": "20E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9ce6b2b198530e86e54618945516e84a",
        "label": "442",
        "long": "Elva - Hellenurme - R\u00f5ngu - Elva - Arbim\u00e4e - Tartu",
        "short": "442",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9cf5d6460d73ee714e310a0d5f029a78",
        "label": "8",
        "long": "Rapla - Seli - Juuru - Purila - Rapla",
        "short": "8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9d0870877a2d0f212dafdd8e1c1e41fe",
        "label": "923",
        "long": "T\u00e4hemaa side  - Koosa - Alatskivi",
        "short": "923",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "9d0a200ac9f8a46a5bf5da6fc6bd489d",
        "label": "5",
        "long": "Kutsekooli - Kauba - Kutsekooli",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "9d3aa267d92b9d5b8fa907085a3934e8",
        "label": "123",
        "long": "Tartu - Tallinn",
        "short": "123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9d51c1e0a186a9ae6f0be85401fca8d5",
        "label": "32B",
        "long": "Imavere - Kabala - Imavere - K\u00e4sukonna - Koigi - Imavere",
        "short": "32B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9d6ca54aa303cf3fc8ca7a9cbfa4749b",
        "label": "22B",
        "long": "T\u00fcri - V\u00e4\u00e4tsa - T\u00fcri",
        "short": "22B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9d85479ba26da5c47ddcdc98483b498e",
        "label": "6541",
        "long": "K\u00e4rdla-Kidaste-Viskoosa-Lauka kool-Heiste-Isabella-Lauka kool",
        "short": "6541",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9da3b7cd84e53a7106c7ad58a5182e9e",
        "label": "22B",
        "long": "(Leevaku) - Suurmetsa - Mooste - P\u00f5lva - V\u00f5ru",
        "short": "22B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9dae709e9697c5dd32a02ad657818dfa",
        "label": "71C",
        "long": "Tartu - Kambja - Pangodi - K\u00e4\u00e4riku - Otep\u00e4\u00e4",
        "short": "71C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9dc2ae76e41b1cd39701b26a6b059243",
        "label": "72A",
        "long": "Otep\u00e4\u00e4 - Elva",
        "short": "72A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9dccee1f762205657f6d634f88d0184d",
        "label": "451",
        "long": "Tartu - Elva - Tartu (ekspressliin)",
        "short": "451",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9e4151b5e1c5663814f5a8f1b1229c7d",
        "label": "505",
        "long": "P\u00f5ltsamaa - V\u00f5isiku - Esku - P\u00f5ltsamaa",
        "short": "505",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9e582913d1a4c05e79f287fb435dbc70",
        "label": "2E",
        "long": "R\u00e4pina - Kauksi - P\u00f5lva",
        "short": "2E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9e723d1724dbc0f6881671a4785e7501",
        "label": "95",
        "long": "Tartu - Mooste - Kauksi - R\u00e4pina",
        "short": "95",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9eb4c3d92a322a36d3956e37bb63bdc9",
        "label": "7",
        "long": "Rapla - Ingliste - Juuru - Kaiu - Kuimetsa",
        "short": "7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "9ecad3b427b300f6393ec14ece035529",
        "label": "28A",
        "long": "Papiniidu - Kuigu",
        "short": "28A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9ecd5f58b2a0ee72901538a6d817c914",
        "label": "151",
        "long": "Tallinn - Laagna - Kuusalu - Kolga - Loksa",
        "short": "151",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9eebe20b45ce9555b5ae628b4606705c",
        "label": "110A",
        "long": "V\u00f5ru - V\u00e4imela - Tsolgo - K\u00e4\u00e4pa - V\u00f5ru",
        "short": "110A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9f2b21296fa22b07f5a16e84b718ae54",
        "label": "237",
        "long": "Mustvee - Lohusuu kool - Avinurme - J\u00f5geva",
        "short": "237",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9f6e1684a12aab699ad5e4cda9fd9a44",
        "label": "39C",
        "long": "Paide - Aravete - Tapa",
        "short": "39C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9f937e4f1c3b1e0682eaa6c21b161c0c",
        "label": "12",
        "long": "Viljandi - Holstre - Mustla",
        "short": "12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9fd30ad5889cdbe8ed03091befa20235",
        "label": "83B",
        "long": "V\u00f5ru - Orava - Koidula - (Matsuri)",
        "short": "83B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "9ff130c3ade11859e94102a62d878a73",
        "label": "51A",
        "long": "Viljandi - Uue-Kariste - Abja-Paluoja",
        "short": "51A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "Hiiumaa 6422",
        "label": "6424",
        "long": "K\u00e4rdla-Heltermaa-K\u00e4rdla",
        "short": "6424",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "Hiiumaa 6422-1",
        "label": "6422",
        "long": "K\u00e4rdla-Heltermaa-K\u00e4rdla",
        "short": "6422",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "Hiiumaa 6515",
        "label": "6515",
        "long": "K\u00e4rdla - Lauka - Viskoosa - Luidja- Kiduspe- K\u00f5pu ( - Kalana)",
        "short": "6515",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "Hiiumaa6483",
        "label": "6483",
        "long": "(\u00d5ngu) \u2013 Nurste \u2013 S\u00f5ru sadam - Emmaste - K\u00e4ina - K\u00e4rdla",
        "short": "6483",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "Hiiumaa6512",
        "label": "6512",
        "long": "Kalana - K\u00f5pu - Kiduspe - Luidja - Viskoosa - Lauka - K\u00e4rdla bussijaam - (K\u00e4rdla sadam)",
        "short": "6512",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "Hiiumaa6574",
        "label": "6574",
        "long": "K\u00e4rdla- K\u00e4ina- Emmaste- S\u00f5ru sadam",
        "short": "6574",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "Jarvamaa 11F",
        "label": "11F",
        "long": "Paide - Koeru - Ervita",
        "short": "11F",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "Jarvamaa 11G",
        "label": "11G",
        "long": "Paide - Peetri - Koeru - Ervita",
        "short": "11G",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "Jarvamaa14B",
        "label": "14B",
        "long": "Ervita - Koeru - Vahuk\u00fcla - Ervita",
        "short": "14B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "Jarvamaa16B",
        "label": "16B",
        "long": "T\u00fcri bussijaam-Laupa-P\u00fcti-Rassi-T\u00fcri",
        "short": "16B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "Jarvamaa28D",
        "label": "28D",
        "long": "Kultuurikeskus - V\u00e4\u00e4tsa - Pearna - Piiumetsa - Kultuurikeskus",
        "short": "28D",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "Kaugliin274",
        "label": "274",
        "long": "Tallinn - P\u00e4rnu",
        "short": "274",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "REM kaugliin240",
        "label": "240",
        "long": "Tallinn - Kuivastu - Orissaare - Kuressaare",
        "short": "240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "REM121",
        "label": "121",
        "long": "Tallinn - Tartu",
        "short": "121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "REM205",
        "label": "205",
        "long": "Haapsalu - Taebla - Palivere - Risti - Turba - Tallinn",
        "short": "205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "REM343",
        "label": "343",
        "long": "Tallinn - J\u00f5hvi - Narva",
        "short": "343",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "REM345",
        "label": "345",
        "long": "Tallinn - J\u00f5hvi - Narva",
        "short": "345",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "REM349",
        "label": "349",
        "long": "Tallinn - J\u00f5hvi - Narva",
        "short": "349",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "REM350",
        "label": "350",
        "long": "Tallinn - J\u00f5hvi - Narva",
        "short": "350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "REM351",
        "label": "351",
        "long": "Tallinn - J\u00f5hvi - Narva",
        "short": "351",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "REM352",
        "label": "352",
        "long": "Tallinn - J\u00f5hvi - Narva",
        "short": "352",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "REMkaugl157",
        "label": "157",
        "long": "V\u00f5ru - Otep\u00e4\u00e4 - Tartu",
        "short": "157",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "a02aaaf89d4ee3d3a5a0a6f5b6910469-1",
        "label": "3m",
        "long": "Paemurru - Jaama - Tempo - Riigik\u00fcla kalmistu - Taevasina",
        "short": "3m",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "094F82",
        "color_name": "teal",
        "has_shape": true,
        "id": "a031deb11eb8e3bbc57dd793bac7e920",
        "label": "277",
        "long": "Tallinn - Tammispea - K\u00e4smu - V\u00f5su",
        "short": "277",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a0372481ddb1bba72e19963b6701da26",
        "label": "447",
        "long": "Tartu - Elva (kiirliin)",
        "short": "447",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a05f79d97d6776d0faa0d2820595f3a8",
        "label": "98C",
        "long": "Tartu - Liiva - Krootuse - P\u00f5lva",
        "short": "98C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a0c87c9f67420f047247afd43378249b",
        "label": "488",
        "long": "P\u00f5ltsamaa - Kamari - P\u00f5ltsamaa",
        "short": "488",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a0f25ba4800abc8d10bf291908ce29f9",
        "label": "227",
        "long": "Tartu - Kammeri - L\u00e4tik\u00fcla - Tartu",
        "short": "227",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a10b7004fa58de05d20a4d07f9bfb3dd",
        "label": "6415",
        "long": "(\u00d5ngu) - Nurste - (S\u00f5ru) - Emmaste - K\u00e4ina - K\u00e4rdla",
        "short": "6415",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a10d2e09ad01cab08d3526401844c8f2",
        "label": "705",
        "long": "Tartu - Kallaste - Pala - Assikvere - (Ruskavere)",
        "short": "705",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a11df086f7d90ab0a3fadb68db11ac93",
        "label": "142",
        "long": "V\u00f5ru - Vastseliina - Luhamaa - Murati - Misso -(Kuklase-Misso)",
        "short": "142",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a1595a9b8424c964a48f3fed2011a501",
        "label": "31",
        "long": "M\u00e4rjamaa - P\u00e4\u00e4rdu - Teenuse - M\u00e4rjamaa",
        "short": "31",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a16fed15f596942ffc531ceddecc2c28",
        "label": "99K",
        "long": "P\u00f5lva - Ihamaru - Tartu",
        "short": "99K",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a1acb275de889c3aa91224e18c1a8c60",
        "label": "22",
        "long": "Rapla - Kaerepere",
        "short": "22",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a1d402d68f25e564363b1b20f2a7b47e",
        "label": "2H",
        "long": "R\u00e4pina - Kauksi - Ruusa - Viluste - P\u00f5lva",
        "short": "2H",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a1ec1e417abc0a2ee37a5c91b45f40c7",
        "label": "1",
        "long": "Rapla raudteejaam - Rapla bussijaam",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "a1fee0dbbdc0b3130430207c7995e836",
        "label": "166",
        "long": "Tartu - Tallinn",
        "short": "166",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a22682e44069fd122e59b917ba9604b4",
        "label": "19",
        "long": "Ahja -(Imma)-Ahja-(Vahemetsa)- M\u00f5tsk\u00fcla - Ahja",
        "short": "19",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a266a724297feb9c5a49940bce96b251",
        "label": "31",
        "long": "Viljandi - Meleski - Kolga-Jaani",
        "short": "31",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a2b80fc87b4974e1b26db655c19fda0f",
        "label": "5217",
        "long": "Kuressaare-K\u00f5ljala-Valjala-Laimjala-Orissaare-Hellamaa",
        "short": "5217",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a2be37f890bafc151123aeed17b354b0",
        "label": "24B",
        "long": "Valga - Keeni - Priipalu - Unik\u00fcla - Valga",
        "short": "24B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a3246430b59bb962e6b344bd875e2dc1",
        "label": "29B",
        "long": "T\u00fcri bussijaam - Kolu - T\u00fcri bussijaam",
        "short": "29B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a33f6f25f1c870c0335ac2f9eff753d9",
        "label": "112",
        "long": "Tartu - Laeva - Puurmani - P\u00f5ltsamaa",
        "short": "112",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a372437f16590e4e48b3b8b8134d9160",
        "label": "10B",
        "long": "Sooru - Iigaste - Tagula - Sooru",
        "short": "10B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "a38a34591da7785f868fa3cbebd97f1e",
        "label": "1",
        "long": "Merimetsa - Papiniidu - Riia mnt - Vana-P\u00e4rnu",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a392bf0f61044f18722f6eb89ab929e0",
        "label": "10C",
        "long": "Paide keskv\u00e4ljak - T\u00fcri - S\u00e4revere",
        "short": "10C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a39334c3e46e2fff4637b14bbbdb2750",
        "label": "76B",
        "long": "Otep\u00e4\u00e4 - Anne - Urvaste - Antsla",
        "short": "76B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a3be13d4610453ad608759c49e067e6e",
        "label": "79A",
        "long": "V\u00e4rska - Podmotsa - V\u00e4rska",
        "short": "79A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a3cd75904ce328663a90a4b1af233d86",
        "label": "10B",
        "long": "Paide keskv\u00e4ljak - T\u00fcri - S\u00e4revere",
        "short": "10B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a3e36adb0529aa81ea701eb0383115a9",
        "label": "174",
        "long": "Tallinn - Viimsi - Haabneeme",
        "short": "174",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a3e4333ca5eef2bb2d90e8234f0ebf5e",
        "label": "180E",
        "long": "V\u00e4\u00e4na-J\u00f5esuu - Rannam\u00f5isa - Tallinn - Maardu",
        "short": "180E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a3f6c69f2babdcc9ede605fdea2798c8",
        "label": "96A",
        "long": "Koidula jaam - V\u00e4rska - R\u00e4pina - Tartu",
        "short": "96A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a3fb60757dc247aa7b91e9647aacb3fa",
        "label": "511",
        "long": "P\u00f5ltsamaa-Esku-K\u00f5o-V\u00f5hma-Esku-P\u00f5ltsamaa",
        "short": "511",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a413b91ad78ee860916e2fdbd679d897",
        "label": "20B",
        "long": "P\u00f5lva bussijaam - Lina - Lao - Lina - P\u00f5lva bussijaam",
        "short": "20B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a42526756490b2a589be050cec69a5fa",
        "label": "72",
        "long": "Iisaku - Tudulinna - Avinurme",
        "short": "72",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a4450f39214a4ea8ee86e72e25666e5d",
        "label": "204",
        "long": "V\u00f5ru - Vastseliina - Obinitsa - Lasva - V\u00f5ru",
        "short": "204",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a45301286ed8e2fd2eaa470c1b57fea4",
        "label": "4106",
        "long": "KUR-Eikla-Leisi-Pammana-Metsk-Leisi(Triigi sadam tellimisel)KUR",
        "short": "4106",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a47816b2fd455df2cde7b677fe64723f",
        "label": "53",
        "long": "Keskhaigla - J\u00f5hvi - Oru - Voka - Sillam\u00e4e",
        "short": "53",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a480bede938ed672473ad5136f6a33f4",
        "label": "337",
        "long": "Tartu - Rehe -T\u00f5rvandi - K\u00fclitse j\u00e4rve - Haage - Tartu",
        "short": "337",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a4985a6f0af874b8b239ba4d0f7ccfd0",
        "label": "904",
        "long": "Elva - Annikoru - Rannu - Kurek\u00fcla - (V\u00e4ike-Rakke)",
        "short": "904",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a4d0fb6925ceb3ad5996ff22621a2f23",
        "label": "86",
        "long": "P\u00e4rnu - Kilingi-N\u00f5mme - Punapargi",
        "short": "86",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a500073b011728b36292f3e39d7a1797",
        "label": "5201",
        "long": "Kuivastu-P\u00e4daste-Koguva-Orissaare-P\u00f6ide-Tornim\u00e4e-Kuressaare",
        "short": "5201",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a521cf209107a9b0ccee53c67fdcdf3e",
        "label": "709",
        "long": "Tartu - Koosa - Alatskivi - Kallaste - Pala - (Assikvere)",
        "short": "709",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "a52dcdc65dea12bbdb4c9cb10130c2a3",
        "label": "211",
        "long": "Tallinn - P\u00e4rnu",
        "short": "211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "a58197969540fbfb2251b97affe7a9c0",
        "label": "28",
        "long": "Vanalinn - Ahtme mnt - Vanalinn",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a59ed97752d8c29e8f81a8d3b29a72e7",
        "label": "192",
        "long": "Tartu - Tabivere - Palamuse - Kuremaa - J\u00f5geva",
        "short": "192",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a5e5f27f2dbe797ecf3c85fc26beb4a6",
        "label": "75",
        "long": "J\u00f5hvi - Kauksi - Vasknarva",
        "short": "75",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a613e4099541c47ce8436a4c36ce822a",
        "label": "809",
        "long": "Tartu - Kavastu - Alatskivi - N\u00f5va - Nina - Alatskivi - Tartu",
        "short": "809",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a6265d96cbf3e8473bec70a566062972",
        "label": "316",
        "long": "Tartu - Kuuste - Liiva",
        "short": "316",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF711D",
        "color_name": "orange",
        "has_shape": true,
        "id": "a6275170fb62709f626f6d5a6138c2e8",
        "label": "R17",
        "long": "Tallinn -Turba",
        "short": "R17",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a63aa95ba52e0788dfc6ca73c60cd5cb",
        "label": "217",
        "long": "Tartu - Lange - Ignase - Roiu - Tartu",
        "short": "217",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a651ce0ef77109dd1ba5a2bba2d29ac5",
        "label": "6362",
        "long": "K\u00e4rdla - Kuri - Heltermaa - Kuri - K\u00e4rdla",
        "short": "6362",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a6880cea8486801a529c7f2247c00ec2",
        "label": "2101",
        "long": "L\u00fcmanda-Riksu-Koimla-Salme-L\u00e4\u00e4tsa-KUR",
        "short": "2101",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a6aedb5d4ceea373d4f57cf603c21cb2",
        "label": "199A",
        "long": "V\u00f5ru - Loosi - Tahma - Vastseliina",
        "short": "199A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a6da64a0ae8cb88138c98e864f4a32f4",
        "label": "116",
        "long": "Tallinn - Luige - Kiili - Paekna",
        "short": "116",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "a7073afb7adabc3be09ffc8118db0646",
        "label": "410",
        "long": "Tallinn - Paide - T\u00fcri - Viljandi",
        "short": "410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a7138ddfcf4789f7c8e147b8875310ba",
        "label": "35B",
        "long": "Paide - Roosna-Alliku - J\u00e4rva-Jaani - Karinu",
        "short": "35B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a72f770a710d7b555cb62af5ae6c63aa",
        "label": "49A",
        "long": "Krootuse -(Karilatsi)- Ihamaru- Karaski p\u00f5ik- Krootuse- P\u00f5lva",
        "short": "49A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a7569562a44df99b7e35b1c7961480ff",
        "label": "23",
        "long": "Viljandi - J\u00e4rtsaare - Kolga-Jaani - P\u00f5ltsamaa",
        "short": "23",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a7bbbb63fa9db33ad04c58d7a4f7d9aa",
        "label": "6271",
        "long": "K\u00e4ina kool-Kolga-M\u00e4nnamaa-(Leluselja)- Emmaste kool - K\u00e4ina",
        "short": "6271",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a7d6ff8702e075b2c5b0b588d758bb3f",
        "label": "9",
        "long": "Kadrina - Undla - Vohnja - Tapa",
        "short": "9",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a80aa9a76411e3e6f847f728abdd815c",
        "label": "120",
        "long": "Tartu - Laeva - Sinik\u00fcla",
        "short": "120",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a80cc07ed09f612497ccefe7ff8e3c91",
        "label": "7B",
        "long": "R\u00e4pina - Leevaku - K\u00f5nnu - Linte - R\u00e4pina",
        "short": "7B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a86d77bdfe4b1ec9c7e48bebf931f1d6",
        "label": "452",
        "long": "Tartu - N\u00f5o - Peedu - Elva - Karij\u00e4rve - Puhja - Ulila - Tartu",
        "short": "452",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a888570a8ce328b7b52caee586c90d03",
        "label": "484",
        "long": "P\u00f5ltsamaa - Kamari - (Umbusi - Annikvere) - P\u00f5ltsamaa",
        "short": "484",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a88f0ff3e05fa916779c0ab3602fe9d2",
        "label": "18M",
        "long": "Antsla -L\u00fcllem\u00e4e- Valga bussijaam",
        "short": "18M",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a8a9a868ca251ed4356ce1ba20689ad6",
        "label": "10A",
        "long": "(L\u00fc\u00fcbnitsa) - Beresje - R\u00e4pina",
        "short": "10A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a904164c80d40d8459a2aa965513522b",
        "label": "836",
        "long": "V\u00f5nnu - Luunja kool - Tartu",
        "short": "836",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a91256b5cf4b661265549e41857d6914",
        "label": "174",
        "long": "V\u00f5ru - Haanja - Reb\u00e4se - R\u00f5uge - Utessuu - V\u00f5ru",
        "short": "174",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a92245f151b3c032fb4bd2580ba290d3",
        "label": "229",
        "long": "Mustvee - K\u00e4\u00e4pa - Voore - Torma - Mustvee",
        "short": "229",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a9375771048e7fbc457d9e58ec87c091",
        "label": "2209",
        "long": "Kuressaare-K\u00f5rkk\u00fcla-L\u00fcmanda (Karala-Atla-L\u00fcm. tellimisel)",
        "short": "2209",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a961fd0e48b8b956e7b1b96a444fd11c",
        "label": "41",
        "long": "P\u00e4rnu - Libatse - Lehu",
        "short": "41",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a963871e264447c09497a68bc7412398",
        "label": "58-1",
        "long": "Mihkli - Koonga - P\u00e4rnu-Jaagupi - Rogenese",
        "short": "58-1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a96719d6c6821777993f46b4e566ba74",
        "label": "360",
        "long": "Tartu - Eerika - T\u00f5rvandi - \u00dclenurme keskus - M\u00e4nni",
        "short": "360",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a9896410ceebf0f2170835451a520ee1",
        "label": "239",
        "long": "Mustvee - Kallaste - Mustvee",
        "short": "239",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a9c29e206a673f04d42ff098d944bb49",
        "label": "185A",
        "long": "V\u00f5ru - S\u00f5merpalu - H\u00e4nike - Antsla",
        "short": "185A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a9db037da62d868d2e6d5da7227190d4",
        "label": "116",
        "long": "Merem\u00e4e - Obinitsa - Vastseliina - V\u00f5ru",
        "short": "116",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "a9ef2b68ac1a404b83ee5cb3897fcaed",
        "label": "822",
        "long": "Tartu - Roiu - Kulpna - Tartu",
        "short": "822",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "aa1a13e5872ebfbcdadddcf86203a217",
        "label": "134",
        "long": "Tallinn - J\u00fcri - Vana mnt - Vaida",
        "short": "134",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "aa68fd849f0502d21027e297cfc6530b",
        "label": "112",
        "long": "P\u00f5ltsamaa - Lustivere - Aidu - J\u00f5geva",
        "short": "112",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "aa77804668b9de9d8994ef6e612732d8",
        "label": "3210",
        "long": "Hakjala-Aste-Kuressaare",
        "short": "3210",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "aac6b37484c993d2c8c10270cce73c79",
        "label": "123A",
        "long": "V\u00f5ru - R\u00f5uge - Krabi - (Hintsiko)",
        "short": "123A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "aaf60fa346e4674239b8c4a9d7a90cc2",
        "label": "126",
        "long": "V\u00f5ru - Vastseliina - V\u00f5ru",
        "short": "126",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ab2f5a7edec9d3062052d310811ca9ad",
        "label": "78A",
        "long": "Nooritsmetsa - Mooste - Kauksi - P\u00f5lva",
        "short": "78A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ab577c16867e211b2f76103b86193763",
        "label": "472",
        "long": "Tartu - N\u00f5o - Arbim\u00e4e - Elva - Turuplatsi - (Hellenurme)",
        "short": "472",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ab775e6903521d33671d3811aff0ee57",
        "label": "59H",
        "long": "Viljandi - T\u00e4\u00e4ksi - V\u00f5hma",
        "short": "59H",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ab7994351c48562006b5bf40b34ad058",
        "label": "97",
        "long": "V\u00e4ndra - Kaisma - K\u00f5nnuveski",
        "short": "97",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "abbcc009e2794960200fc5a585a768ce",
        "label": "3105",
        "long": "Kuressaare-Randvere-Mustjala (Tagaranna tellim)",
        "short": "3105",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "abbdd0ec4a038a9a5b83483ef11a3857",
        "label": "2112",
        "long": "KUR -Viidu-L\u00fcmanda-Koimla-Salme Kuressaare",
        "short": "2112",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ac10618b9850793364701838001cc4f1",
        "label": "2G",
        "long": "P\u00f5lva -  Peri - Leevi - Veriora - R\u00e4pina",
        "short": "2G",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ac3e2352a15b7d41cb85c942ea25bfb4",
        "label": "135A",
        "long": "Tallinn - J\u00fcri - Aruk\u00fcla",
        "short": "135A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ac3ffb5cd3c34ddfd8a94dcdba4a008e",
        "label": "209",
        "long": "Mustvee - Torma - Sadala - Laiuse - J\u00f5geva alevik - J\u00f5geva",
        "short": "209",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "acbcf98a8a63a5f81737d4bf35b16589",
        "label": "326",
        "long": "Tallinn - Rakvere",
        "short": "326",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ad0ada373a0432d5444c3d3a9fe20271",
        "label": "539",
        "long": "Tartu - Ilmatsalu - Tartu",
        "short": "539",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ad14322c42af26ba9bfdd6af62282701",
        "label": "40C",
        "long": "Aravete - Ahula - Aegviidu",
        "short": "40C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "ad7be154fae9ca223ff7c9fb38e7cf97",
        "label": "4",
        "long": "Ringtee - Kummeli",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "ad7e29ed3021bdc8539953568b4c60eb",
        "label": "19",
        "long": "Raja - Mai - Karja - Tallinna mnt - L\u00f5o",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ad805d2c801694d81c1abdf3a7ed46d6",
        "label": "617",
        "long": "Tartu - L\u00e4hte - Maarja-Magdaleena - Vedu - Luunja - Tartu",
        "short": "617",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "adbd74498099f789b34bbc544ae53219",
        "label": "116B",
        "long": "Tallinn - Kangrumetsa - Kiili - Paekna - Sookaera",
        "short": "116B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "adca575c6ba9ff8dcbdff359662b465c",
        "label": "141",
        "long": "Tartu - Tallinn",
        "short": "141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "adced78c012fed7ec78a2b63df360d1f",
        "label": "7C",
        "long": "Kabala - T\u00fcri - Kolu - Laupa - T\u00fcri",
        "short": "7C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ade947b81721ac6380bdd7d1ba48881b",
        "label": "64",
        "long": "Tapa - Lehtse - Aegviidu",
        "short": "64",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ae2e6042dda4c0e98c94a43b6af7facc",
        "label": "6",
        "long": "S\u00e4revere - T\u00fcri - Paide - T\u00fcri",
        "short": "6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "ae613439c9ac436afef59857fcdabebf",
        "label": "10",
        "long": "Kvissentali-Annelinn Ringtee-Rdt. jaam",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ae79f555a4a5d94f0aa865c0cd9da229",
        "label": "735",
        "long": "Tartu - Vasula - Tartu",
        "short": "735",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ae7de5a883fba367d89d846893de3c8c",
        "label": "5114",
        "long": "Valjala-T\u00f5nija-Kaljuk\u00fcla-Valjala",
        "short": "5114",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ae999dee53e09b43c3016cf78cbe2755",
        "label": "36A",
        "long": "Rakvere - V\u00e4ike-Maarja - Rakke",
        "short": "36A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "aec3857fbf4e694b0f80b47d07588019",
        "label": "Anija6",
        "long": "H\u00e4rmakosu - Pillapalu - Kehra",
        "short": "Anija6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "aec4855f40f6632ea23059cf929717da",
        "label": "307",
        "long": "Kambja - Aarike - \u00dclenurme keskus - Tartu",
        "short": "307",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "aed7b76d90c51bc1eb86c6450e1d9c61",
        "label": "155A",
        "long": "Obinitsa - Lasva - V\u00f5ru",
        "short": "155A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "af7c6f5d4d5faf212b10fd95fd45cc20",
        "label": "4",
        "long": "Keskv-TuulteR-Haigla-Kingu-Bauh-Kudjape-Nooruse-Keskv",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "af7e455898428f1205a139a3f9f3479a",
        "label": "123",
        "long": "Tallinn - Tabasalu - S\u00f5rve - Liikva - V\u00e4\u00e4na-J\u00f5esuu",
        "short": "123",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "af8e78aaa2bfdd608fe88ac31bbfff7a",
        "label": "59A",
        "long": "Tartu - Ahja - R\u00e4pina",
        "short": "59A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "af9e4ee5704f9e5e491ebfd931517842",
        "label": "149B",
        "long": "V\u00f5ru - Tsooru - Luhametsa - V\u00f5ru",
        "short": "149B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "afa7746731dac5a022453a2b4bc037c4",
        "label": "95",
        "long": "V\u00e4ndra - Vihtra - Suurej\u00f5e - V\u00e4ndra",
        "short": "95",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "afc519dc5d2ec259a1103b5938dd7871",
        "label": "5902",
        "long": "Orissaare-Tagavere-Randk\u00fcla-Taaliku-Orissaare",
        "short": "5902",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "afc931b1798a055e8b3d684ced32d7f3",
        "label": "432",
        "long": "P\u00f5ltsamaa - Pisisaare - K\u00fctim\u00e4e - Pisisaare - P\u00f5ltsamaa",
        "short": "432",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "aff149fe7eb396df3e7d825432a07171",
        "label": "122",
        "long": "J\u00f5geva - Siimusti - Lahavere - Kalana - Pajusi - P\u00f5ltsamaa",
        "short": "122",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b01d23fc8f641587500e7d587cd50f9c",
        "label": "25T",
        "long": "Elva - Palupera - R\u00f5ngu - Puka",
        "short": "25T",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b02990d27fa928ed126fefe4d6320b74",
        "label": "116A",
        "long": "Tallinn - Luige - Kiili - S\u00f5meru",
        "short": "116A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b03b6ba60db627f30dd41b5a7bdaa937",
        "label": "712",
        "long": "(Kodavere kirik) - Kallaste - Alatskivi - Koosa - Tartu",
        "short": "712",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b0739ccac732ed5197be09ed0426f26d",
        "label": "221-3",
        "long": "Mustvee-Kasep\u00e4\u00e4-Metsak\u00fcla-Kasep\u00e4\u00e4-Mustvee",
        "short": "221-3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b08ebfc49cd776f0c44c6b52816435ec",
        "label": "59B",
        "long": "R\u00e4pina - Ahja - Tartu",
        "short": "59B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b0b993fdd7e4f2d9a2e4d7c56eb55c6b",
        "label": "170",
        "long": "Antsla - Linnam\u00e4e - Osula - S\u00f5merpalu - V\u00f5ru",
        "short": "170",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b0c33d330a8eb48338bd6a25bf0dad94",
        "label": "28C",
        "long": "Kultuurikeskus - V\u00e4\u00e4tsa - Saueaugu",
        "short": "28C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b0c5087a207f1d151923f83e49245b1d",
        "label": "161",
        "long": "J\u00f5geva-Kaarepere-Palamuse-Kuremaa-J\u00f5geva alevik-J\u00f5geva",
        "short": "161",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b0d00409f10b2848b9dd6c631d066c90",
        "label": "21B",
        "long": "Vastse-Kuuste  - Karilatsi - V\u00f5ru",
        "short": "21B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b1020f2183c5c5d89589f97a6f526ad3",
        "label": "160-1",
        "long": "J\u00f5geva - Kaarepere - J\u00f5geva",
        "short": "160-1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b1174ae52a8429615d5ecc6a8e3d2df4",
        "label": "86A",
        "long": "P\u00f5lva - Veriora - Orava - (Lepassaare)",
        "short": "86A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b15feeb6d3e39636279bea7febe2524d",
        "label": "18L",
        "long": "Valga - L\u00fcllem\u00e4e - Antsla",
        "short": "18L",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b19eed634de3a24b94fab76eac2b6929",
        "label": "454",
        "long": "P\u00f5ltsamaa - Adavere - P\u00f5ltsamaa",
        "short": "454",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b1a5be6eda8616f787cbc53d041b06e4",
        "label": "6514",
        "long": "(Kalana-) K\u00f5pu - (Kiduspe ) -  Luidja- Viskoosa- Lauka-K\u00e4rdla",
        "short": "6514",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b1a5be6eda8616f787cbc53d041b06e4-1",
        "label": "6516",
        "long": "(Kalana \u2013 ) K\u00f5pu \u2013 Kiduspe (\u2013 Suureranna k\u00fcla) \u2013 Luidja \u2013 Viskoosa \u2013 Lauka \u2013 K\u00e4rdla",
        "short": "6516",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b1a5be6eda8616f787cbc53d041b06e4-2",
        "label": "6492",
        "long": "Kalana \u2013 K\u00f5pu \u2013 Kiduspe (\u2013 Suureranna k\u00fcla) \u2013 Luidja",
        "short": "6492",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b1bbbdf542e597cc0dccb794a68e309a",
        "label": "25J",
        "long": "Elva - Palupera - R\u00f5ngu - Puka - Keeni - Valga",
        "short": "25J",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b22368ab193d2a3a64ed8dc2adc6c3c6",
        "label": "336",
        "long": "Tartu - Aarike - Luke m\u00f5isa - N\u00f5o",
        "short": "336",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b2766b940aae98e445044ae3fa5160c5",
        "label": "73",
        "long": "J\u00f5hvi - Iisaku - Remniku - Kauksi - Iisaku",
        "short": "73",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b294e753ade46d587e421d6ecc3c05c6",
        "label": "9C",
        "long": "Ervita - Koeru - Peetri - Paide",
        "short": "9C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b29fb6d73772a7cd3465291bfaf828a7",
        "label": "76",
        "long": "J\u00f5hvi - Gorodenko - Vasknarva - J\u00f5hvi",
        "short": "76",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b2a70091aaa9ecca91c851327acf57e2",
        "label": "46C",
        "long": "Viljandi - Aimla - T\u00e4\u00e4ksi - Suure-Jaani",
        "short": "46C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b2bcd8dd0d905add095409631a9b0711",
        "label": "216",
        "long": "(Palum\u00e4e) - (Kammeri) - Kambja apteek - Tartu",
        "short": "216",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b2be38d2b754a80204a22acb7ad9c403",
        "label": "110",
        "long": "J\u00f5geva - Siimusti - Aidu - Lustivere - P\u00f5ltsamaa",
        "short": "110",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b2be38d2b754a80204a22acb7ad9c403-1",
        "label": "600",
        "long": "J\u00f5geva-P\u00f5ltsamaa-Suure-Jaani-P\u00e4rnu",
        "short": "600",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "b2cc994ff08d6f0d1b92e1ba9eef74bd",
        "label": "152",
        "long": "Tallinn - Tartu",
        "short": "152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "b2e66263346d2d10d74282a1b6daadd9",
        "label": "2",
        "long": "Haigla - Oja - Supelrand - Oja - Haigla",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b2eacc0dc03f6a02afd99490dfdad6c1",
        "label": "463",
        "long": "J\u00f5geva-Siimusti-Saduk\u00fcla-Puurmani-Lustivere-P\u00f5ltsamaa",
        "short": "463",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b3373550530b7cb8ef6aebd5920591eb",
        "label": "30B",
        "long": "Saverna - Aiaste - Valgj\u00e4rve - Krootuse - P\u00f5lva",
        "short": "30B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "b3603442781617d614a5ef8f13f77b9c",
        "label": "28a",
        "long": "Vanalinn - Vana-Ahtme - Vanalinn",
        "short": "28a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b3669260716f7d6a8d67a4aec4887bd9",
        "label": "3",
        "long": "Valga - Valka - Valga",
        "short": "3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b37d9b9ceb8fe2bc011df0e669d79d40",
        "label": "4901",
        "long": "Uuetalu-Metsk\u00fcla-Asuka-Pammana-Leisi",
        "short": "4901",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b3900a2ae70daaaa1de1cc17dfcf5d82",
        "label": "69A",
        "long": "P\u00f5lva - Holvandi - Partsi - P\u00f5lva",
        "short": "69A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b3ae04b778ca79ffd6302f5da5308bd6",
        "label": "79B",
        "long": "V\u00e4rska - Podmotsa - V\u00e4rska",
        "short": "79B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b3d05328b1327fbe520fc57a6cffa92c",
        "label": "459",
        "long": "P\u00f5ltsamaa - Adavere - Imavere m\u00f5is - Adavere - P\u00f5ltsamaa",
        "short": "459",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b3d1531fcb10f84d3d19b9b35fe9976e",
        "label": "247",
        "long": "J\u00f5geva - Siimusti - Vaimastvere - Siimusti - J\u00f5geva",
        "short": "247",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b40ea212a932c56f22274b4324b749d8",
        "label": "145",
        "long": "V\u00f5ru - Vastseliina - Misso - Luutsniku - V\u00f5ru",
        "short": "145",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "b432829d51e185b1654fcb65edce586d",
        "label": "12",
        "long": "Vana-Sauga - Uus-Sauga - Bussijaam",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b45a4114ceaa2a3ebbf14a6f8aec34c1",
        "label": "135C",
        "long": "Tallinn - J\u00fcri - Aruk\u00fcla - Peningi - Tasuja - Urvaste",
        "short": "135C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b45c0129a465eb2ae15904e34905e979",
        "label": "84",
        "long": "P\u00e4rnu - T\u00f5itoja - Kilingi-N\u00f5mme - Tihemetsa - T\u00f5lla",
        "short": "84",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b477b7eb24a48b1fbca08df70915668e",
        "label": "146",
        "long": "V\u00f5ru - Haanja - Misso - Haanja - V\u00f5ru",
        "short": "146",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b490c2d33d09c990764abd5f782e50d2",
        "label": "36F",
        "long": "Viljandi - Saarepeedi - V\u00f5ivaku - Karula - VIljandi",
        "short": "36F",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "BD4819",
        "color_name": "red",
        "has_shape": true,
        "id": "b4c5c0d01f6e3d5b5d2ba2ef83fd5034",
        "label": "69",
        "long": "L\u00f5unakeskuse ekspress (kesklinna)",
        "short": "69",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b4c9800bca72412a3b85d090f70de1d3",
        "label": "86B",
        "long": "(Lepassaare) - Orava - Veriora - P\u00f5lva",
        "short": "86B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b4e5a054a1cf5a9a6a96f83268436506",
        "label": "117A",
        "long": "Tallinn - Saku",
        "short": "117A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b4ffc86409021b44c0bd9acf0ba18c0a",
        "label": "110",
        "long": "Keila - Keila-Joa - Lohusalu - Paldiski",
        "short": "110",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b52a813c8b013465c5d01b5f503eb518",
        "label": "200A",
        "long": "J\u00f5geva - Torma - Mustvee",
        "short": "200A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b559f344ca5395207c83d72d6aeb9f36",
        "label": "64",
        "long": "T\u00f5stamaa - Kihlepa  - Audru kool - P\u00e4rnu",
        "short": "64",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b56ad1b423681d540b1156c8b7471c7e",
        "label": "152A",
        "long": "V\u00f5ru - Lasva - Orava - V\u00e4rska - V\u00e4rska sanatoorium",
        "short": "152A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b5773403c852e5f7225acf53208fdf6b",
        "label": "156-1",
        "long": "J\u00f5geva - Ellakvere - J\u00f5geva",
        "short": "156-1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b585b32fdc2c9c97df8a3e6ff405e77c",
        "label": "4",
        "long": "Rapla - Ingliste - Karitsa - Kaiu - Kuimetsa",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b58fd26ca63822eac085c5eab72b8920",
        "label": "13A",
        "long": "T\u00f5rva-Sangaste-Otep\u00e4\u00e4",
        "short": "13A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b65ce374dd64043153d4cbf4867676f8",
        "label": "2313",
        "long": "KUR-Randvere-K\u00e4rla-(\u00dcru tellimisel)-Pidula-Kihelkonna",
        "short": "2313",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b683f0c5824c156b1805620f7404fcfb",
        "label": "841",
        "long": "Tartu - Pilka - Kavastu - Taabri - Pilka -Tartu",
        "short": "841",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b6a04d070f236e329c7dc92887e8c3af",
        "label": "189",
        "long": "J\u00f5geva - Kuremaa - Palamuse - Voore - K\u00e4\u00e4pa - Pala",
        "short": "189",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b6ae25f2338bbf38b6d0d5aef5e0b973",
        "label": "610",
        "long": "Tartu - K\u00e4rkna - L\u00e4hte - K\u00e4rkna - Tartu",
        "short": "610",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b6b502fe049c4f8aaeda9b951062ff31",
        "label": "5204",
        "long": "Kuressaare-K\u00f5ljala-Laimjala-Tornim\u00e4e-Orissaare-Kuivastu",
        "short": "5204",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b6c0ce6bdec269f09d5d3740000d8a42",
        "label": "34C",
        "long": "Paide - Imavere - Koigi - Paide",
        "short": "34C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b6d3c92d18a87b5b9773cfe1cea67ad3",
        "label": "829",
        "long": "(Arusoo) - Parapalu - Mehikoorma - J\u00e4rvselja - Tartu",
        "short": "829",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b7354843013a8c65158bedcb3721c584",
        "label": "6532",
        "long": "K\u00f5pu- Kiduspe- Luidja- Viskoosa- Lauka- K\u00e4rdla",
        "short": "6532",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b74785c30a47a9487da484e6acb3e608",
        "label": "233",
        "long": "J\u00f5geva - Laiuse - Kuremaa - Laiuse - J\u00f5geva",
        "short": "233",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b751cf2cad893d252bbd9fb85daa2dcc",
        "label": "329",
        "long": "Kammeri - Kambja - Tartu",
        "short": "329",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b75bddd59476ec252b6ea897d7b3e11e",
        "label": "39A",
        "long": "Paide - Aravete - Tapa",
        "short": "39A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b78c7c6611dcd2140d1b5e43da21bd01",
        "label": "6372",
        "long": "\u00d5ngu - Nurste - Emmaste",
        "short": "6372",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b79a29860ef9f72e772185b01b538b98",
        "label": "410",
        "long": "Elva - Arbim\u00e4e - N\u00f5o - Tartu",
        "short": "410",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b7a3141f530ba9b32d348f58f0cf4381",
        "label": "L1",
        "long": "Vanasilla - Sillaotsa - Urda jaam - Vanasilla",
        "short": "L1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b81996a9d243a62f4e29c38629271a59",
        "label": "39P",
        "long": "Otep\u00e4\u00e4 - Vidrike - Sangaste - Valga",
        "short": "39P",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b82d28737cb85d928834ad56809e71e2",
        "label": "115A",
        "long": "Obinitsa - Vastseliina - V\u00f5ru",
        "short": "115A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b8a6c68cbfade3b2de1b45d7a58a4872",
        "label": "194B",
        "long": "V\u00f5ru - Loosi - Vastseliina - Tahma - Loosi - V\u00f5ru",
        "short": "194B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b911e63a9c31d8ada467244da502d1fd",
        "label": "306",
        "long": "Tartu - Kambja park - Kaatsi - Suure-Kambja - (Koidu)",
        "short": "306",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "b915c7090c2d435e50fe5b5fa7a609fc",
        "label": "1",
        "long": "Kesklinn-Haigla-Tuulte R-Keskl-Kudj.-Nooruse-Keskv",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b9801d8995b1b173181fe83a5447b07b",
        "label": "159",
        "long": "J\u00f5el\u00e4htme - Ihasalu - Neeme",
        "short": "159",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b9ac444bd420a39cdf1517e746712344",
        "label": "31",
        "long": "Narva - Narva-J\u00f5esuu",
        "short": "31",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b9bc724bad8b80852c90f8d84b1e6f24",
        "label": "20J",
        "long": "T\u00f5rva -  Valga bussijaam",
        "short": "20J",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "b9f6a103d558c0d4e016c1025a7fbfbb",
        "label": "712",
        "long": "Haapsalu - Keila - Tallinn",
        "short": "712",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ba097ecb535216c86984b0c171b39bdd",
        "label": "503",
        "long": "Tartu - Ilmatsalu kool - Ulila - Puhja - Karij\u00e4rve - (Ristim\u00e4e)",
        "short": "503",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ba31af4278719ed9de7602f78efa19e6",
        "label": "38P",
        "long": "Otep\u00e4\u00e4 - Sihva - Keeni - Sangaste - Valga",
        "short": "38P",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ba403abd76a4c7915f0bca8fb3630630",
        "label": "225",
        "long": "(Lootvina) - Unik\u00fcla - Roiu - Tartu",
        "short": "225",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ba7abe009977748639035e9ffcd99869",
        "label": "67B",
        "long": "P\u00f5lva - Peri - Tromsi - Partsi - P\u00f5lva",
        "short": "67B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ba88d232cf195f224f770bd2c4b17964",
        "label": "217",
        "long": "Mustvee - Torma - Sadala - Laiuse - Piiri - J\u00f5geva",
        "short": "217",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ba9bf877ef2ca55770b4183c1b121520",
        "label": "200A",
        "long": "Vastseliina - Lindora - Loosi - V\u00f5ru",
        "short": "200A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "bad3e3a22ca647f9b6c5d28decf30420",
        "label": "15A",
        "long": "Viljandi - Vana-V\u00f5idu - Viljandi",
        "short": "15A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "baeb548941e7fd2df6f7b4aa6ecd3d86",
        "label": "36",
        "long": "M\u00e4rjamaa - Kullamaa",
        "short": "36",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "bb08cbfa2fffb01e992306d2701a339e",
        "label": "50",
        "long": "Tartu-Otep\u00e4\u00e4-Sangaste-Valga",
        "short": "50",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "bb24c5abc998cfe42344d2cd01d91282",
        "label": "121",
        "long": "Tallinn - M\u00f5igu - Peetri - J\u00e4rvek\u00fcla - Peetri - Tallinn",
        "short": "121",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "bb6bb5e0a6dbf064150417c8dff96918",
        "label": "618",
        "long": "P\u00f5ltsamaa - Puurmani - Laeva - \u00d5vi - K\u00e4rkna - Tartu",
        "short": "618",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "bb7d522fe2e08392bee90ff597a65993",
        "label": "44A",
        "long": "Mustla - M\u00e4nnim\u00e4e - Kantrek\u00fcla - Viljandi",
        "short": "44A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "bb9de804476ef56dfe5f44e51beb12df",
        "label": "191",
        "long": "Tallinn - Saue",
        "short": "191",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "bbc259abb25537c4f560cadddd2b9afb",
        "label": "181",
        "long": "V\u00f5ru - Haanja - Kurgj\u00e4rve - R\u00f5uge - Utessuu - V\u00f5ru",
        "short": "181",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "bbdb2f69f11bc59b2d4d0e2aa51d4b8c",
        "label": "186",
        "long": "Tallinn - Tartu - V\u00f5ru",
        "short": "186",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "bbdcfd5aef9a60fb5fc98718f90c15e5",
        "label": "2",
        "long": "Uuem\u00f5isa - Holmi",
        "short": "2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "bbff61e0c10d0881e5383d2bca7b5fd4",
        "label": "171",
        "long": "Tallinn - Loov\u00e4lja - Maardu",
        "short": "171",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "bc280c57df8a0f0f1cf5fdb68480229a",
        "label": "66",
        "long": "P\u00e4rnu - Audru - V\u00e4rati",
        "short": "66",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "bc5ef9045bf14ce7d5c4ba0522fb0e34",
        "label": "172",
        "long": "J\u00f5geva - Kuremaa - Palamuse - Maarja - Pataste",
        "short": "172",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "bc7705ab7bf6e10d82a24359af2724e6",
        "label": "46",
        "long": "P\u00e4rnu - Eametsa - Lepplaane - J\u00e4nesselja - P\u00e4rnu",
        "short": "46",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "bc84d4257e0e6adc0aca146970acd823",
        "label": "44",
        "long": "P\u00f5lgaste - Kanepi - Peetrim\u00f5isa - P\u00f5lgaste - Kanepi",
        "short": "44",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "bcb5b893c0726fcb79987cf7edc3d872",
        "label": "1101",
        "long": "(M\u00e4ssa-S\u00e4\u00e4re)Iide-Kaunispe tr-Lindmetsa-Ansek\u00fcla-Salme-KUR",
        "short": "1101",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF711D",
        "color_name": "orange",
        "has_shape": true,
        "id": "bcf5acaaf7ab32ef2bd08df39bd12c2a",
        "label": "R31",
        "long": "Tallinn - Aegviidu",
        "short": "R31",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "bcf96e10686903e9b4a53e351331d035",
        "label": "540",
        "long": "Paide bussijaam - T\u00fcri -P\u00f5ltsamaa-Tartu",
        "short": "540",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "bd0c877fdc2dbc439938820e92ab205b",
        "label": "831",
        "long": "(Arusoo) - Laaksaare sadam - Mehikoorma - J\u00e4rvselja - Tartu",
        "short": "831",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "bd2349b592f03ec3f0e35b43f5d26619",
        "label": "10",
        "long": "Haapsalu - Sepak\u00fcla - Ahli - M\u00e4gari - Haapsalu",
        "short": "10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "bd51c89155629e7b1c98273b0ca3dcbf",
        "label": "35A",
        "long": "Valga - Sangaste - Sarapuu - Sihva - Otep\u00e4\u00e4",
        "short": "35A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "bd51f4c26f4988669ba1854d3e5ceefd",
        "label": "L12",
        "long": "Lihula - Rumba - Kloostri - Lihula",
        "short": "L12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "bd55d7da3ce16cb8bdd429d883717ae5",
        "label": "99E",
        "long": "P\u00f5lva - Taevaskoja - Vastse-Kuuste - Tartu",
        "short": "99E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "bd5abdc9cb547a7115b20c03eae37229",
        "label": "342",
        "long": "Tallinn - Aseri - Kohtla-J\u00e4rve - J\u00f5hvi - Narva",
        "short": "342",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "bd72ff4897873249bb5b8a9d660e392a",
        "label": "15",
        "long": "Rapla - Varbola - Pajaka",
        "short": "15",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "bd9ca5956d2005a6111d87ad9449d557",
        "label": "415",
        "long": "(Illi suvilad) - Elva - Arbim\u00e4e - N\u00f5o - Tartu",
        "short": "415",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "bdd0e05ee96e8c01fb64750248bea3ac",
        "label": "221",
        "long": "(Roiu) - Sillaotsa - Roiu - Tartu",
        "short": "221",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "be25fa6ea125bc0f43cc83750ed6cd9a",
        "label": "58F",
        "long": "Suure-Jaani - V\u00f5hma - Viljandi",
        "short": "58F",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "be4eb3c5e42d08bf7f237d32ff726f7a",
        "label": "188",
        "long": "Mustvee - Omedu - Kodavere - Pala - Palamuse - J\u00f5geva",
        "short": "188",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "be7fcdc3506b46704f72b8ae3bee73aa",
        "label": "11E",
        "long": "Paide - Peetri - Koeru - Ervita",
        "short": "11E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "bea5c021518a5f8e7572161266e5254f",
        "label": "320",
        "long": "Tartu - L\u00e4tik\u00fcla - Luke - Elva - (Illi suvilad) - (Elva)",
        "short": "320",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "bec231458f05e825d1a0906d72e960bb",
        "label": "25",
        "long": "Rakvere - Viitna - V\u00f5su - K\u00e4smu",
        "short": "25",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "bed39ff957bce802577ecdd2cf0b3bd1",
        "label": "6464",
        "long": "K\u00e4ina - Orjaku - Kassari - Suurem\u00f5isa - Vaemla - K\u00e4ina",
        "short": "6464",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "bf08d9fba54350a5e509548c5886a49f",
        "label": "75",
        "long": "P\u00e4rnu - H\u00e4\u00e4demeeste",
        "short": "75",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "bf88f1853304a142db0b705e3b2e05b3",
        "label": "155",
        "long": "J\u00f5geva - Siimusti - J\u00f5geva",
        "short": "155",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "bf89904ff6069f3ac6e66267b3d7e069",
        "label": "17B",
        "long": "Paide - Viisu - Vedruka - Paide",
        "short": "17B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "bf8a952076a4a1c705260c29e0338105",
        "label": "31C",
        "long": "P\u00f5lva - Krootuse - Saverna - Valgj\u00e4rve - Aiaste - Otep\u00e4\u00e4",
        "short": "31C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "bf908d1f7886e6d24baea4470cb60c34",
        "label": "33",
        "long": "Kanepi - Karste - Kaagvere - Otep\u00e4\u00e4",
        "short": "33",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "bf953057d9946593deb7092e82521106",
        "label": "203",
        "long": "Tartu - Tuigo kalmistu -  Roiu - Unik\u00fcla - (Lootvina)",
        "short": "203",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "bfd6303adcf1aa9704df477b053ae9de",
        "label": "V4",
        "long": "Haabneeme - Leppneeme - Randvere - M\u00e4he - Viimsi - Haabneeme",
        "short": "V4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "bfe22d31eca186ceaf7abae56d205639",
        "label": "759",
        "long": "Nina - Alatskivi kool - Varnja - Koosa - Tartu",
        "short": "759",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "bff9e7d2c05dd3e598d5769d7e86743b",
        "label": "418",
        "long": "Tartu - K\u00fclitse j\u00e4rve - Haage - Tartu",
        "short": "418",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c0561dc788e518f704c223cc57cd3973",
        "label": "443",
        "long": "Tartu - K\u00fclitse j\u00e4rve - T\u00f5rvandi - Tartu",
        "short": "443",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "c081709c39cf78b7fc3a7e7c0afa124b",
        "label": "130",
        "long": "Tartu - Tallinn",
        "short": "130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c09c4711f2951e6d0f931a6d681ce6f4",
        "label": "11A",
        "long": "P\u00f5lva - Valgesoo - Ahja - Rasina -Mooste- P\u00f5lva",
        "short": "11A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c0b1e7c46f1cb2a79779d884632d24eb",
        "label": "121B",
        "long": "(Saru lauatehas) - Saru - Varstu - V\u00f5ru",
        "short": "121B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "c0c52460524608f6b2a8719e771b2647",
        "label": "2",
        "long": "Piira - Lihakombinaat",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "c0cefd2c9002413abdc3d08d5b4c2937",
        "label": "138",
        "long": "Viljandi - Tartu",
        "short": "138",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "c0dcd09d66cc1752b3785d5f3c68e7bc",
        "label": "329",
        "long": "Rakvere - Tallinn",
        "short": "329",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c0ed0ffe901f5ae74970e116bc59a509",
        "label": "12A",
        "long": "Koeru - Vahuk\u00fcla - Ervita",
        "short": "12A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "c116a3d9260e72bd4e688770a7ff1026",
        "label": "104",
        "long": "Rapla - T\u00fcri - Paide - P\u00f5ltsamaa - Tartu",
        "short": "104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c14aa921be09a6a1cef1315423641fc6",
        "label": "242",
        "long": "J\u00f5geva-Pedja-Vaimastvere-Pedja-V\u00e4geva-Vaimastvere-J\u00f5geva",
        "short": "242",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c1604a4d9824394ff78c6dcdd418f419",
        "label": "77C",
        "long": "Otep\u00e4\u00e4 - P\u00fchaj\u00e4rve - Arula - K\u00e4\u00e4riku - Otep\u00e4\u00e4",
        "short": "77C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c173491edeafa990d741b72255fcc38c",
        "label": "59",
        "long": "V\u00e4ike-Maarja - Kiltsi - Aavere - V\u00e4ike-Maarja",
        "short": "59",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c175532508e1619d1b56e28b629ca2c4",
        "label": "5702",
        "long": "Orissaare-Nenu-Tornim\u00e4e-K\u00f5rkvere-Orissaare",
        "short": "5702",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c1a23ac47a9ad495d6da079882c60cb6",
        "label": "193",
        "long": "Riisipere - Lehetu - Turba - Ellamaa",
        "short": "193",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "c1aff6415649952dddb2e3549fcd2c20",
        "label": "270",
        "long": "P\u00e4rnu - Tallinn",
        "short": "270",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c20b1e7701dba57993e387c8863f63e1",
        "label": "5901",
        "long": "Orissaare-Taaliku-Randk\u00fcla-Tagavere-Saikla-Orissaare",
        "short": "5901",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c20c60d2193b646430a8987f20b5410d",
        "label": "187",
        "long": "Pala - K\u00e4\u00e4pa - Voore - Palamuse - Kuremaa - J\u00f5geva",
        "short": "187",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "c24da2001d5611706f0536aae084b4cd",
        "label": "188",
        "long": "Tartu - Kanepi - V\u00f5ru",
        "short": "188",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c25165f17888f25e1ff1c46ae7ceecec",
        "label": "6421",
        "long": "K\u00e4rdla - K\u00e4ina - Heltermaa - Kuri - K\u00e4rdla",
        "short": "6421",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c27a2aba46aa2dceb61c3c7e9ac415cf",
        "label": "92A",
        "long": "P\u00f5lva - Kauksi - R\u00e4pina - V\u00e4rska - Koidula",
        "short": "92A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c2cb345757b91cbb903d93fa751e8aee",
        "label": "602",
        "long": "(\u00d5unaaia) - Vasula - Tartu",
        "short": "602",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c2e5854b7a2bc4ad837830f4cb84c494",
        "label": "52",
        "long": "Rakvere - V\u00e4ike-Maarja - Tamsalu",
        "short": "52",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c33f167285ef509673577bdcd427046b",
        "label": "20F",
        "long": "P\u00f5lva - Peri - (P\u00f5lva)",
        "short": "20F",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c342f3c0a3207d193916d7766d01657c",
        "label": "8B",
        "long": "R\u00e4pina - Veriora - Ruusa",
        "short": "8B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c35f5c05a53ec2bbe7c7434a19205b4c",
        "label": "24C",
        "long": "Paide - Koigi - P\u00e4inurme",
        "short": "24C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c3649c390d64f1f1df29c62c12704aa4",
        "label": "68C",
        "long": "P\u00f5lva - Mooste - Rasina - (Peterselli) - (Rae) - Mooste",
        "short": "68C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c388f9d79c55c9f33bda6cfe5115112f",
        "label": "405",
        "long": "Tartu - N\u00f5o - Peedu - Elva",
        "short": "405",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c3cbb9ba6a35e2f25e2763437f124f86",
        "label": "178",
        "long": "Tallinn - Kurtna - Kiisa - Aespa",
        "short": "178",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c3d04df54ef07cc1bb8fd7055ee1b584",
        "label": "3101",
        "long": "Kuressaare-Randvere-Mustjala-(Tagaranna tellim) Kuressaare",
        "short": "3101",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c4177453a06fda790cda259750c3a914",
        "label": "52",
        "long": "Lihula - Oidremaa - L\u00f5pe - Kalli - Irta - Koonga",
        "short": "52",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c42180a79637f3d59bffb9ef7aa97715",
        "label": "206",
        "long": "Parksepa - V\u00f5ru - Veskisalu - Autobussijaam",
        "short": "206",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c43da6cc41a1591d59ee0149854803dc",
        "label": "5211",
        "long": "Kuressaare-K\u00f5ljala-Laimjala-Orissaare-Kuivastu",
        "short": "5211",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c44da35b159883e85665139f9032f591",
        "label": "99B",
        "long": "Tartu - Vastse-Kuuste - Taevaskoja - P\u00f5lva",
        "short": "99B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c451c416a60c46bf55b63d45f5f15b8d",
        "label": "221-1",
        "long": "Mustvee - Kasep\u00e4\u00e4 - Mustvee",
        "short": "221-1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c45e1662cf4163549a6ec9520ff2da98",
        "label": "35A",
        "long": "Narva - (Auvere) - Sillam\u00e4e",
        "short": "35A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c4674cc5ce5ec84a5f77525b4f35209c",
        "label": "39B",
        "long": "Paide - Aravete - Tapa",
        "short": "39B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c4862258999926019934f13f67d6a4d4",
        "label": "49D",
        "long": "Krootuse - Veski - Prangli - Enge",
        "short": "49D",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c49829772392bf0aaa30ae00ca123c9a",
        "label": "46",
        "long": "P\u00f5lva - Puskaru - P\u00f5lgaste - Aarna -  P\u00f5lva",
        "short": "46",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c4d1cb032babcad583201f859d58a9ce",
        "label": "80",
        "long": "Ahtme - J\u00f5hvi - Sillam\u00e4e - Narva",
        "short": "80",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c4df5f92e26eda03d55aaca9a450476f",
        "label": "2213",
        "long": "Kuressaare-K\u00e4rla-L\u00fcmanda-Kihelkonna K\u00e4rla Kuressaare",
        "short": "2213",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "c4ea1f16a5e4db024d0a5ef9db022cb1",
        "label": "158",
        "long": "Tallinn - Tartu",
        "short": "158",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c4eedc6b25b6a5d378dedeb8e27e4503",
        "label": "138",
        "long": "Misso - Murati - Raagi - Luutsniku - V\u00f5ru",
        "short": "138",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c510a6e18566c6cd62746e394391eeda",
        "label": "33",
        "long": "Tammuru - Seljametsa - P\u00e4rnu",
        "short": "33",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c5163973d0c7fd59cd5eefec9d8693b4",
        "label": "5106",
        "long": "Orissaare-Laimjala-Valjala-K\u00f5ljala-Kuressaare",
        "short": "5106",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "c52de900690179d5fa60eb29e0a6d114",
        "label": "25",
        "long": "Haigla - Mai - Riia mnt. -K\u00e4reda - Audru kool",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "c5322387fc38f24dd09ca33356a6ffaa",
        "label": "145",
        "long": "Tartu - Viljandi - Kilingi-N\u00f5mme - P\u00e4rnu",
        "short": "145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c54bdfd81f2aeb008c2f623fa55e19b5",
        "label": "6413",
        "long": "(\u00d5ngu-) Nurste -Emmaste - K\u00e4ina- K\u00e4rdla (-Spordikeskus)",
        "short": "6413",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c5913ca63f66463373aca65a0604ce66",
        "label": "29",
        "long": "Rakvere - Viru-Jaagupi - Simuna",
        "short": "29",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c5a29c5403600fa60ed805c749a86e97",
        "label": "50",
        "long": "J\u00f5hvi - Sillam\u00e4e",
        "short": "50",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c6124ac1b9e7e86323af3c93f9dc9d73",
        "label": "208",
        "long": "Merem\u00e4e - Obinitsa - Merem\u00e4e",
        "short": "208",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c6442364dbdffc0ef0854db4b443c754",
        "label": "2102",
        "long": "KUR-Nasva-Salme-Toomal\u00f5uka-Koimla-Salme-KUR",
        "short": "2102",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c69c5067c85549992e722e6ba1f1f004",
        "label": "414",
        "long": "Tartu - Peedu - Elva - R\u00f5ngu - Valguta - Elva - Tartu",
        "short": "414",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c6c39455a643cb735d8a3dd124ccadc7",
        "label": "33E",
        "long": "Paide - Imavere - Kaera",
        "short": "33E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "c6d03d4884b9ed8b357a2728e233944b",
        "label": "1",
        "long": "Piira - N\u00e4pi - Piira",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c6d8e26e87ec42b8ab735d74e5afdd6c",
        "label": "119",
        "long": "Tartu - Vorbuse - Ilmatsalu kool - Haage - Tartu",
        "short": "119",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c6e6e8a1c3a182963220942c93c66dc7",
        "label": "405",
        "long": "P\u00f5ltsamaa - Lustivere - Aidu - Siimusti - J\u00f5geva",
        "short": "405",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "c707e6b1b94d7f66145f3c2bbcd59d1a",
        "label": "156",
        "long": "Tartu - P\u00f5lva - V\u00f5ru",
        "short": "156",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c736f4a135075fe30dbf8b37c3e5ff63",
        "label": "2C",
        "long": "P\u00f5lva - Kauksi - Ruusa - R\u00e4pina",
        "short": "2C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c76b63c472424165ecdabfa4b3d63bfa",
        "label": "5110",
        "long": "Kuressaare-Valjala-Saikla-Orissaare-Laimjala-Kuressaare",
        "short": "5110",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "c794d5145ceb5f83c20eaf96538bcf23",
        "label": "29",
        "long": "Vanalinn - Keskhaigla",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c79b3efc938d1c0619ca54dbc298a840",
        "label": "15C",
        "long": "Viljandi - Viiratsi - Valma - Viiratsi - Viljandi",
        "short": "15C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c7d758d7c725a8b2c9fbbfbd44ad1e05",
        "label": "48",
        "long": "J\u00f5hvi - Voka - Toila - J\u00f5hvi",
        "short": "48",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c7e487cc86e047e439a6f4eb39ff392c",
        "label": "54C",
        "long": "P\u00f5lva - Peri - Meemaste - Tilsi - Ridali - V\u00f5ru",
        "short": "54C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "c8007d3e3f546aebc8de66ffd19b5621",
        "label": "347",
        "long": "Tallinn - Kohtla-J\u00e4rve - J\u00f5hvi - Narva",
        "short": "347",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c80124b61a7915bacacbb4ba235a1d3d",
        "label": "34A",
        "long": "Taebla - Herjava - Uuem\u00f5isa - Haapsalu",
        "short": "34A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c8334b0b31469d53ae56802bae324930",
        "label": "2216",
        "long": "L\u00fcmanda-Atla-L\u00fcmanda Kihelkonna-Viki-Kihelkonna- L\u00fcmanda",
        "short": "2216",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c84da2bc2ec930eddcd1e9bd7a253fae",
        "label": "15A",
        "long": "P\u00f5lva - Vinso - Veriora - Vinso - Holvandi - P\u00f5lva",
        "short": "15A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c84e0f5c9a425c01261295f8638b502d",
        "label": "5105",
        "long": "Kuressaare Laimjala Liiva Orissaare Valjala Kuressaare",
        "short": "5105",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c890c690a385d05d4ab598c33265ac7d",
        "label": "400-1",
        "long": "J\u00f5geva - Aidu - Lustivere - P\u00f5ltsamaa",
        "short": "400-1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c8a34003423418b3b301cf9296e09af9",
        "label": "22P",
        "long": "Valga - T\u00f5rva",
        "short": "22P",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "c8be22df7ab1a61aed5aa00f470ec510",
        "label": "20A",
        "long": "Kodara - Vana-Savi - Teater",
        "short": "20A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c8d3540fc070168830dbfef039b1bee4",
        "label": "179",
        "long": "V\u00f5ru - Haanja - Ruusm\u00e4e - Tsiistre - Plaani - V\u00f5ru",
        "short": "179",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "c8f6e2268d2b698bfc3ce572dcbe1a82",
        "label": "294",
        "long": "Haapsalu - Tallinn",
        "short": "294",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c8fd3f97c19b9596d8719a2e937514f1",
        "label": "43",
        "long": "Rakvere - M\u00e4dapea",
        "short": "43",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c93dd9d209fc0da5f94a7b30e6847841",
        "label": "531",
        "long": "T\u00f5rvandi tee - Rehe - Aia - Lemmatsi - Tartu",
        "short": "531",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c97c4f46ce72a1646636b706b7630264",
        "label": "757",
        "long": "Sadala - Torma - Voore - Vedu - Tartu",
        "short": "757",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c98e53b523187691f6f90415e0c278f0",
        "label": "6101",
        "long": "Kuressaare-Pihtla-Sandla-T\u00f5lluste-Sandla-Pihtla-Kuressaare",
        "short": "6101",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c9db91fbc8a25abbc3b666867e1fec01",
        "label": "51",
        "long": "J\u00f5hvi - Oru - Voka - Sillam\u00e4e",
        "short": "51",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c9ef58cffddcda8dfc495f93301c519b",
        "label": "151B",
        "long": "V\u00e4rska sanatoorium - V\u00e4rska - Treski - Orava - V\u00f5ru",
        "short": "151B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "c9f73666afc8cf8f95770aa13df9aa00",
        "label": "11",
        "long": "Rapla - Rapla raudteejaam - K\u00e4dva - Vahastu tee",
        "short": "11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ca44c3630383d32e1a06f1ddf931d368",
        "label": "35",
        "long": "Rakvere - Sagadi - V\u00f5su - K\u00e4smu",
        "short": "35",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ca4eefcd0c4eed0d0fe66eddde724aa0",
        "label": "4105",
        "long": "Leisi-Eikla-Kuressaare",
        "short": "4105",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ca856886c3b4de2d45a6faf142939187",
        "label": "L31",
        "long": "Lihula - Ridaseristi - Salevere - K\u00f5msi - Vatla - Lihula",
        "short": "L31",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "caec289681a1d08b4c91b29a1ff8cddb",
        "label": "95A",
        "long": "Kivi\u00f5li - Savala - R\u00e4\u00e4sa - Soonurme - Savala - Maidla",
        "short": "95A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "cb1014d84721af02c98f1b98b8305299",
        "label": "6252",
        "long": "K\u00e4ina -  Emmaste - (Tohvri - Nurste - \u00d5ngu)",
        "short": "6252",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "cb14d8ca3043ce1d1586ea8d7a97b0cd",
        "label": "68A",
        "long": "(Ahja)-Metsise-Rasina - Peterselli - Mooste - P\u00f5lva",
        "short": "68A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "cb539e946281066e4d1da81bcd0340d4",
        "label": "20",
        "long": "Suure-Jaani - Vastem\u00f5isa - P\u00e4ri - Viljandi",
        "short": "20",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "cb642be3ab7249cbfb5ec7b2ee64e94b",
        "label": "54-2",
        "long": "P\u00e4rnu - Sanga - Lavassaare",
        "short": "54-2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "cb70c2a981569862f612848fa3d3e5c0",
        "label": "58D",
        "long": "Viljandi - Olustvere - SUure-Jaani",
        "short": "58D",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "cb8c31633beab6b71c4dd00f6b82159c",
        "label": "62-2",
        "long": "P\u00e4rnu - Audru kool - T\u00f5stamaa - Varbla - Pivarootsi - Virtsu",
        "short": "62-2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "cba8644a36075bb9294434fa27b5d3d8",
        "label": "215",
        "long": "Tartu - Vana-Kuuste - Unik\u00fcla - Kriimani - Tartu",
        "short": "215",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "cbb331ae91651adb6aef5c001aa73197",
        "label": "34A",
        "long": "P\u00f5lva - Puskaru - P\u00f5lgaste - Kanepi -P\u00f5lgaste-Puskaru-P\u00f5lva",
        "short": "34A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF711D",
        "color_name": "orange",
        "has_shape": true,
        "id": "cbb788f29a7fbf4d1816bf386eb5db56",
        "label": "R21",
        "long": "Tallinn - Rapla",
        "short": "R21",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "cbc259918b3686c524bc23c5121b2512",
        "label": "412",
        "long": "Tartu - N\u00f5o - Arbim\u00e4e - Elva",
        "short": "412",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "cc46443784c712d1cd087dc8df531872",
        "label": "124B",
        "long": "M\u00f5niste - Varstu - Tsooru - V\u00f5ru",
        "short": "124B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "cc68a1bf920ad2263569590a52e2761c",
        "label": "186B",
        "long": "Misso - Luhamaa - Vastseliina - V\u00f5ru",
        "short": "186B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ccb4b2e40ef9a8cb25fb02aabba7229a",
        "label": "119",
        "long": "Tallinn - Harutee - Riisipere - Turba - Lehetu",
        "short": "119",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ccd06ea40003a299361d7bcd970c6c54",
        "label": "31B",
        "long": "L\u00fcllem\u00e4e - V\u00e4hero - Valga",
        "short": "31B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "cd0b2295bb8a6405bdb4e04d2d96a5bf",
        "label": "2311",
        "long": "KUR-K\u00e4rla-Kihelk-L\u00fcm-Kihelk-K\u00e4rla-KUR",
        "short": "2311",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "cd24e622187b2e708ff8d1925e5dfdc5",
        "label": "53",
        "long": "Tapa - Tamsalu - J\u00e4rva-Jaani",
        "short": "53",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "cd672a93bffc0c6e47421dc49eee4fe2",
        "label": "59",
        "long": "P\u00e4rnu - Koonga - P\u00e4rnu-Jaagupi",
        "short": "59",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "cd9a83fba21d25a0b26dbe880c6df510",
        "label": "2318",
        "long": "Kuressaare-K\u00e4rla-Kihelkonna-L\u00fcmanda-Kuressaare",
        "short": "2318",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "cda2f421cc38fcb1764b1b53418be374",
        "label": "27",
        "long": "Eidapere - Lelle tee - Kehtna - Kaerepere - Rapla",
        "short": "27",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "cdbb8865fc927215042b389c0f62509c",
        "label": "118A",
        "long": "Tallinn - Tabasalu - S\u00f5rve - V\u00e4\u00e4na - Harku - Tallinn",
        "short": "118A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "cdd2e487dee94a8f8bc0ec91f50f77fd",
        "label": "468",
        "long": "P\u00f5ltsamaa - Lustivere - P\u00f5ltsamaa",
        "short": "468",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "cddbbc13a2ce9a1e0d899d532d8ad45f",
        "label": "764",
        "long": "Tartu - Tammistu - Alatskivi - Kolkja - Tammistu - Tartu",
        "short": "764",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ce18eb7ee3aed4b952853c3df7f9faee",
        "label": "201A",
        "long": "Vastseliina - Tahma - Loosi - V\u00f5ru",
        "short": "201A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ce915f69ee381a242613f61f81b4d37b",
        "label": "124",
        "long": "P\u00f5ltsamaa - Pajusi - Kalana - Lahavere - Siimusti - J\u00f5geva",
        "short": "124",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ce96d65fed3486842780637b4fe32b29",
        "label": "90A",
        "long": "J\u00f5hvi - Saka m\u00f5is - Purtse kindlus - Adru - Kivi\u00f5li",
        "short": "90A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ceaaf2f2c44cb66bf8dfa5ef9bf7b153",
        "label": "9C",
        "long": "Riidaja - T\u00f5rva - Pikasilla - Riidaja",
        "short": "9C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "cead7894fa8d0ea8a68e631ee92d5177",
        "label": "411",
        "long": "J\u00f5geva - Aidu - Lahavere - Tapiku - Kalana - Pauastvere - P\u00f5ltsamaa",
        "short": "411",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "cefb1589843a83ecb10644ea8776cb30",
        "label": "311",
        "long": "Tooma - N\u00f5o - Lennujaam - T\u00f5rvandi  - Tartu",
        "short": "311",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "cf469b9ef1646ab0cbc14d85ad5f65ff",
        "label": "3204",
        "long": "(Tagaranna tellimisel)Mustjala-Randvere-Kuressaare",
        "short": "3204",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "cf4b3eb87380d05113b1e3f9fe1476bf",
        "label": "60A",
        "long": "P\u00f5lva raudteejaam-P\u00f5lva - Taevaskoja - Vastse-Kuuste - Tartu",
        "short": "60A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "cf895e948a7a7f5334b76632acd8f9b4",
        "label": "3212",
        "long": "Hakjala-Aste-Kuressaare",
        "short": "3212",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "cf92dbb3cb8930bcf4bd523a1569942d",
        "label": "121",
        "long": "J\u00f5geva - Aidu - Lahavere - Tapiku - J\u00f5geva",
        "short": "121",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d02a3b6a37cc3d6cf79f612334291cbc",
        "label": "3106",
        "long": "(Tagaranna tellim)Mustjala-Randvere-Kuressaare",
        "short": "3106",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8BB4C5",
        "color_name": "gray",
        "has_shape": true,
        "id": "d075b7d204f3dbe45108035340ee7d7b",
        "label": "RH",
        "long": "Rohuk\u00fcla - Heltermaa",
        "short": "RH",
        "text_color": "000000",
        "type_label": "Ferry"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d0847421f38bbbaf001dd09d0b8b63c6",
        "label": "158",
        "long": "Antsla - Urvaste - Osula - V\u00f5ru",
        "short": "158",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d0881afd253602b8b5d607a0d91b5eab",
        "label": "25C",
        "long": "Paide - Tarbja - Koigi kool - Paide",
        "short": "25C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d0b434f0ab003a14e93d33a846d49fb3",
        "label": "59C",
        "long": "Viljandi - Haigla - V\u00f5hma - K\u00f5o - Pilistvere",
        "short": "59C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d0d67fee317901da04324833ac9e2200",
        "label": "32E",
        "long": "T\u00f5rva  - Riidaja - Pikasilla - T\u00f5rva",
        "short": "32E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d113dbde43acf43952be3c16d8dec188",
        "label": "90G",
        "long": "J\u00f5hvi - Kivi\u00f5li",
        "short": "90G",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d14374f41e2227b09df315c8674a64d6",
        "label": "1A",
        "long": "Haapsalu bussijaam - Rohuk\u00fcla sadam TASULINE N\u00d5UDELIIN",
        "short": "1A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d156b87e078e08525b3a6586ed8083c2",
        "label": "8C",
        "long": "Priipalu - Tsirguliina kool - Keeni kool - Liive - Priipalu",
        "short": "8C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d159400f90024edfa9b31b172342c2e4",
        "label": "844",
        "long": "L\u00e4\u00e4niste - V\u00f5nnu - V\u00f5\u00f5pste - Tartu",
        "short": "844",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d1a42f6ea36eede10722935ffc3ffa31",
        "label": "331",
        "long": "P\u00e4rnu - Kergu - J\u00e4rvakandi",
        "short": "331",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d1b5b008ad4b90077d3217cba578e219",
        "label": "25B",
        "long": "Ahja - P\u00f5lva - Peri - Vinso - V\u00f5ru",
        "short": "25B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d1c4d3725131adc318891fc0f7f74746",
        "label": "46E",
        "long": "Suure-Jaani - T\u00e4\u00e4ksi - Aimla - Viljandi",
        "short": "46E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d1cda457c777beec0f4313efb2739574",
        "label": "852",
        "long": "Tartu - Kaagvere - V\u00f5nnu",
        "short": "852",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d2451dcc12630bf048bb4b8f93aa1d47",
        "label": "6551",
        "long": "K\u00e4rdla - Lauka - Viskoosa - (Luidja) - Lauka - K\u00e4rdla",
        "short": "6551",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d25b4425b4452a9236990addf8a9c284",
        "label": "152",
        "long": "Tallinn - Kuusalu - Kolga - Loksa",
        "short": "152",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d2a05cda5b638a53b954b55bcf9453ee",
        "label": "2205",
        "long": "Kuressaare-Viidu-L\u00fcmanda-Kihelkonna-Kuressaare",
        "short": "2205",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d2ab28b3b6684ac9321a02c094868740",
        "label": "812",
        "long": "V\u00f5nnu - Melliste - Tartu",
        "short": "812",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d2b0b239b92c1709da45771af694ac97",
        "label": "99D",
        "long": "Tartu - Vastse-Kuuste - Taevaskoja - P\u00f5lva",
        "short": "99D",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d2cb30af49602e64ea31bcacca021309",
        "label": "21",
        "long": "T\u00fcri bussijaam - Kolu - Laupa - T\u00fcri bussijaam",
        "short": "21",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d2db85a11ad9d0c0743d26fc954e381d",
        "label": "K8",
        "long": "Kose - Ojasoo - Habaja - Harmi - Virla - K\u00f5ue - Ardu",
        "short": "K8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d2f7e141915af6b48f10e38e0932fd54",
        "label": "5A",
        "long": "Saru lauatehas - Hargla - Valga bussijaam",
        "short": "5A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d2f8459f1932e8867b00cd8e8de28abc",
        "label": "2315",
        "long": "Kuressaare-Randvere-K\u00e4rla-Kihelkonna-L\u00fcmanda",
        "short": "2315",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d32e7f06b3e6ef9d530f758aedcadcc0",
        "label": "221-4",
        "long": "Mustvee - Omedu - Metsak\u00fcla - Kasep\u00e4\u00e4 - Mustvee",
        "short": "221-4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d339a3570f92545cd7b65dc8ee7f6bb7",
        "label": "116C",
        "long": "Tallinn - Luige - Sausti - Kiili - Paekna",
        "short": "116C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d368d48813a06081170dadac2ff58452",
        "label": "420",
        "long": "P\u00f5ltsamaa - Pisisaare - P\u00f5ltsamaa",
        "short": "420",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "d3e91a0fed2522205fdc5b94b702e435",
        "label": "216",
        "long": "Tallinn - P\u00e4rnu",
        "short": "216",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d3eeebb6a0be36bd6ea7780ee60ebc84",
        "label": "26",
        "long": "Rapla - Raikk\u00fcla - Keo - Lipa",
        "short": "26",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d3f46ff6451aac5a7ea23f3d0a7f370d",
        "label": "35",
        "long": "Narva - Sillam\u00e4e",
        "short": "35",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "d40e419637d48a1d3b99cf7e6c772cda",
        "label": "226",
        "long": "Tallinn - Risti - Palivere - Taebla - Haapsalu",
        "short": "226",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d42083857cc62ed0f2e9502d9710ed51",
        "label": "36A",
        "long": "Viljandi - Karula - Saarepeedi - V\u00f5ivaku - Saarepeedi",
        "short": "36A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d434a6d538089ee39015cf31e5d1c1fb",
        "label": "321",
        "long": "Haapsalu - Vana-Vigala - P\u00e4rnu",
        "short": "321",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d43a100550adf63b595b3db9a9346ef4",
        "label": "92-3",
        "long": "V\u00e4ndra - Vihtra - Tori",
        "short": "92-3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d45266b9855f40daa6cbe65936451c39",
        "label": "4902",
        "long": "Kuressaare-Leisi-Triigi sadam-Leisi-Kuressaare",
        "short": "4902",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d45f527c5d862a8b6dab8bce0bdc6493",
        "label": "98A",
        "long": "P\u00f5lva - Varbuse - Krootuse - Liiva - Tartu",
        "short": "98A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d465bb262dca9470a74b9decbe5f887e",
        "label": "84A",
        "long": "(Kasesalu) - Ruusa - Veriora - Orava",
        "short": "84A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d46f6f5622a38c52f2982de28a47823e",
        "label": "132",
        "long": "Tallinn - J\u00e4rvek\u00fcla - Rae k\u00fcla - J\u00fcri",
        "short": "132",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d4708361376ed31be4eb8c080a2ef9e0",
        "label": "3214",
        "long": "Kuressaare-Aste-Hakjala-Kaisvere-Kuressaare",
        "short": "3214",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d483dfe7ed0f507663ee9de37fc3be04",
        "label": "232",
        "long": "J\u00f5geva - Laiuse - Kuremaa - Kaude - Kivij\u00e4rve - Kuremaa - J\u00f5geva",
        "short": "232",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d4a356621b59eea7d105e6a0dd6531a2",
        "label": "99H",
        "long": "Tartu - Vastse-Kuuste - Taevaskoja - P\u00f5lva",
        "short": "99H",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d4d8e2f1bfdbe33b75c4b8424cd1b193",
        "label": "918",
        "long": "K\u00e4\u00e4pa - (Halliku) - (Assikvere)",
        "short": "918",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "d4de616f8dcd383260aab8f12274382b",
        "label": "22",
        "long": "\u00d6\u00f6liin ( Kesklinn - Turu )",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d4ea053dcf4da6fd433f0d1b4bf66be1",
        "label": "170",
        "long": "J\u00f5geva - Kuremaa - Palamuse - Maarja-Magdaleena - Pataste",
        "short": "170",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d4f44a871995283fa5b38b481ed4eb3a",
        "label": "25A",
        "long": "Viljandi - Mustla - Suislepa - Roosilla - Vooru",
        "short": "25A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d5a0ad0b2c35ba2c6a130e4a945d8857",
        "label": "99F",
        "long": "Tartu - Vastse-Kuuste - P\u00f5lva",
        "short": "99F",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d5c14ec86a2a844cfab00cf2e8331e79",
        "label": "221",
        "long": "Mustvee - K\u00e4\u00e4pa - Metsak\u00fcla - Kasep\u00e4\u00e4 - Mustvee",
        "short": "221",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d60a01ec8f0a4482f9e8fbe3948f7292",
        "label": "192B",
        "long": "V\u00f5ru - Loosi - Vastseliina - Lindora - Loosi - V\u00f5ru",
        "short": "192B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d61c43e3df83d741b0c1225debd90c91",
        "label": "5C",
        "long": "R\u00e4pina - Linte - Mehikoorma - K\u00f5nnu - Meelva - R\u00e4pina",
        "short": "5C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d6673ce01ed7f6a66b35bbe6822baa9b",
        "label": "51",
        "long": "Hargla - Valga - Sangaste - Otep\u00e4\u00e4 - Tartu",
        "short": "51",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d67498f373deecb3bfa7015b5b34e14a",
        "label": "61",
        "long": "P\u00e4rnu - Vigri - P\u00f5ldeotsa - Audru kool - P\u00e4rnu",
        "short": "61",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d697c6aaa88110d79956d5f416e46f3e",
        "label": "107",
        "long": "Kesklinn - Turu - Puiga - KEK - Kesklinn",
        "short": "107",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d69bbd7e5f237ca7cd76266e725346fa",
        "label": "182",
        "long": "V\u00f5ru - R\u00f5uge - Krabi - Varstu - Antsla - Navi - V\u00f5ru",
        "short": "182",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8BB4C5",
        "color_name": "gray",
        "has_shape": true,
        "id": "d6c424d856a175e408d3142f86e7df34",
        "label": "ROOM-ABR",
        "long": "Roomassaare-Abruka",
        "short": "ROOM-ABR",
        "text_color": "000000",
        "type_label": "Ferry"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d6f60d8468b14da7754f730d08650952",
        "label": "K6",
        "long": "Kose - Alavere - Kehra",
        "short": "K6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d7060e763ba78c3ec22aef9de08d573b",
        "label": "177",
        "long": "V\u00f5ru - Nursi - Lauri - R\u00f5uge - V\u00f5ru",
        "short": "177",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d711668a23105623f7e4c9fa4c221ee8",
        "label": "Anija1",
        "long": "Kehra - Anija - Kehra tee - Soodla - Lilli - Kehra",
        "short": "Anija1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d71cdf163187ee1b2cf84af645bd2812",
        "label": "140B",
        "long": "V\u00f5ru - R\u00f5uge - Luutsniku - Sarise - Murati - Misso",
        "short": "140B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d760d55182c3871ef959b75f64376b45",
        "label": "123A",
        "long": "Tallinn - Tabasalu - S\u00f5rve-Liikva- V\u00e4\u00e4na-J\u00f5esuu - Keila-Joa",
        "short": "123A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d7a9feebd4c09ee41f6a1306dbc35b10",
        "label": "5203",
        "long": "Kuressaare-K\u00f5ljala-Valjala-Laimjala-Orissaare-Liiva-Kuivastu",
        "short": "5203",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "d7e540c25975770888a1edee3ec04445",
        "label": "234",
        "long": "Haapsalu - Risti - Tallinn",
        "short": "234",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d7e67309419e035a114c06ced5dcf423",
        "label": "121",
        "long": "Sinik\u00fcla - Laeva - Tartu",
        "short": "121",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d7eed37b869c178e4286e6810f22ac7d",
        "label": "31A",
        "long": "Saverna - Valgj\u00e4rve - Otep\u00e4\u00e4",
        "short": "31A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "d7eed88fabfdf8bbfb7ec26d85efc083",
        "label": "187",
        "long": "V\u00f5ru - P\u00f5lva - Tartu",
        "short": "187",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d7fafe0598ce6295e96a7cecf62ecac8",
        "label": "2104",
        "long": "Kuressaare-Nasva-Salme-Toomal\u00f5uka-Riksu-L\u00fcmanda-Kihelkonna",
        "short": "2104",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d87a9accb5175e9042331470b8ff29a6",
        "label": "512",
        "long": "P\u00f5ltsamaa-Esku-Vitsj\u00e4rve-Esku-V\u00f5isiku-P\u00f5ltsamaa",
        "short": "512",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d8a91b4985ebfc203140f332bfc54794",
        "label": "347",
        "long": "P\u00e4rnu - V\u00e4ndra - Suure-Jaani - Viljandi - Tartu",
        "short": "347",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d8ac7cbef4e661e5a3ffc2cb31ccbba9",
        "label": "5213",
        "long": "Kuivastu-Hellamaa-Orissaare-Laimjala-Kuressaare",
        "short": "5213",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "BD4819",
        "color_name": "red",
        "has_shape": true,
        "id": "d8d9cecbf72d00d96055ab3783699118",
        "label": "24",
        "long": "Spordikeskus - Ahtme kaubakeskus",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d8e29d24cbba77b5fcb95d43529ab330",
        "label": "36D",
        "long": "Viljandi - Saarepeedi - V\u00f5ivaku - Karula - Viljandi",
        "short": "36D",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "d8f107ff2645d630adf8880c92425c9b",
        "label": "267",
        "long": "Karksi-Nuia - Kilingi-N\u00f5mme - P\u00e4rnu",
        "short": "267",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d8f73a894064300b055bf9d98140d784",
        "label": "138",
        "long": "Tallinn - Vaida - Kose-Uuem\u00f5isa - Kose",
        "short": "138",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d8fa8e33f2837214ff239d7b5377bd96",
        "label": "20E",
        "long": "T\u00f5rva - Taagepera - Valga bussijaam",
        "short": "20E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d94c0ee8d97d5d64ac12497010082fb5",
        "label": "494",
        "long": "P\u00f5ltsamaa - Annikvere - P\u00f5ltsamaa",
        "short": "494",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d96a96585e7152b2ad9de4c5d1c759cc",
        "label": "403",
        "long": "Elva - N\u00f5o tee - Tartu (kiirliin)",
        "short": "403",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d96ef896329b7b4583231de9247917ce",
        "label": "29",
        "long": "Suure-Jaani - Vastem\u00f5isa - Viljandi",
        "short": "29",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d984347b34fc2c1d8fdb930c9bb518f9",
        "label": "191",
        "long": "J\u00f5geva - Kuremaa - Palamuse - Tabivere - Tartu",
        "short": "191",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d98b13c4178b9035753bf08ee5610b24",
        "label": "512",
        "long": "Tartu - Ulila - Puhja - Ristim\u00e4e - Annikoru - (Rannu)",
        "short": "512",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "d99ef534a297da507f0623484ec56dde",
        "label": "1",
        "long": "Paemurru - Kauba - Paemurru",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d9e625cc9410e54614d8d5bc1d1a4a24",
        "label": "129",
        "long": "Tallinn - Tabasalu - Suurupi",
        "short": "129",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d9e687fedbfb8784344ab055a9d9dd1f",
        "label": "251",
        "long": "J\u00f5geva - J\u00f5geva alevik - J\u00f5geva",
        "short": "251",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d9e687fedbfb8784344ab055a9d9dd1f-1",
        "label": "251B",
        "long": "N\u00f5udeliin J\u00f5geva - Piiri - Ilmajaam - J\u00f5geva alevik - Piiri - J\u00f5geva",
        "short": "251B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "d9eb3bcf2bf546f4498be7d89f852e50",
        "label": "30",
        "long": "Rakvere - Kandle - Karula - Karepa - Rakvere",
        "short": "30",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "da0d97a09418823f52a2ef70c8fbe576",
        "label": "157",
        "long": "V\u00f5ru - Tsooru - Antsla",
        "short": "157",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "da29206324ce40c27e95e1353560779e",
        "label": "192",
        "long": "Saue - Ruila - Riisipere - Lehetu - Turba - Ellamaa",
        "short": "192",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "da2b60f3080c78cc54bd25c5c20a8f70",
        "label": "94-1",
        "long": "P\u00e4rnu - V\u00e4ndra - V\u00f5idula - Kadjaste - V\u00e4ndra",
        "short": "94-1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "da6cbb70a3a748e800b667a30917d0e7",
        "label": "101A",
        "long": "V\u00f5ru kesklinn - V\u00e4imela - Parksepa - V\u00f5ru kesklinn",
        "short": "101A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "da83be500ba32d378851575162528a8c",
        "label": "435",
        "long": "Illi suvilad - Luke - N\u00f5o - Tartu",
        "short": "435",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF711D",
        "color_name": "orange",
        "has_shape": true,
        "id": "dacd6672101878eae682741dcdf27eef",
        "label": "R44",
        "long": "J\u00f5geva - Tartu",
        "short": "R44",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "db4fc48e2f513d804fa7627145077189",
        "label": "171",
        "long": "Pataste - Maarja-Magdaleena - Palamuse - Kuremaa - J\u00f5geva",
        "short": "171",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "db5a329ab6a02b45f42a4f918ef3dc05",
        "label": "154",
        "long": "Tallinn - J\u00f5el\u00e4htme - Kaberla - Kiiu - Kuusalu - Leesi",
        "short": "154",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "db605ff86483e2d72ffa753202715a31",
        "label": "17A",
        "long": "Mai kool - Papiniidu - T\u00e4he - KEK - Rabahall",
        "short": "17A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "db81bd8895369fd488dbca501cebab08",
        "label": "5",
        "long": "Rapla - Kaiu - Kuimetsa",
        "short": "5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "dbad13172318c711c59ae2e5786d701a",
        "label": "6371",
        "long": "Emmaste- Lepiku - Tohvri - Lassi - Nurste - \u00d5ngu",
        "short": "6371",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "dbc1a3729774a1558171052a7e5d8490",
        "label": "13",
        "long": "Kasteheina - Puidu",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "dbdf7adcb0afaa91f59414f0dd212349",
        "label": "201A",
        "long": "J\u00f5geva - Torma - Mustvee",
        "short": "201A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "dbe2646118b13ee76051f69f490513b6",
        "label": "96B",
        "long": "Tartu - R\u00e4pina - V\u00e4rska - Orava",
        "short": "96B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "dc0aa9a2f40e5b5d53aabdc68d528444",
        "label": "717",
        "long": "Tallinn - Risti - P\u00fcrksi - Haapsalu",
        "short": "717",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "dc6d5ccae7f41a36dd71c4b569278734",
        "label": "236",
        "long": "Mustvee - Kallaste - Mustvee",
        "short": "236",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "dc6d5ccae7f41a36dd71c4b569278734-1",
        "label": "236A",
        "long": "Kallaste - Mustvee - Kallaste",
        "short": "236A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "dc732ffc688b836edb54cea418a438fc",
        "label": "6281",
        "long": "Viiri-Emmaste-M\u00e4nnamaa-Kolga-Ristiv\u00e4lja-K\u00e4ina kool-Tuuletorn",
        "short": "6281",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "dc9628ca0f75f8380707d5a6116bddff",
        "label": "456",
        "long": "Elva - Arbim\u00e4e - N\u00f5o -Tartu",
        "short": "456",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "dcbafd898d25731e68cca079527e2e7e",
        "label": "330",
        "long": "Rakvere - Rakke - J\u00f5geva - Tartu",
        "short": "330",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "dcc66bc0ee8b0ed414b6fb85c169d261",
        "label": "458",
        "long": "P\u00f5ltsamaa - Adavere - Imavere m\u00f5is - Adavere - P\u00f5ltsamaa",
        "short": "458",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "dccb91f1d45d9fc19e2d33f12fd21a11",
        "label": "805",
        "long": "Tartu - J\u00f5hvi - Sillam\u00e4e - Narva",
        "short": "805",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "dcd3076ffd160914d04ebc2ca56ca266",
        "label": "67A",
        "long": "P\u00f5lva - Holvandi - Partsi - Tromsi - P\u00f5lva",
        "short": "67A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "dcd85b46da2367227cdfc76859e6f848",
        "label": "464",
        "long": "Puurmani-Neanurme-Lustivere-P\u00f5ltsamaa",
        "short": "464",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "dcf4d119be0a3552c4b681e8350ec554",
        "label": "802",
        "long": "(Ahunapalu) - L\u00e4\u00e4niste - V\u00f5nnu - Tartu",
        "short": "802",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "dd0b5bf84c933d78912a048edc37db47",
        "label": "92-2",
        "long": "P\u00e4rnu - Tori - Vihtra - V\u00e4ndra",
        "short": "92-2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "dd137526f719049d2d12dca98bfb4d9e",
        "label": "178A",
        "long": "V\u00f5ru - Haanja - Ruusm\u00e4e",
        "short": "178A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "dd205428c2a8eb2f3b8fdb256208a3bb",
        "label": "89",
        "long": "H\u00e4\u00e4demeeste - Kilingi-N\u00f5mme - P\u00e4rnu",
        "short": "89",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "dd847315375001a6d09634d13bfa191b",
        "label": "756",
        "long": "Tartu - Vedu - Voore - Torma - Sadala",
        "short": "756",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ddb0d10932679e556262aae0b22ff392",
        "label": "87C",
        "long": "V\u00e4rska - Saatse - Perdaku - Saatse - V\u00e4rska",
        "short": "87C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ddbae33e31dd3a7182b060abc085dbdb",
        "label": "49E",
        "long": "Krootuse - Veski - Prangli - Enge",
        "short": "49E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ddc0721e73775efdb84ed4b9e2c8b1c5",
        "label": "102C",
        "long": "V\u00f5ru kesklinn - V\u00e4imela - V\u00f5ru kesklinn",
        "short": "102C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ddfbb7a12acfae8741ff13541b9185a3",
        "label": "19",
        "long": "Rakvere - Vihula - Vergi - V\u00f5su - Rakvere",
        "short": "19",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "de0687c6a7b50f473ca11d46dc52b1dd",
        "label": "534",
        "long": "M\u00e4eotsa-Ropka - (Karij\u00e4rve) - Annikoru - Puhja - Tartu",
        "short": "534",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "de2fc2ea8e5ddeca27637af9cb020d02",
        "label": "491",
        "long": "P\u00f5ltsamaa - Kamari - P\u00f5ltsamaa",
        "short": "491",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "de3464a679fc76bbf1edb6f68a56a23b",
        "label": "3207",
        "long": "Kuressaare-Aste-Hakjala",
        "short": "3207",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "de42ee9e35aa09640738506d160ad58f",
        "label": "464",
        "long": "Tartu - N\u00f5giaru - Keeri - Luke - Tartu",
        "short": "464",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "de5a19e1fb24311571139879cbd8b6a7",
        "label": "4201",
        "long": "Kuressaare-Karja-Leisi-Karja-Eikla-Kuressaare",
        "short": "4201",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "de74e917d87e4d0e030b3ca07f5d5f24",
        "label": "42-4",
        "long": "P\u00e4rnu-Jaagupi - Lehu",
        "short": "42-4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "de7515168d6f7a072a2f5a82c04bb4b9",
        "label": "97B",
        "long": "Tartu - Vastse-Kuuste - P\u00f5lva",
        "short": "97B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "de8ba58ef5425e5a9081efc50ef1c592",
        "label": "166B",
        "long": "V\u00f5ru - R\u00f5uge - Varstu - (Karis\u00f6\u00f6di) - Saru - M\u00f5niste",
        "short": "166B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "de93a88b265658c4850b02f97cba4585",
        "label": "107",
        "long": "P\u00f5ltsamaa - Puurmani - Laeva - Tartu",
        "short": "107",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "deb05b6b307195f9301d275c35183718",
        "label": "30C",
        "long": "Saverna - Prangli - Karilatsi - Krootuse - P\u00f5lva",
        "short": "30C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "def1932a71aa3089327dd89c3b615669",
        "label": "1114",
        "long": "KUR-Salme-L\u00e4\u00e4tsa-Salme-KUR",
        "short": "1114",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "df0608afd7a021687958130b9c27f38d",
        "label": "96",
        "long": "V\u00e4ndra - V\u00f5idula - Kurgja - Rae",
        "short": "96",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "df153bac0f7235f0fe7ddde99c1ff6d3",
        "label": "108",
        "long": "Viljandi - Tartu",
        "short": "108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "df303f2093339bad9737e84342fb02f7",
        "label": "55G",
        "long": "Viljandi - K\u00f5pu - Iia",
        "short": "55G",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "df3e193c710961c5165a6396436c7521",
        "label": "L21",
        "long": "Lihula - Virtsu",
        "short": "L21",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "df4a42d24a0ff74a7a2c18b7d80e4dcd",
        "label": "32",
        "long": "Otep\u00e4\u00e4 - Valgj\u00e4rve - Saverna",
        "short": "32",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "dfbdf867c0532add35e9ffc5dc4b3ea0",
        "label": "107",
        "long": "Tallinn - Harku - Keila - Vasalemma - \u00c4mari - Munalaskme",
        "short": "107",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e02ba5374fc9893a8a71d72196ad8382",
        "label": "16A",
        "long": "P\u00f5lva - Mooste - Rasina - Ahja - Mooste - R\u00e4pina",
        "short": "16A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e02fc209286f1bbad7dd4aae3f77dc2a",
        "label": "146",
        "long": "Tallinn - Harku - Keila - \u00c4mari - Padise - Harju-Risti - N\u00f5va",
        "short": "146",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e04801dba044ddcb10225890d78ec1ec",
        "label": "33-1",
        "long": "P\u00e4rnu - Paikuse - Seljametsa - Tuka",
        "short": "33-1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "e04d08449dd22fb1926816d99c5c2f8a",
        "label": "7",
        "long": "Meierei - Vana-Ahtme - Meierei",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e0782cdf64fd3d85e497d300281312ff",
        "label": "150B",
        "long": "V\u00f5ru - Antsla - Varstu - R\u00f5uge - V\u00f5ru",
        "short": "150B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e0a61e50ed7683446e57199d3d4d4c2e",
        "label": "239A",
        "long": "Kallaste - Mustvee",
        "short": "239A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e0c4240b058f6940922430b0ec004067",
        "label": "22A",
        "long": "V\u00f5ru - P\u00f5lva - Ahja - Mooste-(Suurmetsa)",
        "short": "22A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e0df2d9609384172a1841809af5e25a8",
        "label": "218",
        "long": "J\u00f5geva-Laiuse-Sadala-Torma-Mustvee",
        "short": "218",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e0df2d9609384172a1841809af5e25a8-1",
        "label": "218B",
        "long": "J\u00f5geva-Laiuse-Sadala-Torma-Mustvee-(N\u00f5mme)",
        "short": "218B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e0f11e8797d92fb64cab2953bc8fa0c6",
        "label": "1105",
        "long": "KUR-(Vintri)Rahuste-Iide-(S\u00e4\u00e4re)M\u00e4ssa-(Laevaehit)-KUR",
        "short": "1105",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e104a29bc8ade006707bcc8a76a3fc2a",
        "label": "14",
        "long": "Viljandi - Karula - Viljandi",
        "short": "14",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e106632f62458e56e1f2dbd8b442dfdc",
        "label": "120",
        "long": "(Kauru tee) - Lahavere - Aidu - J\u00f5geva",
        "short": "120",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e1484b0f3d643d97c66976e250040298",
        "label": "751",
        "long": "Tartu - Koosa - Alatskivi - Kallaste",
        "short": "751",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e174345c84a399908b7d8d46e02ef193",
        "label": "188",
        "long": "V\u00f5ru - Vastseliina - Obinitsa - Koidula - V\u00f5ru",
        "short": "188",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e1953dbd2e9ba57ea3c8018644031be9",
        "label": "13",
        "long": "Risti - Variku - N\u00f5va",
        "short": "13",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e1a0cb3f9d5e91634975bff1974d9361",
        "label": "100",
        "long": "Tallinn - Laagna - Maardu",
        "short": "100",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e1a6235f08b9b4f160c80699786bd065",
        "label": "51C",
        "long": "Laatre - M\u00f5isak\u00fcla - Abja-Paluoja - Uue-Kariste - Viljandi",
        "short": "51C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e1aaef76376d36f468a594e33b76884a",
        "label": "74",
        "long": "J\u00f5hvi - Vasknarva - Kauksi - M\u00e4etaguse - J\u00f5hvi",
        "short": "74",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "e1ae7d119599866b6f13c2416f1b7471",
        "label": "396",
        "long": "Tallinn - J\u00f5hvi - Narva",
        "short": "396",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e1b84fb3b24e2ef95376cccbe6aa1d83",
        "label": "524",
        "long": "Elva - R\u00f5ngu - Rannu - Annikoru - Puhja - Tartu",
        "short": "524",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e1caa55287c605747d6f51a680fa41d7",
        "label": "50D",
        "long": "Viljandi - Paistu - Karksi-Nuia - Abja-Paluoja",
        "short": "50D",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e1d26f2a2e8c95a9e8566646fe6d752c",
        "label": "V3",
        "long": "Haabneeme - Viimsi - Soosepa - Viimsi - Haabneeme",
        "short": "V3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e221f510467c1012d387f430b6b79cdc",
        "label": "5112",
        "long": "Valjala-Kuressaare",
        "short": "5112",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e224a5a9b06b5e1612c919750f10f1e3",
        "label": "6391",
        "long": "K\u00e4rdla- Kuri-Heltermaa-K\u00e4ina-(M\u00e4nnamaa-Lelu-)K\u00e4ina-K\u00e4rdla",
        "short": "6391",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e22abb5e378540218672b23b78e2f161",
        "label": "6414",
        "long": "K\u00e4rdla - K\u00e4ina - Tuuletorni - (Emmaste - Nurste - \u00d5ngu)",
        "short": "6414",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e267c7ffc4a9cc8140f01bfd4266270b",
        "label": "6481",
        "long": "(\u00d5ngu -) Nurste - S\u00f5ru sadam - Emmaste - K\u00e4ina - K\u00e4rdla",
        "short": "6481",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e267c7ffc4a9cc8140f01bfd4266270b-1",
        "label": "6482",
        "long": "(\u00d5ngu -) Nurste - S\u00f5ru sadam - Emmaste - K\u00e4ina - K\u00e4rdla",
        "short": "6482",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "e2b1f94a50c819c8c4055c3bd4573e86",
        "label": "366",
        "long": "Tallinn - Rakvere",
        "short": "366",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e2c71054ae789f551e90ac67e938bebf",
        "label": "722",
        "long": "Tartu - Vedu - Voore - Torma - (Sadala)",
        "short": "722",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e2da6a9d09022bd81d5968697a22f79e",
        "label": "25",
        "long": "Rapla - Kabala - Raikk\u00fcla - Rapla",
        "short": "25",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e30ba05eb12ab2e94e0cb6fe71e44620",
        "label": "533",
        "long": "Tartu - Ulila - Puhja - Limnoloogia tee - Rannu - Elva",
        "short": "533",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e320c726cfd39c0f01d0d069136b90bf",
        "label": "94",
        "long": "Kivi\u00f5li - Kohtla-J\u00e4rve",
        "short": "94",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e32e6d7b736be809ddc50b15179cb534",
        "label": "6203",
        "long": "Kuressaare-Suure-Rootsi-Kuressaare",
        "short": "6203",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e371355e8955726a7e754e5327ffc8fa",
        "label": "354",
        "long": "Tartu - Aarike - Luke m\u00f5isa - N\u00f5o - Luke - Elva",
        "short": "354",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e37b901473ca3cefff8b97b6327b11a4",
        "label": "113B",
        "long": "P\u00f5lva - Kommeri - Tsolgo - V\u00f5ru",
        "short": "113B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e3944b6a204563e3b0419c4b5c6b9409",
        "label": "140",
        "long": "J\u00f5geva - Siimusti - Saduk\u00fcla - J\u00f5une - Siimusti - J\u00f5geva",
        "short": "140",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e3ac8884e488089e6857c880bcd163f9",
        "label": "29",
        "long": "Haapsalu - Kiideva OSALISELT N\u00d5UDELIIN",
        "short": "29",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e3bc9413ea4be7be74f12bc669c96d45",
        "label": "818",
        "long": "Tartu - Tordi - Viira - Kavastu - Luunja kool - Tartu",
        "short": "818",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "e3c46447b3d60b8642b91547e0c1d627",
        "label": "114",
        "long": "Tartu - Tallinn",
        "short": "114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e3d58a6fe5b9f63ea38c61b3964b1557",
        "label": "31",
        "long": "Tapa - Vohnja - Kadrina - Rakvere",
        "short": "31",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e403592b978b10fbe5bc475f064b6199",
        "label": "2M",
        "long": "R\u00e4pina - Ruusa - Kauksi - P\u00f5lva",
        "short": "2M",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e40faf11f78147790b4d5949aac5d4be",
        "label": "73C",
        "long": "Otep\u00e4\u00e4 -Puka- K\u00e4\u00e4riku - Otep\u00e4\u00e4",
        "short": "73C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e45026fefafe9288586a66fa68eed4ea",
        "label": "102",
        "long": "J\u00f5geva - Aidu - P\u00f5ltsamaa",
        "short": "102",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e45c25163cc19852dcea4752d704c110",
        "label": "16",
        "long": "Rakvere - Tapa",
        "short": "16",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e4673448c3fb76a3ab6ffd3c830946f5",
        "label": "30",
        "long": "Valga-L\u00fcllem\u00e4e-Valtina-V\u00e4hero-Valga",
        "short": "30",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e48a2dc51e08a01c0756bf852d1b01f6",
        "label": "62B",
        "long": "P\u00f5lva-Vinso-R\u00e4pina-Veriora-Mikitam\u00e4e-R\u00e4pina",
        "short": "62B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e4a4d39e79e4af91dec013f1dc380a31",
        "label": "99C",
        "long": "P\u00f5lva - Taevaskoja - Vastse-Kuuste - Tartu",
        "short": "99C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "e4f475dccb1439807b55b89c76da33ce",
        "label": "149",
        "long": "Tartu - Viljandi - P\u00e4rnu - Kuressaare",
        "short": "149",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e5027c2936ad124db68924e03a649dd9",
        "label": "755",
        "long": "(Kaiavere) - Maarja-Magdaleena - Vedu - Vesneri - Tartu",
        "short": "755",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e5055d28bba7326d3fee4b31b49294df",
        "label": "150A",
        "long": "J\u00f5geva - Siimusti - J\u00f5geva",
        "short": "150A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "e509e4ff42c2a5719a39071cd8ba14a1",
        "label": "305",
        "long": "Rakvere - Tallinn",
        "short": "305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e511f4cf8621406204188d8ecb235313",
        "label": "56",
        "long": "Aseri - Rannu - Viru-Nigula - Rakvere",
        "short": "56",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e54609645e009552ef5b413038e1332a",
        "label": "6381",
        "long": "Lasteaed- Emmaste kool-Lepiku- Tohvri- Emmaste- Nurste- (\u00d5ngu)",
        "short": "6381",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e553678f0c8dd99122add9cdd922eff1",
        "label": "36",
        "long": "P\u00e4rnu - Uulu Kalmistu",
        "short": "36",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e58f7713897e914a330bcebe6b9a7304",
        "label": "44",
        "long": "Rakvere - V\u00e4ike-Maarja - Simuna - Roela - Rakvere",
        "short": "44",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e5d0943ac80b74e02e80b178ef901b47",
        "label": "5210",
        "long": "Kuivastu-Hellamaa-Orissaare-Laimjala-Kuressaare",
        "short": "5210",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e627d87dbddd263ca608ae4c89a30a16",
        "label": "50-1",
        "long": "P\u00e4rnu - Koonga - Kalli - Lihula",
        "short": "50-1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e628f05606c3593dfe963126320f2814",
        "label": "74-2",
        "long": "H\u00e4\u00e4demeeste - Kabli kool - Ikla piiripunkt (j\u00e4tkub  Aina\u017ei)",
        "short": "74-2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e62ebd4bd8a9fd996d8fc4f9d195f0c0",
        "label": "72E",
        "long": "V\u00e4rska sanatoorium - R\u00e4pina - Ahja - Tartu",
        "short": "72E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e64453cdf117eafef90b1cbf364d77b4",
        "label": "162",
        "long": "Tallinn - J\u00e4rvesuu - Peetri - Uuesalu",
        "short": "162",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e6868a29e612999f2dfe452a262e6612",
        "label": "81",
        "long": "T\u00f5rva - Tartu - T\u00f5rva",
        "short": "81",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "e68cd46cd255241141506eb115a6a49e",
        "label": "383",
        "long": "Rakvere - J\u00f5geva - Tartu",
        "short": "383",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e6ba4a741b67fd2a2163381cbef828cd",
        "label": "357",
        "long": "Kambja park - Tartu",
        "short": "357",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e6d38efbc0c4188b8f2ae22d3eae1f1d",
        "label": "502",
        "long": "P\u00f5rgum\u00e4e -  Puhja - Annikoru - Puhja - Tartu",
        "short": "502",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e6d5f6434a3f60fe91efb9c25e36652b",
        "label": "9",
        "long": "Rapla - Alu - Pihali - Hageri - Sutlema - Kohila",
        "short": "9",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e6d67418ee5d53bb6606d06411561d62",
        "label": "438",
        "long": "P\u00f5ltsamaa - Pauastvere - Kalana - Pisisaare - P\u00f5ltsamaa",
        "short": "438",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e6fd8061218d00f11ff66e116f4a50e4",
        "label": "56-2",
        "long": "Rogenese - P\u00e4rnu-Jaagupi - Koonga - P\u00e4rnu",
        "short": "56-2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e6fe9dd8cd4df1a78e2568c81e5f0ca4",
        "label": "57",
        "long": "P\u00e4rnu - L\u00f5pe - Lihula - Virtsu",
        "short": "57",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e710a01bd5650e8db6f4f76176078b79",
        "label": "15B",
        "long": "P\u00f5lva - Vinso - Veriora",
        "short": "15B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e7237ab18d8fb3a5603b737b3d654363",
        "label": "91-1",
        "long": "V\u00e4ndra - P\u00e4rnu",
        "short": "91-1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "e76bc2817707c5c7597d376d2e0336ef",
        "label": "6",
        "long": "Raja - Mai - Karja - Uus-Sauga - Vana-Sauga",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e7732316f3e0d4b6df644d973e5af3ee",
        "label": "35A",
        "long": "P\u00f5lva - Puskaru - P\u00f5lgaste - Kanepi -Otep\u00e4\u00e4 -Kanepi -P\u00f5lva",
        "short": "35A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e79ed5e5776a8a2268a8df3b21350041",
        "label": "2A",
        "long": "P\u00f5lva - Partsi - Veriora - R\u00e4pina",
        "short": "2A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e7a941b443dc195a95ee2a015a8100ad",
        "label": "2111",
        "long": "KUR-Salme-Riksu-Koimla-L\u00fcmanda-(Karala L\u00fcmanda tellimisel)",
        "short": "2111",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e7c5c6cb7fe5fb94efd9b24cf98e4385",
        "label": "720",
        "long": "Tartu - V\u00e4lgi - Alatskivi - Kallaste - Varnja - Tartu",
        "short": "720",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "e7dfaa6ec651faf289d34b3d2dde9f14",
        "label": "237",
        "long": "P\u00e4rnu - Tallinn",
        "short": "237",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e801686b372025a2f6f5313b5b819459",
        "label": "81",
        "long": "Narva - Sillam\u00e4e - J\u00f5hvi",
        "short": "81",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e833eb932f1a2cbcfa4f54a73717b563",
        "label": "26",
        "long": "Mustla - \u00c4mmuste k\u00fcla - Mustla - J\u00e4rvek\u00fcla - Mustla",
        "short": "26",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e85a067d2cc5a0929eea29b4633693fc",
        "label": "128A",
        "long": "Tallinn - Tabasalu-V\u00e4\u00e4na-J\u00f5esuu-Keila-Joa-Laulasmaa - Klooga",
        "short": "128A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e85ab662858f75f6e2c34a2a30425c17",
        "label": "10A",
        "long": "Paide keskv\u00e4ljak - T\u00fcri - S\u00e4revere",
        "short": "10A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e87373a7a7cbbda6e7101ff32eafd595",
        "label": "58E",
        "long": "Suure-Jaani - V\u00f5hma - Suure-Jaani",
        "short": "58E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e8b5340b0742d9c040e57512530db242",
        "label": "611",
        "long": "Tartu - L\u00e4hte - \u00c4ksi keskus - L\u00e4hte - Tartu",
        "short": "611",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e8e7fa50498b0691974ae3bf33d8caaa",
        "label": "331",
        "long": "Tartu - Aarike - Lutike - Otep\u00e4\u00e4 -  Kambja - Tartu",
        "short": "331",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e951fe1bd980a89f75c26fee5c3bade2",
        "label": "82",
        "long": "P\u00e4rnu - Surju - Kilingi-N\u00f5mme - Tihemetsa",
        "short": "82",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e98200afb5c0b117040b08051664ae83",
        "label": "170",
        "long": "Tallinn - Laagna - K\u00e4rmu - Maardu",
        "short": "170",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e995d8ee9b08e4814ba7062034092e7c",
        "label": "6518",
        "long": "(Kalana)-K\u00f5pu-Kiduspe-Luidja-Viskoosa-Lauka-(Kidaste)-K\u00e4rdla",
        "short": "6518",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF711D",
        "color_name": "orange",
        "has_shape": true,
        "id": "e9a11207746c08f796f5e220cb7bd374",
        "label": "R46",
        "long": "Tartu - Koidula",
        "short": "R46",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "e9c22fb1116ee645f13415f1aeafa29b",
        "label": "485",
        "long": "P\u00f5ltsamaa - Umbusi - Annikvere - P\u00f5ltsamaa",
        "short": "485",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ea304d6bfa676ac01c4799a9afa0c7e8",
        "label": "143A",
        "long": "V\u00f5ru - Vastseliina - Luhamaa - Misso - (Tsiistre)",
        "short": "143A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ea327fb350a75257f331b9a8a7c21073",
        "label": "28",
        "long": "Krootuse - Prangli - Krootuse - Maaritsa - Saverna",
        "short": "28",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "ea4fce27337a8e46b2843a74cca9e34b",
        "label": "3",
        "long": "Tehase - Kannuka - Turg - Vaivara jaam",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ea6d1369195e6887336b3b48eaaa9d20",
        "label": "6",
        "long": "Rapla - Ingliste - Juuru",
        "short": "6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "eaa1df6595fa005e047fd174edc68f5f",
        "label": "209A",
        "long": "Merem\u00e4e - Miikse-Vastseliina-Merem\u00e4e- Obinitsa - Merem\u00e4e",
        "short": "209A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "eabca7bdc4f2e6edd2afeedc54d8b31e",
        "label": "72",
        "long": "P\u00e4rnu - Soometsa - H\u00e4\u00e4demeeste - Massiaru",
        "short": "72",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "eb91ef57a21914d66759759cc82e0efc",
        "label": "151",
        "long": "J\u00f5geva - Siimusti - J\u00f5geva",
        "short": "151",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "eb959c0aa158d517f4eb5bd9b6c565e6",
        "label": "55",
        "long": "P\u00e4rnu - Paadremaa sild",
        "short": "55",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "eb9aec68402ff32abbb1c87e59f19c15",
        "label": "838",
        "long": "(Mandli) - Mehikoorma - V\u00f5nnu - Luunja kool - Tartu",
        "short": "838",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ebd10c5aadb9de5c202f089de38708ab",
        "label": "202",
        "long": "Mustvee - Torma - Sadala - Laiuse - J\u00f5geva",
        "short": "202",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ebefd9ecd69be418ea9b34405025f0d6",
        "label": "186A",
        "long": "V\u00f5ru - Vastseliina - Luhamaa - Misso",
        "short": "186A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ebefd9ecd69be418ea9b34405025f0d6-1",
        "label": "186A",
        "long": "(Lastefestival) V\u00f5ru - Vastseliina - Luhamaa - Misso",
        "short": "186A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ebf7a2d9804fbb2813d47b0a08de912a",
        "label": "149A",
        "long": "V\u00f5ru - Luhametsa - Tsooru - V\u00f5ru",
        "short": "149A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ec001ef3d0ced19453b1221238c35a6e",
        "label": "9A",
        "long": "Peetri-Esna-Kalitsa-Vao keskus-Koeru",
        "short": "9A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ec1b1edff9a3ceade596060eee8e5b58",
        "label": "604",
        "long": "\u00d5vi - K\u00e4rkna - L\u00e4hte - Tartu",
        "short": "604",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ec36e61022a2b303232102bbedc8c259",
        "label": "245",
        "long": "J\u00f5geva - Siimusti - Vaimastvere - J\u00f5geva",
        "short": "245",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ec5421cb15766638895e9e129c149e4b",
        "label": "15",
        "long": "Haapsalu - Dirhami - N\u00f5va OSALISELT N\u00d5UDELIIN",
        "short": "15",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "eca37c332e26d7217fe53ce7941309b9",
        "label": "211",
        "long": "Tartu - Roiu - Melliste - V\u00f5nnu - (Karja)",
        "short": "211",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "eceb4e75df9c947aab27ea9b9410b87f",
        "label": "12",
        "long": "Rapla - Raudteejaam - Kaerepere - Keava - Lelle - Eidapere",
        "short": "12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ecec2070af86adc07063802e3bcba890",
        "label": "78",
        "long": "P\u00e4rnu - Soometsa - H\u00e4\u00e4demeeste - Veelikse - Kilingi-N\u00f5mme",
        "short": "78",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ecf59493ff971469de38971499be55c4",
        "label": "27",
        "long": "T\u00f5rva - Koork\u00fcla - Holdre - T\u00f5rva",
        "short": "27",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ed124b51ac32f827298f1029cb506a7d",
        "label": "122",
        "long": "Tallinn - Tabasalu - V\u00e4\u00e4na-J\u00f5esuu",
        "short": "122",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ed131bf60f130bb2e065da0bd3c34b29",
        "label": "43",
        "long": "J\u00f5hvi - Kohtla-J\u00e4rve - Kohtla-N\u00f5mme",
        "short": "43",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "ed3eb3bb24fbfb1f5afd14d8a225bde1",
        "label": "15",
        "long": "Meierei - Sompa - Kohtla-J\u00e4rve",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ed6c46babc605109effcfc1c92e67afe",
        "label": "70B",
        "long": "Antsla - Sangaste - K\u00e4\u00e4riku - Otep\u00e4\u00e4 - Tartu",
        "short": "70B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ed8dba96192fb149acbfa7714a290da6",
        "label": "91-2",
        "long": "Kaansoo - V\u00e4ndra - Tootsi - P\u00e4rnu",
        "short": "91-2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ed9dd25ebd3d67e6efbbf839bd2c84da",
        "label": "EL74-1",
        "long": "P\u00e4rnu - H\u00e4\u00e4demeeste - Ikla - Aina\u017ei - Salacgriva",
        "short": "EL74-1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "edd4b253fad7a126b0519c214e943ec9",
        "label": "8",
        "long": "Raja-Kuke-Teater-KEK-Oja-Haigla-Papiniidu-Merimetsa",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "edfe5121223e939f52d1bd3e2dda5635",
        "label": "133",
        "long": "Lehetu - Ellamaa - Turba - Riisipere - \u00c4\u00e4sm\u00e4e - Keila",
        "short": "133",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ee26b34ee3eeca3cce8e16f4179804bc",
        "label": "115",
        "long": "Tallinn - M\u00e4he - Randvere - Tammneeme",
        "short": "115",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ee2fa1c7ad6bd91c327a2f3daef46249",
        "label": "3211",
        "long": "Kuressaare-Aste-Hakjala",
        "short": "3211",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ee33046d2164dd81d5fbb7779bf665ad",
        "label": "239",
        "long": "Tartu - Tuigo kalmistu - Roiu - Melliste",
        "short": "239",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ee5aa6ec2b354e9caaa56cd37ebaecea",
        "label": "113",
        "long": "Tartu - Laeva - Puurmani",
        "short": "113",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "ee7facb5317e77d62932f2c519f71d32",
        "label": "2",
        "long": "talv Kesklinn -Sikassaare-Tooma-Kiviraie-Smuuli-Keskv\u00e4ljak",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "ee7facb5317e77d62932f2c519f71d32-1",
        "label": "2-suvi",
        "long": "Kesklinn -Sikassaare-Tooma-Kiviraie-Smuuli-Keskv\u00e4ljak",
        "short": "2-suvi",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ee7fe96f92ff7a7c1ecd6930726f07ff",
        "label": "423",
        "long": "Tartu - N\u00f5o - T\u00f5ravere - N\u00f5o - N\u00f5giaru - Tartu",
        "short": "423",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "eea2b4a4171902ef431946adfb729d04",
        "label": "461",
        "long": "Elva - Arbim\u00e4e - N\u00f5o - Tartu",
        "short": "461",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "eed05ed6107d20445adefe690b31aec1",
        "label": "136",
        "long": "Ruusm\u00e4e - Misso - Luhamaa - Vastseliina - V\u00f5ru",
        "short": "136",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "eef4c3cb9f9db2c52525f4bf8c5afed2",
        "label": "420",
        "long": "Tartu - N\u00f5o - Luke - Illi - Elva - Puhja asula",
        "short": "420",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "eef88b4398e381cda5dc0158a2e54e24",
        "label": "198A",
        "long": "V\u00f5ru - Loosi - Lindora - Vastseliina",
        "short": "198A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "eefcc25254ce53ed6233ffc43512215f",
        "label": "7A",
        "long": "R\u00e4pina - (Leevaku) - K\u00f5nnu - Linte - R\u00e4pina",
        "short": "7A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ef20eebb0ab3cfe66d66b9422d23eb86",
        "label": "213",
        "long": "Mustvee - Torma - Sadala - Laiuse - J\u00f5geva",
        "short": "213",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ef23849904c8d12911b3dd39c36d82df",
        "label": "210",
        "long": "Tartu - Unipiha - Kambja park - Lange - Tartu",
        "short": "210",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ef42377bf3f7a38385fc5def67c10448",
        "label": "6102",
        "long": "Kuressaare-Pihtla-Sandla-T\u00f5lluste-Sandla-Pihtla-Kuressaare",
        "short": "6102",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ef9a3993ebd3717d52df70aad3c08c0c",
        "label": "159",
        "long": "V\u00f5ru - Lasva - Pikakannu - Vastseliina - Obinitsa - V\u00f5ru",
        "short": "159",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "efb405f80c4b5aff95ff595dddaf954b",
        "label": "2K",
        "long": "R\u00e4pina - Mooste - P\u00f5lva",
        "short": "2K",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "efe733fbe656fa668c11b9b9041151c1",
        "label": "719",
        "long": "(Nina) - Alatskivi kool - Varnja - Koosa - Tartu",
        "short": "719",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "efee78b4b9289a68dc153fd1bd822f05",
        "label": "60",
        "long": "J\u00f5hvi - Kurem\u00e4e",
        "short": "60",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "eff1efad123b9d2dbaefc2833e012c0f",
        "label": "2217",
        "long": "L\u00fcmanda-Kihelkonna-L\u00fcmanda-Karala-L\u00fcmanda",
        "short": "2217",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "eff96da7c3071d6dbeea5cba64ed99a9",
        "label": "896",
        "long": "Viljandi - T\u00fcri - Paide - Tallinn",
        "short": "896",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF711D",
        "color_name": "orange",
        "has_shape": true,
        "id": "elron00001",
        "label": "R30",
        "long": "Tallinn-Tapa",
        "short": "R30",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FF711D",
        "color_name": "orange",
        "has_shape": true,
        "id": "elron00003",
        "label": "RE37",
        "long": "Tallinn-Riia",
        "short": "RE37",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FF711D",
        "color_name": "orange",
        "has_shape": true,
        "id": "elron00006",
        "label": "R46",
        "long": "Tartu-Piusa",
        "short": "R46",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f0634d167e2fb2b979e7065926856531",
        "label": "49",
        "long": "Rakvere - V\u00e4ike-Maarja - Kiltsi - Rakke",
        "short": "49",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f066f12c9b6ac225928852e25dfac278",
        "label": "70A",
        "long": "Antsla - Sangaste - K\u00e4\u00e4riku - Otep\u00e4\u00e4 - Tartu",
        "short": "70A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f097b95823abd7d969cc6433606d47c7",
        "label": "911",
        "long": "L\u00e4hte - Tabivere park - Laeva",
        "short": "911",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f0a7ff29c1aa55292eea1ba697dba5c8",
        "label": "433",
        "long": "P\u00f5ltsamaa - K\u00fctim\u00e4e - Kalana - Pisisaare - P\u00f5ltsamaa",
        "short": "433",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f0b59ee8b73a9668ecf19aa21c3c5af9",
        "label": "193",
        "long": "J\u00f5geva - Kaarepere -Tabivere - Tartu",
        "short": "193",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f0cdfdc484f5119137952bba0575b933",
        "label": "38",
        "long": "Otep\u00e4\u00e4 - Sihva - Sangaste - Valga",
        "short": "38",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f0cfe7bde15341313f9681a2bf4b9d5e",
        "label": "5214",
        "long": "Kuivastu-Orissaare-K\u00f5rkvere-Tornim\u00e4e-Laimjala-Kuressaare",
        "short": "5214",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f0f7b976e1be91b2e1476bb9e327f510",
        "label": "64",
        "long": "Kanepi - Saverna - Otep\u00e4\u00e4 - Saverna - Kanepi",
        "short": "64",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f107591c852cc1d11427d13675714c56",
        "label": "762",
        "long": "Tabivere park - \u00c4ksi keskus - L\u00e4hte - Vasula - Tartu",
        "short": "762",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f1097dcb23c511ceee9f89f3fef0b993",
        "label": "18H",
        "long": "L\u00fcllem\u00e4e - Antsla",
        "short": "18H",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f13e2c17eee6e8624d5898d543c18ba8",
        "label": "63-1",
        "long": "Kavaru - Liu - Audru kirik - P\u00e4rnu",
        "short": "63-1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f1eae97c47de189bbd8fdf0eaf441c74",
        "label": "55C",
        "long": "Viljandi - Tohvri - K\u00f5pu - Seruk\u00fcla - Tipu - K\u00f5rtsi-T\u00f5ramaa",
        "short": "55C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f2949d0b59f9c93ad24f3387fd70969d",
        "label": "26A",
        "long": "K\u00e4ravete - Paide",
        "short": "26A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f2949d0b59f9c93ad24f3387fd70969d-1",
        "label": "26B",
        "long": "K\u00e4ravete - Paide - K\u00e4ravete - Aravete",
        "short": "26B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f2be827e210cca723160e5a4995692a0",
        "label": "34B",
        "long": "Paide - Imavere - Eistvere m\u00f5is",
        "short": "34B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f2c5830fd60410ea011dffa0aba277ac",
        "label": "66B",
        "long": "P\u00f5lva - Peri - Koolmaj\u00e4rve - Leevi",
        "short": "66B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f2cffd4cd09bca6e16d8b429c8363223",
        "label": "175",
        "long": "V\u00f5ru - R\u00f5uge - Haanja - Luutsniku - Haanja - V\u00f5ru",
        "short": "175",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f2d6a9a21938d2c14e393308e390879d",
        "label": "6513",
        "long": "K\u00e4rdla-(Kidaste)-Lauka-Viskoosa-Luidja-Kiduspe-K\u00f5pu-(Kalana)",
        "short": "6513",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f2f3b5bfa7499e1cf45673ec1bb4fc88",
        "label": "503",
        "long": "P\u00f5ltsamaa - Esku - V\u00f5isiku - P\u00f5ltsamaa",
        "short": "503",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f2ff4cb7ba62de702ca8d96ecc66c9a7",
        "label": "126",
        "long": "Tallinn - Tabasalu - V\u00e4\u00e4na-J\u00f5esuu - Keila-Joa - Lohusalu",
        "short": "126",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "f317f9d90c9f9470b9a73398a1c4a20c",
        "label": "21",
        "long": "\u00d6\u00f6liin ( Soola - N\u00f5lvaku )",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f323230da6061f7e950e26b3c110f9a7",
        "label": "145",
        "long": "J\u00f5geva - Paink\u00fcla - J\u00f5une - Saduk\u00fcla - Siimusti - J\u00f5geva",
        "short": "145",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "f35112cca6c9cd49381840200cd3c01e",
        "label": "23",
        "long": "Bussijaam - Lennujaam",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f39d6cb2fa4a10b82ea2fea8e73c4b50",
        "label": "115",
        "long": "Puurmani - Laeva - Tartu",
        "short": "115",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f3a13829ac40ba48a1dd68af26ed2dc0",
        "label": "83C",
        "long": "Koidula - Orava - V\u00f5ru",
        "short": "83C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f3a7a3c72541c084b2820a5c043d7966",
        "label": "185",
        "long": "J\u00f5geva - Kuremaa - Palamuse - Saare - Pala - Kadrina - Mustvee",
        "short": "185",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f3f077cdf17ce05d09a5f8d40b8400c9",
        "label": "38",
        "long": "M\u00e4rjamaa - Haimre - Valgu",
        "short": "38",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f3f7729b1c10c386b7b109c52a4b2a96",
        "label": "43",
        "long": "K\u00e4rstna - Paistu - Viljandi",
        "short": "43",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f42dc63275a392e3225de99e9f9de55a",
        "label": "8",
        "long": "Paide - Tarbja - M\u00e4o keskus - Paide",
        "short": "8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f477e9cb851c9b3b011d2b5fd74bd550",
        "label": "803",
        "long": "Tartu - Pilka - Koosa - Varnja - Alatskivi kool - Kallaste",
        "short": "803",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f477fb7fcb48b646b16b4a1d23892ed3",
        "label": "109B",
        "long": "Kesklinn - V\u00e4imela - Parksepa - Navi kauplus - Kesklinn",
        "short": "109B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f49fe24dbc03f57f46f93b507efd476d",
        "label": "235",
        "long": "Tartu - Tabivere - Palamuse - Kuremaa - J\u00f5geva",
        "short": "235",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f49fe24dbc03f57f46f93b507efd476d-1",
        "label": "235A",
        "long": "Tartu - Tabivere - Palamuse - Kuremaa - J\u00f5geva",
        "short": "235A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f4cc799b60ea9be521057393895c5d0f",
        "label": "136",
        "long": "P\u00f5ltsamaa - Puurmani - Paink\u00fcla - J\u00f5geva",
        "short": "136",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f504c6ebc613569570fa01bfad72006f",
        "label": "157A",
        "long": "Loksa - Kolga - Kuusalu - Kiiu - Tallinn",
        "short": "157A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f523e9afa75271067cae2f56b38728af",
        "label": "183",
        "long": "J\u00f5geva - Kuremaa - Palamuse - Voore - K\u00e4\u00e4pa - Assikvere - Pala",
        "short": "183",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f55b93b7ab46ee6cc6432f396abb8d73",
        "label": "238",
        "long": "J\u00f5geva - Avinurme - Lohusuu - Mustvee",
        "short": "238",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f577ba1ec933b788ef26cb116d5dc5ff",
        "label": "22C",
        "long": "T\u00fcri - \u00c4nari - Vahastu - \u00c4nari - T\u00fcri",
        "short": "22C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f597be47bc8a1c0b6e9e115e0e08d609",
        "label": "28B",
        "long": "Valga - Keeni - Sangaste - Vilaski - Valga",
        "short": "28B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f611346d0bcb030e0c36317f8420470c",
        "label": "52",
        "long": "V\u00f5ru - Ridali - Tilsi - Laheda - V\u00e4imela - V\u00f5ru",
        "short": "52",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f63c31dfc855e6dd4c8c8a0336374d86",
        "label": "20H",
        "long": "Valga-Taagepera-T\u00f5rva",
        "short": "20H",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f672ed432479466a23b4b54cc8946f8a",
        "label": "466",
        "long": "P\u00f5ltsamaa - Lustivere - P\u00f5ltsamaa",
        "short": "466",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f674f3b45170e99f3bbf623368c889af",
        "label": "11A",
        "long": "Paide - Koeru",
        "short": "11A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f6791e86e2da805945a974c53a28ff3f",
        "label": "462",
        "long": "Otep\u00e4\u00e4 - Elva - Peedu - N\u00f5o - Tartu",
        "short": "462",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f67f055753a5ebd8aa827c6a8b724766",
        "label": "113A",
        "long": "V\u00f5ru - Tsolgo - Kommeri - P\u00f5lva",
        "short": "113A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f68c3b05feac6ab35e6af9c216a11202",
        "label": "332",
        "long": "Eidapere raudteejaam - V\u00e4ndra",
        "short": "332",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f6b55706a5341f0d707c9502c134c159",
        "label": "EL76",
        "long": "P\u00e4rnu - J\u00f5ulum\u00e4e - H\u00e4\u00e4demeeste - Ikla piiripunkt - Aina\u017ei",
        "short": "EL76",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f6c3db3d34f427d352d014d8d413a3b3",
        "label": "208",
        "long": "Mustvee - Torma - Sadala - Laiuse - J\u00f5geva",
        "short": "208",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f6d0185de023af89abac3c52c330c8e9",
        "label": "805",
        "long": "(L\u00e4\u00e4niste) - V\u00f5nnu - Tartu",
        "short": "805",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f6eb3fe5adaf38eba819addd4872fa86",
        "label": "60",
        "long": "V\u00f5hma - Pilistvere - V\u00f5hma - Suure-Jaani - Viljandi",
        "short": "60",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f6fe65d16f77c7cd4a3d2add59670877",
        "label": "65",
        "long": "Rakvere - Laekvere - Avinurme - Mustvee",
        "short": "65",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f7173e6db2fd67987d9e60586d3e710a",
        "label": "15E",
        "long": "Viljandi - Valma - Kaavere - Leie - Viljandi",
        "short": "15E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f75e5fb9485c24daa5c6a2f27fad43ae",
        "label": "593",
        "long": "Rakvere - Mustvee - Kallaste",
        "short": "593",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f7972b597931254e37d0c6c7e986b90e",
        "label": "46",
        "long": "J\u00f5hvi - Toila - Voka - J\u00f5hvi",
        "short": "46",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f7be69cb23cf4ae1371d17bcef1cba5a",
        "label": "242",
        "long": "Hariduse - Roiu - Suurekivi - Tartu",
        "short": "242",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f7c4527a6d5dd27b27b8ea72491f27d6",
        "label": "72B",
        "long": "Tartu - Ahja - R\u00e4pina - V\u00e4rska sanatoorium",
        "short": "72B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f7d85e50d0502886e97afbf2750f405b",
        "label": "5701",
        "long": "Orissaare-Tagavere-Orissaare",
        "short": "5701",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f80054b62df3a409c5bfce3ea367cb0e",
        "label": "25K",
        "long": "Valga - Keeni - Puka - R\u00f5ngu - Palupera - Elva",
        "short": "25K",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f80f61338e8c6f6566df818f18635015",
        "label": "46",
        "long": "Kadrina - Salda - Vahakulmu - Tapa",
        "short": "46",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f81a3ecebb14eb97e2637bd9dcef035c",
        "label": "90C",
        "long": "Savala - Kivi\u00f5li - J\u00f5hvi",
        "short": "90C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f822ffe891fd9633c46bf5a90b073b9e",
        "label": "50C",
        "long": "Viljandi - RDTJ - Karksi-Nuia - Abja-Paluoja",
        "short": "50C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f83d744daf30f49d1eec3fbeb8727507",
        "label": "4208",
        "long": "Kuressaare-P\u00e4rsama-Angla-Leisi-Roobaka-Kuress",
        "short": "4208",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f8469a5285bb4dd114d6ce4c587d1914",
        "label": "31B",
        "long": "P\u00f5lva - Krootuse - Prangli - Saverna - Valgj\u00e4rve - Otep\u00e4\u00e4",
        "short": "31B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f8481ce1702b55b7ef887b9fa3208452",
        "label": "6292",
        "long": "K\u00e4rdla - K\u00e4ina - Suurem\u00f5isa- K\u00e4ina",
        "short": "6292",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f851b00b5b328a54b8f75cdadcc70db8",
        "label": "173",
        "long": "V\u00f5ru - Jaanim\u00e4e - R\u00f5uge - Viitina - Haanja - V\u00f5ru",
        "short": "173",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f852bcda8310fd9725f31570c95555ff",
        "label": "613",
        "long": "Tartu - L\u00e4hte - \u00c4ksi keskus - Tabivere - Tartu",
        "short": "613",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f8a2ea2949bdbfa346e6297772bdc602",
        "label": "20M",
        "long": "P\u00f5lva bussijaam - Maksimarket - Lao",
        "short": "20M",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "f8d02635555628d57b980d3617dbce61",
        "label": "17",
        "long": "Oru - Keskhaigla",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f8f4eaf25ca5c07554b0725f2babf894",
        "label": "36",
        "long": "Imavere - P\u00f5ltsamaa",
        "short": "36",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f919a209ddbc3d1900814ea16fd2fccf",
        "label": "421",
        "long": "Tartu - N\u00f5giaru - N\u00f5o - N\u00f5giaru - Tartu",
        "short": "421",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f951b89fe23cb1991f7b72cffc497260",
        "label": "57",
        "long": "P\u00f5lva - Puskaru - Varbuse - Kanepi",
        "short": "57",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "f953343fbc0614f2379101df7143f6e6",
        "label": "3o",
        "long": "Paemurru - Jaama - Tempo - Luige",
        "short": "3o",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f97eabced1e8d4c78d9bbd19a0f7ae94",
        "label": "95C",
        "long": "Kivi\u00f5li - Irvala - Kivi\u00f5li - S\u00e4de - Kivi\u00f5li - Soonurme",
        "short": "95C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "f9ce7ab43638e0fd9b5a5efab06233ab",
        "label": "39",
        "long": "M\u00e4rjamaa - Vana-Vigala - M\u00e4rjamaa",
        "short": "39",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "fa11474716cded22b10a6939a03bdd0e",
        "label": "487",
        "long": "P\u00f5ltsamaa - Annikvere - Umbusi - Annikvere - P\u00f5ltsamaa",
        "short": "487",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "fa46aff289f34280ecd7ed76dd944cca",
        "label": "93",
        "long": "P\u00f5lva-Kauksi-R\u00e4pina-V\u00e4rska-Saatse-V\u00e4rska",
        "short": "93",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "fa4e2afe76e3f8e35da3695ac334af60",
        "label": "73",
        "long": "P\u00e4rnu - Soometsa - H\u00e4\u00e4demeeste",
        "short": "73",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "fa7441dc8a9bd696c442cbd8e405d56c",
        "label": "88B",
        "long": "V\u00e4rska - Orava - Koidula - V\u00e4rska - Podmotsa - V\u00e4rska",
        "short": "88B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "fa8adfc5bec13b7d4ff7c358733b373d",
        "label": "339",
        "long": "Tartu - T\u00f5rvandi - Lennujaam - Kambja park - (Kuuste)",
        "short": "339",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "fa8f6e9ead78595f9920d6a35db5b684",
        "label": "47B",
        "long": "Rakvere - Ubja - Uhtna - Ubja - Rakvere",
        "short": "47B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "faae77d4cd7f0da53944eed325f738d0",
        "label": "834",
        "long": "R\u00e4pina - Mehikoorma - Arusoo - V\u00f5nnu - V\u00f5\u00f5pste - Tartu",
        "short": "834",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "BD4819",
        "color_name": "red",
        "has_shape": true,
        "id": "fadc64a795b5bf06b77fd95ede99040b",
        "label": "5",
        "long": "Outokumpu - Iidla keskus",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "fae714a2839c97f4dc01de82f7d0133e",
        "label": "97C",
        "long": "P\u00f5lva - Vastse-Kuuste - Tartu",
        "short": "97C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "faecad09e5979f0a9d63a05ca25f02eb",
        "label": "236",
        "long": "Tartu - T\u00f5rvandi - N\u00f5o - Tooma - N\u00f5giaru - Luke - Illi suvilad",
        "short": "236",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "fb262b79bfc41db1b508240f7c783555",
        "label": "40A",
        "long": "Paide - Albu - J\u00e4neda - Aegviidu",
        "short": "40A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "fb4669bddaf54e0d29ba357a9bb99c19",
        "label": "7B",
        "long": "T\u00fcri bussijaam - Oisu - Retla - T\u00fcri bussijaam",
        "short": "7B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "fb48b18aa2cebecbc2bf2935987d1f2b",
        "label": "452",
        "long": "P\u00f5ltsamaa - Adavere - P\u00f5ltsamaa",
        "short": "452",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8BB4C5",
        "color_name": "gray",
        "has_shape": true,
        "id": "fb6b29d848d55ce0d94e568d2e2e9d01-1",
        "label": "ABR-ROOM",
        "long": "Abruka-Roomassaare",
        "short": "ABR-ROOM",
        "text_color": "000000",
        "type_label": "Ferry"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "fb9ec7e39059b21b5f7218ce27cbcfa2",
        "label": "32A",
        "long": "Imavere - K\u00e4sukonna - Koigi - Imavere",
        "short": "32A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "fbc510cab2c45b3f88650cfade5f390b",
        "label": "826",
        "long": "Tartu - J\u00e4rvselja - Mehikoorma - (Arusoo) - Tartu",
        "short": "826",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "fbf31448983ef603882ae79d1a9238c8",
        "label": "506",
        "long": "P\u00f5ltsamaa - V\u00f5isiku - Esku - P\u00f5ltsamaa",
        "short": "506",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "fc021074c5b980d39a001e8db7f68941",
        "label": "252",
        "long": "J\u00f5geva - Liivoja - J\u00f5geva alevik - J\u00f5geva",
        "short": "252",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "fc1ab0be056476a5086df663d6278597",
        "label": "37",
        "long": "Valga - Keeni - Puka - Arula - Otep\u00e4\u00e4",
        "short": "37",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "fc484b6ecae1a1e3b54782d03ce37a78",
        "label": "136",
        "long": "Viljandi - Tartu",
        "short": "136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "fca7929c48f9f0ad7171d5ed079195fb",
        "label": "231",
        "long": "J\u00f5geva - Laiuse - Kuremaa - J\u00f5geva",
        "short": "231",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "fcd11705e7d2b6675afc2b01cfb9a634",
        "label": "185B",
        "long": "Antsla - H\u00e4nike - S\u00f5merpalu - V\u00f5ru",
        "short": "185B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "fd1338456d7f7356a41dd4380bfb23ad",
        "label": "23B",
        "long": "P\u00f5lva - Peri - Tilsi - P\u00f5lva",
        "short": "23B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "fd2d0766103cc26bdd531ded671061f6",
        "label": "24B",
        "long": "V\u00f5ru - Leevi - (Verioram\u00f5isa) - Veriora - R\u00e4pina",
        "short": "24B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "fd2db5fdbe9f0c0f99397f75ec1f997c",
        "label": "30D",
        "long": "Valgj\u00e4rve - Saverna - Krootuse - P\u00f5lva",
        "short": "30D",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "fd3baba9e6d369e79752a2e29222503d",
        "label": "80B",
        "long": "Orava raudteejaam - Orava - Obinitsa - Merem\u00e4e - Sikam\u00e4e",
        "short": "80B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "fd435945d9f38e6d8663d747ebace49d",
        "label": "470",
        "long": "P\u00f5ltsamaa - Lustivere - P\u00f5ltsamaa",
        "short": "470",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "fd5c42bede65fffc2fbfcaf465026b1e",
        "label": "44C",
        "long": "Viljandi - Mustla",
        "short": "44C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "fdce1bbebc688c25cabde8fb7f02bc79",
        "label": "607",
        "long": "J\u00f5geva - Palamuse - Tabivere - Saadj\u00e4rve - L\u00e4hte - Tartu",
        "short": "607",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "fe0cfff7b67d77c2c187f01b4d6d8c17",
        "label": "828",
        "long": "Tartu - J\u00e4rvselja - Mehikoorma - (Arusoo)",
        "short": "828",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "fed90c69f72171d00b148ebf2e1ddb8f",
        "label": "737",
        "long": "Tartu - K\u00f5rvek\u00fcla - Tammistu - Taabri - (Aaviku)",
        "short": "737",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ff03d2ecffee4e7d71b0398558b8128f",
        "label": "50",
        "long": "Kanepi - Heisri - Kanepi - Vaparisti - Varbuse - P\u00f5lgaste",
        "short": "50",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ff076b23fb7cc74a5502b86f87c61c17",
        "label": "17",
        "long": "Karksi-Nuia - Paistu - Viljandi",
        "short": "17",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ff3f3da46de03277b6ed4ea205af8f42",
        "label": "105",
        "long": "Tartu - Laeva - Puurmani - P\u00f5ltsamaa",
        "short": "105",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "ff8883fb2797347708de304fe3248171",
        "label": "10",
        "long": "Raja - Mai - Karja - Vana-P\u00e4rnu",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ff94311d54ee8b033567ac6f5c5c6c3d",
        "label": "29B",
        "long": "Saverna - Krootuse - P\u00f5lva",
        "short": "29B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ff96cf3ca957a305825770b5dfa4f8e9",
        "label": "122B",
        "long": "V\u00f5ru - R\u00f5uge - Krabi - Antsla - Navi - V\u00f5ru",
        "short": "122B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ff9c535be0a2ce7c163559c23f170e07",
        "label": "35",
        "long": "M\u00e4rjamaa - Kivi-Vigala",
        "short": "35",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ffa29823540bdb48f452c445307b49c7",
        "label": "35",
        "long": "Viljandi - M\u00f5nnaste - Mustla - M\u00f5nnaste - Viljandi",
        "short": "35",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ffb9f37caa54c0eddad92888a9705d31",
        "label": "228",
        "long": "Tartu - Lennujaam - Hobunurme - Teaduspark - Haage - Tartu",
        "short": "228",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "ffce020ecefe26a8baf4d1fdf4bb91af",
        "label": "20D",
        "long": "P\u00f5lva - Lao - \u00c4hnioru - Rosma - Salu - P\u00f5lva",
        "short": "20D",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "hiiumaa6451",
        "label": "6451",
        "long": "S\u00f5ru sadam - Emmaste - K\u00e4ina - K\u00e4rdla bussijaam - (K\u00e4rdla sadam)",
        "short": "6451",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "hiiumaa6592",
        "label": "6592",
        "long": "(\u00d5ngu \u2013 Nurste \u2013 P\u00e4rna) \u2013 Emmaste \u2013 Tuuletorni ( \u2013 K\u00e4ina)",
        "short": "6592",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "jarvamaa-22D",
        "label": "22D",
        "long": "T\u00fcri - \u00c4nari - V\u00e4\u00e4tsa - T\u00fcri - S\u00e4revere",
        "short": "22D",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "jarvamaa12C",
        "label": "12C",
        "long": "Koeru - J\u00e4rva-Jaani - Tapa - J\u00e4rva-Jaani - Koeru",
        "short": "12C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "kaugliin101",
        "label": "101",
        "long": "Valga - Karksi-Nuia - Viljandi - Paide - Tallinn",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "kaugliin115",
        "label": "115",
        "long": "Tallinn - Paide - Viljandi",
        "short": "115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "kaugliin120",
        "label": "120",
        "long": "Kuressaare - P\u00e4rnu - Viljandi - Tartu",
        "short": "120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "kaugliin125",
        "label": "125",
        "long": "Tartu - Tallinn",
        "short": "125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "kaugliin135",
        "label": "135",
        "long": "Viljandi - T\u00fcri - Paide - Tallinn",
        "short": "135",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "kaugliin135uus",
        "label": "135",
        "long": "Tallinn - Paide - Viljandi",
        "short": "135",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "kaugliin140",
        "label": "140",
        "long": "Tallinn - Paide - Viljandi",
        "short": "140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "kaugliin146",
        "label": "146",
        "long": "Tartu - Viljandi - Kilingi-N\u00f5mme - P\u00e4rnu",
        "short": "146",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "kaugliin164",
        "label": "164",
        "long": "Tartu - Tallinn",
        "short": "164",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "kaugliin195",
        "label": "195",
        "long": "Tallinn - Paide - T\u00fcri - Viljandi",
        "short": "195",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "kaugliin195-1",
        "label": "195",
        "long": "Tallinn - Paide - Viljandi",
        "short": "195",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "kaugliin198",
        "label": "198",
        "long": "Tallinn - Tartu - Koidula",
        "short": "198",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "kaugliin202",
        "label": "202",
        "long": "Tallinn - P\u00e4rnu",
        "short": "202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "kaugliin287",
        "label": "287",
        "long": "Tallinn - Haapsalu - K\u00e4ina - Nurste",
        "short": "287",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "kaugliin309",
        "label": "309",
        "long": "Tallinn - Valgej\u00f5e - Viitna - Haljala - Rakvere",
        "short": "309",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "kaugliin31",
        "label": "231",
        "long": "Tallinn - Haapsalu - K\u00e4ina - K\u00e4rdla",
        "short": "231",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "kaugliin323",
        "label": "323",
        "long": "Tallinn - J\u00f5hvi - Sillam\u00e4e - Narva",
        "short": "323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "kaugliin346lux",
        "label": "346",
        "long": "Tallinn - Rakvere - J\u00f5hvi - Narva",
        "short": "346",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "kaugliin348",
        "label": "348",
        "long": "P\u00e4rnu - Paide - Rakvere",
        "short": "348",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "kaugliin392",
        "label": "392",
        "long": "Tallinn - Rakvere - Mustvee - Kauksi",
        "short": "392",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "kaugliinid 179",
        "label": "179",
        "long": "Tallinn-Tartu",
        "short": "179",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "kaugliinid140",
        "label": "140",
        "long": "Tallinn - Paide - T\u00fcri - Viljandi",
        "short": "140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "kaugliinid167",
        "label": "167",
        "long": "Tallinn - Tartu",
        "short": "167",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "kaugliinid173",
        "label": "173",
        "long": "Tallinn - Tartu",
        "short": "173",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "kaugliinid174",
        "label": "174",
        "long": "Tartu - Tallinn",
        "short": "174",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "kaugliinid177",
        "label": "177",
        "long": "Tallinn - Tartu",
        "short": "177",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "kaugliinid380",
        "label": "380",
        "long": "Narva - Sillam\u00e4e - J\u00f5hvi - Mustvee - Tartu",
        "short": "380",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "kaugliinid385",
        "label": "385",
        "long": "Tartu - J\u00f5hvi - Sillam\u00e4e - Narva",
        "short": "385",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "parnu00006",
        "label": "10A",
        "long": "Vabaduse park - Vana-P\u00e4rnu",
        "short": "10A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "parnu00016",
        "label": "14A",
        "long": "Merimetsa - Rannapark - Haigla",
        "short": "14A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD4819",
        "color_name": "red",
        "has_shape": true,
        "id": "parnukaubamajakas-1",
        "label": "Kaubamajakas",
        "long": "P\u00e4rnu Hotell - Kaubamajakas - Hotell P\u00e4rnu",
        "short": "Kaubamajakas",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "parnumaa00001",
        "label": "91-4",
        "long": "P\u00e4rnu - Paikuse - Kuiaru - Tori - V\u00e4ndra",
        "short": "91-4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8BB4C5",
        "color_name": "gray",
        "has_shape": true,
        "id": "parnupaatEMO",
        "label": "Mu-Ma",
        "long": "Munalaid - Manilaid (EMO)",
        "short": "Mu-Ma",
        "text_color": "000000",
        "type_label": "Ferry"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "polvamaa89",
        "label": "89",
        "long": "Koidula - Obinitsa - Orava - (Ilumetsa) - (Kamnitsa)",
        "short": "89",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "saaremaa5207",
        "label": "5207",
        "long": "Orissaare-Laimjala-Kuressaare",
        "short": "5207",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_1",
        "label": "1",
        "long": "Viru keskus - Viimsi",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_10",
        "label": "10",
        "long": "V\u00e4ike-\u00d5ism\u00e4e - N\u00f5mme - Vana-P\u00e4\u00e4sk\u00fcla",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_11",
        "label": "11",
        "long": "Kadaka - Kaubamaja",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_12",
        "label": "12",
        "long": "V\u00e4ike-\u00d5ism\u00e4e - Seli",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_13",
        "label": "13",
        "long": "V\u00e4ike-\u00d5ism\u00e4e - Lennujaam - Priisle",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_14",
        "label": "14",
        "long": "Viru keskus - Vana-P\u00e4\u00e4sk\u00fcla",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_15",
        "label": "15",
        "long": "Estonia - Bussijaam - S\u00f5jam\u00e4e",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_16",
        "label": "16",
        "long": "V\u00e4ike-\u00d5ism\u00e4e - Estonia - Tallinn-V\u00e4ike",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_18",
        "label": "18",
        "long": "Viru keskus - Laagri",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_18-1",
        "label": "18",
        "long": "Viru keskus - Laagri",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_18A",
        "label": "18A",
        "long": "Viru keskus - Urda",
        "short": "18A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_18A-1",
        "label": "18A",
        "long": "Viru keskus - Urda",
        "short": "18A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_2",
        "label": "2",
        "long": "Balti jaam - M\u00f5igu",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_20",
        "label": "20",
        "long": "Reisisadama D-terminal - P\u00e4\u00e4sk\u00fcla jaam",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_20A",
        "label": "20A",
        "long": "Viru keskus - Laagri alevik",
        "short": "20A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_21",
        "label": "21",
        "long": "Balti jaam - Landi",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_21A",
        "label": "21A",
        "long": "V\u00e4ike-\u00d5ism\u00e4e - Kakum\u00e4e",
        "short": "21A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_21B",
        "label": "21B",
        "long": "Balti jaam - Kakum\u00e4e",
        "short": "21B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_23",
        "label": "23",
        "long": "Kadaka - Bussijaam",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_24-1",
        "label": "24",
        "long": "Kadaka - Estonia",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_25",
        "label": "25",
        "long": "Tiskre - Reisisadama D-terminal",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_26",
        "label": "26",
        "long": "V\u00e4ike-\u00d5ism\u00e4e - Paljassaare",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_26A",
        "label": "26A",
        "long": "V\u00e4ike-\u00d5ism\u00e4e - Paljassaare p\u00f5ik",
        "short": "26A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_27",
        "label": "27",
        "long": "Harkuj\u00e4rve - Laagri alevik",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_28",
        "label": "28",
        "long": "Vana-L\u00f5una - V\u00e4ike-\u00d5ism\u00e4e",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_29",
        "label": "29",
        "long": "Viru keskus - Iru hooldekodu - Priisle",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_3",
        "label": "3",
        "long": "Vana-L\u00f5una - Pelguranna",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_30",
        "label": "30",
        "long": "Seli - Iru - K\u00e4rmu",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_31",
        "label": "31",
        "long": "Priisle - Estonia",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_32",
        "label": "32",
        "long": "M\u00e4nniku - Kopli",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_33",
        "label": "33",
        "long": "M\u00e4nniku - Kopli",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_34",
        "label": "34",
        "long": "Viru keskus - Muuga aedlinn",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_35",
        "label": "35",
        "long": "Seli - Pelguranna",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_36",
        "label": "36",
        "long": "V\u00e4ike-\u00d5ism\u00e4e - N\u00f5mme - Viru",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_37",
        "label": "37",
        "long": "Mustam\u00e4e - Zoo",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_38",
        "label": "38",
        "long": "Viru keskus - Muuga",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_39",
        "label": "39",
        "long": "Vana-L\u00f5una - Liikuri",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_4",
        "label": "4",
        "long": "V\u00e4ike-\u00d5ism\u00e4e - Tiskre",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_40",
        "label": "40",
        "long": "Priisle - Estonia - Pelguranna",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_41",
        "label": "41",
        "long": "Balti jaam - Landi",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_41B",
        "label": "41B",
        "long": "Balti jaam - Kakum\u00e4e",
        "short": "41B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_42",
        "label": "42",
        "long": "V\u00e4ike-\u00d5ism\u00e4e - Estonia - Priisle",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_44",
        "label": "44",
        "long": "Viru keskus - P. Pinna",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_45",
        "label": "45",
        "long": "V\u00e4ike-\u00d5ism\u00e4e - N\u00f5mme - \u00dclemiste",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_46",
        "label": "46",
        "long": "V\u00e4ike-\u00d5ism\u00e4e - Estonia - Seli",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_47",
        "label": "47",
        "long": "Lennujaam - Peetri kool",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_48",
        "label": "48",
        "long": "Pirita keskus - Vesse",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_49",
        "label": "49",
        "long": "Viimsi keskus - Lennujaam",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_5",
        "label": "5",
        "long": "M\u00e4nniku - Viru - Metsakooli tee",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_5-1",
        "label": "5",
        "long": "M\u00e4nniku - Viru - Metsakooli tee",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_50",
        "label": "50",
        "long": "Seli - Majaka p\u00f5ik",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_54",
        "label": "54",
        "long": "V\u00e4ike-\u00d5ism\u00e4e - Bussijaam - Priisle",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_55",
        "label": "55",
        "long": "Hobujaama - P. Pinna",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_57",
        "label": "57",
        "long": "Raudalu - Kalev",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_58",
        "label": "58",
        "long": "Priisle - Majaka p\u00f5ik",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_59",
        "label": "59",
        "long": "Balti jaam - Pikakari",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_6",
        "label": "6",
        "long": "Meriv\u00e4lja pansion - Metsakooli tee",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_60",
        "label": "60",
        "long": "Seli - Manee\u017ei",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_61",
        "label": "61",
        "long": "Kotermaa - J\u00e4rve haigla",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_62",
        "label": "62",
        "long": "V\u00e4ike-\u00d5ism\u00e4e - M\u00e4ek\u00fcla",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_63",
        "label": "63",
        "long": "Priisle - Manee\u017ei",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_66-1",
        "label": "66",
        "long": "Priisle - Balti jaam - Pelguranna",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_67",
        "label": "67",
        "long": "Seli - Bussijaam - S\u00fctiste",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_7",
        "label": "7",
        "long": "Seli - S\u00f5jam\u00e4e",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_72",
        "label": "72",
        "long": "Keskuse - Kopli",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_73",
        "label": "73",
        "long": "Vana-L\u00f5una - Viru - Kopli liinid",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_8",
        "label": "8",
        "long": "V\u00e4ike-\u00d5ism\u00e4e - Balti jaam - \u00c4igrum\u00e4e",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_81",
        "label": "81",
        "long": "Mustam\u00e4e - Kaubamaja",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_83",
        "label": "83",
        "long": "Mustam\u00e4e - Kaubamaja",
        "short": "83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_8A",
        "label": "8A",
        "long": "Viru keskus - \u00c4igrum\u00e4e",
        "short": "8A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_9",
        "label": "9",
        "long": "Kadaka - Estonia - Priisle",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_91",
        "label": "91",
        "long": "\u00d6\u00d6 Balti jaam - Mustam\u00e4e",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_92",
        "label": "92",
        "long": "\u00d6\u00d6 Balti jaam - V\u00e4ike-\u00d5ism\u00e4e",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_93",
        "label": "93",
        "long": "\u00d6\u00d6 Balti jaam - Pelguranna",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_94",
        "label": "94",
        "long": "\u00d6\u00d6 Balti jaam - Priisle",
        "short": "94",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_95",
        "label": "95",
        "long": "\u00d6\u00d6 Balti jaam - Viimsi keskus",
        "short": "95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_96",
        "label": "96",
        "long": "\u00d6\u00d6 Balti jaam - Vana-P\u00e4\u00e4sk\u00fcla",
        "short": "96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "016E12",
        "color_name": "green",
        "has_shape": true,
        "id": "tallinna-lin_tram_1",
        "label": "1",
        "long": "Kopli - Kadriorg",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "016E12",
        "color_name": "green",
        "has_shape": true,
        "id": "tallinna-lin_tram_2-1",
        "label": "2",
        "long": "Kopli - Suur-Paala",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "016E12",
        "color_name": "green",
        "has_shape": true,
        "id": "tallinna-lin_tram_3",
        "label": "3",
        "long": "Tondi - Kadriorg",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "016E12",
        "color_name": "green",
        "has_shape": true,
        "id": "tallinna-lin_tram_4-1",
        "label": "4",
        "long": "Tondi - Suur-Paala",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "016E12",
        "color_name": "green",
        "has_shape": true,
        "id": "tallinna-lin_tram_5",
        "label": "5",
        "long": "Kopli - Vana-L\u00f5una",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "1CCC48",
        "color_name": "green",
        "has_shape": true,
        "id": "tallinna-lin_trol_84",
        "label": "84",
        "long": "Keskuse - Balti jaam (trollibuss)",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1CCC48",
        "color_name": "green",
        "has_shape": true,
        "id": "tallinna-lin_trol_85",
        "label": "85",
        "long": "Mustam\u00e4e - Balti jaam (trollibuss)",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tartulinn31hansa",
        "label": "31",
        "long": "Soola - K\u00fclas\u00fcda",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tartulinn31rhansa",
        "label": "31R",
        "long": "Soola - K\u00fclas\u00fcda - K\u00e4revere sild - K\u00fclas\u00fcda - Soola",
        "short": "31R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa101-06-26",
        "label": "101",
        "long": "Tartu - Laeva - Tabivere - L\u00e4hte - Tammistu - Vara - Koosa - (K\u00e4rgandi tee)",
        "short": "101",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa201-04-26",
        "label": "201",
        "long": "(Kolli) - Unik\u00fcla rist - Villemi - Tartu",
        "short": "201",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa201-AJ",
        "label": "201AJ",
        "long": "(Kolli) - Unik\u00fcla rist - Villemi - Tartu",
        "short": "201AJ",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa203-AJ",
        "label": "203AJ",
        "long": "Tartu - Tuigo kalmistu -  Roiu - Unik\u00fcla - (Lootvina)",
        "short": "203AJ",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa204-AJ",
        "label": "204AJ",
        "long": "(Lootvina) - Unik\u00fcla - Roiu - Tuigo kalmistu - Tartu",
        "short": "204AJ",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa205-AJ",
        "label": "205AJ",
        "long": "Tartu - Roiu - Sillaotsa - (Lohu)",
        "short": "205AJ",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa207-AJ",
        "label": "207AJ",
        "long": "Tartu - Roiu kauplus - Kaagvere - Luunja kool - Tartu",
        "short": "207AJ",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa208-AJ",
        "label": "208AJ",
        "long": "Kaagvere - Roiu kauplus - Tartu",
        "short": "208AJ",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa209-AJ",
        "label": "209AJ",
        "long": "Tartu - Roiu - V\u00f5nnu - Rasina - Mehikoorma - R\u00e4pina",
        "short": "209AJ",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa210-AJ",
        "label": "210AJ",
        "long": "Tartu - Unipiha - Kambja park - Lange - Tartu",
        "short": "210AJ",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa211-AJ",
        "label": "211AJ",
        "long": "Tartu - Roiu - Melliste - V\u00f5nnu - (Karja)",
        "short": "211AJ",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa212-AJ",
        "label": "212AJ",
        "long": "V\u00f5nnu - Melliste - Roiu - Tartu",
        "short": "212AJ",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa213-AJ",
        "label": "213AJ",
        "long": "Tartu - Roiu - Unik\u00fcla - Roiu - Tartu",
        "short": "213AJ",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa214-AJ",
        "label": "214AJ",
        "long": "Ignase - Unik\u00fcla rist - Roiu - Tartu",
        "short": "214AJ",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa215-AJ",
        "label": "215AJ",
        "long": "Tartu - Vana-Kuuste - Unik\u00fcla - Kriimani - Tartu",
        "short": "215AJ",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa217-AJ",
        "label": "217AJ",
        "long": "Tartu - Lange - Ignase - Roiu - Tartu",
        "short": "217AJ",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa218-AJ",
        "label": "218AJ",
        "long": "Tartu - Aruj\u00f5e - Tuigo - Roiu - Tartu",
        "short": "218AJ",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa219-AJ",
        "label": "219AJ",
        "long": "Tartu - Roiu - V\u00f5nnu - V\u00f5\u00f5pste - Luunja kool - Tartu",
        "short": "219AJ",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa220-AJ",
        "label": "220AJ",
        "long": "Tartu - Roiu kauplus - (Lange) - (Kurem\u00e4e))",
        "short": "220AJ",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa221-AJ",
        "label": "221AJ",
        "long": "(Roiu) - Sillaotsa - Roiu - Tartu",
        "short": "221AJ",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa222-AJ",
        "label": "222AJ",
        "long": "Tartu - Lange - Villemi - (Lootvina) - (Kolli)",
        "short": "222AJ",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa223-AJ",
        "label": "223AJ",
        "long": "Tartu -  Roiu - Unik\u00fcla - (Lootvina)",
        "short": "223AJ",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa225-AJ",
        "label": "225AJ",
        "long": "(Lootvina) - Unik\u00fcla - Roiu - Tartu",
        "short": "225AJ",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa229-06-26",
        "label": "229",
        "long": "Tartu - Roiu - V\u00f5nnu - (J\u00e4rvselja) - Mehikoorma - R\u00e4pina",
        "short": "229",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa229-AJ",
        "label": "229AJ",
        "long": "Tartu - Roiu - V\u00f5nnu - (J\u00e4rvselja) - Mehikoorma - R\u00e4pina",
        "short": "229AJ",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa230-06-26",
        "label": "230",
        "long": "Tartu - Roiu - V\u00f5nnu - (J\u00e4rvselja) - Arusoo - Mehikoorma - R\u00e4pina",
        "short": "230",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa230-AJ",
        "label": "230AJ",
        "long": "Tartu - Roiu - V\u00f5nnu - (J\u00e4rvselja) - Arusoo - Mehikoorma - R\u00e4pina",
        "short": "230AJ",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa232-AJ",
        "label": "232AJ",
        "long": "Tartu - Roiu - Ignase - Lange - Tartu",
        "short": "232AJ",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa234-AJ",
        "label": "234AJ",
        "long": "Tartu - Roiu kauplus - Tuigo - Kaagvere - Luunja kool - Tartu",
        "short": "234AJ",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa238-AJ",
        "label": "238AJ",
        "long": "Tartu - Roiu - V\u00f5nnu - Laaksaare - Mehikoorma - R\u00e4pina",
        "short": "238AJ",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa239-AJ",
        "label": "239AJ",
        "long": "Tartu - Tuigo kalmistu - Roiu - Melliste",
        "short": "239AJ",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa240-AJ",
        "label": "240AJ",
        "long": "Melliste - Roiu - Tuigo kalmistu - Tartu",
        "short": "240AJ",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa243-AJ",
        "label": "243AJ",
        "long": "Tartu - Roiu - V\u00f5nnu - V\u00f5\u00f5pste - Luunja kool - Tartu",
        "short": "243AJ",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa308-05-26",
        "label": "308",
        "long": "Otep\u00e4\u00e4 - Pangodi - Kambja - T\u00f5rvandi - Tartu",
        "short": "308",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa322-AJ",
        "label": "322AJ",
        "long": "Kambja park - Roiu kauplus - \u00dclenurme keskus - Tartu",
        "short": "322AJ",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa332-04-26",
        "label": "332",
        "long": "Lennujaam - T\u00f5rvandi - Tartu",
        "short": "332",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa411-03-26",
        "label": "411",
        "long": "Tartu - N\u00f5o - Elva - Annikoru - Rannu - Kaarlij\u00e4rve - (Haani)",
        "short": "411",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa431-03-26",
        "label": "431",
        "long": "Elva - Illi suvilad - Elva - Arbim\u00e4e - N\u00f5o - Tartu",
        "short": "431",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa446-07-26",
        "label": "446",
        "long": "Tartu - N\u00f5o - Arbim\u00e4e - Elva - (Rannu)",
        "short": "446",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa460-04-26",
        "label": "460",
        "long": "Turuplatsi - Elva - Arbim\u00e4e - N\u00f5o - Tartu",
        "short": "460",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa469-04-26",
        "label": "469",
        "long": "Kurek\u00fcla - Rannu - Annikoru - Elva - Arbim\u00e4e - N\u00f5o - Tartu",
        "short": "469",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa476-04-26",
        "label": "476",
        "long": "Elva - Arbim\u00e4e - N\u00f5giaru - Tartu",
        "short": "476",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa477-03-26",
        "label": "477",
        "long": "Tartu - N\u00f5o - Elva - Annikoru - Rannu - V\u00e4ike-Rakke - (J\u00e4rvek\u00fcla)",
        "short": "477",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa478-04-26",
        "label": "478",
        "long": "(Andresjaani) - V\u00e4ike-Rakke - Rannu - Annikoru - Elva - N\u00f5o - Tartu",
        "short": "478",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa479-04-26",
        "label": "479",
        "long": "Tartu - N\u00f5o - Arbim\u00e4e - Elva - Erum\u00e4e - Annikoru - Puhja - Tartu",
        "short": "479",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa540",
        "label": "540",
        "long": "Tartu - Ulila - Puhja - Ristim\u00e4e - Leie - Viljandi",
        "short": "540",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa541",
        "label": "541",
        "long": "Viljandi - Leie - Ristim\u00e4e - Puhja - Tartu",
        "short": "541",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa603-03-26",
        "label": "603",
        "long": "Tartu - K\u00e4rkna - L\u00e4hte - (\u00d5vi) - K\u00e4rkna - Tartu",
        "short": "603",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa801-03-26",
        "label": "801",
        "long": "Tartu - V\u00f5nnu - L\u00e4\u00e4niste - (Mehikoorma)",
        "short": "801",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa813-06-26",
        "label": "813",
        "long": "Tartu - Laaksaare sadam - Mehikoorma - J\u00e4rvselja - Tartu",
        "short": "813",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa814-06-26",
        "label": "814",
        "long": "Tartu -  Laaksaare sadam - Mehikoorma - J\u00e4rvselja - Tartu",
        "short": "814",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa823-03-26",
        "label": "823",
        "long": "(Kavastu) - Aaviku - Tammistu - Pilka - Tartu",
        "short": "823",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa835-06-26",
        "label": "835",
        "long": "R\u00e4pina - Mehikoorma - (J\u00e4rvselja) - V\u00f5nnu - V\u00f5\u00f5pste - Tartu",
        "short": "835",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa910-04-26",
        "label": "910",
        "long": "(Annuka p\u00f5ik) - Ignase - Suurekivi - M\u00e4nni",
        "short": "910",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa910-AJ",
        "label": "910AJ",
        "long": "(Annuka p\u00f5ik) - Ignase - Suurekivi - M\u00e4nni",
        "short": "910AJ",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "tartumaa915-03-26",
        "label": "915",
        "long": "(Meleski) - Verevi k\u00fcla - Puhja kool - Ulila - Puhja kool",
        "short": "915",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BB5DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "valgamaa55",
        "label": "55",
        "long": "Valga - Tartu - Valga",
        "short": "55",
        "text_color": "000000",
        "type_label": "Bus"
      }
    ],
    "stop_count": 18205,
    "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": "trip_distance_exceeds_shape_distance",
      "count": 396,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'trip_distance_exceeds_shape_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 24.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Trip distance exceeds shape distance (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "decreasing_or_equal_stop_time_distance",
      "count": 19,
      "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": 18.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": "scorecard_wheelchair_boarding_unknown",
      "count": 18204,
      "effort": "A column in stops.txt; your scheduling software likely has it.",
      "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
      "owner": "Likely your team",
      "points": 25.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "18204 of 18205 stops don't say whether a wheelchair user can board there.",
      "why": "Riders who use wheelchairs can't plan a trip when accessibility is marked 'unknown'; apps show no information at all."
    }
  ],
  "validator_version": "8.0.1"
}
