{
  "agency": {
    "country": "DE",
    "id": "mvv-munchen",
    "name": "M\u00fcnchner Verkehrs- und Tarifverbund (MVV)",
    "operating_note": "The Munich region's transport association network. The direct download is MobilityData's hosted mirror; the association rotates its own file path.",
    "subdivision_code": "DE-BY",
    "subdivision_name": "Bayern"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 0.0,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_pct": 100.0,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 23190,
        "translations": {
          "feed_lang": "DE",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 37187,
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 0.0,
        "wheelchair_marked_accessible_pct": 0.0,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 23190,
          "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": "23190 of 23190 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": 37187,
          "effort": "A default or per-trip field in your export.",
          "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "37187 of 37187 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the bus itself can take them."
        },
        {
          "code": "scorecard_no_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        },
        {
          "code": "scorecard_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "Trip-planning apps and regional data coordinators have nobody to email when they spot a problem with your feed, so problems linger."
        },
        {
          "code": "scorecard_station_no_pathways",
          "count": 1,
          "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
          "fix": "Add pathways.txt connecting entrances, platforms, and any elevators, with a level for each.",
          "owner": "",
          "points": 0.0,
          "severity": "WARNING",
          "what": "This feed models stations or entrances but has no pathways.txt.",
          "why": "Trip planners can't guide riders through the station, and there is no step-free route information for wheelchair users."
        }
      ],
      "name": "completeness",
      "score": 37.5,
      "status": "measured",
      "summary": "0% of stops state wheelchair accessibility (0% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 8,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 73,
          "WARNING": 5279
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "fast_travel_between_consecutive_stops",
          "count": 3884,
          "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 bus can.",
          "why": "Usually a typo'd stop time; riders get arrival times no bus can meet."
        },
        {
          "code": "fast_travel_between_far_stops",
          "count": 1187,
          "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": "expired_calendar",
          "count": 206,
          "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": "feed_expiration_date30_days",
          "count": 1,
          "effort": "Usually a re-export from your scheduling software.",
          "fix": "Schedule a feed re-export now so the new calendar is live well before the current one ends.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "This feed's service calendar runs out within the next 30 days.",
          "why": "If a new feed isn't published before it ends, trip planners will drop your agency and riders will see no service."
        },
        {
          "code": "missing_feed_contact_email_and_url",
          "count": 1,
          "effort": "One field, set once in export settings.",
          "fix": "Add feed_contact_email or feed_contact_url to feed_info.txt.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "feed_info.txt lists no contact email and no contact URL.",
          "why": "Without a contact, apps like Google Maps can't reach you when they find a problem in the feed."
        },
        {
          "code": "big_gap_in_service",
          "count": 69,
          "effort": "A review of your calendar dates.",
          "fix": "Check whether the gap is real, like a seasonal break; if not, add the missing dates to the calendar.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "The feed has a stretch of two weeks or more with no service running.",
          "why": "A long gap can mean dates were left out of the calendar. Apps then show no trips on those days."
        },
        {
          "code": "unknown_column",
          "count": 2,
          "effort": "A quick look at the flagged files.",
          "fix": "Check the flagged column names for misspellings of standard GTFS fields; remove them if they are vendor extras.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Some files contain columns that are not part of the GTFS spec.",
          "why": "Harmless to riders, but apps ignore these columns and they can hide typos in real column names."
        },
        {
          "code": "unknown_file",
          "count": 2,
          "effort": "A quick look at the flagged file.",
          "fix": "Check the flagged file name for a typo of a standard GTFS file. Remove it if it is a vendor extra.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "The feed includes a file that is not part of the GTFS spec.",
          "why": "Apps ignore files they don't know, and a stray file can hide a misspelled standard file name."
        }
      ],
      "name": "correctness",
      "score": 66.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 8 kinds of issue across 5352 instances (0 error, 5279 warning, 73 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 12,
        "effective_expiry_date": "2026-07-31",
        "feed_end_date": "2026-07-31",
        "feed_start_date": "2026-04-01",
        "feed_version": "20260408",
        "has_feed_info": true,
        "last_service_date": "2026-07-31",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_feed_expiring_soon",
          "count": 1,
          "effort": "One export setting.",
          "fix": "Re-export with a validity window that reaches at least 60 days out.",
          "owner": "Likely your export tool",
          "points": 68.0,
          "severity": "WARNING",
          "what": "Service data runs out in 12 day(s).",
          "why": "When the calendar runs out, trip planners stop showing this agency. Fixing it now is calmer than after riders notice."
        }
      ],
      "name": "freshness",
      "score": 20.0,
      "status": "measured",
      "summary": "Service data runs out in 12 day(s). Publish an updated feed soon or riders will lose trip planning.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data runs out in 12 days; renew to qualify.",
        "key": "current",
        "met": false
      },
      {
        "detail": "States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. Service data runs out in 12 days; renew to qualify. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "CC BY per MVV's open data terms; commercial reuse is permitted with attribution to MVV, the retrieval date, and the feed version.",
    "reachable": true,
    "sha256": "92538576c3fa8c69c1ea5e7d6621fa4b03eda72c62c247da919a5aa1e9ab6495",
    "size_bytes": 6630151,
    "static_url": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/de-bayern-munchner-verkehrs-und-tarifverbund-mvv-gtfs-779.zip?alt=media"
  },
  "fetch": {
    "final_url": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/de-bayern-munchner-verkehrs-und-tarifverbund-mvv-gtfs-779.zip?alt=media",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-07-19T00:00:00+00:00",
  "geo": {
    "bbox": [
      10.69704,
      47.40245,
      12.69009,
      48.85686
    ],
    "lat": 48.14877,
    "lon": 11.76743,
    "stop_count": 23190
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 718,
        "trip_count": 37187,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 718,
    "trip_count": 37187
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 45.6,
    "margin_to_next_band": 14.4,
    "score": 45.6
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 866,
      "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": "866 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"St.-Martin-Stra\u00dfe\", \"St.-Martin-Stra\u00dfe\", \"St.-Martin-Stra\u00dfe\", and more).",
      "why": "Riders who use a screen reader hear the raw name, so 'Main St & 2nd Ave' can come out as 'Main saint' or drop the ampersand."
    },
    {
      "category": "accessibility",
      "code": "scorecard_station_missing_step_free_data",
      "count": 2,
      "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
      "fix": "Add pathways.txt connecting entrances, platforms, and elevators, and levels.txt for each floor, so the step-free route is described.",
      "owner": "",
      "points": 0.0,
      "severity": "WARNING",
      "what": "This feed models stations or entrances but has no pathways.txt and levels.txt.",
      "why": "Without pathways and levels, a wheelchair user can't tell whether a step-free route exists inside the station, and trip planners can't route anyone through it."
    }
  ],
  "routability": {
    "boardable_stops": 15136,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 37187
  },
  "route_map": {
    "drawn_route_count": 0,
    "has_shapes": false,
    "path": "data/artifacts/mvv-munchen/geometry.geojson",
    "route_count": 718,
    "routes": [
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-276|276|RegionalBus:1011_3",
        "label": "276",
        "long": "Bad Aibling - G\u00f6tting - Bruckm\u00fchl - Feldkirchen - Aying",
        "short": "276",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-277|277|RegionalBus:1011_3",
        "label": "277",
        "long": "Bad Aibling - Heufeld - Bruckm\u00fchl - Feldkirchen - Aying",
        "short": "277",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-278|278|RegionalBus:1011_3",
        "label": "278",
        "long": "(Beyharting -) Gro\u00dfh\u00f6henrain - Ginsham - Bruckm\u00fchl",
        "short": "278",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-314|314|RegionalBus:1011_3",
        "label": "314",
        "long": "Garmisch-Partenkirchen - Untergrainau - Eibsee",
        "short": "314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-315|315|RegionalBus:1011_3",
        "label": "315",
        "long": "Garmisch-Partenkirchen - Grainau - Garmisch-Partenkirchen",
        "short": "315",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-316|316|RegionalBus:1011_3",
        "label": "316",
        "long": "Oberammergau - Ettal - Graswang - Schloss Linderhof",
        "short": "316",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-318|318|RegionalBus:1011_3",
        "label": "318",
        "long": "Grafenaschau - Grafenaschau Bf - Seeleiten-Berggeist - Murnau",
        "short": "318",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-319|319|RegionalBus:1011_3",
        "label": "319",
        "long": "Oberau - Ettal - Schloss Linderhof - Parkplatz Stock - Ammerwald - Plansee - Reutte in Tirol",
        "short": "319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-321|321|StadtBus:1080_3",
        "label": "321",
        "long": "OrtsBus Garmisch-Partenkirchen Klinikum - Bahnhof - Marienplatz - \u00c4u\u00dfere Maximiliansstra\u00dfe",
        "short": "321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-322|322|StadtBus:1080_3",
        "label": "322",
        "long": "OrtsBus Garmisch-Partenkirchen Klinikum - Bahnhof - Marienplatz - \u00c4u\u00df. Maximiliansstr. - Kreuzeck-/Alpspitzbahn",
        "short": "322",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-323|323|RegionalBus:1011_3",
        "label": "323",
        "long": "Garmisch-Partenkirchen - Untergrainau, Badersee - Eibsee",
        "short": "323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-324|324|StadtBus:1080_3",
        "label": "324",
        "long": "Farchant - Wankbahn - Sebastiansk. - Bahnhof - Marienplatz - Burgrain - Farchant",
        "short": "324",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-325|325|StadtBus:1080_3",
        "label": "325",
        "long": "Farchant - Burgrain - Marienplatz - Bahnhof - Sebastiansk. - Wankbahn - Farchant",
        "short": "325",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-326|326|RegionalBus:1011_3",
        "label": "326",
        "long": "Garmisch-Partenkirchen - Ettal - Oberammergau - Echelsbacher Br\u00fccke - Wieskirche - Steingaden - Schlauch (- Hohenschwangau - F\u00fcssen)",
        "short": "326",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-328|328|RegionalBus:1011_3",
        "label": "328",
        "long": "Garmisch-Partenkirchen - Mittenwald - Wallgau - Walchensee - Kochel",
        "short": "328",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-329|329|RegionalBus:1011_3",
        "label": "329",
        "long": "Garmisch-Partenkirchen - Klais - Kr\u00fcn - Wallgau (- Walchensee)",
        "short": "329",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-331|331|StadtBus:1035_3",
        "label": "331",
        "long": "StadtBus Kolbermoor Kolbermoor Bf - Siedlerpl. (- Conradty-Altenheim) - Kolbermoor Bf",
        "short": "331",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-332|332|StadtBus:1035_3",
        "label": "332",
        "long": "StadtBus Kolbermoor Kolbermoor Bf - Tierheim - Moorkultur - Kolbermoor Bf",
        "short": "332",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-333|333|StadtBus:1035_3",
        "label": "333",
        "long": "StadtBus Kolbermoor Kolbermoor Bf - Hertopark - Schlarbhofen - Kolbermoor Bf",
        "short": "333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-334|334|StadtBus:1035_3",
        "label": "334",
        "long": "StadtBus Kolbermoor Kolbermoor Bf (- Conrady-Altenh.) - Schlarbhofen - Hertopark - Kolbermoor Bf",
        "short": "334",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-336|336|RegionalBus:1011_3",
        "label": "336",
        "long": "Brannenburg - Raubling - Rohrdorf - H\u00f6henmoos - Pfraundorf",
        "short": "336",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-337|337|RegionalBus:1011_3",
        "label": "337",
        "long": "(Raubling -) Brannenburg - Nu\u00dfdorf (- Achenm\u00fchle)",
        "short": "337",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-338|338|RegionalBus:1011_3",
        "label": "338",
        "long": "Windshausen - Nu\u00dfdorf - Brannenburg - Raubling",
        "short": "338",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-339|339|RegionalBus:1011_3",
        "label": "339",
        "long": "Brannenburg - Raubling - Altenmarkt (Inn) - Winkl",
        "short": "339",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-340|340|RegionalBus:1037_3",
        "label": "340",
        "long": "(Ellmosen -) Bad Aibling - Kolbermoor - Rosenheim - Rosenheim, Stadtmitte",
        "short": "340",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-341|341|StadtBus:1037_3",
        "label": "341",
        "long": "Moor-Express Bad Aibling Therme - Bahnhof - Kurpark Bf - Harthausen - Bahnhof - Therme",
        "short": "341",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-342|342|RegionalBus:1011_3",
        "label": "342",
        "long": "Rosenheim - Kolbermoor - Bad Aibling",
        "short": "342",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-343|343|RegionalBus:1011_3",
        "label": "343",
        "long": "Bad Aibling - Au - Bad Feilnbach",
        "short": "343",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-344|344|RegionalBus:1037_3",
        "label": "344",
        "long": "Bad Aibling - Kolbermoor - Gro\u00dfkarolinenfeld",
        "short": "344",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-345|345|RegionalBus:1037_3",
        "label": "345",
        "long": "Bad Aibling - Maxlrain - Hohenthann - Grafing Bahnhof",
        "short": "345",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-346|346|RegionalBus:1037_3",
        "label": "346",
        "long": "Bad Aibling - Beyharting - Osterm\u00fcnchen - Tattenhausen - Rosenheim",
        "short": "346",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-347|347|RegionalBus:1011_3",
        "label": "347",
        "long": "Kiefersfelden - Oberaudorf - Brannenburg - Raubling",
        "short": "347",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-348|348|RegionalBus:1031_3",
        "label": "348",
        "long": "Bad Feilnbach - Gro\u00dfholzhausen (- Brannenburg) - Raubling - Rosenheim",
        "short": "348",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-352|352|RegionalBus:1011_3",
        "label": "352",
        "long": "Leitzach-/Schlierachtal Ringlinie A Miesbach - Hundham - Fischbachau - Schliersee - Miesbach",
        "short": "352",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-354|354|RegionalBus:1011_3",
        "label": "354",
        "long": "Tegernsee - Gmund - Wall - Miesbach - Agatharied",
        "short": "354",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-355|355|RegionalBus:1011_3",
        "label": "355",
        "long": "Tegernsee - Gmund - Schliersee - Neuhaus - Fischbachau",
        "short": "355",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-356|356|RegionalBus:1011_3",
        "label": "356",
        "long": "Tegernsee - Rottach-Egern - Wallberg - Kreuth - Stuben",
        "short": "356",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-357|357|RegionalBus:1011_3",
        "label": "357",
        "long": "Tegernsee - Bad Wiessee - Gmund - Waakirchen - Bad T\u00f6lz",
        "short": "357",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-358|358|RegionalBus:1011_3",
        "label": "358",
        "long": "Tegernsee - Gmund - Hausham - Miesbach - Irschenberg",
        "short": "358",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-359|359|RegionalBus:1011_3",
        "label": "359",
        "long": "Ringlinie A: Tegernsee - Rottach-Egern - Bad Wiessee - Gmund - Tegernsee",
        "short": "359",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-361|361|RegionalBus:1011_3",
        "label": "361",
        "long": "Holzkirchen - Darching - Weyarn - Miesbach - Schliersee",
        "short": "361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-363|363|RegionalBus:1011_3",
        "label": "363",
        "long": "Kleinh\u00f6henkirchen - Weyarn - Miesbach",
        "short": "363",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-364|364|RegionalBus:1011_3",
        "label": "364",
        "long": "Bad T\u00f6lz - Wackersberg - Arzbach - Lenggries (- Brauneckbahn - Hohenburg)",
        "short": "364",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-391|391|RegionalBus:1011_3",
        "label": "391",
        "long": "Bad T\u00f6lz - Blombergbahn - Bad Heilbrunn - Penzberg",
        "short": "391",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-392|392|RegionalBus:1011_3",
        "label": "392",
        "long": "Bad T\u00f6lz - Bad Heilbrunn - Benediktbeuern - Kochel",
        "short": "392",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-393-V|393V|RegionalBus:1011_3",
        "label": "393V",
        "long": "Schlehdorf - Gro\u00dfweil - Ohlstadt - Hechendorf - Murnau",
        "short": "393V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-393|393|RegionalBus:1011_3",
        "label": "393",
        "long": "Kochel - Schlehdorf - Gro\u00dfweil - Achrain - Murnau",
        "short": "393",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-394|394|RegionalBus:1011_3",
        "label": "394",
        "long": "Penzberg - Benediktbeuern - Kochel - Schlehdorf",
        "short": "394",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-395|395|RegionalBus:1011_3",
        "label": "395",
        "long": "Lenggries - Wegscheid - Jachenau",
        "short": "395",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-397|397|RegionalBus:1011_3",
        "label": "397",
        "long": "Murnau - Riegsee - Obers\u00f6chering - Hofheim - Murnau",
        "short": "397",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-401|401|StadtBus:1082_3",
        "label": "401",
        "long": "Stadtmitte - Berufsschule - Hochschule/FOS - Lessingstr. - Stadtmitte",
        "short": "401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-402|402|StadtBus:1082_3",
        "label": "402",
        "long": "Stadtmitte - Bahnhof - Endorfer Au - Am Gries - Bahnhof - Stadtmitte",
        "short": "402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-403|403|StadtBus:1082_3",
        "label": "403",
        "long": "Stadtmitte - Bahnhof - Traberhof - Happing - Kastenau - ROFA-Stadion - Bahnhof - Stadtmitte",
        "short": "403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-404|404|StadtBus:1082_3",
        "label": "404",
        "long": "Stadtmitte - Unterf\u00fcrst\u00e4tt - K\u00fcpferling - Stadtmitte",
        "short": "404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-405-V|405V|StadtBus:1082_3",
        "label": "405V",
        "long": "Sch\u00fclerverkehr: Westerndorf St. Peter, Schule - P\u00fcrstlingstra\u00dfe",
        "short": "405V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-405|405|StadtBus:1082_3",
        "label": "405",
        "long": "Stadtmitte - Mitterfeld - Langenpfunzen - (Pfaffenhofen -) Westerndorf St.Peter - Egarten",
        "short": "405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-406|406|StadtBus:1082_3",
        "label": "406",
        "long": "Stadtmitte - Klinikum - Erlenau - Stadtmitte",
        "short": "406",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-407-V|407V|StadtBus:1082_3",
        "label": "407V",
        "long": "Sch\u00fclerverkehr: Aising, Schule - Pang, Schule - Westerndorf am Wasen - Schwaig - Oberw\u00f6hr - Aising",
        "short": "407V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-407|407|StadtBus:1082_3",
        "label": "407",
        "long": "Stadtmitte - Bahnhof - Heilig Blut - Oberw\u00f6hr - Schwaig",
        "short": "407",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-408|408|StadtBus:1082_3",
        "label": "408",
        "long": "Rosenheim, Stadtmitte - Rosenheim - Kolbermoor - Kolbermoor, Siedlerpl. Kolbermoor, Siedlerpl. - Kolbermoor - Rosenheim - Rosenheim, Stadtmitte",
        "short": "408",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-409|409|StadtBus:1082_3",
        "label": "409",
        "long": "Rosenheim, Stadtmitte - Rosenheim - Aicherpark - Kolbermoor - Kolbermoor, K\u00f6nigssee-/Albert-Schalper-Str.",
        "short": "409",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-410|410|StadtBus:1082_3",
        "label": "410",
        "long": "Kastenau - Stadtmitte",
        "short": "410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-411|411|StadtBus:1082_3",
        "label": "411",
        "long": "Stadtmitte - Bahnhof - Aisingerwies - Aising - Pang - Schwaig - Am Gries - Bahnhof - Stadtmitte",
        "short": "411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-412|412|StadtBus:1082_3",
        "label": "412",
        "long": "Stadtmitte - Rosenheim - Schwaig - Pang - Aising - Aisingerwies - Rosenheim - Stadtmitte",
        "short": "412",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-413|413|StadtBus:1082_3",
        "label": "413",
        "long": "Stadtmitte - Bahnhof - ROFA-Stadion - Happinger Ausee - Am Oberfeld - Happing - Traberhof - Bahnhof - Stadtmitte",
        "short": "413",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-420|420|StadtBus:1082_3",
        "label": "420",
        "long": "Stadtmitte - Bahnhof - Happing - Kastenau - Stadtmitte",
        "short": "420",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-421|421|StadtBus:1082_3",
        "label": "421",
        "long": "Stadtmitte - Rosenheim - Aisingerwies - Pang - Schwaig - Rosenheim - Stadtmitte",
        "short": "421",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-422|422|StadtBus:1082_3",
        "label": "422",
        "long": "Stadtmitte - Rosenheim - Schwaig - Pang - Aisingerwies - Rosenheim - Stadtmitte",
        "short": "422",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-423|423|StadtBus:1082_3",
        "label": "423",
        "long": "Stadtmitte - Rosenheim - Traberhof - Happing - Weko - Am Oberfeld",
        "short": "423",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-424|424|StadtBus:1082_3",
        "label": "424",
        "long": "Bahnhof - Stadtmitte - Unterf\u00fcrst\u00e4tt - K\u00fcpferling - Stadtmitte - Bahnhof",
        "short": "424",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-426|426|StadtBus:1082_3",
        "label": "426",
        "long": "Bahnhof - Stadtmitte - Erlenau - Langenpfunzen - Westerndorf - Kaserne - Stadtmitte - Bahnhof",
        "short": "426",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-427|427|StadtBus:1082_3",
        "label": "427",
        "long": "Stadtmitte - Endorfer Au - Oberw\u00f6hr - Heilig Blut - Stadtmitte",
        "short": "427",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-429|429|StadtBus:1082_3",
        "label": "429",
        "long": "Rosenheim, Stadtmitte - Rosenheim - Kolbermoor - Kolbermoor, K\u00f6nigsseestr.",
        "short": "429",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-431|431|StadtBus:1036_3",
        "label": "431",
        "long": "Stadtbus Wasserburg Badria - Stadt Busbahnhof - Wasserburg Bf (Reitmehring)",
        "short": "431",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-432|432|RegionalBus:1011_3",
        "label": "432",
        "long": "Rettenbach - Pfaffing - Edling - Wasserburg",
        "short": "432",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-433|433|RegionalBus:1011_3",
        "label": "433",
        "long": "Wasserburg - Soyen - Haag - Maitenbeth/Oberornau",
        "short": "433",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-434|434|RegionalBus:1011_3",
        "label": "434",
        "long": "Wasserburg Stadt - Halfing - Bad Endorf - Prien",
        "short": "434",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-435|435|RegionalBus:1011_3",
        "label": "435",
        "long": "Rosenheim - Vogtareuth - Griesst\u00e4tt - Wasserburg Stadt",
        "short": "435",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-436|436|RegionalBus:1011_3",
        "label": "436",
        "long": "Rosenheim - Pfaffenhofen - Rott a. Inn - Attel - Wasserburg Bf (Reitmehring) - Wasserburg Stadt",
        "short": "436",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-437|437|RegionalBus:1011_3",
        "label": "437",
        "long": "Wasserburg Stadt - Wasserburg Bf (Reitmehring) - Ebersberg - Grafing Bahnhof",
        "short": "437",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-438|438|RegionalBus:1036_3",
        "label": "438",
        "long": "Wasserburg Stadt - Wasserburg Bf - Albaching - Haag - Dorfen",
        "short": "438",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-439|439|RegionalBus:1042_3",
        "label": "439",
        "long": "Wasserburg Stadt - Eiselfing - Evenhausen - Amerang",
        "short": "439",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-470|470|RegionalBus:1011_3",
        "label": "470",
        "long": "Gars - Haag - Hohenlinden - Forstinning - Max-Weber-Platz",
        "short": "470",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-474|474|RegionalBus:1604_3",
        "label": "474",
        "long": "Ampfing - Heldenstein - Biburg - Gars am Inn",
        "short": "474",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-475|475|RegionalBus:1148_3",
        "label": "475",
        "long": "Steinh\u00f6ring - Tulling - Albaching - Haag - Gars",
        "short": "475",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-476|476|RegionalBus:1604_3",
        "label": "476",
        "long": "Taufkirchen - / Waldkraiburg - Kraiburg - Gars Bf - Gars",
        "short": "476",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-477|477|RegionalBus:1011_3",
        "label": "477",
        "long": "Kreuz - E\u00dfbaum - Maitenbeth - Rechtmehring",
        "short": "477",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-478|478|RegionalBus:1604_3",
        "label": "478",
        "long": "Oberornau - Schwindegg - Thambach - Gars",
        "short": "478",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-479|479|RegionalBus:1026_3",
        "label": "479",
        "long": "Freimehring - Gars - Waldkraiburg - Ampfing - M\u00fchldorf (- Alt\u00f6tting)",
        "short": "479",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-481|481|RegionalBus:1011_3",
        "label": "481",
        "long": "Ortsverkehr Prien Bahnhof - (Osternach) - Hafen - Harras - Hafen - Bahnhof",
        "short": "481",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-482|482|RegionalBus:1011_3",
        "label": "482",
        "long": "(Wildbichl -) Sachrang - Aschau - Bernau - Bernau-Felden, Schiff",
        "short": "482",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-483|9480|RegionalBus:1011_3",
        "label": "9480",
        "long": "B\u00fcrgerbus Amerang - Obing - Pittenhart - Eggst\u00e4tt / Seebruck - Bad Endorf / Prien",
        "short": "9480",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-484|9520|RegionalBus:1011_3",
        "label": "9520",
        "long": "Traunstein - Chieming - Seebruck - Rimsting - Prien",
        "short": "9520",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-485|9505|RegionalBus:1011_3",
        "label": "9505",
        "long": "Reit im Winkl - Marquartstein - Bernau - Prien",
        "short": "9505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-488|488|RegionalBus:1011_3",
        "label": "488",
        "long": "Bad Endorf - Hemhof - Eggst\u00e4tt - Rimsting - Prien",
        "short": "488",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-489|489|RegionalBus:1011_3",
        "label": "489",
        "long": "Riedering - S\u00f6llhuben - Prien",
        "short": "489",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-490|490|RegionalBus:1011_3",
        "label": "490",
        "long": "Rosenheim - Raubling - Neubeuern - Nu\u00dfdorf (Inn) (- Windshausen)",
        "short": "490",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-491|491|RegionalBus:1011_3",
        "label": "491",
        "long": "Rosenheim - Prutting - Krottenm\u00fchl - Bad Endorf - Prien",
        "short": "491",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-492|492|RegionalBus:1011_3",
        "label": "492",
        "long": "Rosenheim - Prutting - Halfing - H\u00f6slwang - Amerang",
        "short": "492",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-493|493|RegionalBus:1011_3",
        "label": "493",
        "long": "Rosenheim - Lauterbach - Achenm\u00fchle - Grainbach - Ro\u00dfholzen",
        "short": "493",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-494|494|RegionalBus:1011_3",
        "label": "494",
        "long": "Rosenheim - Rohrdorf - Frasdorf - Prien",
        "short": "494",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-495|495|RegionalBus:1011_3",
        "label": "495",
        "long": "Rosenheim - Gro\u00dfkarolinenfeld - Tattenhausen",
        "short": "495",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-496|496|RegionalBus:1011_3",
        "label": "496",
        "long": "Rosenheim - Riedering - S\u00f6llhuben - Frasdorf - Aschau",
        "short": "496",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-497|497|RegionalBus:1011_3",
        "label": "497",
        "long": "Rosenheim - Stephanskirchen - Riedering - Moosen - Mauerkirchen - Prien",
        "short": "497",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-498|498|RegionalBus:1011_3",
        "label": "498",
        "long": "Rosenheim - Schlo\u00dfberg - Stephanskirchen - Baierbach",
        "short": "498",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-531|531|RegionalBus:1604_3",
        "label": "531",
        "long": "Landshut Hbf - Adlkofen - Engkofen b.Aham (- Marklkofen)",
        "short": "531",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-532|532|RegionalBus:1048_3",
        "label": "532",
        "long": "Loizenkirchen - Aham - Gerzen - G\u00fcnzkofen - Landshut Hbf",
        "short": "532",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-533|533|RegionalBus:1604_3",
        "label": "533",
        "long": "Landshut Hbf - Altdorf - Furth - Weihmichl - Pfeffenhausen - Rottenburg",
        "short": "533",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-534|534|RegionalBus:1604_3",
        "label": "534",
        "long": "Landshut Hbf - Ergolding - Hohenthann - Schmatzhausen - Rottenburg",
        "short": "534",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-535|535|RegionalBus:1604_3",
        "label": "535",
        "long": "Ergoldsbach - Mirskofen - Essenbach - Ergolding - Landshut Hbf",
        "short": "535",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-536|536|RegionalBus:1057_3",
        "label": "536",
        "long": "Landshut - Ergolding - Essenbach - Bayerbach - Paindlkofen - Unterunsbach",
        "short": "536",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-537|537|RegionalBus:1057_3",
        "label": "537",
        "long": "Landshut - Ergolding - Altheim - Ohu - Essenbach - Postau - Weng - Oberk\u00f6llnbach",
        "short": "537",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-538|538|RegionalBus:1604_3",
        "label": "538",
        "long": "Landshut Hbf - Ahrain - W\u00f6rth (- Dingolfing)",
        "short": "538",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-539-V|539V|RegionalBus:1064_3",
        "label": "539V",
        "long": "Niederaichbach - Oberaichbach - W\u00f6rth - Niederviehbach",
        "short": "539V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-539|539|RegionalBus:1064_3",
        "label": "539",
        "long": "(Mengkofen -) Weng - Niederviehbach - Niederaichbach - Wolfsbach - Landshut",
        "short": "539",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-542|542|RegionalBus:1048_3",
        "label": "542",
        "long": "Hub - Oberaichbach - Kirchberg - Dietelskirchen - Vilsbiburg",
        "short": "542",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-543|543|RegionalBus:1071_3",
        "label": "543",
        "long": "Niederviehbach - Kirchberg - Aham - Gerzen - St\u00fcrming",
        "short": "543",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-545|545|RegionalBus:1048_3",
        "label": "545",
        "long": "Velden - Wurmsham - Bodenkirchen - Aich - Vilsbiburg",
        "short": "545",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-546|546|RegionalBus:1151_3",
        "label": "546",
        "long": "Vilsbiburg - Obervilslern - Holzhausen - Gaindorf - Vilsbiburg",
        "short": "546",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-547|547|RegionalBus:1604_3",
        "label": "547",
        "long": "Landshut Hbf - Geisenhausen - Vilsbiburg - Neumarkt-St. Veit",
        "short": "547",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-548|548|RegionalBus:1048_3",
        "label": "548",
        "long": "Jesendorf - Adlkofen - Geisenhausen - Diemannskirchen - Vilsbiburg",
        "short": "548",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-549|549|RegionalBus:1151_3",
        "label": "549",
        "long": "Kapfing - Vilsheim - Altfraunhofen - Geisenhausen - Vilsbiburg",
        "short": "549",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-553|553|RegionalBus:1026_3",
        "label": "553",
        "long": "M\u00fchldorf - Waldkraiburg - Aschau am Inn",
        "short": "553",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-555|555|RegionalBus:1026_3",
        "label": "555",
        "long": "Egglkofen - Neumarkt-St. Veit - Oberbergkirchen - Ampfing - M\u00fchldorf",
        "short": "555",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-557|557|RegionalBus:1604_3",
        "label": "557",
        "long": "Neumarkt-St. Veit - Niederbergkirchen - M\u00fchldorf",
        "short": "557",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-558|558|RegionalBus:1604_3",
        "label": "558",
        "long": "Haag - Reichertsheim - Ampfing - Waldkraiburg / M\u00fchldorf",
        "short": "558",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-559|559|RegionalBus:1604_3",
        "label": "559",
        "long": "Ranoldsberg - Buchbach - Schwindegg - Ampfing - M\u00fchldorf",
        "short": "559",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-570|570|StadtBus:1075_3",
        "label": "570",
        "long": "StadtBus Waldkraiburg: Rathaus - Friedhof - Rathaus - Bf - F.-Liszt-Str. - F\u00f6hrenwinkel - Rathaus - Bf - F.-Liszt-Str. - Bahnhof - Rathaus",
        "short": "570",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-571|571|StadtBus:1075_3",
        "label": "571",
        "long": "StadtBus Waldkraiburg: Dieselschule - Bahnhof - F-Liszt-Str. - Lindach - Hausing - Niederndorf - P\u00fcrten - Ebing - F.-Liszt-Str. - Bahnhof - Dieselschule",
        "short": "571",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-573|573|RegionalBus:1026_3",
        "label": "573",
        "long": "Aschau am Inn - Au am Inn - Gars - Haag",
        "short": "573",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-574|574|RegionalBus:1026_3",
        "label": "574",
        "long": "Kraiburg - P\u00fcrten - Waldkraiburg - Ampfing",
        "short": "574",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-575|575|RegionalBus:1604_3",
        "label": "575",
        "long": "Kraiburg - Oberflossing - M\u00fchldorf",
        "short": "575",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-576|576|RegionalBus:1604_3",
        "label": "576",
        "long": "Wasserburg Stadt - Penzing - Unterreit - Kraiburg",
        "short": "576",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-579|579|RegionalBus:1604_3",
        "label": "579",
        "long": "Peterskirchen / Waldkraiburg - Taufkirchen - Polling - M\u00fchldorf",
        "short": "579",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-580-V|580V|RegionalBus:1011_3",
        "label": "580V",
        "long": "Velden - Moosen - Taufkirchen (Vils) - Dorfen Schulzentrum",
        "short": "580V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-580|580|RegionalBus:1011_3",
        "label": "580",
        "long": "Velden - Jettenstetten - Moosen - Taufkirchen (Vils) - Dorfen, Bahnhof",
        "short": "580",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-581|581|RegionalBus:1027_3",
        "label": "581",
        "long": "Loiperst\u00e4tt - Obertaufkirchen - Schwindegg - Dorfen - Taufkirchen (Vils)",
        "short": "581",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-582|582|RegionalBus:1027_3",
        "label": "582",
        "long": "Gars - Ramsau - Kirchdorf (b Haag) - Moosham - Dorfen",
        "short": "582",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-584|584|RegionalBus:1027_3",
        "label": "584",
        "long": "Dorfen - Isen - Winden - Ramsau - Gars",
        "short": "584",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-586|586|RegionalBus:1027_3",
        "label": "586",
        "long": "Velden - Buchbach - Dorfen - Taufkirchen (Vils)",
        "short": "586",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-587|587|RegionalBus:1711_3",
        "label": "587",
        "long": "Haag - Kirchdorf - Obertaufkirchen - Schwindegg - Schwindach",
        "short": "587",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-590|590|RegionalBus:1604_3",
        "label": "590",
        "long": "Oberroning - Rottenburg - Hohenthann - Neufahrn (- Mallersdorf-Pfaffenberg)",
        "short": "590",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-592|592|RegionalBus:1604_3",
        "label": "592",
        "long": "(Rottenburg - Herrngiersdorf) - Gebersdorf - Oberroning - Inkofen - Rottenburg",
        "short": "592",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-593|593|RegionalBus:1604_3",
        "label": "593",
        "long": "(Ebenhausen -) Walkertshofen - Rainertshausen - Pfeffenhausen - Rottenburg",
        "short": "593",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-594|594|RegionalBus:1604_3",
        "label": "594",
        "long": "Neufahrn - Rottenburg Realschule",
        "short": "594",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-595|595|RegionalBus:1057_3",
        "label": "595",
        "long": "Pfarrkofen - Hohenthann - Schmatzhausen - Rottenburg",
        "short": "595",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-596|596|RegionalBus:1604_3",
        "label": "596",
        "long": "Traich - Obers\u00fc\u00dfbach - Pfeffenhausen - Rottenburg",
        "short": "596",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-597|597|RegionalBus:1604_3",
        "label": "597",
        "long": "(Wildenberg) - Oberlauterbach - Pattendorf - Rottenburg",
        "short": "597",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-598|598|RegionalBus:1604_3",
        "label": "598",
        "long": "Nieders\u00fc\u00dfbach - Holzhausen - Rottenburg - Oberroning",
        "short": "598",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-599|599|RegionalBus:1604_3",
        "label": "599",
        "long": "Rottenburg - Schmatzhausen - Hohenthann - Grafenhaun - Furth",
        "short": "599",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-671|671|RegionalBus:1604_3",
        "label": "671",
        "long": "Landshut Hbf - Altdorf - Furth - Obers\u00fc\u00dfbach (- Volkenschwand - Mainburg)",
        "short": "671",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-672|672|RegionalBus:1604_3",
        "label": "672",
        "long": "Landshut Hbf - Altfraunhofen - Velden - Vilsbiburg",
        "short": "672",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-674|674|RegionalBus:1062_3",
        "label": "674",
        "long": "Vilsheim - M\u00fcnchsdorf - Landshut",
        "short": "674",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-675|675|RegionalBus:1062_3",
        "label": "675",
        "long": "Vilsheim - Ast - Tiefenbach - Landshut",
        "short": "675",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-676|676|RegionalBus:1048_3",
        "label": "676",
        "long": "Gro\u00dfaibach - Buch a.Erlbach - Niedererlbach - Weixerau - Viecht - Landshut",
        "short": "676",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-678|678|RegionalBus:1095_3",
        "label": "678",
        "long": "Bruckberg Rathaus - Edlkofen - Bruckberg - Bruckbergerau - Landshut",
        "short": "678",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-679|679|RegionalBus:1057_3",
        "label": "679",
        "long": "Altdorf - Bruckberg - Bruckbergerau - G\u00fcndlkofen - Furth",
        "short": "679",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-685|685|RegionalBus:1057_3",
        "label": "685",
        "long": "Edlkofen - Moosburg - Mauern - Gammelsdorf - Furth b. Landshut",
        "short": "685",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-686|686|RegionalBus:1048_3",
        "label": "686",
        "long": "Gro\u00dfaibach - Buch a.Erlbach - Aich - Moosburg",
        "short": "686",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-757|6264|RegionalBus:1604_3",
        "label": "6264",
        "long": "(Langquaid - Schierling - Eggm\u00fchl - / Mallersdorf-Pfaffenberg -) Moosm\u00fchle - Neufahrn (NB) - Ergoldsbach - H\u00f6lskofen",
        "short": "6264",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-758|2025|RegionalBus:1048_3",
        "label": "2025",
        "long": "(Frontenhausen -) Aham - Gerzen - Johannesbrunn - Vilsbiburg",
        "short": "2025",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-759|2026|RegionalBus:1048_3",
        "label": "2026",
        "long": "(Gangkofen - / Frontenhausen - Radlkofen -) Geratsfurt - Binabiburg - Vilsbiburg",
        "short": "2026",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-761|VLK61|RegionalBus:1604_3",
        "label": "VLK61",
        "long": "Rottenburg - Niedereulenbach - (Alzhausen - Langquaid - Grub)",
        "short": "VLK61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-762|VLK62|RegionalBus:1604_3",
        "label": "VLK62",
        "long": "Oberlauterbach - Rottenburg - Niedereulenbach - (Rohr) - Rottenburg",
        "short": "VLK62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-764|VLK64|RegionalBus:1604_3",
        "label": "VLK64",
        "long": "Rottenburg - Oberlauterbach - Oberhornbach - (Mainburg)",
        "short": "VLK64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-765|VLK65|RegionalBus:1604_3",
        "label": "VLK65",
        "long": "(Mainburg -) Rainertshausen - Pfeffenhausen - Oberroning",
        "short": "VLK65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-766|VLK66|RegionalBus:1604_3",
        "label": "VLK66",
        "long": "Rottenburg - Pfeffenhausen - Rainertshausen (- Attenhofen - Mainburg)",
        "short": "VLK66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-768|VLK68|RegionalBus:1604_3",
        "label": "VLK68",
        "long": "(Walkertshofen - Mainburg - Wildenberg) - Niedereulenbach - Oberroning",
        "short": "VLK68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-796|9441|RegionalBus:1011_3",
        "label": "9441",
        "long": "Trostberg - Altenmarkt - Obing - Kirchensur - Wasserburg Stadt",
        "short": "9441",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-798|DGF33|RegionalBus:1064_3",
        "label": "DGF33",
        "long": "(Kirchlehen -) H\u00f6sacker / Essenbach - Postau - H\u00f6rmannsdorf (- Niederviehbach)",
        "short": "DGF33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-799|DGF34|RegionalBus:1064_3",
        "label": "DGF34",
        "long": "(Oberh\u00fctt - Ottering - Moostheninng -) Weng - Abzw. Moosberg (- Niederviehbach)",
        "short": "DGF34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-809-V|809V|RegionalBus:1058_3",
        "label": "809V",
        "long": "Pestenacker - Prittriching - Scheuring - Weil - / Sch\u00f6ffelding - Windach - / (Eching -) Schondorf - Utting - Die\u00dfen",
        "short": "809V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-809|809|RegionalBus:1058_3",
        "label": "809",
        "long": "(Hofstetten -) Finning - Windach - Sch\u00f6ffelding - Eresing - Geltendorf",
        "short": "809",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-811|811|RegionalBus:1054_3",
        "label": "811",
        "long": "Landsberg am Lech - Erpfting - Ellighofen",
        "short": "811",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-812|812|RegionalBus:1011_3",
        "label": "812",
        "long": "Landsberg am Lech - Denklingen - Schongau",
        "short": "812",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-813-V|813V|RegionalBus:1063_3",
        "label": "813V",
        "long": "St. Alban - Die\u00dfen - Penzing / Landsberg",
        "short": "813V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-813|813|RegionalBus:1063_3",
        "label": "813",
        "long": "Landsberg - Hofstetten - Dettenschwang - Die\u00dfen (- Riederau)",
        "short": "813",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-814-V|814V|RegionalBus:1058_3",
        "label": "814V",
        "long": "Frauenwies - Thaining - Hofstetten - Finning - Schondorf",
        "short": "814V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-814|814|RegionalBus:1058_3",
        "label": "814",
        "long": "Landsberg - Schwifting - Finning - Utting - Holzhausen",
        "short": "814",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-815|815|RegionalBus:1055_3",
        "label": "815",
        "long": "Landsberg - Ummendorf - Stoffen - Mundraching",
        "short": "815",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-816|816|RegionalBus:1056_3",
        "label": "816",
        "long": "Landsberg - Weil - Egling a.d.Paar - Geltendorf",
        "short": "816",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-817|817|RegionalBus:1056_3",
        "label": "817",
        "long": "Landsberg - Penzing - Geltendorf",
        "short": "817",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-818|818|RegionalBus:1056_3",
        "label": "818",
        "long": "Landsberg am Lech - Holzhausen (b. Buchloe) - Buchloe Bahnhof",
        "short": "818",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-881-V|881V|StadtBus:1092_3",
        "label": "881V",
        "long": "Landsberg, Schulzentrum - Feneberg - Am Kornfeld West",
        "short": "881V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-881|881|StadtBus:1092_3",
        "label": "881",
        "long": "StadtBus Landsberg: Landsberg - Bayervorstadt - Am Kornfeld - Landsberg",
        "short": "881",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-882|882|StadtBus:1092_3",
        "label": "882",
        "long": "StadtBus Landsberg: Landsberg - Klinikum - Lechwiesen-/Sudetenstr. - Klinikum - Landsberg",
        "short": "882",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-883|883|StadtBus:1092_3",
        "label": "883",
        "long": "StadtBus Landsberg: Landsberg - Alter Friedhof - St.-Ulrich-Platz - Alter Friedhof - Landsberg",
        "short": "883",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-885|885|StadtBus:1092_3",
        "label": "885",
        "long": "StadtBus Landsberg: Landsberg - Wiesenring - Landsberg",
        "short": "885",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-886-V|886V|RegionalBus:1056_3",
        "label": "886V",
        "long": "Kaufering-Dorf - Kaufering - Landsberg",
        "short": "886V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-886|886|RegionalBus:1056_3",
        "label": "886",
        "long": "Adlerstra\u00dfe - Landsberg - Lechwiesenstra\u00dfe - Kaufering Bf Nord",
        "short": "886",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-887|887|RegionalBus:1056_3",
        "label": "887",
        "long": "(Landsberg -) Landsberg, Adlerstra\u00dfe - Penzing - Kaufering Bf Nord",
        "short": "887",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-891|891|RegionalBus:1158_3",
        "label": "891",
        "long": "Weilheim - Die\u00dfen - Utting - Eching am Ammersee",
        "short": "891",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-892|892|RegionalBus:1056_3",
        "label": "892",
        "long": "Ortsverkehr Kaufering: Bahnhof Nord - Kaufering-Dorf - Berliner Ring - Ahornring - Bahnhof Nord",
        "short": "892",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-893|893|RegionalBus:1011_3",
        "label": "893",
        "long": "OrtsBus Die\u00dfen: Die\u00dfen - Wengen (- Dettenhofen - Oberm\u00fchlhausen)",
        "short": "893",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-894-V|894V|RegionalBus:1024_3",
        "label": "894V",
        "long": "Inning - Greifenberg - Windach - Geltendorf - St. Ottilien, Schule",
        "short": "894V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-894|894|RegionalBus:1024_3",
        "label": "894",
        "long": "Inning - Schondorf - Greifenberg - Sch\u00f6ffelding - Landsberg",
        "short": "894",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-895|895|RegionalBus:1055_3",
        "label": "895",
        "long": "Landsberg - Penzing - Oberbergen - Ramsach Abzw.",
        "short": "895",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-896|896|RegionalBus:1024_3",
        "label": "896",
        "long": "Landsberg - Kaufering - Igling - Hurlach - Obermeitingen",
        "short": "896",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-897|897|RegionalBus:1092_3",
        "label": "897",
        "long": "(Kaufering -) Landsberg - Scheuring - Prittriching - Mering",
        "short": "897",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-899|899|RegionalBus:1058_3",
        "label": "899",
        "long": "(Kinsau - Apfeldorf -) Rott - Issing - Thaining - Die\u00dfen",
        "short": "899",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-911|911|StadtBus:1067_3",
        "label": "911",
        "long": "StadtBus Weilheim West: Bahnhof - Hallenbad - Ammerschule - Fr\u00fchlingstr. - Bahnhof",
        "short": "911",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-912|912|StadtBus:1067_3",
        "label": "912",
        "long": "StadtBus Weilheim Ost: Bahnhof - Krankenhaus - Hardtschule - Friedhof - Bahnhof",
        "short": "912",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-913|913|StadtBus:1067_3",
        "label": "913",
        "long": "StadtBus Weilheim S\u00fcd: Bahnhof - Hallenbad - Pr\u00e4latenweg - Weinhartstr. - Bahnhof",
        "short": "913",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-914|914|StadtBus:1067_3",
        "label": "914",
        "long": "StadtBus Weilheim Nord: Bahnhof - Einkaufspark - Unterhausen - Einkaufspark - Bahnhof",
        "short": "914",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-931|931|RegionalBus:1011_3",
        "label": "931",
        "long": "Weilheim - Pei\u00dfenberg - Echelsbacher Br\u00fccke - Steingaden - Schlauch (- F\u00fcssen)",
        "short": "931",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-932|932|RegionalBus:1011_3",
        "label": "932",
        "long": "Weilheim - Marnbach - Eberfing - Marnbach - Weilheim",
        "short": "932",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-934|934|RegionalBus:1011_3",
        "label": "934",
        "long": "Weilheim - Obers\u00f6chering - Habach - Penzberg",
        "short": "934",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-935|935|RegionalBus:1011_3",
        "label": "935",
        "long": "Weilheim - Seeshaupt - Penzberg",
        "short": "935",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-936|936|RegionalBus:1011_3",
        "label": "936",
        "long": "Weilheim - Pei\u00dfenberg - Schongau",
        "short": "936",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-937|937|RegionalBus:1011_3",
        "label": "937",
        "long": "Weilheim - Wielenbach - Wilzhofen - Tutzing",
        "short": "937",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-938|938|RegionalBus:1011_3",
        "label": "938",
        "long": "Weilheim - Polling - Oberhausen - Huglfing - Unter-/Obereglfing - Obers\u00f6chering - Uffing - Murnau",
        "short": "938",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-939|939|RegionalBus:1011_3",
        "label": "939",
        "long": "Kirnberg - Uffing - Seehausen - Murnau / Unter-/Obereglfing - Obers\u00f6chering - Hofheim - Murnau",
        "short": "939",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-940|940|StadtBus:1011_3",
        "label": "940",
        "long": "StadtBus Penzberg Ringlinie A Bahnhof - Steigenberg - Roche - Neue Heimat - Bahnhof",
        "short": "940",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-941|941|StadtBus:1011_3",
        "label": "941",
        "long": "StadtBus Penzberg Ringlinie B Bahnhof - Neue Heimat - Roche - Steigenberg - Bahnhof",
        "short": "941",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-942|942|StadtBus:1011_3",
        "label": "942",
        "long": "Im Dittenried - Bahnhof - Freiheit - Maxkron - Kurf\u00fcrst-Max-Siedlung",
        "short": "942",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-944|944|StadtBus:1011_3",
        "label": "944",
        "long": "StadtBus Penzberg: Direktverbindungen Firma Roche Im Dittenried - Bahn\u00fcbergang - Zentrum - Roche",
        "short": "944",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-947-V|947V|RegionalBus:1011_3",
        "label": "947V",
        "long": "Schlehdorf (- Sindelsdorf - Antdorf - Habach - Unters\u00f6chering - Murnau) / Sindelsdorf (- Penzberg - Iffeldorf )",
        "short": "947V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-947|947|RegionalBus:1011_3",
        "label": "947",
        "long": "Penzberg - Iffeldorf - Habach - Sindelsdorf - Penzberg",
        "short": "947",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-948|948|RegionalBus:1011_3",
        "label": "948",
        "long": "Penzberg - Seeshaupt - Tutzing",
        "short": "948",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-952|952|RegionalBus:1011_3",
        "label": "952",
        "long": "Weilheim - Wessobrunn - Rott - P\u00fcrgen - Landsberg",
        "short": "952",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-953|953|RegionalBus:1011_3",
        "label": "953",
        "long": "Weilheim - Wielenbach - Wilzhofen - P\u00e4hl - Herrsching",
        "short": "953",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-980|980|StadtBus:1011_3",
        "label": "980",
        "long": "StadtBus Schongau: Bahnhof - Rathaus - Beethovenstra\u00dfe - Marktoberdorfer Stra\u00dfe - Bahnhof",
        "short": "980",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-982|982|RegionalBus:1011_3",
        "label": "982",
        "long": "Schongau - Peiting - Rottenbuch - Echelsbacher Br\u00fccke - Steingaden",
        "short": "982",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-984|984|RegionalBus:1011_3",
        "label": "984",
        "long": "Tauting - Huglfing - Oberhausen - Pei\u00dfenberg",
        "short": "984",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-985|985|RegionalBus:1011_3",
        "label": "985",
        "long": "Herzogs\u00e4gm\u00fchle - Peiting - Herzogs\u00e4gm\u00fchle",
        "short": "985",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-986|986|RegionalBus:1011_3",
        "label": "986",
        "long": "Schongau - Herzogs\u00e4gm\u00fchle (- Birkland - Apfeldorf)",
        "short": "986",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-987|987|RegionalBus:1011_3",
        "label": "987",
        "long": "Schongau - Altenstadt - Schwabsoien - Sachsenried - Ingenried",
        "short": "987",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:12-989|989|RegionalBus:1011_3",
        "label": "989",
        "long": "Schongau - Altenstadt - Hohenfurch - Schongau",
        "short": "989",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:16-501-0|5010|FLEXlinie:1028_3",
        "label": "5010",
        "long": "Erding - Wartenberg - Langenpreising - Moosburg",
        "short": "5010",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:16-502-0|5020|FLEXlinie:1028_3",
        "label": "5020",
        "long": "Wartenberg - Langenpreising - Eitting - Erding",
        "short": "5020",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:16-505-0|5050|FLEXlinie:1034_3",
        "label": "5050",
        "long": "Mittbach - Isen - Markt Schwaben",
        "short": "5050",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:16-540-3|5403|FLEXlinie:1034_3",
        "label": "5403",
        "long": "Dorfen, Bahnhof - Taufkirchen (Vils), Busbahnhof",
        "short": "5403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:16-562-1|5621|FLEXlinie:1039_3",
        "label": "5621",
        "long": "Taufkirchen (Vils) - Hohenpolding - Schr\u00f6ding - Sulding - Taufkirchen (Vils)",
        "short": "5621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:16-567-0|5670|FLEXlinie:1029_3",
        "label": "5670",
        "long": "Erding - Pretzen - W\u00f6rth - Walpertskirchen",
        "short": "5670",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:16-568-0|5680|FLEXlinie:1034_3",
        "label": "5680",
        "long": "Markt Schwaben - Finsing - Moosinning - Klinikum - Erding",
        "short": "5680",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-210|210|RegionalBus:1179_3",
        "label": "210",
        "long": "Neuperlach S\u00fcd - Ottobrunn - Brunnthal, Zusestra\u00dfe",
        "short": "210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-211-V|211V|RegionalBus:1179_3",
        "label": "211V",
        "long": "Neubiberg, Realschule - Neubiberg - Unterbiberg",
        "short": "211V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-211-W|211W|RegionalBus:1179_3",
        "label": "211W",
        "long": "Putzbrunn - Solalinden - Riemerling, Th.-Heuss-Str. Ottobrunn, Karl-Stieler-Str. - Solalinden",
        "short": "211W",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-211|211|RegionalBus:1179_3",
        "label": "211",
        "long": "Putzbrunn - Isarweg - Neubiberg - Neuperlach S\u00fcd",
        "short": "211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-212|212|RegionalBus:1179_3",
        "label": "212",
        "long": "Grasbrunn - Putzbrunn - Ottobrunn - Neubiberg - Neuperlach S\u00fcd",
        "short": "212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-214-V|214V|RegionalBus:1179_3",
        "label": "214V",
        "long": "Ottobrunn, Einsteinstra\u00dfe - Ottobrunn - Neubiberg, Realschule",
        "short": "214V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-214|214|RegionalBus:1179_3",
        "label": "214",
        "long": "Riemerling, Altenheim - Ottobrunn - Hohenbrunn",
        "short": "214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-215|215|StadtBus:1197_3",
        "label": "215",
        "long": "Lohhof S\u00fcd - Sportpark - Unterschlei\u00dfheim Ost",
        "short": "215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-216|216|RegionalBus:1179_3",
        "label": "216",
        "long": "Taufkirchen, Hugo-Junkers-Str. - H\u00f6henkirchen-Sieg. - Brunnthal - Hofolding - Faistenhaar",
        "short": "216",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-217|217|RegionalBus:1091_3",
        "label": "217",
        "long": "Neuperlach S\u00fcd - Unterbiberg - Unterhaching",
        "short": "217",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-218|218|StadtBus:1197_3",
        "label": "218",
        "long": "Unterschlei\u00dfheim West - Gewerbegebiet - Lohhof S\u00fcd",
        "short": "218",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-219-V|219V|RegionalBus:1197_3",
        "label": "219V",
        "long": "Hochbr\u00fcck, Jahnstr. - Lohhof, Sportpark",
        "short": "219V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-219|219|RegionalBus:1197_3",
        "label": "219",
        "long": "Unterschlei\u00dfheim, Business Campus S\u00fcd - Unterschlei\u00dfheim Ost - Garching-Hochbr\u00fcck",
        "short": "219",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-220-V|220V|RegionalBus:1179_3",
        "label": "220V",
        "long": "Fasanenpark - Unterhaching",
        "short": "220V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-220|220|RegionalBus:1179_3",
        "label": "220",
        "long": "Brunnthal, Zusestra\u00dfe - Winning - Unterhaching - Sankt-Quirin-Platz - Giesing",
        "short": "220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-221|221|RegionalBus:1179_3",
        "label": "221",
        "long": "M\u00fcnchen, Waldheimplatz - Ottobrunn - Unterhaching",
        "short": "221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-222-V|222V|RegionalBus:1061_3",
        "label": "222V",
        "long": "Pullach/Stra\u00dflach - Gr\u00fcnwald - Oberhaching - Taufkirchen",
        "short": "222V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-222|222|RegionalBus:1061_3",
        "label": "222",
        "long": "Neuperlach S\u00fcd - Brunnthal Nord - Deisenhofen - H\u00f6llriegelskreuth",
        "short": "222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-223|223|RegionalBus:1179_3",
        "label": "223",
        "long": "Sauerlach, M\u00fchlweg - Sauerlach - Arget",
        "short": "223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-224|224|RegionalBus:1061_3",
        "label": "224",
        "long": "Oberhaching, Kugler Alm - Deisenhofen - Taufkirchen - Unterhaching - Unterhaching, Schule am Sportpark",
        "short": "224",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-225|225|RegionalBus:1061_3",
        "label": "225",
        "long": "Taufkirchen - Gewerbegebiet Potzham",
        "short": "225",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-226|226|RegionalBus:1179_3",
        "label": "226",
        "long": "Sauerlach - Altkirchen - Deisenhofen Ost",
        "short": "226",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-227|227|RegionalBus:1061_3",
        "label": "227",
        "long": "Ortsbus Oberhaching",
        "short": "227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-229|229|RegionalBus:1179_3",
        "label": "229",
        "long": "Ottobrunn, Ph\u00f6nix-Bad - Karl-Stieler-Str. - Neubiberg - Neuperlach S\u00fcd",
        "short": "229",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-230-V|230V|RegionalBus:1179_3",
        "label": "230V",
        "long": "Haar - Ismaning - Garching, Untere Stra\u00df\u00e4cker",
        "short": "230V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-230|230|RegionalBus:1179_3",
        "label": "230",
        "long": "Haar - Feldkirchen - Ismaning - Garching - Forschungszentrum",
        "short": "230",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-231-V|231V|RegionalBus:1411_3",
        "label": "231V",
        "long": "Unterf\u00f6hring, Siedlerstra\u00dfe - Ismaning",
        "short": "231V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-231|231|RegionalBus:1411_3",
        "label": "231",
        "long": "Ismaning - Unterf\u00f6hring - Studentenstadt",
        "short": "231",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-232|232|RegionalBus:1179_3",
        "label": "232",
        "long": "Ortsbus Unterf\u00f6hring",
        "short": "232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-233|233|RegionalBus:1212_3",
        "label": "233",
        "long": "Studentenstadt - Unterf\u00f6hring, Gewerbegebiet - Unterf\u00f6hring",
        "short": "233",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-234-V|234V|RegionalBus:1212_3",
        "label": "234V",
        "long": "Messestadt Ost - Feldkirchen - Aschheim, Realschule",
        "short": "234V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-234|234|RegionalBus:1212_3",
        "label": "234",
        "long": "Unterf\u00f6hring - Aschheim - Feldkirchen - Messestadt West",
        "short": "234",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-236|236|RegionalBus:1411_3",
        "label": "236",
        "long": "Fischerh\u00e4user - Ismaning - Waldorfschule",
        "short": "236",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-240-V|240V|RegionalBus:1011_3",
        "label": "240V",
        "long": "Harthausen - Grasbrunn - Neukeferloh - Vaterstetten / Haar",
        "short": "240V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-240-W|240W|RegionalBus:1011_3",
        "label": "240W",
        "long": "Harthausen - Grasbrunn - Neukeferloh - Vaterstetten",
        "short": "240W",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-240|240|RegionalBus:1011_3",
        "label": "240",
        "long": "Neukeferloh, Bahnhofstr. - Grasbrunn - Harthausen - H\u00f6henkirchen-Sieg.",
        "short": "240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-241|241|RegionalBus:1179_3",
        "label": "241",
        "long": "Haar - Ottobrunn - Taufkirchen - Taufkirchen, Friedhof",
        "short": "241",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-242-V|242V|RegionalBus:1011_3",
        "label": "242V",
        "long": "Gronsdorf - Ottendichl - Haar",
        "short": "242V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-242|242|RegionalBus:1011_3",
        "label": "242",
        "long": "Gronsdorf - Ottendichl - Haar",
        "short": "242",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-243|243|RegionalBus:1011_3",
        "label": "243",
        "long": "Haar, Lise-Meitner-Weg - Haar - Neukeferloh, Ostring - Baldham, Realschule",
        "short": "243",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-244|244|RegionalBus:1179_3",
        "label": "244",
        "long": "Taufkirchen, Hugo-Junkers-Stra\u00dfe - H\u00f6henkirchen-Sieg. - Brunnthal - Sauerlach",
        "short": "244",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-258|258|RegionalBus:1053_3",
        "label": "258",
        "long": "Lochham, Starnberger Str. - Lochham - Gr\u00e4felfing, Rathaus - Planegg - Gr\u00e4felfing",
        "short": "258",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-259|259|RegionalBus:1091_3",
        "label": "259",
        "long": "Pasing Bf - Gr\u00e4felfing, Am Haag - Martinsried",
        "short": "259",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-260-V|260V|RegionalBus:1053_3",
        "label": "260V",
        "long": "Neuried, Hainbuchenring - Planegg Gymnasium",
        "short": "260V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-260|260|RegionalBus:1053_3",
        "label": "260",
        "long": "Germering-Unterpfaffenhofen - Planegg - F\u00fcrstenried West",
        "short": "260",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-261|261|RegionalBus:1053_3",
        "label": "261",
        "long": "Neuried, Hainbuchenring - F\u00fcrstenried West",
        "short": "261",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-262-V|262V|RegionalBus:1179_3",
        "label": "262V",
        "long": "Gelting - Pliening - Landsham - Kirchheim Gymnasium",
        "short": "262V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-262|262|RegionalBus:1179_3",
        "label": "262",
        "long": "Messestadt Ost - Feldkirchen - Kirchheim - Pliening - Neufinsing",
        "short": "262",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-263-V|263V|RegionalBus:1179_3",
        "label": "263V",
        "long": "Messestadt West - Riem Dornach - Aschheim, Realschule - Kirchheim - Feldkirchen - Messestadt Ost",
        "short": "263V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-263|263|RegionalBus:1179_3",
        "label": "263",
        "long": "Messestadt West - Riem Dornach - Aschheim - Kirchheim - Heimstetten Nord - Feldkirchen",
        "short": "263",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-264|264|RegionalBus:1179_3",
        "label": "264",
        "long": "Messestadt West - Dornach Gewerbegebiet - Riem Dornach",
        "short": "264",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-265|265|RegionalBus:1091_3",
        "label": "265",
        "long": "Pasing Bf - Gr\u00e4felfing - Steinkirchen - Planegg",
        "short": "265",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-266|266|RegionalBus:1053_3",
        "label": "266",
        "long": "Planegg - Martinsried - Klinikum Gro\u00dfhadern",
        "short": "266",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-267-V|267V|RegionalBus:1053_3",
        "label": "267V",
        "long": "Pasing, Gymnasium - Martinsried - Neuried",
        "short": "267V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-267|267|RegionalBus:1053_3",
        "label": "267",
        "long": "Altenburgstr. - Lochham - Martinsried - F\u00fcrstenried West",
        "short": "267",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-268|268|RegionalBus:1053_3",
        "label": "268",
        "long": "Gr\u00e4felfing - Gro\u00dfhadern - Waldfriedhof",
        "short": "268",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-269|269|RegionalBus:1240_3",
        "label": "269",
        "long": "Neuried, Maxhofweg - Klinikum Gro\u00dfhadern",
        "short": "269",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-270-V|270V|RegionalBus:1061_3",
        "label": "270V",
        "long": "Pullach, Gartenstr. / Rathaus - M\u00fcnchen, Siemensallee",
        "short": "270V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-270|270|RegionalBus:1061_3",
        "label": "270",
        "long": "H\u00f6llriegelskreuth - Wolfratshauser Stra\u00dfe Pullach - Georgenstra\u00dfe - Solln",
        "short": "270",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-271-V|271V|RegionalBus:1061_3",
        "label": "271V",
        "long": "Gr\u00fcnwald, Gymnasium - Stra\u00dflach - Egling",
        "short": "271V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-271|271|RegionalBus:1061_3",
        "label": "271",
        "long": "Dietramszell - Egling - Stra\u00dflach - H\u00f6llriegelskreuth",
        "short": "271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-272-N|N272|NachtBus:1053_3",
        "label": "N272",
        "long": "Nachtbuslinie Gr\u00fcnwald",
        "short": "N272",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-275|275|RegionalBus:1601_3",
        "label": "275",
        "long": "Holzkirchen - F\u00f6ching - Holzkirchen",
        "short": "275",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-290-V|290V|StadtBus:1212_3",
        "label": "290V",
        "long": "Prof.-Angermair-Ring - Hochbr\u00fcck, Jahnstr.",
        "short": "290V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-290|290|StadtBus:1212_3",
        "label": "290",
        "long": "Untere Stra\u00df\u00e4cker - Garching-Hochbr\u00fcck - Hochbr\u00fcck",
        "short": "290",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-291|291|RegionalBus:1140_3",
        "label": "291",
        "long": "Dachau - Oberschlei\u00dfheim - Unterschlei\u00dfheim West",
        "short": "291",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-292|292|RegionalBus:1140_3",
        "label": "292",
        "long": "Sonnenstra\u00dfe - Oberschlei\u00dfheim - Garching-Hochbr\u00fcck - Garching - Garching-Forschungszentrum",
        "short": "292",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-293|293|RegionalBus:1099_3",
        "label": "293",
        "long": "Dirnismaning - Garching",
        "short": "293",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-294|294|RegionalBus:1140_3",
        "label": "294",
        "long": "Garching-Hochbr\u00fcck - Helmholtz-Zentrum - Am Hart",
        "short": "294",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-295|295|RegionalBus:1140_3",
        "label": "295",
        "long": "Am Hart - Helmholtz-Zentrum - Oberschlei\u00dfheim",
        "short": "295",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-299|299|RegionalBus:1077_3",
        "label": "299",
        "long": "Riedmoos - Unterschlei\u00dfheim West - (Lohhof, Schulzentrum)",
        "short": "299",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-301|301|StadtBus:1192_3",
        "label": "301",
        "long": "Wolfratshausen - Farchet B11 - Waldram - Stob\u00e4usstra\u00dfe - Wolfratshausen",
        "short": "301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-302|302|StadtBus:1192_3",
        "label": "302",
        "long": "Wolfratshausen - Stob\u00e4usstra\u00dfe - Waldram - Farchet B11 - Wolfratshausen",
        "short": "302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-310|310|StadtBus:1192_3",
        "label": "310",
        "long": "Stadtbus Geretsried Steiner Ring S\u00fcd - Schulzentrum - Fasanenweg - Lilienstra\u00dfe",
        "short": "310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-311|311|StadtBus:1011_3",
        "label": "311",
        "long": "Bad T\u00f6lz - ZOB Isarkai - Max-H\u00f6fler-Platz - Kurhaus - ZOB Isarkai - Stadtwerke - Bad T\u00f6lz",
        "short": "311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-312|312|StadtBus:1011_3",
        "label": "312",
        "long": "Bad T\u00f6lz - Beh\u00f6rdenzentrum - Karwendelsiedlung - ZOB Isarkai - Karwendelsiedlung - Beh\u00f6rdenzentrum - Bad T\u00f6lz",
        "short": "312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-349|349|RegionalBus:1044_3",
        "label": "349",
        "long": "Wendelstein-Ringlinie Kurs A Bayrischzell - Bad Feilnbach - Brannenburg - Bayrischzell - Fischbachau",
        "short": "349",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-353|353|RegionalBus:1011_3",
        "label": "353",
        "long": "Holzkirchen - Sachsenkam - Bad T\u00f6lz - Lenggries (- Hohenburg)",
        "short": "353",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-360|360|RegionalBus:1811_3",
        "label": "360",
        "long": "Tegernsee - Rottach-Egern - Enterrottach - Moni-Alm",
        "short": "360",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-362|362|RegionalBus:1011_3",
        "label": "362",
        "long": "Schliersee - Neuhaus - Spitzingsee",
        "short": "362",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-365|365|RegionalBus:1811_3",
        "label": "365",
        "long": "Valepp - Spitzingsee",
        "short": "365",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-366|366|RegionalBus:1011_3",
        "label": "366",
        "long": "Tegernsee - Bad Wiessee - Gmund - Warngau - Holzkirchen",
        "short": "366",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-367|367|RegionalBus:1011_3",
        "label": "367",
        "long": "Holzkirchen - Warngau - Wall - Miesbach",
        "short": "367",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-368-V|368V|RegionalBus:1011_3",
        "label": "368V",
        "long": "Ellbach - Jahnschule",
        "short": "368V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-368|368|RegionalBus:1011_3",
        "label": "368",
        "long": "Holzkirchen - Otterfing - Dietramszell - Bad T\u00f6lz",
        "short": "368",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-369|369|RegionalBus:1011_3",
        "label": "369",
        "long": "(Bad T\u00f6lz -) Lenggries - Vorderri\u00df - Oswaldh\u00fctte - Eng (Tirol)",
        "short": "369",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-370-V|370V|RegionalBus:1011_3",
        "label": "370V",
        "long": "Geretsried, Stein - Schulzentrum - Wolfratshausen",
        "short": "370V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-370|370|RegionalBus:1011_3",
        "label": "370",
        "long": "Geretsried, Stein - Feuerwehrschule - Fasanenweg - Wolfratshausen",
        "short": "370",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-371-V|371V|RegionalBus:1611_3",
        "label": "371V",
        "long": "Dietramszell - Ascholding, Kirche - Geretsried, Schulzentrum",
        "short": "371V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-371|371|RegionalBus:1611_3",
        "label": "371",
        "long": "Deisenhofen Ost - Endlhausen - Dietramszell - Ascholding - Geretsried",
        "short": "371",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-372|372|RegionalBus:1096_3",
        "label": "372",
        "long": "Wolfratshausen - Eurasburg - Beuerberg - K\u00f6nigsdorf - Bad T\u00f6lz",
        "short": "372",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-373-V|373V|RegionalBus:1011_3",
        "label": "373V",
        "long": "Ammerland/Ambach - M\u00fcnsing - Wolfratshausen",
        "short": "373V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-373|373|RegionalBus:1011_3",
        "label": "373",
        "long": "Seeshaupt - M\u00fcnsing - Wolfratshausen",
        "short": "373",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-374|374|RegionalBus:1096_3",
        "label": "374",
        "long": "Wolfratshausen - K\u00f6nigsdorf - Beuerberg - Penzberg",
        "short": "374",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-375-V|375V|RegionalBus:1061_3",
        "label": "375V",
        "long": "Neufahrn - Deining - Egling - Ascholding - Geretsried, Schulzentrum",
        "short": "375V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-375|375|RegionalBus:1061_3",
        "label": "375",
        "long": "Wolfratshausen - Egling - Endlhausen",
        "short": "375",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-376|376|RegionalBus:1011_3",
        "label": "376",
        "long": "Bad Heilbrunn - Sch\u00f6nrain - Geretsried - Wolfratshausen",
        "short": "376",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-377-V|377V|RegionalBus:1611_3",
        "label": "377V",
        "long": "Egling - Wolfratshausen - Geretsried",
        "short": "377V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-377|377|RegionalBus:1611_3",
        "label": "377",
        "long": "Bad T\u00f6lz - Ascholding - Egling - Wolfratshausen",
        "short": "377",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-378|378|RegionalBus:1011_3",
        "label": "378",
        "long": "Geretsried, Stein - Am Stern - Johannisplatz - Lilienstr. - Gelting - Wolfratshausen",
        "short": "378",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-379-V|379V|RegionalBus:1011_3",
        "label": "379V",
        "long": "Wolfratshausen - K\u00f6nigsdorf - (Bad T\u00f6lz)",
        "short": "379V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-379|379|RegionalBus:1011_3",
        "label": "379",
        "long": "Bad T\u00f6lz - Geretsried - Wolfratshausen",
        "short": "379",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-440|440|RegionalBus:1079_3",
        "label": "440",
        "long": "Glonn - Moosach / Bruck - Grafing Bahnhof",
        "short": "440",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-442|442|RegionalBus:1041_3",
        "label": "442",
        "long": "(Buch -) Eglharting, Westring - Kirchseeon - Ebersberg - Grafing Bahnhof",
        "short": "442",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-443|443|RegionalBus:1045_3",
        "label": "443",
        "long": "Steinh\u00f6ring - Frauenneuharting - Tulling - Abersdorf - Steinh\u00f6ring",
        "short": "443",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-444-V|444V|RegionalBus:1079_3",
        "label": "444V",
        "long": "Osterm\u00fcnchen - Emmering - Schalldorf - Moos",
        "short": "444V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-444|444|RegionalBus:1079_3",
        "label": "444",
        "long": "Grafing Bahnhof - Frauenneuharting - A\u00dfling - Rott am Inn - Griesst\u00e4tt",
        "short": "444",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-445-V|445V|RegionalBus:1047_3",
        "label": "445V",
        "long": "Hohenlinden - Forstern - Erding",
        "short": "445V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-445|445|RegionalBus:1047_3",
        "label": "445",
        "long": "Ebersberg - Hohenlinden - Forstern - Erding",
        "short": "445",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-446-V|446|RegionalBus:1041_3",
        "label": "446",
        "long": "Markt Schwaben - Anzing - Purfing",
        "short": "446",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-446|446|RegionalBus:1041_3",
        "label": "446",
        "long": "Ebersberg - Schwaberwegen Anzing - Markt Schwaben",
        "short": "446",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-447|447|RegionalBus:1079_3",
        "label": "447",
        "long": "A\u00dfling, Rathaus - A\u00dfling - Oberelkofen - Grafing Bahnhof",
        "short": "447",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-448|448|RegionalBus:1045_3",
        "label": "448",
        "long": "Grafing Bf - Grafing \u00d6xinger Platz - Oberndorf - Ebersberg Gewerbegebiet Nord - Grafing Bf",
        "short": "448",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-451|451|RegionalBus:1096_3",
        "label": "451",
        "long": "Vaterstetten - Sportzentrum - Baldham Nord - Karwendelplatz - Vaterstetten",
        "short": "451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-452|452|RegionalBus:1099_3",
        "label": "452",
        "long": "Grub S\u00fcd - Parsdorf - Wei\u00dfenfeld - Baldham Dorf - Vaterstetten",
        "short": "452",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-453|453|RegionalBus:1079_3",
        "label": "453",
        "long": "Glonn - Egmating - Oberpframmern - Putzbrunn - Neuperlach S\u00fcd",
        "short": "453",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-454|454|RegionalBus:1079_3",
        "label": "454",
        "long": "Kirchseeon - Moosach - Glonn - Egmating - H\u00f6henkirchen-Siegertsbrunn",
        "short": "454",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-455|455|RegionalBus:1079_3",
        "label": "455",
        "long": "Neuperlach S\u00fcd - Putzbrunn - Oberpframmern - Glonn - Antholing",
        "short": "455",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-456|456|RegionalBus:1079_3",
        "label": "456",
        "long": "H\u00f6henkirchen-Siegertsbrunn - Egmating - Oberpframmern - Zorneding",
        "short": "456",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-459|459|RegionalBus:1096_3",
        "label": "459",
        "long": "Hohenlinden - Anzing - Poing S\u00fcd - Parsdorf - Messestadt Ost",
        "short": "459",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-460|460|RegionalBus:1041_3",
        "label": "460",
        "long": "Poing Nord - Grub Nord - Pliening - Gelting - Poing Nord",
        "short": "460",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-461|461|RegionalBus:1041_3",
        "label": "461",
        "long": "Poing Nord - Anzing - Obelfing",
        "short": "461",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-462|462|RegionalBus:1041_3",
        "label": "462",
        "long": "Poing S\u00fcd - Poing, Rathaus S\u00fcd - Angelbrechting - Poing S\u00fcd",
        "short": "462",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-463|463|RegionalBus:1011_3",
        "label": "463",
        "long": "Zorneding, St.-Martin-Str. - Anzing - Markt Schwaben - Pliening - Landsham",
        "short": "463",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-464|464|RegionalBus:1041_3",
        "label": "464",
        "long": "Poing Nord - Mitterfeldring/Stahlgruber - Bergfeldsee - Poing Nord",
        "short": "464",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-465-V|465|RegionalBus:1041_3",
        "label": "465",
        "long": "Baldham, Realschule / Nord - Anzing - Neufarn - Poing Blumenstra\u00dfe",
        "short": "465",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-465|465|RegionalBus:1041_3",
        "label": "465",
        "long": "Poing S\u00fcd - Neufarn - Anzing - Baldham Nord",
        "short": "465",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-466-V|466V|RegionalBus:1099_3",
        "label": "466V",
        "long": "Baldham Nord - Hergolding - Parsdorf, Dorfplatz",
        "short": "466V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-466|466|RegionalBus:1099_3",
        "label": "466",
        "long": "Parsdorf Posthalterring - Wei\u00dfenfeld - Hergolding - Baldham Dorf - Baldham Nord",
        "short": "466",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-468|468|RegionalBus:1041_3",
        "label": "468",
        "long": "Poing S\u00fcd - Poing, Rathaus - Poing Nord - Poing West - Poing S\u00fcd",
        "short": "468",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-469-V|469|RegionalBus:1041_3",
        "label": "469",
        "long": "Markt Schwaben - Forstinning - Forstern - Hohenlinden",
        "short": "469",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-469|469|RegionalBus:1041_3",
        "label": "469",
        "long": "Hohenlinden - Forstern - Forstinning - Markt Schwaben",
        "short": "469",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-501-V|501V|RegionalBus:1211_3",
        "label": "501V",
        "long": "Erding - Wartenberg / Moosburg - Gammelsdorf",
        "short": "501V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-501|501|RegionalBus:1211_3",
        "label": "501",
        "long": "Gammelsdorf - Moosburg - Langenpreising - Wartenberg - Erding",
        "short": "501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-502-V|502V|RegionalBus:1011_3",
        "label": "502V",
        "long": "Mitterlern - Eichenkofen - Erding, K.-Aigner-Gymnasium",
        "short": "502V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-502|502|RegionalBus:1011_3",
        "label": "502",
        "long": "Erding - Berglern - Langenpreising - Wartenberg",
        "short": "502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-505-V|505V|RegionalBus:1041_3",
        "label": "505V",
        "long": "Pastetten, Rathaus - Markt Schwaben, Schule",
        "short": "505V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-505|505|RegionalBus:1041_3",
        "label": "505",
        "long": "Hohenlinden - Mittbach - Isen - Markt Schwaben",
        "short": "505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-507|507|RegionalBus:1011_3",
        "label": "507",
        "long": "Erding - Notzing - Ottenhofen - Markt Schwaben",
        "short": "507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-511-V|511V|RegionalBus:1011_3",
        "label": "511V",
        "long": "Erding, Klinikum Nord - Berufsschule - Niederding - Schwaig",
        "short": "511V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-511|511|RegionalBus:1011_3",
        "label": "511",
        "long": "Erding - Notzing/Oberding - Schwaig - Freising, Berufsschule/Obervellacher Str. - Freising",
        "short": "511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-512-V|512V|RegionalBus:1047_3",
        "label": "512V",
        "long": "Schwaig / Oberding, Schule - Erding, Klinikum / Maria Thalheim",
        "short": "512V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-512|512|RegionalBus:1047_3",
        "label": "512",
        "long": "Erding - Niederding/Notzing - Oberding - Schwaig - Flughafen, Terminalstr. Mitte",
        "short": "512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-513-V|513V|RegionalBus:1212_3",
        "label": "513V",
        "long": "Oberding, Schule - Moosinning - Eichenried - Zengermoos",
        "short": "513V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-513|513|RegionalBus:1212_3",
        "label": "513",
        "long": "Erding - Klinikum - Neuer Friedhof (Therme) - Moosinning - Ismaning",
        "short": "513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-515|515|RegionalBus:1041_3",
        "label": "515",
        "long": "Hallbergmoos - Notzing - Erding, Gewerbegebiet West - Berufsschule - Erding",
        "short": "515",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-522|522|StadtBus:1047_3",
        "label": "522",
        "long": "Erding - Pretzen - Altenerding - Gewerbegebiet West - Klinikum",
        "short": "522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-523|523|StadtBus:1047_3",
        "label": "523",
        "long": "Erding - Williamsville - Am Stadion - Brauerei - Erding",
        "short": "523",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-524-V|524V|StadtBus:1047_3",
        "label": "524V",
        "long": "Erding, Brauerstr. - Erding - Erding, Berufsschule",
        "short": "524V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-524|524|StadtBus:1047_3",
        "label": "524",
        "long": "Erding - Brauerei - Am Stadion - Williamsville - Erding",
        "short": "524",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-525|525|StadtBus:1047_3",
        "label": "525",
        "long": "Erding - Altenerding - Therme Erding - Landratsamt - Stadtmitte - Erding",
        "short": "525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-526|526|StadtBus:1047_3",
        "label": "526",
        "long": "Erding - Stadtmitte - Landratsamt - Altenerding - Erding",
        "short": "526",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-527|527|StadtBus:1047_3",
        "label": "527",
        "long": "Erding - Stadtmitte - Altenerding - Therme Erding - Erding",
        "short": "527",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-528|528|StadtBus:1047_3",
        "label": "528",
        "long": "Therme Erding - Altenerding / Kronthaler Weiher - Erding - Eichenkofen",
        "short": "528",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-561|561|RegionalBus:1047_3",
        "label": "561",
        "long": "Erding - Fraunberg - Steinkirchen - Kirchberg - Wartenberg",
        "short": "561",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-562-V|562V|RegionalBus:1025_3",
        "label": "562V",
        "long": "Erding - Mauggen - Bockhorn - Gr\u00fcnbach",
        "short": "562V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-562|562|RegionalBus:1025_3",
        "label": "562",
        "long": "Taufkirchen (Vils), Gewerbegebiet - Inning am Holz - Erding",
        "short": "562",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-564-V|564V|RegionalBus:1025_3",
        "label": "564V",
        "long": "Unterstrogn - Bockhorn - Erding - Klinikum",
        "short": "564V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-564|564|RegionalBus:1025_3",
        "label": "564",
        "long": "Buchbach - Dorfen, Bahnhof - Kirchasch - Ammersdorf - Erding",
        "short": "564",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-565|565|RegionalBus:1025_3",
        "label": "565",
        "long": "Dorfen, Bahnhof - Landersdorf - Kirchasch - Papferding - Erding",
        "short": "565",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-567-V|567V|RegionalBus:1025_3",
        "label": "567V",
        "long": "Erding, Klinikum S\u00fcd - Walpertskirchen - Isen, Rathaus",
        "short": "567V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-567|567|RegionalBus:1025_3",
        "label": "567",
        "long": "Dorfen, Marienplatz - St. Wolfgang - Isen - Walpertskirchen - Erding",
        "short": "567",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-568-V|568V|RegionalBus:1041_3",
        "label": "568V",
        "long": "Markt Schwaben, Wittelsb. Weg - Erding, Klinikum Nord",
        "short": "568V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-568|568|RegionalBus:1041_3",
        "label": "568",
        "long": "Markt Schwaben - Finsing - Moosinning - Erding, Klinikum - Erding",
        "short": "568",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-569-V|569V|RegionalBus:1025_3",
        "label": "569V",
        "long": "Oberding, Schule - Niederding - Berglern - Gaden",
        "short": "569V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-569|569|RegionalBus:1025_3",
        "label": "569",
        "long": "Erding - Eitting - Eittingermoos - Gaden",
        "short": "569",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-630|630|StadtBus:1081_3",
        "label": "630",
        "long": "P+R-Platz - Klinikum Ost - Waldfriedhof - P+R-Platz",
        "short": "630",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-631|631|StadtBus:1081_3",
        "label": "631",
        "long": "Freising - Obere Hauptstra\u00dfe - Freising",
        "short": "631",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-632|632|StadtBus:1081_3",
        "label": "632",
        "long": "Freising - Marienplatz - Freising",
        "short": "632",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-633-V|633V|StadtBus:1081_3",
        "label": "633V",
        "long": "Goldshausen - Freising RS Gute \u00c4nger",
        "short": "633V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-633|633|StadtBus:1081_3",
        "label": "633",
        "long": "Freising - Marzling - Freising, Gutenbergstra\u00dfe - Freising",
        "short": "633",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-634-V|634V|StadtBus:1081_3",
        "label": "634V",
        "long": "Freising, Obervellacherstra\u00dfe - Attaching, Sportplatz",
        "short": "634V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-634|634|StadtBus:1081_3",
        "label": "634",
        "long": "P+R-Platz - Kirche St. Lantpert - Gewerbegebiet - Attaching",
        "short": "634",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-635|635|RegionalBus:1099_3",
        "label": "635",
        "long": "Freising - Flughafen, Terminalstr. Mitte",
        "short": "635",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-636|636|StadtBus:1081_3",
        "label": "636",
        "long": "Freising - Weihenstephan - Fraunhofer-Institut / Hittostra\u00dfe",
        "short": "636",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-637|637|StadtBus:1081_3",
        "label": "637",
        "long": "Freising - D\u00fcrnast - Hohenbachern und zur\u00fcck",
        "short": "637",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-638|638|StadtBus:1081_3",
        "label": "638",
        "long": "Freising - Weihenstephan - Forstzentrum - Freising",
        "short": "638",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-639|639|StadtBus:1081_3",
        "label": "639",
        "long": "Freising - AOK - Berufsschule - Lange Point - Freising",
        "short": "639",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-640|640|StadtBus:1081_3",
        "label": "640",
        "long": "Freising - Berufsschule - Kleine Wies - Klinikum Ost - Freising",
        "short": "640",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-641|641|StadtBus:1081_3",
        "label": "641",
        "long": "Freising - Prinz-Ludwig-Stra\u00dfe - Waldfriedhof - Klinikum Ost - Freising",
        "short": "641",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-642|642|StadtBus:1081_3",
        "label": "642",
        "long": "Freising - Klinikum Ost - Asamstra\u00dfe Landratsamt - Freising",
        "short": "642",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-643-V|643V|StadtBus:1081_3",
        "label": "643V",
        "long": "P+R-Platz - Schwabenau - Kepserstra\u00dfe - Kirche St. Lantpert - P+R-Platz",
        "short": "643V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-643|643|StadtBus:1081_3",
        "label": "643",
        "long": "P+R-Platz - Schwabenau - Kepserstra\u00dfe - Kirche St. Lantpert - P+R-Platz",
        "short": "643",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-645|645|StadtBus:1081_3",
        "label": "645",
        "long": "P+R-Platz - Realschule Gute \u00c4nger - Schwimmbad - P+R-Platz",
        "short": "645",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-650-V|650V|StadtBus:1081_3",
        "label": "650V",
        "long": "Freising - Klinikum Ost - Kleine Wies - Berufsschule - Freising",
        "short": "650V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-650|650|StadtBus:1081_3",
        "label": "650",
        "long": "Freising - Klinikum Ost - Kleine Wies - Berufsschule - Freising",
        "short": "650",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-651|651|StadtBus:1081_3",
        "label": "651",
        "long": "Freising - Landshuter Stra\u00dfe - Waldfriedhof - Prinz-Ludwig-Stra\u00dfe - Freising",
        "short": "651",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-652|652|StadtBus:1081_3",
        "label": "652",
        "long": "Freising - Landratsamt - Asamstra\u00dfe - Klinikum Ost - Freising",
        "short": "652",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-653|653|StadtBus:1081_3",
        "label": "653",
        "long": "P+R-Platz - Kirche St. Lantpert - Kepserstra\u00dfe - Schwabenau - P+R-Platz",
        "short": "653",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-654|654|StadtBus:1081_3",
        "label": "654",
        "long": "P+R-Platz - Schwimmbad - Epiphanias Zentrum - Schwimmbad - P+R-Platz",
        "short": "654",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-655|655|StadtBus:1081_3",
        "label": "655",
        "long": "P+R-Platz - Schwimmbad - Gute \u00c4nger - P+R-Platz",
        "short": "655",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-661|661|RegionalBus:1077_3",
        "label": "661",
        "long": "Rudelzhausen - Nandlstadt - Zolling - Freising",
        "short": "661",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-662-V|662V|RegionalBus:1077_3",
        "label": "662V",
        "long": "Mainburg - Rudelzhausen - Au - Attenkirchen - Freising",
        "short": "662V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-662|662|RegionalBus:1077_3",
        "label": "662",
        "long": "Freising - Attenkirchen - Au - Rudelzhausen - Mainburg",
        "short": "662",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-663|663|RegionalBus:1073_3",
        "label": "663",
        "long": "(Rudelzhausen) - Au - Wolfersdorf - Freising",
        "short": "663",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-664-V|664V|RegionalBus:1077_3",
        "label": "664V",
        "long": "Paunzhausen - Freising",
        "short": "664V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-664|664|RegionalBus:1077_3",
        "label": "664",
        "long": "Schweitenkirchen/Paunzhausen - Kirchdorf - Wolfersdorf - Freising",
        "short": "664",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-665|665|RegionalBus:1072_3",
        "label": "665",
        "long": "Petershausen Ost - Hohenkammer - Allershausen Sch\u00f6nbichl/Eberspoint - Freising",
        "short": "665",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-666|666|RegionalBus:1072_3",
        "label": "666",
        "long": "Freising - Kranzberg - Allershausen - Hohenkammer",
        "short": "666",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-667|667|RegionalBus:1059_3",
        "label": "667",
        "long": "Viehbach/H\u00f6chenberg - Sickenhausen - Freising",
        "short": "667",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-668|668|RegionalBus:1059_3",
        "label": "668",
        "long": "Freising - Massenhausen/Hetzenhausen - Deutenhausen/Haimhausen",
        "short": "668",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-680|680|RegionalBus:1311_3",
        "label": "680",
        "long": "Hagsdorf/Sixthaselbach - Thann - Haag (Amper) - Moosburg",
        "short": "680",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-681|681|RegionalBus:1311_3",
        "label": "681",
        "long": "Au, Hopfenhalle - Attenkirchen - Moosburg",
        "short": "681",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-682-V|682V|RegionalBus:1311_3",
        "label": "682V",
        "long": "Moosburg - Mauern - Pfettrach",
        "short": "682V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-682|682|RegionalBus:1311_3",
        "label": "682",
        "long": "Leitersdorf - Nandlstadt - Mauern - Moosburg",
        "short": "682",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-683-V|683V|RegionalBus:1311_3",
        "label": "683V",
        "long": "Moosburg - H\u00f6rgertshausen",
        "short": "683V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-683|683|RegionalBus:1311_3",
        "label": "683",
        "long": "Mainburg - Rudelzhausen - H\u00f6rgertshausen - Moosburg Mainburg - Rudelzhausen - H\u00f6rgertshausen - Moosburg",
        "short": "683",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-684|684|RegionalBus:1311_3",
        "label": "684",
        "long": "Tegernbach (Lkr.FS) - Nandlstadt - Bergen - Moosburg",
        "short": "684",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-687|687|RegionalBus:1095_3",
        "label": "687",
        "long": "Buch am Erlbach/Wang - Moosburg",
        "short": "687",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-688|688|RegionalBus:1425_3",
        "label": "688",
        "long": "Zolling - Langenbach - Moosburg",
        "short": "688",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-690|690|RegionalBus:1179_3",
        "label": "690",
        "long": "Garching, Forschungszentrum - Neufahrn - Eching Ost/Ort",
        "short": "690",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-691-V|691V|RegionalBus:1225_3",
        "label": "691V",
        "long": "Eching S\u00fcd - Freising, Berufsschule",
        "short": "691V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-691|691|RegionalBus:1225_3",
        "label": "691",
        "long": "Neufahrn - Hallbergmoos - Freising",
        "short": "691",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-692|692|RegionalBus:1099_3",
        "label": "692",
        "long": "Hallbergmoos/Ort - Mintraching - Neufahrn",
        "short": "692",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-693|693|RegionalBus:1072_3",
        "label": "693",
        "long": "Schulzentrum/Lohhof S\u00fcd - Kammerberg - Hohenkammer",
        "short": "693",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-694|694|RegionalBus:1098_3",
        "label": "694",
        "long": "Giggenhausen - Neufahrn",
        "short": "694",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-695|695|RegionalBus:1072_3",
        "label": "695",
        "long": "Kirchdorf a. d. Amper - Allershausen - Eching Nord/S\u00fcd - Garching-Hochbr\u00fcck",
        "short": "695",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-696|696|RegionalBus:1072_3",
        "label": "696",
        "long": "Deutenhausen - Eching Nord/S\u00fcd - Deutenhausen",
        "short": "696",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-698-V|698V|RegionalBus:1173_3",
        "label": "698V",
        "long": "Goldach, Mittermeierweg - Hallbergmoos",
        "short": "698V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-698|698|RegionalBus:1073_3",
        "label": "698",
        "long": "Ortsverkehr Hallbergmoos Hallbergmoos - Gewerbegebiet/Rathaus - Hallbergmoos",
        "short": "698",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-701|701|RegionalBus:1033_3",
        "label": "701",
        "long": "Karlsfeld, Schwarzh\u00f6lzlstra\u00dfe - Karlsfeld",
        "short": "701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-702|702|RegionalBus:1040_3",
        "label": "702",
        "long": "Dachau, Schulen - Dachau - Karlsfeld",
        "short": "702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-703|703|RegionalBus:1061_3",
        "label": "703",
        "long": "Erdweg - Unterweikertshofen - H\u00f6fa - Odelzhausen",
        "short": "703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-704|704|RegionalBus:1032_3",
        "label": "704",
        "long": "Aichach - Altom\u00fcnster / Dachau",
        "short": "704",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-705|705|RegionalBus:1077_3",
        "label": "705",
        "long": "Dachau - Schwabhausen - Unterweikertshofen - Altom\u00fcnster",
        "short": "705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-706|706|RegionalBus:1011_3",
        "label": "706",
        "long": "(Klenau/Schiltberg-) Hilgertshausen - Markt Indersdorf - Dachau - Karlsfeld - Vogelloh / Allach Ost",
        "short": "706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-707|707|RegionalBus:1325_3",
        "label": "707",
        "long": "Altom\u00fcnster - Tandern - Hilgertshausen - Jetzendorf - Petershausen West",
        "short": "707",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-708-V|708V|RegionalBus:1061_3",
        "label": "708V",
        "long": "Markt Indersdorf - Weichs - Vierkirchen-Esterhofen - Massenhausen",
        "short": "708V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-708|708|RegionalBus:1061_3",
        "label": "708",
        "long": "Neufahrn - Massenhausen - Vierkirchen-Esterhofen - Weichs - Markt Indersdorf",
        "short": "708",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-710|710|RegionalBus:1040_3",
        "label": "710",
        "long": "Moosach - Karlsfeld - Dachau",
        "short": "710",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-711|711|RegionalBus:1033_3",
        "label": "711",
        "long": "Karlsfeld - Karlsfeld, Ludwig-Ganghofer-Stra\u00dfe - Karlsfeld",
        "short": "711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-715|715|RegionalBus:1077_3",
        "label": "715",
        "long": "Kleinberghofen - Altom\u00fcnster bzw. Kleinberghofen - Stumpfenbach - Altom\u00fcnster",
        "short": "715",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-721-V|721V|RegionalBus:1032_3",
        "label": "721V",
        "long": "Unterumbach/Gaggers - Odelzhausen - Bergkirchen - Dachau, Schulen",
        "short": "721V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-721|721|RegionalBus:1032_3",
        "label": "721",
        "long": "Stockach/Ebersried - Odelzhausen - Sulzemoos - Bergkirchen - Dachau",
        "short": "721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-723|723|RegionalBus:1061_3",
        "label": "723",
        "long": "Haimhausen - Inhausermoos Hebertshausen - DAH, Schulen",
        "short": "723",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-725-V|725V|RegionalBus:1061_3",
        "label": "725V",
        "long": "Fahrenzhausen - Haimhausen Hebertshausen - Dachau, Schulen",
        "short": "725V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-725|725|RegionalBus:1061_3",
        "label": "725",
        "long": "Dachau - Hebertshausen - Haimhausen - Fahrenzhausen - Freising",
        "short": "725",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-727-V|727V|RegionalBus:1061_3",
        "label": "727V",
        "long": "Weichs -Markt Ind. - R\u00f6hrmoos- Hebertshausen",
        "short": "727V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-727|727|RegionalBus:1061_3",
        "label": "727",
        "long": "Dachau, Ost - Hebertshausen - R\u00f6hrmoos - Niederroth",
        "short": "727",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-728|728|RegionalBus:1077_3",
        "label": "728",
        "long": "Sigmertshausen - Niederroth - Markt Indersdorf - Petershausen - Obermarbach",
        "short": "728",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-729|729|RegionalBus:1070_3",
        "label": "729",
        "long": "Markt Indersdorf - Ainhofen - Weichs - Vierkirchen-Esterh.",
        "short": "729",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-771|771|RegionalBus:1098_3",
        "label": "771",
        "long": "Petershausen West - Kammerberg - Haimhausen - Lohhof",
        "short": "771",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-772-V|772V|RegionalBus:1061_3",
        "label": "772V",
        "long": "Inhausermoos - Haimhausen - R\u00f6hrmoos Markt Indersdorf - Weichs",
        "short": "772V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-772|772|RegionalBus:1061_3",
        "label": "772",
        "long": "Markt Indersdorf - R\u00f6hrmoos - Haimhausen - Unterschlei\u00dfheim",
        "short": "772",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-782|782|RegionalBus:1077_3",
        "label": "782",
        "long": "Randelsried - Pipinsried - Arnzell - Markt Indersdorf",
        "short": "782",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-785|785|RegionalBus:1077_3",
        "label": "785",
        "long": "Erdweg - Markt Indersdorf - Weichs - Petershausen West",
        "short": "785",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-791-V|791V|RegionalBus:1061_3",
        "label": "791V",
        "long": "Weichs - Markt Indersdorf - Stetten - Arnbach - Schwabhausen",
        "short": "791V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-791|791|RegionalBus:1061_3",
        "label": "791",
        "long": "Gr\u00f6benried - Eschenried - Dachau - Bergkirchen",
        "short": "791",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-803|803|RegionalBus:1043_3",
        "label": "803",
        "long": "Inning, Marktplatz - Grafrath - Sch\u00f6ngeising",
        "short": "803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-804|804|RegionalBus:1043_3",
        "label": "804",
        "long": "Grafrath - Unteralting - Mauern - Jexhof",
        "short": "804",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-805|805|RegionalBus:1043_3",
        "label": "805",
        "long": "Grafrath - Kottgeisering - Pleitmannswang - Zankenhausen - T\u00fcrkenfeld",
        "short": "805",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-807|807|RegionalBus:1043_3",
        "label": "807",
        "long": "T\u00fcrkenfeld - Beuern - Neugreifenberg - Greifenberg - Eching - T\u00fcrkenfeld",
        "short": "807",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-810|810|RegionalBus:1043_3",
        "label": "810",
        "long": "Geltendorf - Moorenweis - Jesenwang Landsberied - Mammendorf",
        "short": "810",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-820|820|RegionalBus:1013_3",
        "label": "820",
        "long": "F\u00fcrstenfeldbruck, Sch\u00f6ngeisinger Str. - Buchenau - Sch\u00f6ngeising - Grafrath - Inning - Seefeld-Hechendorf",
        "short": "820",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-822|822|RegionalBus:1043_3",
        "label": "822",
        "long": "Mammendorf - Adelshofen - Jesenwang - Sch\u00f6ngeising - F\u00fcrstenfeldbruck",
        "short": "822",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-823|823|RegionalBus:1043_3",
        "label": "823",
        "long": "F\u00fcrstenfeldbruck - Jesenwang Adelshofen - D\u00fcnzelbach",
        "short": "823",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-825|825|RegionalBus:1043_3",
        "label": "825",
        "long": "D\u00fcnzelbach - Moorenweis - Jesenwang - Landsberied - F\u00fcrstenfeldbruck",
        "short": "825",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-826|826|RegionalBus:1043_3",
        "label": "826",
        "long": "Grafrath - Jesenwang - Grunertshofen - D\u00fcnzelbach - Zell - Moorenweis - Grafrath",
        "short": "826",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-829|829|RegionalBus:1043_3",
        "label": "829",
        "long": "Mammendorf - Jesenwang, Schule - Mammendorf, Schule - Moorenweis",
        "short": "829",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-830|830|RegionalBus:1033_3",
        "label": "830",
        "long": "Lochhausen - Gr\u00f6benzell - Puchheim Nord",
        "short": "830",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-832|832|RegionalBus:1033_3",
        "label": "832",
        "long": "Olching, Kulturwerkstatt - Olching - Gr\u00f6benzell - Puchheim Nord",
        "short": "832",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-833|833|RegionalBus:1040_3",
        "label": "833",
        "long": "Eichenau Nord - Olching, Grundschule - Olching - Olching, Cronenbergstra\u00dfe",
        "short": "833",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-835|835|StadtBus:1013_3",
        "label": "835",
        "long": "Gra\u00dflfing, Georgenstra\u00dfe - Geiselbullach - Esting - Kriegerdenkmal",
        "short": "835",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-837|837|RegionalBus:1013_3",
        "label": "837",
        "long": "Althegnenberg - Tegernbach - Oberschweinbach - Mammendorf - F\u00fcrstenfeldbruck",
        "short": "837",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-838|838|RegionalBus:1013_3",
        "label": "838",
        "long": "Tegernbach - Mittelstetten - Oberschweinbach - Mammendorf - Buchenau",
        "short": "838",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-839|839|RegionalBus:1013_3",
        "label": "839",
        "long": "Tegernbach - Mittelstetten - Althegnenberg - Mammendorf - F\u00fcrstenfeldbruck",
        "short": "839",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-840|840|StadtBus:1040_3",
        "label": "840",
        "long": "Buchenau - F\u00fcrstenfeldbruck",
        "short": "840",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-843|843|RegionalBus:1013_3",
        "label": "843",
        "long": "Olching - Emmering - FFB, Adolf-Kolping-Stra\u00dfe / F\u00fcrstenfeldbruck",
        "short": "843",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-845|845|StadtBus:1091_3",
        "label": "845",
        "long": "F\u00fcrstenfeldbruck, Fliegerhorst - F\u00fcrstenfeldbruck",
        "short": "845",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-851|851|StadtBus:1040_3",
        "label": "851",
        "long": "Germering, Salzstra\u00dfe - Germering, Kleiner Stachus - Harthaus Nord",
        "short": "851",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-852|852|RegionalBus:1040_3",
        "label": "852",
        "long": "F\u00fcrstenfeldbruck - Alling - Germering-Unterpfaffenhofen - Germering, Kerschensteiner Schule",
        "short": "852",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-853|853|RegionalBus:1013_3",
        "label": "853",
        "long": "Puchheim Bf, Bgm.-Ertl-Stra\u00dfe - Puchheim S\u00fcd - Germering-Unterpf.",
        "short": "853",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-854|854|StadtBus:1013_3",
        "label": "854",
        "long": "Puchheim Ort, Vogelsangstra\u00dfe - Puchheim S\u00fcd",
        "short": "854",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-855|855|StadtBus:1033_3",
        "label": "855",
        "long": "Puchheim Nord - Gewerbegebiet Nord - Lu\u00dfstra\u00dfe - Puchheim Nord",
        "short": "855",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-856|856|RegionalBus:1040_3",
        "label": "856",
        "long": "Germering-Unterpfaffenhofen - Germering, Neue Gautinger Stra\u00dfe - Planegg West",
        "short": "856",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-857|857|StadtBus:1040_3",
        "label": "857",
        "long": "Germering, GEP - Germering, Rathaus - Germering-Unterpfaffenhofen",
        "short": "857",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-858|858|StadtBus:1040_3",
        "label": "858",
        "long": "Germering, Freibad/Polariom - Germering-Unterpfaffenhofen - Germering, Kriemhildenstra\u00dfe",
        "short": "858",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-859|859|StadtBus:1040_3",
        "label": "859",
        "long": "Harthaus S\u00fcd - Germering, Kleiner Stachus - Germering, Freibad/Polariom",
        "short": "859",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-860|860|RegionalBus:1040_3",
        "label": "860",
        "long": "Freiham - Puchheim Ort - Eichenau Nord - Olching - Gra\u00dflfing, Georgenstra\u00dfe",
        "short": "860",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-861|861|RegionalBus:1013_3",
        "label": "861",
        "long": "Eichenau, Spechtstra\u00dfe - Eichenau S\u00fcd",
        "short": "861",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-862|862|RegionalBus:1013_3",
        "label": "862",
        "long": "F\u00fcrstenfeldbruck - Eichenau Nord - Puchheim S\u00fcd",
        "short": "862",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-863|863|RegionalBus:1013_3",
        "label": "863",
        "long": "Buchenau - F\u00fcrstenfeldbruck, Fliegerhorst - Eichenau Nord",
        "short": "863",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-871|871|RegionalBus:1061_3",
        "label": "871",
        "long": "Maisach - Aufkirchen - Egenhofen - Ebersried",
        "short": "871",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-872|872|RegionalBus:1061_3",
        "label": "872",
        "long": "Maisach - Realschule - Am Strasserwinkel - Gernlinden",
        "short": "872",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-873|873|RegionalBus:1091_3",
        "label": "873",
        "long": "F\u00fcrstenfeldbruck - Maisach",
        "short": "873",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-874|874|RegionalBus:1061_3",
        "label": "874",
        "long": "Maisach, Schulen - Malching - Egenhofen, Dirlesried",
        "short": "874",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-875|875|RegionalBus:1061_3",
        "label": "875",
        "long": "Waltenhofen - Rottbach - \u00dcberacker - Maisach",
        "short": "875",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-901|901|StadtBus:1032_3",
        "label": "901",
        "long": "Starnberg - Blumensiedlung - Hanfeld - Starnberg",
        "short": "901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-902|902|StadtBus:1032_3",
        "label": "902",
        "long": "Starnberg Nord - Starnberg - Klinikum-MediCenter - Cappius - S\u00f6cking",
        "short": "902",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-903|903|StadtBus:1032_3",
        "label": "903",
        "long": "Starnberg - Auersberg - Ludwigsh\u00f6he - Starnberg",
        "short": "903",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-905|905|StadtBus:1032_3",
        "label": "905",
        "long": "Leutstetten - Starnberg - Waldspielplatz",
        "short": "905",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-906|906|RegionalBus:1091_3",
        "label": "906",
        "long": "Planegg West - KIM (- Gauting - KIM) - Planegg West",
        "short": "906",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-909|909|RegionalBus:1061_3",
        "label": "909",
        "long": "Maising - Starnberg - Starnberg Nord",
        "short": "909",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-921-V|921V|RegionalBus:1461_3",
        "label": "921V",
        "long": "Herrsching, Gymnasium - Inning - Etterschlag - Gilching, Gymnasium",
        "short": "921V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-921|921|RegionalBus:1461_3",
        "label": "921",
        "long": "Inning am Ammersee - Herrsching",
        "short": "921",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-923|923|RegionalBus:1061_3",
        "label": "923",
        "long": "GP Inning/W\u00f6rthsee - Steinebach - We\u00dfling - ESPE/3M - Steinebach",
        "short": "923",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-924|924|RegionalBus:1461_3",
        "label": "924",
        "long": "Seefeld-Hechendorf - Oberalting - Seefeld-Hechendorf",
        "short": "924",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-928-V|928V|RegionalBus:1061_3",
        "label": "928V",
        "long": "Breitbrunn - Bachern / Walchstadt - Gilching, Gymnasium Herrsching Gymnasium - Breitbrunn - Bachern - Walchstadt",
        "short": "928V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-928|928|RegionalBus:1061_3",
        "label": "928",
        "long": "Andechs - Seefeld-Hechendorf - Steinebach - Walchstadt",
        "short": "928",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-936|936|RegionalBus:1011_3",
        "label": "936",
        "long": "Weilheim - Pei\u00dfenberg - Schongau",
        "short": "936",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-949|949|RegionalBus:1091_3",
        "label": "949",
        "long": "Gauting - Gilching-Argelsried",
        "short": "949",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-950-V|950V|RegionalBus:1461_3",
        "label": "950V",
        "long": "Seefeld-Hechendorf - Herrsching Schulen / Seefeld-Hechendorf - Frieding - Unering",
        "short": "950V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-950|950|RegionalBus:1461_3",
        "label": "950",
        "long": "Herrsching - Frieding - Oberalting - Starnberg Nord",
        "short": "950",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-951|951|RegionalBus:1011_3",
        "label": "951",
        "long": "Starnberg Nord - Andechs - Herrsching",
        "short": "951",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-955|955|RegionalBus:1091_3",
        "label": "955",
        "long": "We\u00dfling - Starnberg Nord",
        "short": "955",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-956|956|RegionalBus:1061_3",
        "label": "956",
        "long": "Aschering - Wieling - P\u00f6cking - Possenhofen - Starnberg",
        "short": "956",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-957|957|RegionalBus:1091_3",
        "label": "957",
        "long": "Gilching-Argelsried - Neugilching - DLR - We\u00dfling",
        "short": "957",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-958|958|RegionalBus:1011_3",
        "label": "958",
        "long": "Tutzing - Andechs - Herrsching",
        "short": "958",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-962|962|RegionalBus:1091_3",
        "label": "962",
        "long": "Gauting - Krailling - F\u00fcrstenried West",
        "short": "962",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-963|963|RegionalBus:1091_3",
        "label": "963",
        "long": "Gauting - Pentenried - Unterbrunn",
        "short": "963",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-965|965|RegionalBus:1091_3",
        "label": "965",
        "long": "Gauting - Buchendorf",
        "short": "965",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-966|966|RegionalBus:1091_3",
        "label": "966",
        "long": "Gauting - KIM/Krailling - Gauting",
        "short": "966",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-967|967|RegionalBus:1091_3",
        "label": "967",
        "long": "Planegg - Krailling",
        "short": "967",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-968|968|RegionalBus:1091_3",
        "label": "968",
        "long": "Planegg West - Stockdorf, Harmsplatz - Gauting",
        "short": "968",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-969|969|RegionalBus:1091_3",
        "label": "969",
        "long": "Unterbrunn - Oberbrunn - Gauting",
        "short": "969",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-971|971|RegionalBus:1011_3",
        "label": "971",
        "long": "Ammerland - M\u00fcnsing - Starnberg",
        "short": "971",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-972|972|RegionalBus:1011_3",
        "label": "972",
        "long": "Sch\u00e4ftlarn, Kloster - Hohensch\u00e4ftlarn - Wangen - Starnberg Nord",
        "short": "972",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-973|973|RegionalBus:1011_3",
        "label": "973",
        "long": "Berg - Walchstadt - Icking",
        "short": "973",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-974|974|RegionalBus:1011_3",
        "label": "974",
        "long": "Icking - M\u00f6rlbach - Berg",
        "short": "974",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-975|975|RegionalBus:1011_3",
        "label": "975",
        "long": "Wolfratshausen - H\u00f6henrain - Bachhausen - Berg - Starnberg Nord",
        "short": "975",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-976|976|RegionalBus:1061_3",
        "label": "976",
        "long": "Traubing - Feldafing - Possenhofen - Maising",
        "short": "976",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-977|977|RegionalBus:1461_3",
        "label": "977",
        "long": "Tutzing, Heimgartenstra\u00dfe - Tutzing - Unterzeismering",
        "short": "977",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-978-V|978V|RegionalBus:1461_3",
        "label": "978V",
        "long": "Frieding - Aschering - Traubing - Feldafing / Tutzing Gymnasium",
        "short": "978V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-978|978|RegionalBus:1461_3",
        "label": "978",
        "long": "Feldafing - Tutzing",
        "short": "978",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-979|979|RegionalBus:1461_3",
        "label": "979",
        "long": "Diemendorf - Haunshofen - Kampberg - Tutzing, Am Kallerbach - Tutzing",
        "short": "979",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-981|981|RegionalBus:1011_3",
        "label": "981",
        "long": "Schongau - Bernbeuren - Lechbruck - Prem - Steingaden",
        "short": "981",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-987|987|RegionalBus:1011_3",
        "label": "987",
        "long": "Schongau - Altenstadt - Schwabsoien - Sachsenried - Ingenried",
        "short": "987",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:19-989|989|RegionalBus:1011_3",
        "label": "989",
        "long": "Schongau - Altenstadt - Hohenfurch - Schongau",
        "short": "989",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:20-200|X200|ExpressBus:1061_3",
        "label": "X200",
        "long": "M\u00fcnchen, Ostbahnhof - Taufkirchen, Lilienthalstra\u00dfe",
        "short": "X200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:20-201|X201|ExpressBus:1040_3",
        "label": "X201",
        "long": "Dachau - Oberschlei\u00dfheim - Garching-Hochbr\u00fcck - Garching-Forschungszentrum",
        "short": "X201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:20-202|X202|ExpressBus:1097_3",
        "label": "X202",
        "long": "Unterschlei\u00dfheim Ost - Garching-Hochbr\u00fcck - Ismaning - Aschheim - Haar",
        "short": "X202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:20-203|X203|ExpressBus:1361_3",
        "label": "X203",
        "long": "Deisenhofen West - Tfk., Hugo-Junkers-Stra\u00dfe - Putzbrunn - Haar - Heimstetten",
        "short": "X203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:20-204|X204|ExpressBus:1053_3",
        "label": "X204",
        "long": "Putzbrunn - Ottobrunn - Unterhaching - Candidplatz - Bruderm\u00fchlstra\u00dfe - St. Achaz",
        "short": "X204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:20-205|X205|ExpressBus:1097_3",
        "label": "X205",
        "long": "Arabellapark - Unterf\u00f6hring - Ismaning - Garching - Garching-Forschungszentrum",
        "short": "X205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:20-206|X206|ExpressBus:1099_3",
        "label": "X206",
        "long": "Feldmoching - Oberschlei\u00dfheim - Lohhof Nord",
        "short": "X206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:20-208|X208|ExpressBus:1040_3",
        "label": "X208",
        "long": "Klinikum Gro\u00dfhadern - Gro\u00dfhadern - Martinsried - Planegg - Germering-Unterpfaffenhofen",
        "short": "X208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:20-320|X320|ExpressBus:1361_3",
        "label": "X320",
        "long": "Wolfratshausen - Egling - Endlhausen - Deisenhofen West",
        "short": "X320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:20-380|X380|ExpressBus:1061_3",
        "label": "X380",
        "long": "Bad T\u00f6lz - Miesbach - Rosenheim",
        "short": "X380",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:20-381|X381|ExpressBus:1061_3",
        "label": "X381",
        "long": "Bad T\u00f6lz - Waakirchen - Miesbach / Gmund",
        "short": "X381",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:20-660|X660|ExpressBus:1077_3",
        "label": "X660",
        "long": "Garching, Forschungszentrum - Freising - Freising, Weihenstephan",
        "short": "X660",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:20-730|X730|ExpressBus:1061_3",
        "label": "X730",
        "long": "Pasing - Geiselbullach - Bergkirchen/GADA - Bachern - Schwabhausen",
        "short": "X730",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:20-731|X731|ExpressBus:1061_3",
        "label": "X731",
        "long": "Pasing - Sulzemoos - Odelzhausen - Sittenbach - Erdweg",
        "short": "X731",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:20-732|X732|ExpressBus:1061_3",
        "label": "X732",
        "long": "Dasing - Adelzhausen - Odelzhausen - Sulzemoos - Pasing",
        "short": "X732",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:20-733|X733|ExpressBus:1061_3",
        "label": "X733",
        "long": "Pasing - Sulzemoos - Odelzhausen - Pfaffenhofen a.d. Glonn - Egenhofen",
        "short": "X733",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:20-800|X800|ExpressBus:1013_3",
        "label": "X800",
        "long": "Buchenau - Esting - Dachau",
        "short": "X800",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:20-850|X850|ExpressBus:1091_3",
        "label": "X850",
        "long": "Germering-Unterpfaffenhofen - F\u00fcrstenfeldbruck",
        "short": "X850",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:20-900|X900|ExpressBus:1013_3",
        "label": "X900",
        "long": "Starnberg - Gilching-Argelsried - F\u00fcrstenfeldbruck - Buchenau",
        "short": "X900",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:20-910|X910|ExpressBus:1053_3",
        "label": "X910",
        "long": "Geltendorf /ESPE-Platz - We\u00dfling - DLR - Gauting - Klinikum Gro\u00dfh.",
        "short": "X910",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:20-970|X970|ExpressBus:1061_3",
        "label": "X970",
        "long": "Bad T\u00f6lz - Wolfratshausen - Starnberg",
        "short": "X970",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:20-990|X990|ExpressBus:1061_3",
        "label": "X990",
        "long": "Murnau - Penzberg - Bad T\u00f6lz",
        "short": "X990",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-601|601|StadtBus:1069_3",
        "label": "601",
        "long": "Preisenberg - Kumhausen - L\u00e4ndtorplatz - Hauptbahnhof - Altdorf",
        "short": "601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-602|602|StadtBus:1069_3",
        "label": "602",
        "long": "Altstadt - L\u00e4ndtorplatz - Hauptbahnhof - Ergolding",
        "short": "602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-603|603|StadtBus:1069_3",
        "label": "603",
        "long": "Auloh - Altstadt - Hauptbahnhof - Wolfgangsiedlung",
        "short": "603",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-604|604|StadtBus:1069_3",
        "label": "604",
        "long": "L\u00e4ndtorplatz - West - Hauptbahnhof",
        "short": "604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-605|605|StadtBus:1069_3",
        "label": "605",
        "long": "Altstadt - Moniberg - Alte Kaserne - Schweinbach",
        "short": "605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-606|606|StadtBus:1069_3",
        "label": "606",
        "long": "Auwaldsiedlung - Altstadt - Hauptbahnhof - Eugenbach",
        "short": "606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-607|607|StadtBus:1069_3",
        "label": "607",
        "long": "Mitterw\u00f6hr - Altstadt - Hofberg - Obere Altstadt / Berggrub",
        "short": "607",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-608|608|StadtBus:1069_3",
        "label": "608",
        "long": "Hauptbahnhof - N\u00f6rdliche Wolfgangsiedlung - Altdorf - Eugenbach",
        "short": "608",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-609|609|StadtBus:1095_3",
        "label": "609",
        "long": "LA-Altstadt - LA-Hbf - M\u00fcnchnerau - G\u00fcndlkofen - Tondorf",
        "short": "609",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-610|610|StadtBus:1069_3",
        "label": "610",
        "long": "Metzental - L\u00e4ndtorplatz - Sportzentrum West",
        "short": "610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-611|611|StadtBus:1069_3",
        "label": "611",
        "long": "Piflaser Weg - Am Alten Viehmarkt/CCL - Hauptbahnhof - M\u00fcnchnerau",
        "short": "611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-612|612|StadtBus:1069_3",
        "label": "612",
        "long": "Altstadt - Piflas - Ergolding",
        "short": "612",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-614|614|StadtBus:1069_3",
        "label": "614",
        "long": "Wolfsteinerau - Frauenberg - Gretlm\u00fchle - Altstadt",
        "short": "614",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-615|615|StadtBus:1069_3",
        "label": "615",
        "long": "Ergolding - Hauptbahnhof",
        "short": "615",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-616|616|StadtBus:1069_3",
        "label": "616",
        "long": "Auloh - Auwaldsiedlung - Hauptbahnhof",
        "short": "616",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-617|617|StadtBus:1069_3",
        "label": "617",
        "long": "Eugenbach - Hauptbahnhof",
        "short": "617",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-618|618|StadtBus:1069_3",
        "label": "618",
        "long": "Metzental - Hauptbahnhof",
        "short": "618",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-619|619|StadtBus:1069_3",
        "label": "619",
        "long": "Hauptbahnhof - Hochschule - Am Lurzenhof",
        "short": "619",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-620|620|StadtBus:1069_3",
        "label": "620",
        "long": "Metzental - L\u00e4ndtorplatz",
        "short": "620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-621|621|StadtBus:1069_3",
        "label": "621",
        "long": "Preisenberg - Kumhausen - L\u00e4ndtorplatz - Hauptbahnhof",
        "short": "621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-622|622|StadtBus:1069_3",
        "label": "622",
        "long": "Altstadt - Hauptbahnhof - Piflas - Ergolding",
        "short": "622",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-623|623|StadtBus:1069_3",
        "label": "623",
        "long": "Auloh - Altstadt - Hauptbahnhof - Wolfgangsiedlung",
        "short": "623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-624|624|StadtBus:1069_3",
        "label": "624",
        "long": "L\u00e4ndtorplatz - West - Hauptbahnhof",
        "short": "624",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-625|625|StadtBus:1069_3",
        "label": "625",
        "long": "Hauptbahnhof - Altstadt - Moniberg",
        "short": "625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-626|626|StadtBus:1069_3",
        "label": "626",
        "long": "Auwaldsiedlung - Altstadt",
        "short": "626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-627|627|StadtBus:1069_3",
        "label": "627",
        "long": "Altstadt - Hofberg - Altstadt",
        "short": "627",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-628|628|StadtBus:1069_3",
        "label": "628",
        "long": "Altstadt - Hauptbahnhof - Wolfgangsiedlung - Eugenbach",
        "short": "628",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-629|629|StadtBus:1069_3",
        "label": "629",
        "long": "Am Alten Viehmarkt - Altstadt - Hauptbahnhof - M\u00fcnchnerau - G\u00fcndlkofen",
        "short": "629",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E01|E01|StadtBus:1069_3",
        "label": "E01",
        "long": "Auloh\u2009- Bismarckplatz - Hauptbahnhof -\u2009HLG\u2009-\u2009Realschule",
        "short": "E01",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E02|E02|StadtBus:1069_3",
        "label": "E02",
        "long": "L\u00f6schenbrand - Stadtpark - Hauptbahnhof - Altstadt - Am Lurzenhof",
        "short": "E02",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E03|E03|StadtBus:1069_3",
        "label": "E03",
        "long": "Hauptbahnhof - Am Alten Viehmarkt - Am Lurzenhof",
        "short": "E03",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E04|E04|StadtBus:1069_3",
        "label": "E04",
        "long": "Hascherkeller - Hauptbahnhof - Altstadt - Am Lurzenhof",
        "short": "E04",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E05|E05|StadtBus:1069_3",
        "label": "E05",
        "long": "Eugenbach - Wirtschaftsschule - HLG - Realschule",
        "short": "E05",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E06|E06|StadtBus:1069_3",
        "label": "E06",
        "long": "Kumhausen - Finanzamt - Am Lurzenhof",
        "short": "E06",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E07|E07|StadtBus:1069_3",
        "label": "E07",
        "long": "Hofberg - HLG - Realschule - Wirtschaftsschule",
        "short": "E07",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E08|E08|StadtBus:1069_3",
        "label": "E08",
        "long": "Kumhausen - HLG\u2009 - Realschule - Wirtschaftsschule",
        "short": "E08",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E09|E09|StadtBus:1069_3",
        "label": "E09",
        "long": "Preisenberg - Kumhausen - Realschule Ergolding",
        "short": "E09",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E10|E10|StadtBus:1095_3",
        "label": "E10",
        "long": "Altstadt - Hauptbahnhof - Realschule Ergolding",
        "short": "E10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E11|E11|StadtBus:1069_3",
        "label": "E11",
        "long": "Eugenbach - Hauptbahnhof - Realschule Ergolding",
        "short": "E11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E12|E12|StadtBus:1069_3",
        "label": "E12",
        "long": "Ergolding - HLG - Realschule - Wirtschaftsschule",
        "short": "E12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E13|E13|StadtBus:1069_3",
        "label": "E13",
        "long": "Ergolding - Piflas - Altstadt - L\u00e4ndtorplatz - HLG - Realschule",
        "short": "E13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E14|E14|StadtBus:1069_3",
        "label": "E14",
        "long": "Wolfgangsiedlung - Hauptbahnhof - Altstadt - Am Lurzenhof",
        "short": "E14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E15|E15|StadtBus:1069_3",
        "label": "E15",
        "long": "Auwaldsiedlung - Altstadt - Hauptbahnhof - Wirtschaftsschule - HLG - Realschule",
        "short": "E15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E17|E17|StadtBus:1069_3",
        "label": "E17",
        "long": "L\u00e4ndtorplatz - HLG - Realschule - Wolfgangschule",
        "short": "E17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E18|E18|StadtBus:1069_3",
        "label": "E18",
        "long": "Frauenberg - Auloh - Hauptbahnhof - HLG - Wirtschaftsschule",
        "short": "E18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E19|E19|StadtBus:1069_3",
        "label": "E19",
        "long": "Altdorf/Kleinfeld - Hauptbahnhof - Altstadt - Am Lurzenhof",
        "short": "E19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E20|E20|StadtBus:1069_3",
        "label": "E20",
        "long": "N\u00f6rdl. Wolfgangsiedlung - Hauptbahnhof - HLG - Realschule",
        "short": "E20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E21|E21|StadtBus:1069_3",
        "label": "E21",
        "long": "L\u00e4ndtorplatz - Landshut/West - Am Alten Viehmarkt - Schulstra\u00dfe",
        "short": "E21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E22|E22|StadtBus:1069_3",
        "label": "E22",
        "long": "Eugenbach - N\u00f6rdl. Wolfgangsiedlung - Hauptbahnhof - Postplatz - Schulstra\u00dfe",
        "short": "E22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E23|E23|StadtBus:1069_3",
        "label": "E23",
        "long": "Hauptbahnhof - Altstadt - Am Lurzenhof",
        "short": "E23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E25|E25|StadtBus:1069_3",
        "label": "E25",
        "long": "Auerweg - Nikolaschule",
        "short": "E25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E26|E26|StadtBus:1069_3",
        "label": "E26",
        "long": "Lainerbuckel - Altstadt - Am Lurzenhof",
        "short": "E26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E28|E28|StadtBus:1095_3",
        "label": "E28",
        "long": "G\u00fcndlkofen - Unterlenghart - Wirtschaftsschule - Hauptbahnhof - Altstadt",
        "short": "E28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E29|E29|StadtBus:1095_3",
        "label": "E29",
        "long": "G\u00fcndlkoferau - L\u00e4ndtorplatz - Altstadt",
        "short": "E29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E30|E30|StadtBus:1069_3",
        "label": "E30",
        "long": "Kupfereck - Hofberg - Altstadt - Am Lurzenhof",
        "short": "E30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E31|E31|StadtBus:1069_3",
        "label": "E31",
        "long": "Hauptbahnhof - Realschule Ergolding",
        "short": "E31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E32|E32|StadtBus:1069_3",
        "label": "E32",
        "long": "Moniberg - Altstadt - Bismarckplatz",
        "short": "E32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E33|E33|StadtBus:1095_3",
        "label": "E33",
        "long": "M\u00fcnchnerau - Realschule - Hauptbahnhof - Altstadt",
        "short": "E33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E34|E34|StadtBus:1095_3",
        "label": "E34",
        "long": "G\u00fcndlkoferau - Realschule - Hauptbahnhof - Altstadt",
        "short": "E34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E37|E37|StadtBus:1069_3",
        "label": "E37",
        "long": "Hauptbahnhof - Am Lurzenhof",
        "short": "E37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E38|E38|StadtBus:1069_3",
        "label": "E38",
        "long": "Moniberg - L\u00e4ndtorplatz - HLG - Realschule",
        "short": "E38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E39|E39|StadtBus:1069_3",
        "label": "E39",
        "long": "Preisenberg - Kumhausen - Hauptbahnhof - Realschule Ergolding",
        "short": "E39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E40|E40|StadtBus:1069_3",
        "label": "E40",
        "long": "Wolfsteinerau - Altstadt - Hauptbahnhof - Gymnasium Ergolding",
        "short": "E40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E41|E41|StadtBus:1069_3",
        "label": "E41",
        "long": "Hauptbahnhof - Hochschule - Am Lurzenhof",
        "short": "E41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E42|E42|StadtBus:1069_3",
        "label": "E42",
        "long": "Hauptbahnhof - Hochschule - Am Lurzenhof",
        "short": "E42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E43|E43|StadtBus:1069_3",
        "label": "E43",
        "long": "Hauptbahnhof - Hochschule - Am Lurzenhof",
        "short": "E43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E50|E50|StadtBus:1069_3",
        "label": "E50",
        "long": "Realschule - Wirtschaftsschule - Hauptbahnhof",
        "short": "E50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E51|E51|StadtBus:1069_3",
        "label": "E51",
        "long": "Realschule Ergolding - Hauptbahnhof - Altstadt",
        "short": "E51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E52|E52|StadtBus:1069_3",
        "label": "E52",
        "long": "Auloh - Altstadt - Hauptbahnhof - Eugenbach",
        "short": "E52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E53|E53|StadtBus:1069_3",
        "label": "E53",
        "long": "HLG - Hauptbahnhof - Altstadt - Auloh - Frauenberg - Wolfsteinerau",
        "short": "E53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E54|E54|StadtBus:1069_3",
        "label": "E54",
        "long": "Schulstra\u00dfe - Altstadt",
        "short": "E54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E55|E55|StadtBus:1069_3",
        "label": "E55",
        "long": "Realschule Ergolding - Hauptbahnhof - Auloh",
        "short": "E55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E56|E56|StadtBus:1069_3",
        "label": "E56",
        "long": "Ergolding - Hauptbahnhof - Altstadt - Schulstra\u00dfe",
        "short": "E56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E57|E57|StadtBus:1069_3",
        "label": "E57",
        "long": "HLG - Wirtschaftsschule - Hauptbahnhof - Altstadt",
        "short": "E57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E58|E58|StadtBus:1069_3",
        "label": "E58",
        "long": "Realschule Ergolding - Hauptbahnhof - Altstadt - Moniberg",
        "short": "E58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E59|E59|StadtBus:1069_3",
        "label": "E59",
        "long": "Realschule - Wirtschaftsschule - Hauptbahnhof - Preisenberg",
        "short": "E59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E60|E60|StadtBus:1069_3",
        "label": "E60",
        "long": "HLG - Hauptbahnhof - Altstadt - Auloh - Frauenberg - Wolfsteinerau",
        "short": "E60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E61|E61|StadtBus:1069_3",
        "label": "E61",
        "long": "Altstadt - Hofberg",
        "short": "E61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E62|E62|StadtBus:1069_3",
        "label": "E62",
        "long": "HLG - Kumhausen - Preisenberg",
        "short": "E62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E63|E63|StadtBus:1069_3",
        "label": "E63",
        "long": "HLG - Realschule - Piflas - Ergolding",
        "short": "E63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E64|E64|StadtBus:1069_3",
        "label": "E64",
        "long": "Wirtschaftsschule - Realschule - L\u00e4ndtorplatz - Auloh",
        "short": "E64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E65|E65|StadtBus:1069_3",
        "label": "E65",
        "long": "HLG - Realschule - Campingplatz - Auwaldsiedlung",
        "short": "E65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E66|E66|StadtBus:1069_3",
        "label": "E66",
        "long": "Altstadt - Hauptbahnhof - Ergolding",
        "short": "E66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E67|E67|StadtBus:1069_3",
        "label": "E67",
        "long": "Realschule - Wirtschaftsschule - Hauptbahnhof - L\u00e4ndtorplatz",
        "short": "E67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E68|E68|StadtBus:1069_3",
        "label": "E68",
        "long": "Schulstra\u00dfe - Kumhausen - Preisenberg",
        "short": "E68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E69|E69|StadtBus:1069_3",
        "label": "E69",
        "long": "Am Alten Viehmarkt - Hauptbahnhof - N\u00f6rdl. Wolfgangsiedlung",
        "short": "E69",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E70|E70|StadtBus:1069_3",
        "label": "E70",
        "long": "HLG - Realschule - Wirtschaftsschule - Eugenbach",
        "short": "E70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E71|E71|StadtBus:1069_3",
        "label": "E71",
        "long": "HLG - Realschule - Altstadt - Hofberg",
        "short": "E71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E72|E72|StadtBus:1069_3",
        "label": "E72",
        "long": "Schulstra\u00dfe - Altstadt - Hauptbahnhof - Eugenbach",
        "short": "E72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E73|E73|StadtBus:1069_3",
        "label": "E73",
        "long": "Altstadt - Birkenberg - Lainerbuckel",
        "short": "E73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E74|E74|StadtBus:1095_3",
        "label": "E74",
        "long": "Altstadt - Hauptbahnhof - Unterlenghart - G\u00fcndlkofen",
        "short": "E74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E75|E75|StadtBus:1069_3",
        "label": "E75",
        "long": "Bismarckplatz - Altstadt - Kumhausen",
        "short": "E75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E76|E76|StadtBus:1095_3",
        "label": "E76",
        "long": "Maximilianstra\u00dfe - Hauptbahnhof - Realschule - G\u00fcndlkoferau",
        "short": "E76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E77|E77|StadtBus:1095_3",
        "label": "E77",
        "long": "Altstadt - Hauptbahnhof - M\u00fcnchnerau",
        "short": "E77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E78|E78|StadtBus:1069_3",
        "label": "E78",
        "long": "Am Lurzenhof - Altstadt - Hauptbahnhof",
        "short": "E78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E79|E79|StadtBus:1069_3",
        "label": "E79",
        "long": "HLG - Altstadt - Hauptbahnhof",
        "short": "E79",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E80|E80|StadtBus:1069_3",
        "label": "E80",
        "long": "Realschule - HLG - L\u00e4ndtorplatz - Auloh (Frauenberg)",
        "short": "E80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E81|E81|StadtBus:1069_3",
        "label": "E81",
        "long": "HLG - Hauptbahnhof - Ergolding",
        "short": "E81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E82|E82|StadtBus:1069_3",
        "label": "E82",
        "long": "Ergolding - Hauptbahnhof",
        "short": "E82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:60-E83|E83|StadtBus:1069_3",
        "label": "E83",
        "long": "Ergolding - Hauptbahnhof - L\u00e4ndtorplatz",
        "short": "E83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:65-719|719|StadtBus:1065_3",
        "label": "719",
        "long": "Dachau - Festwiese - Rathaus - Fr\u00fchlingstra\u00dfe - Dachau",
        "short": "719",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:65-720|720|StadtBus:1065_3",
        "label": "720",
        "long": "Dachau - Landratsamt - Klinikum - Rathaus - Dachau",
        "short": "720",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:65-722|722|StadtBus:1065_3",
        "label": "722",
        "long": "Dachau - Rathaus - Klinikum - Landratsamt - Dachau",
        "short": "722",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:65-724|724|StadtBus:1065_3",
        "label": "724",
        "long": "Dachau - Moosstra\u00dfe - Stadtweiher - - Eschenrieder Stra\u00dfe - Dachau",
        "short": "724",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:65-726|726|StadtBus:1065_3",
        "label": "726",
        "long": "Dachau - KZ-Gedenkst\u00e4tte - Saubachsiedlung",
        "short": "726",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv-muenchen:65-744|744|StadtBus:1065_3",
        "label": "744",
        "long": "Dachau - Dachau, Kr\u00e4utergarten",
        "short": "744",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv:flexlinie_2100_3",
        "label": "2100",
        "long": "Deisenhofen - Gro\u00dfdingharting - Stra\u00dflach - Oberbiberg",
        "short": "2100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv:flexlinie_4000_3",
        "label": "4000",
        "long": "Aying - Egmating - Glonn - Baiern",
        "short": "4000",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv:flexlinie_4800_3",
        "label": "4800",
        "long": "Grafing Bahnhof - Bruck - Moosach - Glonn - Baiern",
        "short": "4800",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv:flexlinie_4900_3",
        "label": "4900",
        "long": "Neuperlach S\u00fcd / Zorneding - Oberpframmern - Egmating - Glonn - Baiern",
        "short": "4900",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv:flexlinie_6301_3",
        "label": "6301",
        "long": "Freising - Pettenbrunn - Itzling - Haindlfing - Garten",
        "short": "6301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv:flexlinie_6302_3",
        "label": "6302",
        "long": "Freising - S\u00fcnzhausen - Pallhausen",
        "short": "6302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv:flexlinie_6303_3",
        "label": "6303",
        "long": "Freising - D\u00fcrneck - Achering - Pulling",
        "short": "6303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv:flexlinie_6304_3",
        "label": "6304",
        "long": "Freising - Altenhausen - Edenhofen - Zellhausen",
        "short": "6304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv:flexlinie_8000_3",
        "label": "8000",
        "long": "F\u00fcrstenfeldbruck / Emmering",
        "short": "8000",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv:flexlinie_8200_3",
        "label": "8200",
        "long": "Landsberied / Jesenwang / Adelshofen / Moorenweis",
        "short": "8200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv:flexlinie_8300_3",
        "label": "8300",
        "long": "Gernlinden / Olching / Puchheim / Gr\u00f6benzell",
        "short": "8300",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv:flexlinie_8400_3",
        "label": "8400",
        "long": "Alling / Sch\u00f6ngeising Grafrath / T\u00fcrkenfeld",
        "short": "8400",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv:flexlinie_8500_3",
        "label": "8500",
        "long": "F\u00fcrstenfeldbruck / Alling / Eichenau / Germering-Unterpfaffenhofen",
        "short": "8500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv:flexlinie_8700_3",
        "label": "8700",
        "long": "Maisach / Unterschweinbach / Egenhofen / Pfaffenhofen a.d. Glonn",
        "short": "8700",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "de:mvv:flexlinie_8800_3",
        "label": "8800",
        "long": "Mammendorf / Oberschweinbach / Hattenhofen / Althegnenberg / Mittelstetten",
        "short": "8800",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "mvv-1-001E-1_3",
        "label": "S1",
        "long": "Moosach - Feldmoching Schienenersatzverkehr S1",
        "short": "S1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "mvv-1-002E-1_3",
        "label": "S2",
        "long": "Schienenersatzverkehr S2 Ostbahnhof - Berg am Laim - Markt Schwaben",
        "short": "S2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "mvv-1-003E-1_3",
        "label": "S3",
        "long": "Schienenersatzverkehr S3 Diesenhofen - Holzkirchen",
        "short": "S3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "mvv-1-005E-1_3",
        "label": "S5",
        "long": "Schienenersatzverkehr S5 Aying - Kreuzstra\u00dfe",
        "short": "S5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "mvv-1-006E-1_3",
        "label": "S6",
        "long": "Schienenersatzverkehr S6 Grafing - Ebersberg",
        "short": "S6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "mvv-1-007E-1_3",
        "label": "S7",
        "long": "Schienenersatzverkehr S7 Wolfratshausen - H\u00f6llriegelskreuth",
        "short": "S7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "mvv-1-008E-1_3",
        "label": "S8",
        "long": "Schienenersatzverkehr S8 Herrsching - We\u00dfling",
        "short": "S8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "mvv-1-999E-1_3",
        "label": "S",
        "long": "Schienenersatzverkehr Stammstrecke Trudering - Ostbahnhof",
        "short": "S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "mvv-12-482-2_3",
        "label": "482",
        "long": "(Ebbs - Niederndorf -) Sachrang - Aschau - Bernau - Bernau-Felden, Schiff",
        "short": "482",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "mvv-12-541F-1_3",
        "label": "541F",
        "long": "Stadtverkehr Vilsbiburg: Linie 3 H\u00f6rasdorf - Frauensattling - Vilsbiburg",
        "short": "541F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "mvv-12-541H-1_3",
        "label": "541H",
        "long": "Stadtverkehr Vilsbiburg: Linie 1 Tannet - Haarbach - Gaindorf - Vilsbiburg",
        "short": "541H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005262",
        "color_name": "green",
        "has_shape": false,
        "id": "mvv-12-541S-1_3",
        "label": "541S",
        "long": "Stadtverkehr Vilsbiburg: Linie 2 Vilsbiburg - Geiselsdorf - Seyboldsdorf",
        "short": "541S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 23190,
    "stop_points_capped": true
  },
  "rubric_version": "1.2",
  "schema_version": "1.15",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.2",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.2"
  },
  "snapshot_date": "2026-07-19",
  "top_fixes": [
    {
      "code": "scorecard_feed_expiring_soon",
      "count": 1,
      "effort": "One export setting.",
      "fix": "Re-export with a validity window that reaches at least 60 days out.",
      "owner": "Likely your export tool",
      "points": 68.0,
      "rank": 1,
      "severity": "WARNING",
      "what": "Service data runs out in 12 day(s).",
      "why": "When the calendar runs out, trip planners stop showing this agency. Fixing it now is calmer than after riders notice."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 23190,
      "effort": "A column in stops.txt; your scheduling software likely has it.",
      "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
      "owner": "Likely your team",
      "points": 25.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "23190 of 23190 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": 37187,
      "effort": "A default or per-trip field in your export.",
      "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "37187 of 37187 trips don't say whether the vehicle is wheelchair accessible.",
      "why": "Even with accessible stops, riders need to know the bus itself can take them."
    }
  ],
  "validator_version": "8.0.1"
}
