{
  "agency": {
    "country": "ES",
    "id": "crtm-red-de-interurbanos",
    "name": "CRTM \u2014 Red de Interurbanos (Madrid regional bus)",
    "operating_note": "The Madrid region's interurban bus network as published by the regional transport consortium; a distinct published feed from the city bus and light rail records of the same organization.",
    "subdivision_code": "ES-MD",
    "subdivision_name": "Madrid, Comunidad de"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 44.4,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 71.0,
          "stops_stated_pct": 71.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": 0.0,
          "wheelchair_stops": 17.7,
          "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": 0.1,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 8402,
        "translations": {
          "feed_lang": "es",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 54904,
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 71.0,
        "wheelchair_marked_accessible_pct": 0.0,
        "wheelchair_marked_not_accessible_pct": 71.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 2438,
          "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": 7.3,
          "severity": "WARNING",
          "what": "2438 of 8402 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": 54904,
          "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": "54904 of 54904 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_stop_names_all_caps",
          "count": 8392,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Rename stops to mixed case where the language has letter case (for example, 'Central Station').",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "INFO",
          "what": "About 8392 stop names are written in ALL CAPS.",
          "why": "Mixed-case names are easier to read in apps and are read more naturally by screen readers."
        },
        {
          "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": 40.3,
      "status": "measured",
      "summary": "71% of stops state wheelchair accessibility (0% marked accessible, 71% 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": 15,
        "instances_by_severity": {
          "ERROR": 116,
          "INFO": 0,
          "WARNING": 128437
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "stop_time_with_arrival_before_previous_departure_time",
          "count": 76,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'stop_time_with_arrival_before_previous_departure_time' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Stop time with arrival before previous departure time (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "equal_shape_distance_diff_coordinates",
          "count": 40,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 18.0,
          "severity": "ERROR",
          "what": "Equal shape distance diff coordinates (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 79987,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "equal_shape_distance_same_coordinates",
          "count": 37105,
          "effort": "Usually one export setting.",
          "fix": "Turn on shape cleanup in your export tool, or drop the repeated points from shapes.txt.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some route lines list the same point twice in a row.",
          "why": "Repeated points don't hurt riders, but they can skew distance math and hint at a shaky export."
        },
        {
          "code": "fast_travel_between_consecutive_stops",
          "count": 6627,
          "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": "stop_without_stop_time",
          "count": 1631,
          "effort": "A review pass in your scheduling software.",
          "fix": "Remove retired stops from the export, or add them back to the trips that should serve them.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some stops exist in the feed but no trip ever stops at them.",
          "why": "Riders may walk to a stop where no bus is scheduled to arrive."
        },
        {
          "code": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 1546,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates_distance_below_threshold' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Equal shape distance diff coordinates distance below threshold (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "fast_travel_between_far_stops",
          "count": 1051,
          "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": 214,
          "effort": "One setting in most export tools.",
          "fix": "Remove past service periods the next time you export the feed.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some service calendars in the feed have already ended.",
          "why": "Expired calendars are dead weight and can hide real schedule problems from your staff and vendors."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 135,
          "effort": "A few minutes per flagged stop.",
          "fix": "Check the flagged stops' coordinates and the route shape in your scheduling software; re-snap whichever is misplaced.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the bus route through the wrong streets or point riders to the wrong corner."
        },
        {
          "code": "stops_match_shape_out_of_order",
          "count": 49,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the stop order and the shape direction in your scheduling software; the shape is often drawn backwards.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "On some trips the stops fall along the route line in a different order than the schedule lists.",
          "why": "Trip planners can draw the bus doubling back or skipping ahead, which confuses riders reading the map."
        },
        {
          "code": "missing_recommended_field",
          "count": 48,
          "effort": "A field at a time; not urgent.",
          "fix": "Review the flagged fields and fill in the ones your riders would use.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some files leave out fields that GTFS asks for but does not require.",
          "why": "Recommended fields like agency_phone or stop descriptions make the feed more useful to riders and trip planners."
        },
        {
          "code": "missing_feed_contact_email_and_url",
          "count": 24,
          "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": 6.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": "leading_or_trailing_whitespaces",
          "count": 19,
          "effort": "Usually one export setting.",
          "fix": "Trim leading and trailing spaces on export. The scorecard's auto-fixed copy already does this.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some values have extra spaces at the start or end.",
          "why": "A stray space can break a match, so a stop or route may fail to link across files."
        },
        {
          "code": "more_than_one_entity",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'more_than_one_entity' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "More than one entity (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 0.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 15 kinds of issue across 128553 instances (116 error, 128437 warning, 0 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 371,
        "effective_expiry_date": "2027-07-24",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": "20260623",
        "has_feed_info": true,
        "last_service_date": "2027-07-24",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_missing_feed_info_dates",
          "count": 1,
          "effort": "Two fields, set once in export settings.",
          "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "feed_info.txt is missing its start/end dates",
          "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
        }
      ],
      "name": "freshness",
      "score": 85.0,
      "status": "measured",
      "summary": "Service data covers the next 371 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "2 validator errors to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 371 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 71% 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. 2 validator errors to resolve. States wheelchair access on 71% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "Licencia CRTM; commercial reuse and transformation are permitted, with CRTM cited as the data source, update metadata retained, and no distortion of the data's meaning.",
    "reachable": true,
    "sha256": "a98cc80dcbddf3c011e00eff09263932b1ffd07e639be95fee64da2c8af24d8e",
    "size_bytes": 75345949,
    "static_url": "https://www.arcgis.com/sharing/rest/content/items/885399f83408473c8d815e40c5e702b7/data"
  },
  "fetch": {
    "final_url": "https://www.arcgis.com/sharing/rest/content/items/885399f83408473c8d815e40c5e702b7/data",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-07-18T00:00:00+00:00",
  "geo": {
    "bbox": [
      -4.58037,
      39.60401,
      -2.8255,
      41.1316
    ],
    "lat": 40.42632,
    "lon": -3.74425,
    "stop_count": 8402
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 354,
        "trip_count": 54904,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 354,
    "trip_count": 54904
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 33.8,
    "margin_to_next_band": 26.2,
    "score": 33.8
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 354,
      "effort": "A per-route color setting in your scheduling software.",
      "fix": "Adjust route_color or route_text_color so each pair clears 4.5:1. Often switching the text between black and white is enough.",
      "owner": "Likely your export tool",
      "points": 0.0,
      "severity": "WARNING",
      "what": "354 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (421, 422, 423, 424, 425, and more).",
      "why": "Low-contrast route badges are hard to read for riders with low vision and wash out on a phone screen in sunlight at the stop."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 2662,
      "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": "2662 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"AV.LOYOLA-PZA.MATADERO\", \"AV.LOYOLA-PZA.MATADERO\", \"AV.LOYOLA-PZA.PALOMA\", 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": 8393,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 1631,
        "effort": "A cleanup pass in your scheduling software.",
        "fix": "Remove stops no route serves, or add the trips that should call at them.",
        "owner": "Likely your export tool",
        "points": 0.0,
        "severity": "INFO",
        "what": "1631 of 8393 boardable stops are never served by any trip.",
        "why": "Riders see these stops in apps and on the map but can never catch anything there, which erodes trust in the data."
      }
    ],
    "orphan_stops": 1631,
    "single_stop_trips": 0,
    "trips_total": 54904
  },
  "route_map": {
    "drawn_route_count": 341,
    "has_shapes": true,
    "path": "data/artifacts/crtm-red-de-interurbanos/geometry.geojson",
    "route_count": 354,
    "routes": [
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8_N_101___",
        "label": "N101",
        "long": "MADRID (Plaza de Castilla)-ALCOBENDAS",
        "short": "N101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8_N_102___",
        "label": "N102",
        "long": "MADRID (Plaza de Castilla)-S.S. DE LOS REYES",
        "short": "N102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8_N_103___",
        "label": "N103",
        "long": "MADRID (Plaza de Castilla)-ALGETE",
        "short": "N103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8_N_104___",
        "label": "N104",
        "long": "MADRID (Plaza de Castilla)- EL MOLAR",
        "short": "N104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8_N_200___",
        "label": "N200",
        "long": "ALCAL\u00c1 DE HENARES - VILLALBILLA - ALCAL\u00c1 DE HENARES",
        "short": "N200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8_N_202___",
        "label": "N202",
        "long": "MADRID (Av. de Am\u00e9rica) - TORREJ\u00d3N - ALCAL\u00c1 - MECO",
        "short": "N202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8_N_203___",
        "label": "N203",
        "long": "MADRID (Ciudad Lineal)-COSLADA-S.FERNANDO-VELILLA/LOECHES",
        "short": "N203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8_N_204___",
        "label": "N204",
        "long": "MADRID (Canillejas) - PARACUELLOS - DAGANZO",
        "short": "N204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8_N_301___",
        "label": "N301",
        "long": "MADRID (Atocha) - RIVAS (Covibar) - RIVAS FUTURA",
        "short": "N301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8_N_302___",
        "label": "N302",
        "long": "MADRID (Atocha) - RIVAS PUEBLO",
        "short": "N302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8_N_303___",
        "label": "N303",
        "long": "MADRID (Atocha)-ARGANDA DEL REY",
        "short": "N303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8_N_401___",
        "label": "N401",
        "long": "MADRID (Atocha)-PINTO-VALDEMORO",
        "short": "N401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8_N_402___",
        "label": "N402",
        "long": "MADRID (Atocha)-CIEMPOZUELOS-ARANJUEZ",
        "short": "N402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8_N_403___",
        "label": "N403",
        "long": "MADRID (Atocha)-SAN MART\u00cdN DE LA VEGA",
        "short": "N403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8_N_501___",
        "label": "N501",
        "long": "MADRID (Pr\u00edncipe P\u00edo)-ALCORC\u00d3N-M\u00d3STOLES",
        "short": "N501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8_N_502___",
        "label": "N502",
        "long": "MADRID (Pr\u00edncipe P\u00edo)-ALCORC\u00d3N",
        "short": "N502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8_N_503___",
        "label": "N503",
        "long": "MADRID (Pr\u00edncipe P\u00edo)-M\u00d3STOLES (Villafontana)",
        "short": "N503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8_N_504___",
        "label": "N504",
        "long": "MADRID (Pr\u00edncipe P\u00edo)-VILLAVICIOSA DE OD\u00d3N",
        "short": "N504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8_N_505___",
        "label": "N505",
        "long": "MADRID (Pr\u00edncipe P\u00edo) - NAVALCARNERO - EL \u00c1LAMO",
        "short": "N505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8_N_602___",
        "label": "N602",
        "long": "MADRID (Moncloa)-COLLADO VILLALBA-GUADARRAMA",
        "short": "N602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8_N_603___",
        "label": "N603",
        "long": "MADRID (Moncloa)-MORALZARZAL",
        "short": "N603",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8_N_604___",
        "label": "N604",
        "long": "MADRID (Moncloa)-EL ESCORIAL-SAN LORENZO DE EL ESCORIAL",
        "short": "N604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8_N_701___",
        "label": "N701",
        "long": "MADRID (Plaza de Castilla)-TRES CANTOS",
        "short": "N701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": false,
        "id": "8_N_702___",
        "label": "N702",
        "long": "MADRID (Plaza de Castilla)-COLMENAR VIEJO",
        "short": "N702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8_N_801___",
        "label": "N801",
        "long": "MADRID (Atocha)-GETAFE (Buenavista - Sector III)",
        "short": "N801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8_N_802___",
        "label": "N802",
        "long": "MADRID (Atocha) - LEGAN\u00c9S (Vereda de los Estudiantes)",
        "short": "N802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8_N_803___",
        "label": "N803",
        "long": "MADRID (Atocha) - FUENLABRADA (B\u00ba Naranjo)",
        "short": "N803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8_N_804___",
        "label": "N804",
        "long": "MADRID (Atocha) - FUENLABRADA",
        "short": "N804",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8_N_805___",
        "label": "N805",
        "long": "MADRID (Atocha) - GETAFE (Los Molinos)",
        "short": "N805",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8_N_806___",
        "label": "N806",
        "long": "MADRID (Atocha)-PARLA",
        "short": "N806",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8_N_807___",
        "label": "N807",
        "long": "MADRID (Atocha) - GETAFE - HUMANES - GRI\u00d1\u00d3N",
        "short": "N807",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8_N_808___",
        "label": "N808",
        "long": "MADRID (Pr\u00edncipe P\u00edo)-ARROYOMOLINOS",
        "short": "N808",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8_N_901___",
        "label": "N901",
        "long": "MADRID (Moncloa)-POZUELO-MAJADAHONDA-MADRID",
        "short": "N901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8_N_902___",
        "label": "N902",
        "long": "MADRID (Moncloa)-POZUELO (Prado Somosaguas-Ciudad de la Imagen)",
        "short": "N902",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8_N_903___",
        "label": "N903",
        "long": "MADRID (Moncloa)-LAS ROZAS-MONTE ROZAS",
        "short": "N903",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8_N_904___",
        "label": "N904",
        "long": "MADRID (Moncloa)-TORRELODONES (Colonia)-GALAPAGAR-COLMENAREJO",
        "short": "N904",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8_N_905___",
        "label": "N905",
        "long": "MADRID (Moncloa)-BOADILLA DEL MONTE",
        "short": "N905",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8_N_906___",
        "label": "N906",
        "long": "MADRID (Moncloa)-MAJADAHONDA-POZUELO-MADRID",
        "short": "N906",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8_N_907___",
        "label": "N907",
        "long": "MADRID (Moncloa)-VILLANUEVA DE LA CA\u00d1ADA-BRUNETE",
        "short": "N907",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": false,
        "id": "8_N_908___",
        "label": "N908",
        "long": "MADRID (Moncloa)-VILLANUEVA DEL PARDILLO-VALDEMORILLO",
        "short": "N908",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__151___",
        "label": "151",
        "long": "MADRID (Plaza de Castilla) - ALCOBENDAS",
        "short": "151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__152_C__",
        "label": "152C",
        "long": "MADRID (Plaza de Castilla)-S.S. DE LOS REYES (Dehesa Vieja)",
        "short": "152C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__153___",
        "label": "153",
        "long": "MADRID (Plaza de Castilla)-ALCOBENDAS-ROSA LUXEMBURGO",
        "short": "153",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__154_C__",
        "label": "154C",
        "long": "MADRID (Plaza de Castilla)-S.S. DE LOS REYES (Avda. de los Qui\u00f1ones)",
        "short": "154C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__154___",
        "label": "154",
        "long": "MADRID (Chamart\u00edn)-S.S. REYES CIRCULAR (Por Fuencarral)",
        "short": "154",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__155_B__",
        "label": "155B",
        "long": "MADRID (Plaza de Castilla)-EL ENCINAR DE LOS REYES",
        "short": "155B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__155___",
        "label": "155",
        "long": "MADRID (Plaza de Castilla)-EL SOTO DE LA MORALEJA",
        "short": "155",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__156___",
        "label": "156",
        "long": "MADRID (Plaza de Castilla)-S.S. DE LOS REYES (P.I. Moscatelares)",
        "short": "156",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__157_C__",
        "label": "157C",
        "long": "MADRID (Plaza de Castilla)-ALCOBENDAS (Valdelasfuentes)",
        "short": "157C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__157___",
        "label": "157",
        "long": "MADRID (Plaza de Castilla)-ALCOBENDAS (P.Chopera)",
        "short": "157",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__158___",
        "label": "158",
        "long": "MADRID (Pinar de Chamart\u00edn) - SAN SEBASTI\u00c1N DE LOS REYES (Tempranales)",
        "short": "158",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__159___",
        "label": "159",
        "long": "Madrid (Plaza Castilla)-ALCOBENDAS (El Juncal)",
        "short": "159",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__161___",
        "label": "161",
        "long": "MADRID (Plaza de Castilla)-URB. FUENTE DEL FRESNO",
        "short": "161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__166___",
        "label": "166",
        "long": "SAN SEBASTIAN DE LOS REYES - URBANIZACION VALDELAGUA",
        "short": "166",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__171___",
        "label": "171",
        "long": "MADRID (Plaza de Castilla)-URB. SANTO DOMINGO",
        "short": "171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__180___",
        "label": "180",
        "long": "ALCOBENDAS-ALGETE",
        "short": "180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__181___",
        "label": "181",
        "long": "MADRID (Plaza de Castilla)-ALGETE",
        "short": "181",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__182___",
        "label": "182",
        "long": "MADRID (Plaza de Castilla)-ALGETE-VALDEOLMOS",
        "short": "182",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__183___",
        "label": "183",
        "long": "MADRID (Plaza de Castilla)-COBE\u00d1A-ALGETE",
        "short": "183",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__184___",
        "label": "184",
        "long": "MADRID (Plaza de Castilla)-EL CASAR",
        "short": "184",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__185___",
        "label": "185",
        "long": "MADRID (Plaza de Castilla)-NUEVO ALGETE",
        "short": "185",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__191_A__",
        "label": "191A",
        "long": "BUITRAGO-BRAOJOS",
        "short": "191A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__191_B__",
        "label": "191B",
        "long": "BUITRAGO-SOMOSIERRA",
        "short": "191B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__191_C__",
        "label": "191C",
        "long": "BUITRAGO-MONTEJO DE LA SIERRA",
        "short": "191C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__191_D__",
        "label": "191D",
        "long": "BUITRAGO-ROBLEDILLO DE LA JARA",
        "short": "191D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__191_E__",
        "label": "191E",
        "long": "BUITRAGO-CERVERA DE BUITRAGO",
        "short": "191E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__191___",
        "label": "191",
        "long": "MADRID (Plaza de Castilla)-BUITRAGO",
        "short": "191",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__193_A__",
        "label": "193A",
        "long": "EL MOLAR-COTOS DE MONTERREY-VENTURADA",
        "short": "193A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__193___",
        "label": "193",
        "long": "MADRID (Plaza de Castilla)-PEDREZUELA-EL VELL\u00d3N",
        "short": "193",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__194_A__",
        "label": "194A",
        "long": "BUITRAGO-LOZOYUELA-RASCAFR\u00cdA",
        "short": "194A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__194___",
        "label": "194",
        "long": "MADRID (Plaza de Castilla)-RASCAFR\u00cdA",
        "short": "194",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__195_A__",
        "label": "195A",
        "long": "CIRCULAR BUITRAGO-GARGANTILLA (Por Lozoyuela)",
        "short": "195A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__195_B__",
        "label": "195B",
        "long": "CIRCULAR BUITRAGO-GARGANTILLA",
        "short": "195B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__195___",
        "label": "195",
        "long": "MADRID (Plaza de Castilla)-BRAOJOS",
        "short": "195",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__196___",
        "label": "196",
        "long": "MADRID (Plaza de Castilla)-LA ACEBEDA",
        "short": "196",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__197_A__",
        "label": "197A",
        "long": "TORRELAGUNA-PATONES-UCEDA",
        "short": "197A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__197_B__",
        "label": "197B",
        "long": "TORRELAGUNA-EL BERRUECO-LA CABRERA-VALDEMANCO",
        "short": "197B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__197_C__",
        "label": "197C",
        "long": "TORRELAGUNA-VENTURADA/CABANILLAS",
        "short": "197C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__197_D__",
        "label": "197D",
        "long": "TORRELAGUNA-EL VELL\u00d3N-EL MOLAR",
        "short": "197D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__197_E__",
        "label": "197E",
        "long": "TORRELAGUNA-VALDEPI\u00c9LAGOS-TALAMANCA",
        "short": "197E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__197___",
        "label": "197",
        "long": "MADRID (Plaza de Castilla)-TORRELAGUNA/UCEDA",
        "short": "197",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__199_A__",
        "label": "199A",
        "long": "BUITRAGO - MONTEJO - MANJIR\u00d3N - BUITRAGO",
        "short": "199A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__210___",
        "label": "210",
        "long": "S. S. DE LOS REYES (Hospital)-PARACUELLOS DE JARAMA",
        "short": "210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__211___",
        "label": "211",
        "long": "MADRID (Canillejas) - PARACUELLOS",
        "short": "211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__212___",
        "label": "212",
        "long": "MADRID (Canillejas) - PARACUELLOS (Miramadrid)",
        "short": "212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__213___",
        "label": "213",
        "long": "MADRID (Canillejas) - BELVIS",
        "short": "213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__215___",
        "label": "215",
        "long": "TORREJ\u00d3N DE ARDOZ - PARACUELLOS DE JARAMA",
        "short": "215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__220___",
        "label": "220",
        "long": "TORREJ\u00d3N DE ARDOZ-SAN FERNANDO DE HENARES",
        "short": "220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__222___",
        "label": "222",
        "long": "MADRID (Avda. Am\u00e9rica)-MECO",
        "short": "222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__223___",
        "label": "223",
        "long": "MADRID (Avda. Am\u00e9rica)-ALCAL\u00c1 DE HENARES",
        "short": "223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__224_A__",
        "label": "224A",
        "long": "MADRID (Avda. Am\u00e9rica)-TORREJ\u00d3N DE ARDOZ (La Mancha Amarilla)",
        "short": "224A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__224___",
        "label": "224",
        "long": "MADRID (Avda. Am\u00e9rica)-TORREJ\u00d3N DE ARDOZ",
        "short": "224",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__226___",
        "label": "226",
        "long": "MADRID (Avda. Am\u00e9rica)-TORREJ\u00d3N DE ARDOZ (El Soto)",
        "short": "226",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__227___",
        "label": "227",
        "long": "MADRID (Avda. Am\u00e9rica)-ALCAL\u00c1 (Espartales-Universidad)",
        "short": "227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__229___",
        "label": "229",
        "long": "MADRID (Avda. Am\u00e9rica)-ALCAL\u00c1 (Virgen del Val)",
        "short": "229",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__231___",
        "label": "231",
        "long": "ALCAL\u00c1 DE HENARES-URB. ZULEMA-EL VISO",
        "short": "231",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__232___",
        "label": "232",
        "long": "ALCAL\u00c1 DE HENARES-TORRES DE LA ALAMEDA",
        "short": "232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__250___",
        "label": "250",
        "long": "ALCAL\u00c1 DE HENARES-MECO",
        "short": "250",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__251___",
        "label": "251",
        "long": "TORREJ\u00d3N-VALDEAVERO-ALCAL\u00c1",
        "short": "251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__252___",
        "label": "252",
        "long": "TORREJ\u00d3N-DAGANZO-ALCAL\u00c1",
        "short": "252",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__254___",
        "label": "254",
        "long": "VALDEOLMOS/FUENTE EL SAZ-ALCAL\u00c1 DE HENARES",
        "short": "254",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__255___",
        "label": "255",
        "long": "VALDEAVERO-CAMARMA DE ESTERUELAS-ALCAL\u00c1 DE HENARES",
        "short": "255",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__256___",
        "label": "256",
        "long": "MADRID (Canillejas)-DAGANZO-VALDEAVERO",
        "short": "256",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__260___",
        "label": "260",
        "long": "ALCAL\u00c1 DE HENARES-AMBITE-ORUSCO",
        "short": "260",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__261___",
        "label": "261",
        "long": "MADRID (Av. de Am\u00e9rica) - NUEVO BAZT\u00c1N-VILLAR DEL OLMO",
        "short": "261",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__263___",
        "label": "263",
        "long": "MADRID (Barajas)-COBE\u00d1A-ALGETE",
        "short": "263",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__271___",
        "label": "271",
        "long": "ALCAL\u00c1 DE HENARES-PEZUELA-PIOZ",
        "short": "271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__272___",
        "label": "272",
        "long": "ALCAL\u00c1 DE HENARES-VILLALBILLA",
        "short": "272",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__275___",
        "label": "275",
        "long": "ALCAL\u00c1-LOS SANTOS DE LA HUMOSA-ALCAL\u00c1",
        "short": "275",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__280___",
        "label": "280",
        "long": "COSLADA (FFCC)-HOSPITAL-LOECHES",
        "short": "280",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__281___",
        "label": "281",
        "long": "MADRID (Av. de Am\u00e9rica)-SAN FERNANDO DE HENARES",
        "short": "281",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__282___",
        "label": "282",
        "long": "MADRID (Avda. Am\u00e9rica)-SAN FERNANDO-MEJORADA",
        "short": "282",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__283___",
        "label": "283",
        "long": "MADRID (Avda. Am\u00e9rica)-COSLADA-SAN FERNANDO",
        "short": "283",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__284___",
        "label": "284",
        "long": "MADRID (Av. de Am\u00e9rica)-VELILLA-LOECHES",
        "short": "284",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__285___",
        "label": "285",
        "long": "COSLADA (San Fernando FFCC)-VELILLA-ARGANDA DEL REY",
        "short": "285",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__286___",
        "label": "286",
        "long": "MADRID (Ciudad Lineal)-COSLADA (Ciudad 70)",
        "short": "286",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__287___",
        "label": "287",
        "long": "MADRID (Alsacia)-COSLADA (Barrio Estaci\u00f3n)",
        "short": "287",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__288___",
        "label": "288",
        "long": "MADRID (Ciudad Lineal)-COSLADA-SAN FERNANDO",
        "short": "288",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__289___",
        "label": "289",
        "long": "MADRID (Ciudad Lineal)-COSLADA (Hospital)",
        "short": "289",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__290___",
        "label": "290",
        "long": "MADRID (El Ca\u00f1averal) - COSLADA - PLENILUNIO",
        "short": "290",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__312_A__",
        "label": "312A",
        "long": "MADRID (Pavones)-ARGANDA (El Mirador) por La Poveda",
        "short": "312A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__312___",
        "label": "312",
        "long": "MADRID (Pavones)-ARGANDA (El Mirador)",
        "short": "312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__313___",
        "label": "313",
        "long": "MADRID (Pavones)-VALDILECHA",
        "short": "313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__320___",
        "label": "320",
        "long": "ARGANDA DEL REY-ALCAL\u00c1 DE HENARES",
        "short": "320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__321___",
        "label": "321",
        "long": "ARGANDA (Hospital)-VILLAR DEL OLMO",
        "short": "321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__322___",
        "label": "322",
        "long": "ARGANDA DEL REY (Hospital)-AMBITE",
        "short": "322",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__326___",
        "label": "326",
        "long": "MADRID (Pavones)-MONDEJAR-DRIEBES",
        "short": "326",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__330___",
        "label": "330",
        "long": "RIVAS-ARGANDA (Hospital)-MORATA",
        "short": "330",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__331___",
        "label": "331",
        "long": "MADRID (M\u00e9ndez \u00c1lvaro)-RIVAS (Sta. M\u00f3nica)-RIVAS FUTURA",
        "short": "331",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__332___",
        "label": "332",
        "long": "MADRID (M\u00e9ndez \u00c1lvaro)-RIVAS PUEBLO",
        "short": "332",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__333___",
        "label": "333",
        "long": "Madrid (M\u00e9ndez \u00c1lvaro) - Rivas (Bellavista)",
        "short": "333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__334___",
        "label": "334",
        "long": "MADRID (M\u00e9ndez \u00c1lvaro)- RIVAS FUTURA",
        "short": "334",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__336___",
        "label": "336",
        "long": "MADRID (Pavones)-MORATA DE TAJU\u00d1A",
        "short": "336",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__337___",
        "label": "337",
        "long": "MADRID (Pavones)-CHINCH\u00d3N-VALDELAGUNA",
        "short": "337",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__339___",
        "label": "339",
        "long": "MADRID (Sierra de Guadalupe)-VALDEMING\u00d3MEZ",
        "short": "339",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__340___",
        "label": "340",
        "long": "TORREJ\u00d3N DE ARDOZ-MEJORADA DEL CAMPO",
        "short": "340",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__341___",
        "label": "341",
        "long": "MADRID (Pavones)-MEJORADA-VELILLA",
        "short": "341",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__350_A__",
        "label": "350A",
        "long": "ARGANDA (Hospital)-ESTREMERA",
        "short": "350A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__350_B__",
        "label": "350B",
        "long": "ARGANDA (Hospital) - VILLAREJO - VILLAMANRIQUE DE TAJO",
        "short": "350B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__350_C__",
        "label": "350C",
        "long": "ARGANDA (Hospital) - BELMONTE",
        "short": "350C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__351___",
        "label": "351",
        "long": "MADRID (Estaci\u00f3n Sur)-ESTREMERA-BARAJAS DE MELO",
        "short": "351",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__352___",
        "label": "352",
        "long": "MADRID (Estaci\u00f3n Sur)-FUENTIDUE\u00d1A-TARANC\u00d3N",
        "short": "352",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__353___",
        "label": "353",
        "long": "MADRID (Estaci\u00f3n Sur)-VILLAMANRIQUE-STA.CRUZ",
        "short": "353",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__355___",
        "label": "355",
        "long": "FUENTIDUE\u00d1A DE TAJO-CENTRO PENITENCIARIO-ESTREMERA",
        "short": "355",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__410___",
        "label": "410",
        "long": "ARANJUEZ-CIEMPOZUELOS-SAN MART\u00cdN DE LA VEGA",
        "short": "410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__411___",
        "label": "411",
        "long": "MADRID (Legazpi) - PERALES DEL R\u00cdO",
        "short": "411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__412___",
        "label": "412",
        "long": "MADRID (Villaverde Bajo-Cruce)-SAN MART\u00cdN DE LA VEGA",
        "short": "412",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__413___",
        "label": "413",
        "long": "PINTO (FFCC)-SAN MART\u00cdN DE LA VEGA",
        "short": "413",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__414___",
        "label": "414",
        "long": "MADRID (Villaverde Bajo-Cruce)-C.P. MADRID III",
        "short": "414",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__415___",
        "label": "415",
        "long": "MADRID (Villaverde Bajo-Cruce)-VILLACONEJOS",
        "short": "415",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__416___",
        "label": "416",
        "long": "VALDEMORO (Hosp.)-S. M. DE LA VEGA-TITULCIA-COLMENAR DE OREJA",
        "short": "416",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__421___",
        "label": "421",
        "long": "MADRID (Legazpi)-PINTO",
        "short": "421",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__422___",
        "label": "422",
        "long": "MADRID (Legazpi)-VALDEMORO",
        "short": "422",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__423___",
        "label": "423",
        "long": "MADRID (Estaci\u00f3n Sur)-ARANJUEZ",
        "short": "423",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__424___",
        "label": "424",
        "long": "MADRID (Legazpi)-VALDEMORO (El Rest\u00f3n)",
        "short": "424",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__425___",
        "label": "425",
        "long": "VALDEMORO (Hospital)-CIEMPOZUELOS",
        "short": "425",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__426___",
        "label": "426",
        "long": "MADRID (Legazpi)-CIEMPOZUELOS",
        "short": "426",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__427___",
        "label": "427",
        "long": "MADRID (Villaverde Bajo-Cruce)-\u00c1REA EMPRESARIAL ANDALUCIA-PINTO",
        "short": "427",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__428___",
        "label": "428",
        "long": "GETAFE-VALDEMORO",
        "short": "428",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__429___",
        "label": "429",
        "long": "MADRID (Legazpi)-ARANJUEZ (PAU de la Monta\u00f1a)",
        "short": "429",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__430___",
        "label": "430",
        "long": "ARANJUEZ-VILLAREJO DE SALVANES",
        "short": "430",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__432___",
        "label": "432",
        "long": "MADRID (Villaverde Bajo-Cruce)-LEGAN\u00c9S",
        "short": "432",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__441___",
        "label": "441",
        "long": "MADRID (Plaza El\u00edptica)-GETAFE (Sector III-Paseo Juan Jos\u00e9 Ros\u00f3n)",
        "short": "441",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__442___",
        "label": "442",
        "long": "MADRID (Plaza El\u00edptica)-GETAFE (Juan de la Cierva)",
        "short": "442",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__443___",
        "label": "443",
        "long": "MADRID (Plaza El\u00edptica)-GETAFE (Barrio Las Margaritas)",
        "short": "443",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__444___",
        "label": "444",
        "long": "MADRID (Plaza El\u00edptica)-GETAFE (Sector III-Islas Canarias)",
        "short": "444",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__446___",
        "label": "446",
        "long": "MADRID (Plaza El\u00edptica)-GETAFE (El Bercial)",
        "short": "446",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__447___",
        "label": "447",
        "long": "MADRID (Legazpi)-GETAFE (Hospital)",
        "short": "447",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__448___",
        "label": "448",
        "long": "MADRID (Legazpi)-GETAFE (Por Villaverde)",
        "short": "448",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__450___",
        "label": "450",
        "long": "GETAFE-LEGAN\u00c9S-ALCORC\u00d3N",
        "short": "450",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__455___",
        "label": "455",
        "long": "PINTO - GETAFE",
        "short": "455",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__460___",
        "label": "460",
        "long": "MADRID (Plaza El\u00edptica)-PARLA-BATRES",
        "short": "460",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__461___",
        "label": "461",
        "long": "MADRID (Plaza El\u00edptica)-PARLA",
        "short": "461",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__462___",
        "label": "462",
        "long": "PARLA-GETAFE",
        "short": "462",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__463___",
        "label": "463",
        "long": "MADRID (Plaza El\u00edptica)-PARLA-TORREJ\u00d3N DE VELASCO",
        "short": "463",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__464___",
        "label": "464",
        "long": "MADRID (Plaza El\u00edptica)-PARLA-YUNCLILLOS",
        "short": "464",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__466___",
        "label": "466",
        "long": "PARLA-VALDEMORO",
        "short": "466",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__468___",
        "label": "468",
        "long": "GETAFE-GRI\u00d1\u00d3N/CASARRUBUELOS/SERRANILLOS",
        "short": "468",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__469___",
        "label": "469",
        "long": "MADRID (Plaza El\u00edptica)-PARLA (Parla Este)",
        "short": "469",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__470___",
        "label": "470",
        "long": "MADRID (Plaza El\u00edptica) - HUMANES - GRI\u00d1\u00d3N-SERRANILLOS",
        "short": "470",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__471___",
        "label": "471",
        "long": "HUMANES-FUENLABRADA-PARLA-PINTO",
        "short": "471",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__480___",
        "label": "480",
        "long": "MADRID (Plaza El\u00edptica)-LEGAN\u00c9S (Estaci\u00f3n FFCC)",
        "short": "480",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__481___",
        "label": "481",
        "long": "MADRID (Oporto)-LEGAN\u00c9S (Parquesur-Hospital)",
        "short": "481",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__482___",
        "label": "482",
        "long": "MADRID (Aluche) - LEGAN\u00c9S (Arroyo Culebro)",
        "short": "482",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__483___",
        "label": "483",
        "long": "MADRID (Aluche)-LEGAN\u00c9S (Vereda de los Estudiantes)",
        "short": "483",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__484___",
        "label": "484",
        "long": "MADRID (Oporto)-LEGAN\u00c9S (Estaci\u00f3n FFCC)",
        "short": "484",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__485___",
        "label": "485",
        "long": "MADRID (Aluche)-LEGAN\u00c9S (Norte-Montepinos)",
        "short": "485",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__486___",
        "label": "486",
        "long": "MADRID (Oporto)-LEGAN\u00c9S (Valdepelayo)",
        "short": "486",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__487___",
        "label": "487",
        "long": "MADRID (Aluche)-LEGAN\u00c9S (San Nicasio)",
        "short": "487",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__488___",
        "label": "488",
        "long": "LEGAN\u00c9S (San Nicasio)-GETAFE (Getafe Norte)",
        "short": "488",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__491___",
        "label": "491",
        "long": "MADRID (Aluche)-FUENLABRADA (B\u00ba Naranjo)",
        "short": "491",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__492___",
        "label": "492",
        "long": "MADRID (Aluche)-FUENLABRADA (P. Granada)",
        "short": "492",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__493___",
        "label": "493",
        "long": "MADRID (Aluche)-FUENLABRADA (Urb. Loranca)",
        "short": "493",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__495___",
        "label": "495",
        "long": "MADRID (Cuatro Vientos)-ARROYOMOLINOS-MORALEJA DE ENMEDIO",
        "short": "495",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__496___",
        "label": "496",
        "long": "FUENLABRADA-MORALEJA DE ENMEDIO-ARROYOMOLINOS (Xanad\u00fa)",
        "short": "496",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__497___",
        "label": "497",
        "long": "LEGAN\u00c9S (Parque Sur)-MORALEJA DE ENMEDIO (Las Colinas)",
        "short": "497",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__498_A__",
        "label": "498A",
        "long": "M\u00d3STOLES (M\u00f3stoles - Central) - ARROYOMOLINOS (Parque de Nieve)",
        "short": "498A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__498___",
        "label": "498",
        "long": "M\u00d3STOLES - ARROYOMOLINOS - MORALEJA DE ENMEDIO",
        "short": "498",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__499___",
        "label": "499",
        "long": "M\u00d3STOLES-ARROYOMOLINOS",
        "short": "499",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__510_A__",
        "label": "510A",
        "long": "MADRID (Colonia Jard\u00edn) - VILLAVICIOSA DE OD\u00d3N",
        "short": "510A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__510_B__",
        "label": "510B",
        "long": "ALCORC\u00d3N (Alcorc\u00f3n Central) - VILLAVICIOSA DE OD\u00d3N (Universidad Europea)",
        "short": "510B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__510___",
        "label": "510",
        "long": "ALCORC\u00d3N-VILLAVICIOSA-EL BOSQUE",
        "short": "510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__511___",
        "label": "511",
        "long": "MADRID (Cuatro Vientos)-ALCORC\u00d3N (Por Parque Lisboa)",
        "short": "511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__512___",
        "label": "512",
        "long": "MADRID (Cuatro Vientos)-ALCORC\u00d3N (Por C. de los Cantos)",
        "short": "512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__513___",
        "label": "513",
        "long": "MADRID (Cuatro Vientos)-ALCORC\u00d3N (P.I. Urtinsa)",
        "short": "513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__514___",
        "label": "514",
        "long": "MADRID (Cuatro Vientos) - ALCORC\u00d3N (por Los Castillos)",
        "short": "514",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__516___",
        "label": "516",
        "long": "MADRID (Cuatro Vientos)-ALCORC\u00d3N (Por Universidad Rey Juan Carlos)",
        "short": "516",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__517___",
        "label": "517",
        "long": "MADRID (Cuatro Vientos) - ALCORC\u00d3N (Fuente Cisneros)",
        "short": "517",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__518___",
        "label": "518",
        "long": "MADRID (Cuatro Vientos) - VILLAVICIOSA DE OD\u00d3N",
        "short": "518",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__519_A__",
        "label": "519A",
        "long": "M\u00d3STOLES (Hospital Rey Juan Carlos) por El Soto-VILLAVICIOSA DE OD\u00d3N (El Bosque)",
        "short": "519A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__519___",
        "label": "519",
        "long": "M\u00d3STOLES-VILLAVICIOSA DE OD\u00d3N",
        "short": "519",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__520___",
        "label": "520",
        "long": "ALCORC\u00d3N-M\u00d3STOLES",
        "short": "520",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__521___",
        "label": "521",
        "long": "MADRID (Cuatro Vientos)-M\u00d3STOLES",
        "short": "521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__522___",
        "label": "522",
        "long": "MADRID (Cuatro Vientos)-M\u00d3STOLES (Por Pistas DGT)",
        "short": "522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__523___",
        "label": "523",
        "long": "MADRID (Cuatro Vientos)-M\u00d3STOLES (Villafontana)",
        "short": "523",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__524___",
        "label": "524",
        "long": "MADRID (Cuatro Vientos) - M\u00d3STOLES SUR",
        "short": "524",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__525___",
        "label": "525",
        "long": "MADRID (Cuatro Vientos)-M\u00d3STOLES SUR (Por Av.Onu)",
        "short": "525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__526___",
        "label": "526",
        "long": "FUENLABRADA - M\u00d3STOLES (Por FF.CC)",
        "short": "526",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__527___",
        "label": "527",
        "long": "M\u00d3STOLES (Estaci\u00f3n FFCC)-FUENLABRADA (Urb. Loranca)",
        "short": "527",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__528___",
        "label": "528",
        "long": "MADRID (Cuatro Vientos)-NAVALCARNERO",
        "short": "528",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__529_A__",
        "label": "529A",
        "long": "M\u00d3STOLES (Hospital Rey Juan Carlos)-NAVALCARNERO-BATRES",
        "short": "529A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__529_H__",
        "label": "529H",
        "long": "M\u00d3STOLES (Hospital Rey Juan Carlos) - NAVALCARNERO",
        "short": "529H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__529___",
        "label": "529",
        "long": "M\u00d3STOLES (Hospital Rey Juan Carlos)-NAVALCARNERO-EL \u00c1LAMO",
        "short": "529",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__530___",
        "label": "530",
        "long": "NAVALCARNERO-VILLANUEVA DE LA CA\u00d1ADA",
        "short": "530",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__531_A__",
        "label": "531A",
        "long": "M\u00d3STOLES (Hospital Rey Juan Carlos)-NAVALCARNERO-VILLAMANTILLA",
        "short": "531A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__531___",
        "label": "531",
        "long": "M\u00d3STOLES (Hospital Rey Juan Carlos)-NAVALCARNERO-SEVILLA LA NUEVA",
        "short": "531",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__532___",
        "label": "532",
        "long": "MADRID (Colonia Jard\u00edn)-SEVILLA LA NUEVA",
        "short": "532",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__534___",
        "label": "534",
        "long": "MADRID (Cuatro Vientos)-URB. PARQUE COIMBRA-XANAD\u00da",
        "short": "534",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__538___",
        "label": "538",
        "long": "MADRID (Cuatro Vientos) - NAVALCARNERO (La Dehesa)",
        "short": "538",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__539___",
        "label": "539",
        "long": "MADRID (Cuatro Vientos)-EL \u00c1LAMO",
        "short": "539",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__541___",
        "label": "541",
        "long": "MADRID (Plaza El\u00edptica)-VILLAMANTA-LA TORRE DE E. HAMBRAN",
        "short": "541",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__545___",
        "label": "545",
        "long": "MADRID (Plaza El\u00edptica)-CENICIENTOS-SOTILLO DE LA ADRADA",
        "short": "545",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__546___",
        "label": "546",
        "long": "MADRID (Plaza El\u00edptica)-ROZAS DE PUERTO REAL-CASILLAS",
        "short": "546",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__547___",
        "label": "547",
        "long": "MADRID (Plaza El\u00edptica)-V.DEL PRADO-ALMOROX-ALDEA EN CABO",
        "short": "547",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__548___",
        "label": "548",
        "long": "MADRID (Plaza El\u00edptica)-ALDEA DEL FRESNO-CALALBERCHE",
        "short": "548",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__551___",
        "label": "551",
        "long": "MADRID (Cuatro Vientos)-SAN MART\u00cdN DE VALDEIGLESIAS-EL TIEMBLO/CEBREROS",
        "short": "551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__560___",
        "label": "560",
        "long": "POZUELO DE ALARC\u00d3N-ALCORC\u00d3N",
        "short": "560",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__561_A__",
        "label": "561A",
        "long": "MADRID (Aluche)-POZUELO-MAJADAHONDA-LAS ROZAS (por Universidad)",
        "short": "561A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__561_B__",
        "label": "561B",
        "long": "MADRID (Aluche)-POZUELO-MAJADAHONDA-LAS ROZAS (por Av. Guadarrama)",
        "short": "561B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__561___",
        "label": "561",
        "long": "MADRID (Aluche)-POZUELO-MAJADAHONDA-LAS ROZAS",
        "short": "561",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__562___",
        "label": "562",
        "long": "MADRID (Aluche)-POZUELO DE ALARC\u00d3N",
        "short": "562",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__563___",
        "label": "563",
        "long": "MADRID (Aluche)-POZUELO (Por Urb. Las Minas)",
        "short": "563",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__564___",
        "label": "564",
        "long": "MADRID (Aluche)-POZUELO (Por Somosaguas Sur)",
        "short": "564",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__565___",
        "label": "565",
        "long": "POZUELO (Est. El Barrial) - BOADILLA (Est. Puerta de Boadilla)",
        "short": "565",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__566___",
        "label": "566",
        "long": "BOADILLA DEL MONTE-POZUELO DE ALARC\u00d3N",
        "short": "566",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__567___",
        "label": "567",
        "long": "VILLAVICIOSA DE OD\u00d3N-MAJADAHONDA",
        "short": "567",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__571___",
        "label": "571",
        "long": "MADRID (Aluche)-BOADILLA (Por Urb. Montepr\u00edncipe)",
        "short": "571",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__572___",
        "label": "572",
        "long": "MADRID (Aluche)-CIUDAD DE LA IMAGEN",
        "short": "572",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__573___",
        "label": "573",
        "long": "MADRID (Moncloa)-BOADILLA (por Urb. Montepr\u00edncipe)",
        "short": "573",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__574___",
        "label": "574",
        "long": "MADRID (Aluche)-BOADILLA DEL MONTE (Por Ciudad Financiera)",
        "short": "574",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__575___",
        "label": "575",
        "long": "BOADILLA DEL MONTE-BRUNETE",
        "short": "575",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__580___",
        "label": "580",
        "long": "MAJADAHONDA(Hospital)-BRUNETE",
        "short": "580",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__581___",
        "label": "581",
        "long": "MADRID (Cuatro Vientos)-BRUNETE-QUIJORNA",
        "short": "581",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__591___",
        "label": "591",
        "long": "MADRID (Aluche) - ETSI  Inform\u00e1ticos",
        "short": "591",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__610___",
        "label": "610",
        "long": "TORRELODONES-HOYO DE MANZANARES-COLMENAR VIEJO",
        "short": "610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__611_A__",
        "label": "611A",
        "long": "MADRID (Moncloa)-HOYO DE MANZANARES (Por Urb. Las Colinas)",
        "short": "611A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__611___",
        "label": "611",
        "long": "MADRID (Moncloa)-HOYO DE MANZANARES",
        "short": "611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__612___",
        "label": "612",
        "long": "MADRID (Moncloa)-TORRELODONES",
        "short": "612",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__613___",
        "label": "613",
        "long": "MADRID (Moncloa)-TORRELODONES (Por Centro Comercial)",
        "short": "613",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__620___",
        "label": "620",
        "long": "LAS MATAS-HOSPITAL PUERTA DE HIERRO",
        "short": "620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__621___",
        "label": "621",
        "long": "MADRID (Moncloa)-LAS ROZAS",
        "short": "621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__622___",
        "label": "622",
        "long": "MADRID (Moncloa)-LAS ROZAS-LAS MATAS",
        "short": "622",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__623___",
        "label": "623",
        "long": "MADRID (Moncloa)-LAS ROZAS-URB.VILLAFRANCA DEL CASTILLO",
        "short": "623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__624_A__",
        "label": "624A",
        "long": "MADRID (Moncloa) - LAS ROZAS (La Marazuela)",
        "short": "624A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__624___",
        "label": "624",
        "long": "MADRID (Moncloa)-COL.VERACRUZ-LAS ROZAS",
        "short": "624",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__625___",
        "label": "625",
        "long": "MADRID (Moncloa)-MONTE ROZAS",
        "short": "625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__626_A__",
        "label": "626A",
        "long": "MAJADAHONDA (Estaci\u00f3n FFCC)-VILLANUEVA DEL PARDILLO",
        "short": "626A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__626___",
        "label": "626",
        "long": "LAS ROZAS-MAJADAHONDA-VILLANUEVA DE LA CA\u00d1ADA",
        "short": "626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__627___",
        "label": "627",
        "long": "MADRID (Moncloa)-VILLANUEVA DE LA CA\u00d1ADA-BRUNETE",
        "short": "627",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__628___",
        "label": "628",
        "long": "MADRID (Moncloa)-P.EMPRESARIAL-EL CANTIZAL",
        "short": "628",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__629___",
        "label": "629",
        "long": "MADRID (Moncloa)-LAS ROZAS (Parque Empresarial)",
        "short": "629",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__630___",
        "label": "630",
        "long": "VILLALBA (Estaci\u00f3n)-GALAPAGAR-COLMENAREJO-VALDEMORILLO",
        "short": "630",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": false,
        "id": "8__631___",
        "label": "631",
        "long": "MADRID (Moncloa)-TORRELODONES (Colonia)-GALAPAGAR-COLMENAREJO",
        "short": "631",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__632___",
        "label": "632",
        "long": "MADRID (Moncloa)-LA NAVATA-GALAPAGAR-EL GUIJO",
        "short": "632",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__633___",
        "label": "633",
        "long": "MAJADAHONDA (Hospital)-TORRELODONES (Colonia)-GALAPAGAR-COLMENAREJO",
        "short": "633",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__634___",
        "label": "634",
        "long": "COLMENAREJO - GALAPAGAR - EST. LA NAVATA",
        "short": "634",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": false,
        "id": "8__635___",
        "label": "635",
        "long": "MADRID (Moncloa)-TORRELODONES (Colonia)-LA NAVATA-GALAPAGAR",
        "short": "635",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__640_A__",
        "label": "640A",
        "long": "ROBLEDO DE CHAVELA FFCC-ROBLEDO DE CHAVELA",
        "short": "640A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__640___",
        "label": "640",
        "long": "SAN LORENZO DE EL ESCORIAL-ROBLEDO CHAVELA-VALDEMAQUEDA",
        "short": "640",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__641___",
        "label": "641",
        "long": "MADRID (Moncloa)-VALDEMORILLO",
        "short": "641",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__642___",
        "label": "642",
        "long": "MADRID (Moncloa)-COLMENAR DEL ARROYO",
        "short": "642",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__643___",
        "label": "643",
        "long": "MADRID (Moncloa)-VILLANUEVA DEL PARDILLO",
        "short": "643",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__645___",
        "label": "645",
        "long": "MADRID (Moncloa)-ROBLEDO DE CHAVELA-CEBREROS",
        "short": "645",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__650_A__",
        "label": "650A",
        "long": "CIRCULAR POZUELO- MAJADAHONDA - POZUELO",
        "short": "650A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__650_B__",
        "label": "650B",
        "long": "CIRCULAR POZUELO- MAJADAHONDA - POZUELO",
        "short": "650B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__651___",
        "label": "651",
        "long": "MADRID (Moncloa)-MAJADAHONDA (Avda. de Espa\u00f1a)",
        "short": "651",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__652___",
        "label": "652",
        "long": "MADRID (Moncloa)-MAJADAHONDA (Carril del Tejar)",
        "short": "652",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__653___",
        "label": "653",
        "long": "MADRID (Moncloa)-MAJADAHONDA (Hospital) (Por FFCC)",
        "short": "653",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__654___",
        "label": "654",
        "long": "MADRID (Moncloa) - MAJADAHONDA (Urb. Los Sat\u00e9lites)",
        "short": "654",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__655___",
        "label": "655",
        "long": "MADRID (Moncloa)-MAJADAHONDA (Hospital)",
        "short": "655",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__656_A__",
        "label": "656A",
        "long": "MADRID (Moncloa)-POZUELO-URB.LA CABA\u00d1A",
        "short": "656A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__656___",
        "label": "656",
        "long": "MADRID (Moncloa)-POZUELO DE ALARC\u00d3N",
        "short": "656",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__657_A__",
        "label": "657A",
        "long": "MADRID (Moncloa) - POZUELO (San Juan de la Cruz)",
        "short": "657A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__657___",
        "label": "657",
        "long": "MADRID (Moncloa)-POZUELO (Monteclaro)",
        "short": "657",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__658_A__",
        "label": "658A",
        "long": "MADRID (Moncloa) - POZUELO (C.C. LaFinca)",
        "short": "658A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__658___",
        "label": "658",
        "long": "MADRID (Moncloa)-POZUELO (Prado Somosaguas-Ciudad de la Imagen)",
        "short": "658",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__659___",
        "label": "659",
        "long": "MADRID (Moncloa) - Univ. Fco. de Vitoria - El Pinar del Plant\u00edo",
        "short": "659",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__660___",
        "label": "660",
        "long": "SAN LORENZO DE EL ESCORIAL-GUADARRAMA-VILLALBA",
        "short": "660",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__661_A__",
        "label": "661A",
        "long": "MADRID (Moncloa)-LAS ZORRERAS (Por Galapagar)",
        "short": "661A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__661___",
        "label": "661",
        "long": "MADRID (Moncloa)-SAN LORENZO DE EL ESCORIAL (Por Galapagar)",
        "short": "661",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__662___",
        "label": "662",
        "long": "MADRID (Moncloa)-URB. MOLINO DE LA HOZ",
        "short": "662",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__664___",
        "label": "664",
        "long": "MADRID (Moncloa)-SAN LORENZO DE EL ESCORIAL (Guadarrama)",
        "short": "664",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__665___",
        "label": "665",
        "long": "SAN LORENZO DE EL ESCORIAL-PEGUERINOS",
        "short": "665",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__666___",
        "label": "666",
        "long": "SAN LORENZO DE EL ESCORIAL-ZARZALEJO-LAS NAVAS DEL MARQU\u00c9S",
        "short": "666",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__667___",
        "label": "667",
        "long": "MAJADAHONDA (Hospital)-SAN LORENZO DE EL ESCORIAL (Por Galapagar)",
        "short": "667",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__669_A__",
        "label": "669A",
        "long": "S. L. DE EL ESCORIAL - FRESNEDILLAS - NAVALAGAMELLA",
        "short": "669A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__669___",
        "label": "669",
        "long": "SAN LORENZO DE EL ESCORIAL-VILLANUEVA DE LA CA\u00d1ADA",
        "short": "669",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__670___",
        "label": "670",
        "long": "COLLADO VILLALBA (Hospital)-MORALZARZAL",
        "short": "670",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__671___",
        "label": "671",
        "long": "MADRID (Moncloa)-MORALZARZAL",
        "short": "671",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__672_A__",
        "label": "672A",
        "long": "MADRID (Moncloa)-CERCEDA (Directo)",
        "short": "672A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__672___",
        "label": "672",
        "long": "MADRID (Moncloa)-CERCEDA (Por Mataelpino)",
        "short": "672",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__673___",
        "label": "673",
        "long": "MADRID (Moncloa)-COLLADO VILLALBA (Hospital)",
        "short": "673",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__680___",
        "label": "680",
        "long": "COLLADO VILLALBA (Hospital)-CERCEDILLA",
        "short": "680",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__681___",
        "label": "681",
        "long": "MADRID (Moncloa)-ALPEDRETE",
        "short": "681",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__682___",
        "label": "682",
        "long": "MADRID (Moncloa)-VILLALBA-GUADARRAMA",
        "short": "682",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__683___",
        "label": "683",
        "long": "MADRID (Moncloa)-COLLADO MEDIANO",
        "short": "683",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__684___",
        "label": "684",
        "long": "MADRID (Moncloa)-CERCEDILLA (por Guadarrama)",
        "short": "684",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__685___",
        "label": "685",
        "long": "MAJADAHONDA (Hospital) - LAS ROZAS - GUADARRAMA",
        "short": "685",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__686_A__",
        "label": "686A",
        "long": "MADRID (Moncloa)-TORRELODONES (Por Montealegre)",
        "short": "686A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__686___",
        "label": "686",
        "long": "MADRID (Moncloa)-TORRELODONES (Por Los Pe\u00f1ascales)",
        "short": "686",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__687___",
        "label": "687",
        "long": "MADRID (Moncloa)-COLLADO VILLALBA",
        "short": "687",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__688___",
        "label": "688",
        "long": "MADRID (Moncloa)-LOS MOLINOS",
        "short": "688",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__690___",
        "label": "690",
        "long": "GUADARRAMA-COLLADO MEDIANO-NAVACERRADA",
        "short": "690",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__691___",
        "label": "691",
        "long": "MADRID (Moncloa)-BECERRIL-NAVACERRADA-VALDESQUI",
        "short": "691",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__692___",
        "label": "692",
        "long": "LOS MOLINOS - CERCEDILLA - VALDESQU\u00cd",
        "short": "692",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__696___",
        "label": "696",
        "long": "COLLADO VILLALBA (Hospital)-NAVACERRADA",
        "short": "696",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__712___",
        "label": "712",
        "long": "MADRID (Plaza de Castilla) - TRES CANTOS (Por Avda. de Encuartes)",
        "short": "712",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__713___",
        "label": "713",
        "long": "MADRID (Plaza de Castilla)-TRES CANTOS (Por Avda. del Parque)",
        "short": "713",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__714___",
        "label": "714",
        "long": "MADRID (Plaza de Castilla)-UNIV.AUT\u00d3NOMA-UNIV.COMILLAS",
        "short": "714",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__716___",
        "label": "716",
        "long": "MADRID (Plaza de Castilla)-TRES CANTOS (Soto de Vi\u00f1uelas)",
        "short": "716",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__717___",
        "label": "717",
        "long": "MADRID (Plaza de Castilla)-TRES CANTOS NORTE",
        "short": "717",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": false,
        "id": "8__720___",
        "label": "720",
        "long": "COLMENAR VIEJO (Estaci\u00f3n FF.CC.) - COLLADO VILLALBA",
        "short": "720",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": false,
        "id": "8__721___",
        "label": "721",
        "long": "MADRID (Plaza de Castilla)-COLMENAR VIEJO",
        "short": "721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": false,
        "id": "8__722___",
        "label": "722",
        "long": "MADRID (Plaza de Castilla) - COLMENAR VIEJO (Navallar)",
        "short": "722",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": false,
        "id": "8__723___",
        "label": "723",
        "long": "COLMENAR VIEJO-TRES CANTOS",
        "short": "723",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": false,
        "id": "8__724___",
        "label": "724",
        "long": "MADRID (Plaza de Castilla)-MANZANARES-EL BOALO",
        "short": "724",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": false,
        "id": "8__725___",
        "label": "725",
        "long": "MADRID (Plaza de Castilla)-MIRAFLORES-BUSTARVIEJO-VALDEMANCO",
        "short": "725",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": false,
        "id": "8__726___",
        "label": "726",
        "long": "MADRID (Plaza de Castilla)-GUADALIX-NAVALAFUENTE",
        "short": "726",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": false,
        "id": "8__727___",
        "label": "727",
        "long": "COLMENAR VIEJO-SAN AGUST\u00cdN DEL GUADALIX",
        "short": "727",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": false,
        "id": "8__728___",
        "label": "728",
        "long": "EST. COLMENAR - SOTO DEL REAL - MANZANARES EL REAL",
        "short": "728",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__815___",
        "label": "815",
        "long": "MADRID (Estaci\u00f3n Chamart\u00edn)-POZUELO DE ALARC\u00d3N",
        "short": "815",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__819___",
        "label": "819",
        "long": "RASCAFR\u00cdA - COTOS",
        "short": "819",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__822___",
        "label": "822",
        "long": "MADRID (Aeropuerto)-COSLADA-SAN FERNANDO DE HENARES",
        "short": "822",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__824___",
        "label": "824",
        "long": "MADRID (Aeropuerto) - TORREJ\u00d3N DE ARDOZ - ALCAL\u00c1 DE HENARES",
        "short": "824",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__827_A__",
        "label": "827A",
        "long": "ALCOBENDAS-S. S. DE LOS REYES-UNIV. AUT\u00d3NOMA",
        "short": "827A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__827___",
        "label": "827",
        "long": "MADRID (Canillejas)-ALCOBENDAS-UNIVERSIDAD AUT\u00d3NOMA-TRES CANTOS",
        "short": "827",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__828___",
        "label": "828",
        "long": "MADRID (Canillejas)-ALCOBENDAS-UNIVERSIDAD AUT\u00d3NOMA",
        "short": "828",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__865___",
        "label": "865",
        "long": "MADRID (Moncloa) - CAMPUS UPM MONTEGANCEDO",
        "short": "865",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__876___",
        "label": "876",
        "long": "MADRID (Plaza de Castilla)-MORALZARZAL-COLLADO VILLALBA",
        "short": "876",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__911___",
        "label": "911",
        "long": "BUITRAGO-MONTEJO-LA HIRUELA",
        "short": "911",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__912___",
        "label": "912",
        "long": "BUITRAGO-MONTEJO-PUEBLA DE LA SIERRA",
        "short": "912",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__913___",
        "label": "913",
        "long": "TORRELAGUNA-EL ATAZAR",
        "short": "913",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__FS1___",
        "label": "FS1",
        "long": "LAS ROZAS (Centros Comerciales) - VALDEMORILLO",
        "short": "FS1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBF42",
        "color_name": "gray",
        "has_shape": true,
        "id": "8__FS2___",
        "label": "FS2",
        "long": "TORRELAGUNA - ALCAL\u00c1 DE HENARES",
        "short": "FS2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 8402,
    "stop_points_capped": true
  },
  "rubric_version": "1.2",
  "schema_version": "1.15",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.2",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.2"
  },
  "snapshot_date": "2026-07-18",
  "top_fixes": [
    {
      "code": "stop_time_with_arrival_before_previous_departure_time",
      "count": 76,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'stop_time_with_arrival_before_previous_departure_time' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 24.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Stop time with arrival before previous departure time (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "equal_shape_distance_diff_coordinates",
      "count": 40,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 18.0,
      "rank": 2,
      "severity": "ERROR",
      "what": "Equal shape distance diff coordinates (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "scorecard_wheelchair_accessible_unknown",
      "count": 54904,
      "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": "54904 of 54904 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"
}
