{
  "agency": {
    "country": "ES",
    "id": "renfe-cercanias-rodalies",
    "name": "Renfe Cercan\u00edas y Rodalies",
    "operating_note": "Spain's national commuter-rail network (Cercan\u00edas and Rodalies) published by Renfe."
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 37.5,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 100.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 0.0,
          "stop_names": 15.0,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 15.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": 0.2,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1155,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 128144,
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 0.0,
        "wheelchair_marked_accessible_pct": 0.0,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 1155,
          "effort": "A column in stops.txt; your scheduling software likely has it.",
          "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
          "owner": "Likely your team",
          "points": 25.0,
          "severity": "WARNING",
          "what": "1155 of 1155 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_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_missing_headsigns",
          "count": 127903,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Populate trip_headsign to match what the transit vehicle displays.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "127903 of 128144 trips have no headsign.",
          "why": "Riders at the stop can't tell which direction a transit vehicle is going."
        },
        {
          "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."
        }
      ],
      "name": "completeness",
      "score": 37.5,
      "status": "measured",
      "summary": "0% of stops state wheelchair accessibility (0% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 12,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 0,
          "WARNING": 4230
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "inconsistent_route_type_for_block_id",
          "count": 1276,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'inconsistent_route_type_for_block_id' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Inconsistent route type for block id (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "missing_recommended_field",
          "count": 758,
          "effort": "A field at a time; not urgent.",
          "fix": "Review the flagged fields and fill in the ones your riders would use.",
          "owner": "",
          "points": 8.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": "unusable_trip",
          "count": 644,
          "effort": "Worth a vendor question if it appears often.",
          "fix": "Check the flagged trips in your scheduling software; remove them or restore their missing stops.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some trips serve fewer than two stops.",
          "why": "A trip with one stop can't be ridden; planners ignore it and it may signal an export problem."
        },
        {
          "code": "unused_trip",
          "count": 380,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unused_trip' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Unused trip (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 337,
          "effort": "A few minutes per flagged stop.",
          "fix": "Check the flagged stops' coordinates and the route shape in your scheduling software; re-snap whichever is misplaced.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the transit vehicle route through the wrong path or point riders to the wrong boarding location."
        },
        {
          "code": "stops_match_shape_out_of_order",
          "count": 297,
          "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": 8.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 transit vehicle doubling back or skipping ahead, which confuses riders reading the map."
        },
        {
          "code": "stop_without_stop_time",
          "count": 232,
          "effort": "A review pass in your scheduling software.",
          "fix": "Remove retired stops from the export, or add them back to the trips that should serve them.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some stops exist in the feed but no trip ever stops at them.",
          "why": "Riders may walk to a stop where no transit vehicle is scheduled to arrive."
        },
        {
          "code": "duplicate_route_name",
          "count": 216,
          "effort": "One field per route.",
          "fix": "Give each route a distinct short or long name.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Two or more routes share the same name.",
          "why": "Riders can't tell the routes apart in apps."
        },
        {
          "code": "route_color_contrast",
          "count": 64,
          "effort": "One field per route.",
          "fix": "Pick a darker/lighter route_text_color for the flagged routes.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some route colors don't contrast with their text color.",
          "why": "Route badges get hard to read, most of all for riders with low vision."
        },
        {
          "code": "expired_calendar",
          "count": 15,
          "effort": "One setting in most export tools.",
          "fix": "Remove past service periods the next time you export the feed.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some service calendars in the feed have already ended.",
          "why": "Expired calendars are dead weight and can hide real schedule problems from your staff and vendors."
        },
        {
          "code": "unused_shape",
          "count": 10,
          "effort": "One setting.",
          "fix": "Turn on 'remove unused shapes' (or the like) in your export tool.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "The feed contains route shapes no trip uses.",
          "why": "Harmless to riders, but it bloats the feed and suggests stale export data."
        },
        {
          "code": "missing_recommended_file",
          "count": 1,
          "effort": "One small file, set once in export settings.",
          "fix": "Add feed_info.txt with publisher name, URL, language, and feed_start_date/feed_end_date.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "A file GTFS asks for (usually feed_info.txt) is missing.",
          "why": "feed_info.txt tells apps who publishes the feed and when it expires; without it nobody is warned before data goes stale."
        }
      ],
      "name": "correctness",
      "score": 12.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 12 kinds of issue across 4230 instances (0 error, 4230 warning, 0 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": null,
        "effective_expiry_date": null,
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": null,
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "unknown",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_no_expiry_date",
          "count": 1,
          "effort": "Likely a one-time export setting.",
          "fix": "Add feed_start_date and feed_end_date to feed_info.txt and include calendar end dates in your export.",
          "owner": "Likely your export tool",
          "points": 100.0,
          "severity": "ERROR",
          "what": "Neither feed_info.txt nor the calendars state when service ends.",
          "why": "Nobody can tell when this feed will go stale."
        }
      ],
      "name": "freshness",
      "score": 0.0,
      "status": "measured",
      "summary": "No service end date could be found in this feed, so there is no way to know when riders will lose trip planning.",
      "weight": 0.2
    },
    "realtime": {
      "details": {
        "alerts_content": {
          "alerts": 55,
          "ended_over_30_days_ago": 0,
          "with_cause_and_effect": 0,
          "with_description": 55,
          "with_header_text": 0,
          "with_informed_entity": 55
        },
        "configured_kinds": [
          "trip_updates",
          "vehicle_positions",
          "service_alerts"
        ],
        "coverage_pct": null,
        "kinds_configured": 3,
        "kinds_reachable": 3,
        "rt_freshness": "fresh",
        "samples": 9,
        "scheduled_trips_in_window": 0,
        "worst_lag_seconds": 22
      },
      "findings": [
        {
          "code": "scorecard_rt_alerts_missing_text",
          "count": 55,
          "effort": "A habit in your alerts tool, not a code change.",
          "fix": "Give every alert a one-line plain-language header in your alerts tool; the description field can carry the detail.",
          "owner": "",
          "points": 0.0,
          "severity": "INFO",
          "what": "55 of 55 published service alerts have no header text.",
          "why": "An alert without text shows riders an empty or generic notice, so the disruption it describes goes unread."
        }
      ],
      "name": "realtime",
      "score": 100.0,
      "status": "measured",
      "summary": "Sampled 9 times outside service hours: 3 of 3 configured feeds healthy; vehicle position plausibility was not measurable.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "high",
    "measured_categories": 4,
    "notes": [
      "All four score categories were measured this run.",
      "Realtime was sampled in one bounded window of 9 snapshots.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 1,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "No service end date could be read.",
        "key": "current",
        "met": false
      },
      {
        "detail": "States wheelchair access on 0% of stops and 100% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. No service end date could be read. States wheelchair access on 0% of stops and 100% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "CC BY 4.0 through Renfe's open data portal; commercial reuse and adaptation are permitted with attribution to Renfe.",
    "reachable": true,
    "sha256": "d595b1045344ba9befc896007e68d446c17fb4e8c2580f582732013f3eb0887e",
    "size_bytes": 14505052,
    "static_url": "https://ssl.renfe.com/ftransit/Fichero_CER_FOMENTO/fomento_transit.zip"
  },
  "fetch": {
    "final_url": "https://ssl.renfe.com/ftransit/Fichero_CER_FOMENTO/fomento_transit.zip",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-07-19T00:00:00+00:00",
  "geo": {
    "bbox": [
      -8.23107,
      36.40876,
      3.16315,
      43.73565
    ],
    "lat": 41.91736,
    "lon": -3.71556,
    "stop_count": 1155
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "rail",
        "label": "Rail",
        "route_count": 638,
        "trip_count": 113917,
        "trip_share_pct": 88.9
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 120,
        "trip_count": 14227,
        "trip_share_pct": 11.1
      }
    ],
    "primary_mode": "rail",
    "primary_mode_label": "Rail",
    "route_count": 758,
    "trip_count": 128144
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 33.6,
    "margin_to_next_band": 26.4,
    "score": 33.6
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 244,
      "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": "244 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (C3, C3, C4, C4, C4a, 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": 7,
      "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": "7 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Ventas/S.mam\u00e9s\", \"Valle de Tr\u00e1paga/Trapagaran\", \"Alicante/Alacant-Terminal\", and more).",
      "why": "Riders who use a screen reader hear the raw name, so 'Main St & 2nd Ave' can come out as 'Main saint' or drop the ampersand."
    }
  ],
  "routability": {
    "boardable_stops": 1155,
    "findings": [
      {
        "code": "scorecard_single_stop_trips",
        "count": 644,
        "effort": "Usually an export setting or a stop_times mapping in your software.",
        "fix": "Check your scheduling export: every trip should list each stop it calls at, in order, with times.",
        "owner": "Likely your export tool",
        "points": 0.0,
        "severity": "WARNING",
        "what": "644 of 128144 trips list fewer than two stops.",
        "why": "A trip with one stop has no leg a rider can ride; trip planners can't route anyone on it, so the service effectively does not exist."
      },
      {
        "code": "scorecard_orphan_stops",
        "count": 232,
        "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": "232 of 1155 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": 232,
    "single_stop_trips": 644,
    "trips_total": 128144
  },
  "route_map": {
    "drawn_route_count": 0,
    "has_shapes": false,
    "path": "data/artifacts/renfe-cercanias-rodalies/geometry.geojson",
    "route_count": 758,
    "routes": [
      {
        "color": "75B6E0",
        "color_name": "gray",
        "has_shape": false,
        "id": "10T0001C1",
        "label": "C1",
        "long": "Principe Pio                            -Aeropuerto-T4",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "75B6E0",
        "color_name": "gray",
        "has_shape": false,
        "id": "10T0002C1",
        "label": "C1",
        "long": "Aeropuerto-T4                           -Principe Pio",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "BCCF00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "10T0003C10",
        "label": "C10",
        "long": "Villalba                                -Aeropuerto-T4",
        "short": "C10",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "BCCF00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "10T0004C10",
        "label": "C10",
        "long": "Aeropuerto-T4                           -Villalba",
        "short": "C10",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00943D",
        "color_name": "green",
        "has_shape": false,
        "id": "10T0005C2",
        "label": "C2",
        "long": "Guadalajara                             -Chamart\u00edn - Clara Campoamor",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00943D",
        "color_name": "green",
        "has_shape": false,
        "id": "10T0006C2",
        "label": "C2",
        "long": "Chamart\u00edn - Clara Campoamor             -Guadalajara",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "952585",
        "color_name": "purple",
        "has_shape": false,
        "id": "10T0007C3",
        "label": "C3",
        "long": "Chamart\u00edn - Clara Campoamor             -Aranjuez",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "952585",
        "color_name": "purple",
        "has_shape": false,
        "id": "10T0008C3",
        "label": "C3",
        "long": "Aranjuez                                -Chamart\u00edn - Clara Campoamor",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "868584",
        "color_name": "gray",
        "has_shape": false,
        "id": "10T0009C8a",
        "label": "C8a",
        "long": "Chamart\u00edn - Clara Campoamor             -El Escorial",
        "short": "C8a",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "868584",
        "color_name": "gray",
        "has_shape": false,
        "id": "10T0010C8a",
        "label": "C8a",
        "long": "El Escorial                             -Chamart\u00edn - Clara Campoamor",
        "short": "C8a",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "2C2A86",
        "color_name": "blue",
        "has_shape": false,
        "id": "10T0011C4",
        "label": "C4",
        "long": "Chamart\u00edn - Clara Campoamor             -Parla",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "2C2A86",
        "color_name": "blue",
        "has_shape": false,
        "id": "10T0012C4",
        "label": "C4",
        "long": "Parla                                   -Chamart\u00edn - Clara Campoamor",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "2C2A86",
        "color_name": "blue",
        "has_shape": false,
        "id": "10T0013C4a",
        "label": "C4a",
        "long": "Alcobendas-S.Sebast. de los Reyes       -Parla",
        "short": "C4a",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "2C2A86",
        "color_name": "blue",
        "has_shape": false,
        "id": "10T0014C4a",
        "label": "C4a",
        "long": "Parla                                   -Alcobendas-S.Sebast. de los Reyes",
        "short": "C4a",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "2C2A86",
        "color_name": "blue",
        "has_shape": false,
        "id": "10T0015C4b",
        "label": "C4b",
        "long": "Colmenar Viejo                          -Parla",
        "short": "C4b",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "2C2A86",
        "color_name": "blue",
        "has_shape": false,
        "id": "10T0016C4b",
        "label": "C4b",
        "long": "Parla                                   -Colmenar Viejo",
        "short": "C4b",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FECB00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "10T0017C5",
        "label": "C5",
        "long": "Mostoles el Soto                        -Humanes",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FECB00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "10T0018C5",
        "label": "C5",
        "long": "Humanes                                 -Mostoles el Soto",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00943D",
        "color_name": "green",
        "has_shape": false,
        "id": "10T0019C2",
        "label": "C2",
        "long": "Alcala de Henares                       -Principe Pio",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00943D",
        "color_name": "green",
        "has_shape": false,
        "id": "10T0020C2",
        "label": "C2",
        "long": "Principe Pio                            -Alcala de Henares",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "868584",
        "color_name": "gray",
        "has_shape": false,
        "id": "10T0021C8b",
        "label": "C8b",
        "long": "Atocha                                  -Cercedilla",
        "short": "C8b",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "868584",
        "color_name": "gray",
        "has_shape": false,
        "id": "10T0022C8b",
        "label": "C8b",
        "long": "Cercedilla                              -Atocha",
        "short": "C8b",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "868584",
        "color_name": "gray",
        "has_shape": false,
        "id": "10T0023C8a",
        "label": "C8a",
        "long": "Atocha                                  -El Escorial",
        "short": "C8a",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "868584",
        "color_name": "gray",
        "has_shape": false,
        "id": "10T0024C8a",
        "label": "C8a",
        "long": "El Escorial                             -Atocha",
        "short": "C8a",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "915419",
        "color_name": "brown",
        "has_shape": false,
        "id": "10T0025C9",
        "label": "C9",
        "long": "Cercedilla                              -Cotos",
        "short": "C9",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "915419",
        "color_name": "brown",
        "has_shape": false,
        "id": "10T0026C9",
        "label": "C9",
        "long": "Cotos                                   -Cercedilla",
        "short": "C9",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "868584",
        "color_name": "gray",
        "has_shape": false,
        "id": "10T0027C8a",
        "label": "C8a",
        "long": "Atocha                                  -El Escorial",
        "short": "C8a",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "868584",
        "color_name": "gray",
        "has_shape": false,
        "id": "10T0028C8a",
        "label": "C8a",
        "long": "El Escorial                             -Atocha",
        "short": "C8a",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "952585",
        "color_name": "purple",
        "has_shape": false,
        "id": "10T0029C3",
        "label": "C3",
        "long": "Aranjuez                                -",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "952585",
        "color_name": "purple",
        "has_shape": false,
        "id": "10T0030C3",
        "label": "C3",
        "long": "-Aranjuez",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00943D",
        "color_name": "green",
        "has_shape": false,
        "id": "10T0031C2",
        "label": "C2",
        "long": "Guadalajara                             -",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00943D",
        "color_name": "green",
        "has_shape": false,
        "id": "10T0032C2",
        "label": "C2",
        "long": "-Guadalajara",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "952585",
        "color_name": "purple",
        "has_shape": false,
        "id": "10T0033C3",
        "label": "C3",
        "long": "-",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "952585",
        "color_name": "purple",
        "has_shape": false,
        "id": "10T0034C3",
        "label": "C3",
        "long": "-",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FECB00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "10T0035C5",
        "label": "C5",
        "long": "-Fuenlabrada",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FECB00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "10T0036C5",
        "label": "C5",
        "long": "Fuenlabrada                             -",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00943D",
        "color_name": "green",
        "has_shape": false,
        "id": "10T0037C2",
        "label": "C2",
        "long": "Alcala de Henares                       -Nuevos Ministerios",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00943D",
        "color_name": "green",
        "has_shape": false,
        "id": "10T0038C2",
        "label": "C2",
        "long": "Nuevos Ministerios                      -Alcala de Henares",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "868584",
        "color_name": "gray",
        "has_shape": false,
        "id": "10T0039C8",
        "label": "C8",
        "long": "Principe Pio                            -",
        "short": "C8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "868584",
        "color_name": "gray",
        "has_shape": false,
        "id": "10T0040C8",
        "label": "C8",
        "long": "-Principe Pio",
        "short": "C8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "868584",
        "color_name": "gray",
        "has_shape": false,
        "id": "10T0041C8",
        "label": "C8",
        "long": "Principe Pio                            -",
        "short": "C8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "868584",
        "color_name": "gray",
        "has_shape": false,
        "id": "10T0042C8",
        "label": "C8",
        "long": "-Principe Pio",
        "short": "C8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "868584",
        "color_name": "gray",
        "has_shape": false,
        "id": "10T0043C8",
        "label": "C8",
        "long": "Principe Pio                            -",
        "short": "C8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "868584",
        "color_name": "gray",
        "has_shape": false,
        "id": "10T0044C8",
        "label": "C8",
        "long": "-Principe Pio",
        "short": "C8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "868584",
        "color_name": "gray",
        "has_shape": false,
        "id": "10T0045C8",
        "label": "C8",
        "long": "Principe Pio                            -",
        "short": "C8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "868584",
        "color_name": "gray",
        "has_shape": false,
        "id": "10T0046C8",
        "label": "C8",
        "long": "-Principe Pio",
        "short": "C8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FECB00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "10T0047C5",
        "label": "C5",
        "long": "Atocha                                  -Fuenlabrada",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FECB00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "10T0048C5",
        "label": "C5",
        "long": "Fuenlabrada                             -Atocha",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00943D",
        "color_name": "green",
        "has_shape": false,
        "id": "10T0049C2",
        "label": "C2",
        "long": "Guadalajara                             -Atocha",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00943D",
        "color_name": "green",
        "has_shape": false,
        "id": "10T0050C2",
        "label": "C2",
        "long": "Atocha                                  -Guadalajara",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E5202A",
        "color_name": "red",
        "has_shape": false,
        "id": "10T0051C7",
        "label": "C7",
        "long": "Principe Pio                            -Chamart\u00edn - Clara Campoamor",
        "short": "C7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E5202A",
        "color_name": "red",
        "has_shape": false,
        "id": "10T0052C7",
        "label": "C7",
        "long": "Chamart\u00edn - Clara Campoamor             -Principe Pio",
        "short": "C7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E5202A",
        "color_name": "red",
        "has_shape": false,
        "id": "10T0053C7",
        "label": "C7",
        "long": "Principe Pio                            -Atocha",
        "short": "C7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E5202A",
        "color_name": "red",
        "has_shape": false,
        "id": "10T0054C7",
        "label": "C7",
        "long": "Atocha                                  -Principe Pio",
        "short": "C7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E5202A",
        "color_name": "red",
        "has_shape": false,
        "id": "10T0057C7",
        "label": "C7",
        "long": "Principe Pio                            -Pinar de las Rozas",
        "short": "C7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E5202A",
        "color_name": "red",
        "has_shape": false,
        "id": "10T0058C7",
        "label": "C7",
        "long": "Pinar de las Rozas                      -Principe Pio",
        "short": "C7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E5202A",
        "color_name": "red",
        "has_shape": false,
        "id": "10T0059C7",
        "label": "C7",
        "long": "Chamart\u00edn - Clara Campoamor             -Alcala de Henares",
        "short": "C7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E5202A",
        "color_name": "red",
        "has_shape": false,
        "id": "10T0060C7",
        "label": "C7",
        "long": "Alcala de Henares                       -Chamart\u00edn - Clara Campoamor",
        "short": "C7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "868584",
        "color_name": "gray",
        "has_shape": false,
        "id": "10T0061C8a",
        "label": "C8a",
        "long": "El Escorial                             -Chamart\u00edn - Clara Campoamor",
        "short": "C8a",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "868584",
        "color_name": "gray",
        "has_shape": false,
        "id": "10T0062C8a",
        "label": "C8a",
        "long": "Chamart\u00edn - Clara Campoamor             -El Escorial",
        "short": "C8a",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "BCCF00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "10T0063C10",
        "label": "C10",
        "long": "El Escorial                             -Principe Pio",
        "short": "C10",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "BCCF00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "10T0064C10",
        "label": "C10",
        "long": "Principe Pio                            -El Escorial",
        "short": "C10",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "75B6E0",
        "color_name": "gray",
        "has_shape": false,
        "id": "10T0065C1",
        "label": "C1",
        "long": "Atocha                                  -Chamart\u00edn - Clara Campoamor",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "75B6E0",
        "color_name": "gray",
        "has_shape": false,
        "id": "10T0066C1",
        "label": "C1",
        "long": "Chamart\u00edn - Clara Campoamor             -Atocha",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "2C2A86",
        "color_name": "blue",
        "has_shape": false,
        "id": "10T0067C4",
        "label": "C4",
        "long": "Atocha                                  -Villaverde Alto",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "2C2A86",
        "color_name": "blue",
        "has_shape": false,
        "id": "10T0068C4",
        "label": "C4",
        "long": "Villaverde Alto                         -Atocha",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "868584",
        "color_name": "gray",
        "has_shape": false,
        "id": "10T0069C8",
        "label": "C8",
        "long": "Las Matas                               -Villalba",
        "short": "C8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "868584",
        "color_name": "gray",
        "has_shape": false,
        "id": "10T0070C8",
        "label": "C8",
        "long": "Villalba                                -Las Matas",
        "short": "C8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "BCCF00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "10T0071C10",
        "label": "C10",
        "long": "Pozuelo                                 -Pitis",
        "short": "C10",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "BCCF00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "10T0072C10",
        "label": "C10",
        "long": "Pitis                                   -Pozuelo",
        "short": "C10",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E5202A",
        "color_name": "red",
        "has_shape": false,
        "id": "10T0073C7",
        "label": "C7",
        "long": "Guadalajara                             -Pozuelo",
        "short": "C7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E5202A",
        "color_name": "red",
        "has_shape": false,
        "id": "10T0074C7",
        "label": "C7",
        "long": "Pozuelo                                 -Guadalajara",
        "short": "C7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "BCCF00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "10T0075C10",
        "label": "C10",
        "long": "Torrelodones                            -Chamart\u00edn - Clara Campoamor",
        "short": "C10",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "BCCF00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "10T0076C10",
        "label": "C10",
        "long": "Chamart\u00edn - Clara Campoamor             -Torrelodones",
        "short": "C10",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "BCCF00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "10T0077C10",
        "label": "C10",
        "long": "Las Matas                               -Atocha",
        "short": "C10",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "BCCF00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "10T0078C10",
        "label": "C10",
        "long": "Atocha                                  -Las Matas",
        "short": "C10",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E5202A",
        "color_name": "red",
        "has_shape": false,
        "id": "10T0079C7",
        "label": "C7",
        "long": "Pitis                                   -Nuevos Ministerios",
        "short": "C7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E5202A",
        "color_name": "red",
        "has_shape": false,
        "id": "10T0080C7",
        "label": "C7",
        "long": "Nuevos Ministerios                      -Pitis",
        "short": "C7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00943D",
        "color_name": "green",
        "has_shape": false,
        "id": "10T0081C2",
        "label": "C2",
        "long": "Guadalajara                             -",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00943D",
        "color_name": "green",
        "has_shape": false,
        "id": "10T0082C2",
        "label": "C2",
        "long": "-Guadalajara",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00943D",
        "color_name": "green",
        "has_shape": false,
        "id": "10T0083C2",
        "label": "C2",
        "long": "Guadalajara                             -",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00943D",
        "color_name": "green",
        "has_shape": false,
        "id": "10T0084C2",
        "label": "C2",
        "long": "-Guadalajara",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "868584",
        "color_name": "gray",
        "has_shape": false,
        "id": "10T0085C8a",
        "label": "C8a",
        "long": "-El Escorial",
        "short": "C8a",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "868584",
        "color_name": "gray",
        "has_shape": false,
        "id": "10T0086C8a",
        "label": "C8a",
        "long": "El Escorial                             -",
        "short": "C8a",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "868584",
        "color_name": "gray",
        "has_shape": false,
        "id": "10T0087C8b",
        "label": "C8b",
        "long": "Chamart\u00edn - Clara Campoamor             -Cercedilla",
        "short": "C8b",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "868584",
        "color_name": "gray",
        "has_shape": false,
        "id": "10T0088C8b",
        "label": "C8b",
        "long": "Cercedilla                              -Chamart\u00edn - Clara Campoamor",
        "short": "C8b",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "868584",
        "color_name": "gray",
        "has_shape": false,
        "id": "10T0089C8",
        "label": "C8",
        "long": "Chamart\u00edn - Clara Campoamor             -Cercedilla",
        "short": "C8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "868584",
        "color_name": "gray",
        "has_shape": false,
        "id": "10T0090C8",
        "label": "C8",
        "long": "Cercedilla                              -Chamart\u00edn - Clara Campoamor",
        "short": "C8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "868584",
        "color_name": "gray",
        "has_shape": false,
        "id": "10T0091C8b",
        "label": "C8b",
        "long": "Chamart\u00edn - Clara Campoamor             -Cercedilla",
        "short": "C8b",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "868584",
        "color_name": "gray",
        "has_shape": false,
        "id": "10T0092C8b",
        "label": "C8b",
        "long": "Cercedilla                              -Chamart\u00edn - Clara Campoamor",
        "short": "C8b",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "BCCF00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "10T0093C10",
        "label": "C10",
        "long": "Pinar de las Rozas                      -Nuevos Ministerios",
        "short": "C10",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "BCCF00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "10T0094C10",
        "label": "C10",
        "long": "Nuevos Ministerios                      -Pinar de las Rozas",
        "short": "C10",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "2C2A86",
        "color_name": "blue",
        "has_shape": false,
        "id": "10T0095C4",
        "label": "C4",
        "long": "-Tres Cantos",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "2C2A86",
        "color_name": "blue",
        "has_shape": false,
        "id": "10T0096C4",
        "label": "C4",
        "long": "Tres Cantos                             -",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "868584",
        "color_name": "gray",
        "has_shape": false,
        "id": "10T0097C8b",
        "label": "C8b",
        "long": "-Cercedilla",
        "short": "C8b",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "868584",
        "color_name": "gray",
        "has_shape": false,
        "id": "10T0098C8b",
        "label": "C8b",
        "long": "Cercedilla                              -",
        "short": "C8b",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "952585",
        "color_name": "purple",
        "has_shape": false,
        "id": "10T0099C3",
        "label": "C3",
        "long": "Villaverde Bajo                         -Getafe Industrial",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "952585",
        "color_name": "purple",
        "has_shape": false,
        "id": "10T0100C3",
        "label": "C3",
        "long": "Getafe Industrial                       -Villaverde Bajo",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FECB00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "10T0101C5",
        "label": "C5",
        "long": "Mendez Alvaro PV                        -Villaverde Alto",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FECB00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "10T0102C5",
        "label": "C5",
        "long": "Villaverde Alto                         -Mendez Alvaro PV",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "10T0103ER04",
        "label": "ER04",
        "long": "-Guadalajara",
        "short": "ER04",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "10T0104ER08",
        "label": "ER08",
        "long": "-Guadalajara",
        "short": "ER08",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "915419",
        "color_name": "brown",
        "has_shape": false,
        "id": "10T0105C9",
        "label": "C9",
        "long": "Cercedilla                              -Cotos",
        "short": "C9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "915419",
        "color_name": "brown",
        "has_shape": false,
        "id": "10T0106C9",
        "label": "C9",
        "long": "Cotos                                   -Cercedilla",
        "short": "C9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "868584",
        "color_name": "gray",
        "has_shape": false,
        "id": "10T0107C8b",
        "label": "C8b",
        "long": "-Cercedilla",
        "short": "C8b",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "952585",
        "color_name": "purple",
        "has_shape": false,
        "id": "10T0108C3",
        "label": "C3",
        "long": "Getafe Industrial                       -Valdemoro",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "952585",
        "color_name": "purple",
        "has_shape": false,
        "id": "10T0109C3",
        "label": "C3",
        "long": "Valdemoro                               -Getafe Industrial",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "10T0110ER04",
        "label": "ER04",
        "long": "-Guadalajara",
        "short": "ER04",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "10T0111ER08",
        "label": "ER08",
        "long": "-Guadalajara",
        "short": "ER08",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EC3541",
        "color_name": "red",
        "has_shape": false,
        "id": "20T0001C1",
        "label": "C1",
        "long": "Gijon (Sanz Crespo)                     -Puente L.Fierros",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "EC3541",
        "color_name": "red",
        "has_shape": false,
        "id": "20T0002C1",
        "label": "C1",
        "long": "Puente L.Fierros                        -Gijon (Sanz Crespo)",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "009746",
        "color_name": "green",
        "has_shape": false,
        "id": "20T0003C2",
        "label": "C2",
        "long": "Oviedo                                  -El Entrego",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "009746",
        "color_name": "green",
        "has_shape": false,
        "id": "20T0004C2",
        "label": "C2",
        "long": "El Entrego                              -Oviedo",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0060C4",
        "color_name": "teal",
        "has_shape": false,
        "id": "20T0005C3",
        "label": "C3",
        "long": "Llamaquique                             -San Juan de Nieva",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0060C4",
        "color_name": "teal",
        "has_shape": false,
        "id": "20T0006C3",
        "label": "C3",
        "long": "San Juan de Nieva                       -Llamaquique",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "009746",
        "color_name": "green",
        "has_shape": false,
        "id": "20T0007C2",
        "label": "C2",
        "long": "Gijon (Sanz Crespo)                     -",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "009746",
        "color_name": "green",
        "has_shape": false,
        "id": "20T0008C2",
        "label": "C2",
        "long": "-Gijon (Sanz Crespo)",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "20T0009C4",
        "label": "C4",
        "long": "Gijon (Sanz Crespo)                     -Cudillero",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "20T0010C4",
        "label": "C4",
        "long": "Cudillero                               -Gijon (Sanz Crespo)",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "C4D600",
        "color_name": "yellow",
        "has_shape": false,
        "id": "20T0011C5",
        "label": "C5",
        "long": "Gijon (Sanz Crespo)                     -La Pola De Llaviana/Pola De Laviana",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "C4D600",
        "color_name": "yellow",
        "has_shape": false,
        "id": "20T0012C5",
        "label": "C5",
        "long": "La Pola De Llaviana/Pola De Laviana     -Gijon (Sanz Crespo)",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "C4D600",
        "color_name": "yellow",
        "has_shape": false,
        "id": "20T0013C5a",
        "label": "C5a",
        "long": "El Berr\u00f3n                               -Oviedo",
        "short": "C5a",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "C4D600",
        "color_name": "yellow",
        "has_shape": false,
        "id": "20T0014C5a",
        "label": "C5a",
        "long": "Oviedo                                  -El Berr\u00f3n",
        "short": "C5a",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "579BE2",
        "color_name": "teal",
        "has_shape": false,
        "id": "20T0015C6",
        "label": "C6",
        "long": "Oviedo                                  -L'infiestu Apd",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "579BE2",
        "color_name": "teal",
        "has_shape": false,
        "id": "20T0016C6",
        "label": "C6",
        "long": "L'infiestu Apd                          -Oviedo",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "ED7D31",
        "color_name": "orange",
        "has_shape": false,
        "id": "20T0017C7",
        "label": "C7",
        "long": "Gijon (Sanz Crespo)                     -San Esteban",
        "short": "C7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "ED7D31",
        "color_name": "orange",
        "has_shape": false,
        "id": "20T0018C7",
        "label": "C7",
        "long": "San Esteban                             -Gijon (Sanz Crespo)",
        "short": "C7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FDC02C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "20T0019C8",
        "label": "C8",
        "long": "Ba\u00ed\u00f1a                                   -Col.lanzo",
        "short": "C8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FDC02C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "20T0020C8",
        "label": "C8",
        "long": "Col.lanzo                               -Ba\u00ed\u00f1a",
        "short": "C8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "ED7D31",
        "color_name": "orange",
        "has_shape": false,
        "id": "20T0021C7",
        "label": "C7",
        "long": "Oviedo                                  -Trubia",
        "short": "C7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "ED7D31",
        "color_name": "orange",
        "has_shape": false,
        "id": "20T0022C7",
        "label": "C7",
        "long": "Trubia                                  -Oviedo",
        "short": "C7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "20T0023C4",
        "label": "C4",
        "long": "Cand\u00e1s                                  -Aviles",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "20T0024C4",
        "label": "C4",
        "long": "Aviles                                  -Cand\u00e1s",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "579BE2",
        "color_name": "teal",
        "has_shape": false,
        "id": "20T0025C6",
        "label": "C6",
        "long": "Nava                                    -El Berr\u00f3n",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "579BE2",
        "color_name": "teal",
        "has_shape": false,
        "id": "20T0026C6",
        "label": "C6",
        "long": "El Berr\u00f3n                               -Nava",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FDC02C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "20T0027C8",
        "label": "C8",
        "long": "Figareo                                 -Morea/Moreda",
        "short": "C8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FDC02C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "20T0028C8",
        "label": "C8",
        "long": "Morea/Moreda                            -Figareo",
        "short": "C8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "C4D600",
        "color_name": "yellow",
        "has_shape": false,
        "id": "20T0029C5",
        "label": "C5",
        "long": "El Berr\u00f3n                               -Nore\u00f1a",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "C4D600",
        "color_name": "yellow",
        "has_shape": false,
        "id": "20T0030C5",
        "label": "C5",
        "long": "Nore\u00f1a                                  -El Berr\u00f3n",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "20T0031C4",
        "label": "C4",
        "long": "-",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "20T0032C4",
        "label": "C4",
        "long": "-",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "20T0033C4",
        "label": "C4",
        "long": "-",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "20T0034C4",
        "label": "C4",
        "long": "-",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "20T0035C4",
        "label": "C4",
        "long": "-",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "20T0036C4",
        "label": "C4",
        "long": "-",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "20T0037C4",
        "label": "C4",
        "long": "-",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "20T0038C4",
        "label": "C4",
        "long": "-",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "C4D600",
        "color_name": "yellow",
        "has_shape": false,
        "id": "20T0039C5",
        "label": "C5",
        "long": "-",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "C4D600",
        "color_name": "yellow",
        "has_shape": false,
        "id": "20T0040C5",
        "label": "C5",
        "long": "-",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "ED7D31",
        "color_name": "orange",
        "has_shape": false,
        "id": "20T0041C7",
        "label": "C7",
        "long": "-",
        "short": "C7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "ED7D31",
        "color_name": "orange",
        "has_shape": false,
        "id": "20T0042C7",
        "label": "C7",
        "long": "-",
        "short": "C7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "ED7D31",
        "color_name": "orange",
        "has_shape": false,
        "id": "20T0043C7",
        "label": "C7",
        "long": "-",
        "short": "C7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "ED7D31",
        "color_name": "orange",
        "has_shape": false,
        "id": "20T0044C7",
        "label": "C7",
        "long": "-",
        "short": "C7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "579BE2",
        "color_name": "teal",
        "has_shape": false,
        "id": "20T0045C6",
        "label": "C6",
        "long": "-",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "579BE2",
        "color_name": "teal",
        "has_shape": false,
        "id": "20T0046C6",
        "label": "C6",
        "long": "-",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "ED7D31",
        "color_name": "orange",
        "has_shape": false,
        "id": "20T0047C7",
        "label": "C7",
        "long": "-",
        "short": "C7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "ED7D31",
        "color_name": "orange",
        "has_shape": false,
        "id": "20T0048C7",
        "label": "C7",
        "long": "-",
        "short": "C7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "579BE2",
        "color_name": "teal",
        "has_shape": false,
        "id": "20T0049C6",
        "label": "C6",
        "long": "-",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "579BE2",
        "color_name": "teal",
        "has_shape": false,
        "id": "20T0050C6",
        "label": "C6",
        "long": "-",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "579BE2",
        "color_name": "teal",
        "has_shape": false,
        "id": "20T0051C6",
        "label": "C6",
        "long": "-",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "579BE2",
        "color_name": "teal",
        "has_shape": false,
        "id": "20T0052C6",
        "label": "C6",
        "long": "-",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "579BE2",
        "color_name": "teal",
        "has_shape": false,
        "id": "20T0053C6",
        "label": "C6",
        "long": "-",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "579BE2",
        "color_name": "teal",
        "has_shape": false,
        "id": "20T0054C6",
        "label": "C6",
        "long": "-",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "579BE2",
        "color_name": "teal",
        "has_shape": false,
        "id": "20T0055C6",
        "label": "C6",
        "long": "-",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "579BE2",
        "color_name": "teal",
        "has_shape": false,
        "id": "20T0056C6",
        "label": "C6",
        "long": "-",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FDC02C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "20T0057C8",
        "label": "C8",
        "long": "-",
        "short": "C8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FDC02C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "20T0058C8",
        "label": "C8",
        "long": "-",
        "short": "C8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FDC02C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "20T0059C8",
        "label": "C8",
        "long": "-",
        "short": "C8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FDC02C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "20T0060C8",
        "label": "C8",
        "long": "-",
        "short": "C8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FDC02C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "20T0061C8",
        "label": "C8",
        "long": "-",
        "short": "C8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FDC02C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "20T0062C8",
        "label": "C8",
        "long": "-",
        "short": "C8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FDC02C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "20T0063C8",
        "label": "C8",
        "long": "-",
        "short": "C8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FDC02C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "20T0064C8",
        "label": "C8",
        "long": "-",
        "short": "C8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "579BE2",
        "color_name": "teal",
        "has_shape": false,
        "id": "20T0065C6",
        "label": "C6",
        "long": "-",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "579BE2",
        "color_name": "teal",
        "has_shape": false,
        "id": "20T0066C6",
        "label": "C6",
        "long": "-",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "20T0067C4",
        "label": "C4",
        "long": "-",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "20T0068C4",
        "label": "C4",
        "long": "-",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "20T0069C4",
        "label": "C4",
        "long": "-",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "20T0070C4",
        "label": "C4",
        "long": "-",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "20T0071C4",
        "label": "C4",
        "long": "-",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "20T0072C4",
        "label": "C4",
        "long": "-",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "C4D600",
        "color_name": "yellow",
        "has_shape": false,
        "id": "20T0073C5",
        "label": "C5",
        "long": "-",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "C4D600",
        "color_name": "yellow",
        "has_shape": false,
        "id": "20T0074C5",
        "label": "C5",
        "long": "-",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "ED7D31",
        "color_name": "orange",
        "has_shape": false,
        "id": "20T0075C7",
        "label": "C7",
        "long": "-",
        "short": "C7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "ED7D31",
        "color_name": "orange",
        "has_shape": false,
        "id": "20T0076C7",
        "label": "C7",
        "long": "-",
        "short": "C7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "ED7D31",
        "color_name": "orange",
        "has_shape": false,
        "id": "20T0077C7",
        "label": "C7",
        "long": "-",
        "short": "C7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "ED7D31",
        "color_name": "orange",
        "has_shape": false,
        "id": "20T0078C7",
        "label": "C7",
        "long": "-",
        "short": "C7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "579BE2",
        "color_name": "teal",
        "has_shape": false,
        "id": "20T0079C6",
        "label": "C6",
        "long": "-",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "579BE2",
        "color_name": "teal",
        "has_shape": false,
        "id": "20T0080C6",
        "label": "C6",
        "long": "-",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "579BE2",
        "color_name": "teal",
        "has_shape": false,
        "id": "20T0081C6",
        "label": "C6",
        "long": "-",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "579BE2",
        "color_name": "teal",
        "has_shape": false,
        "id": "20T0082C6",
        "label": "C6",
        "long": "-",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FDC02C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "20T0083C8",
        "label": "C8",
        "long": "-",
        "short": "C8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FDC02C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "20T0084C8",
        "label": "C8",
        "long": "-",
        "short": "C8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FDC02C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "20T0085C8",
        "label": "C8",
        "long": "-",
        "short": "C8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FDC02C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "20T0086C8",
        "label": "C8",
        "long": "-",
        "short": "C8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FDC02C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "20T0087C8",
        "label": "C8",
        "long": "-",
        "short": "C8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FDC02C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "20T0088C8",
        "label": "C8",
        "long": "-",
        "short": "C8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "ED7D31",
        "color_name": "orange",
        "has_shape": false,
        "id": "20T0089C7",
        "label": "C7",
        "long": "-",
        "short": "C7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "ED7D31",
        "color_name": "orange",
        "has_shape": false,
        "id": "20T0090C7",
        "label": "C7",
        "long": "-",
        "short": "C7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "579BE2",
        "color_name": "teal",
        "has_shape": false,
        "id": "20T0091C6",
        "label": "C6",
        "long": "-",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "579BE2",
        "color_name": "teal",
        "has_shape": false,
        "id": "20T0092C6",
        "label": "C6",
        "long": "-",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "C4D600",
        "color_name": "yellow",
        "has_shape": false,
        "id": "20T0093C5",
        "label": "C5",
        "long": "-",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "C4D600",
        "color_name": "yellow",
        "has_shape": false,
        "id": "20T0094C5",
        "label": "C5",
        "long": "-",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "579BE2",
        "color_name": "teal",
        "has_shape": false,
        "id": "20T0095C6",
        "label": "C6",
        "long": "Gijon (Sanz Crespo)                     -La Pola Siero",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "579BE2",
        "color_name": "teal",
        "has_shape": false,
        "id": "20T0096C6",
        "label": "C6",
        "long": "La Pola Siero                           -Gijon (Sanz Crespo)",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "EC3541",
        "color_name": "red",
        "has_shape": false,
        "id": "20T0097C1",
        "label": "C1",
        "long": "Mieres-Puente                           -Oviedo",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "EC3541",
        "color_name": "red",
        "has_shape": false,
        "id": "20T0098C1",
        "label": "C1",
        "long": "Oviedo                                  -Mieres-Puente",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "EC3541",
        "color_name": "red",
        "has_shape": false,
        "id": "20T0099C1",
        "label": "C1",
        "long": "Llamaquique                             -Lugo de LLanera",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "EC3541",
        "color_name": "red",
        "has_shape": false,
        "id": "20T0100C1",
        "label": "C1",
        "long": "Lugo de LLanera                         -Llamaquique",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "579BE2",
        "color_name": "teal",
        "has_shape": false,
        "id": "20T0101C6",
        "label": "C6",
        "long": "-",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "579BE2",
        "color_name": "teal",
        "has_shape": false,
        "id": "20T0102C6",
        "label": "C6",
        "long": "-",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "BCCF00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "20T0103C7",
        "label": "C7",
        "long": "-",
        "short": "C7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "BCCF00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "20T0104C7",
        "label": "C7",
        "long": "-",
        "short": "C7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "C4D600",
        "color_name": "yellow",
        "has_shape": false,
        "id": "20T0105C5a",
        "label": "C5a",
        "long": "Gijon (Sanz Crespo)                     -Oviedo",
        "short": "C5a",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "C4D600",
        "color_name": "yellow",
        "has_shape": false,
        "id": "20T0106C5a",
        "label": "C5a",
        "long": "Oviedo                                  -Gijon (Sanz Crespo)",
        "short": "C5a",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "009746",
        "color_name": "green",
        "has_shape": false,
        "id": "20T0107C2",
        "label": "C2",
        "long": "-",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "009746",
        "color_name": "green",
        "has_shape": false,
        "id": "20T0108C2",
        "label": "C2",
        "long": "-",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "579BE2",
        "color_name": "teal",
        "has_shape": false,
        "id": "20T0109C6",
        "label": "C6",
        "long": "El Berr\u00f3n                               -L'infiestu Apd",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "579BE2",
        "color_name": "teal",
        "has_shape": false,
        "id": "20T0110C6",
        "label": "C6",
        "long": "L'infiestu Apd                          -El Berr\u00f3n",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "20T0111C4",
        "label": "C4",
        "long": "El Regueral                             -Pravia",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "20T0112C4",
        "label": "C4",
        "long": "Pravia                                  -El Regueral",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "20T0113C4",
        "label": "C4",
        "long": "Cand\u00e1s                                  -Gijon (Sanz Crespo)",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "20T0114C4",
        "label": "C4",
        "long": "El Regueral                             -Gijon (Sanz Crespo)",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C4D600",
        "color_name": "yellow",
        "has_shape": false,
        "id": "20T0115C5",
        "label": "C5",
        "long": "Pinzales                                -Gijon (Sanz Crespo)",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BCCF00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "20T0116C7",
        "label": "C7",
        "long": "Pinzales                                -Gijon (Sanz Crespo)",
        "short": "C7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "579BE2",
        "color_name": "teal",
        "has_shape": false,
        "id": "20T0117C6",
        "label": "C6",
        "long": "El Berr\u00f3n                               -Nava",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "579BE2",
        "color_name": "teal",
        "has_shape": false,
        "id": "20T0118C6",
        "label": "C6",
        "long": "El Berr\u00f3n                               -L'infiestu Apd",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "579BE2",
        "color_name": "teal",
        "has_shape": false,
        "id": "20T0119C6",
        "label": "C6",
        "long": "Nava                                    -L'infiestu Apd",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "579BE2",
        "color_name": "teal",
        "has_shape": false,
        "id": "20T0120C6",
        "label": "C6",
        "long": "L'infiestu Apd                          -El Berr\u00f3n",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "20T0121NR26",
        "label": "NR26",
        "long": "-",
        "short": "NR26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "20T0122C4",
        "label": "C4",
        "long": "Gijon (Sanz Crespo)                     -Cand\u00e1s",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "20T0123C4",
        "label": "C4",
        "long": "Gijon (Sanz Crespo)                     -El Regueral",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C4D600",
        "color_name": "yellow",
        "has_shape": false,
        "id": "20T0124C5",
        "label": "C5",
        "long": "Gijon (Sanz Crespo)                     -Pinzales",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BCCF00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "20T0125C7",
        "label": "C7",
        "long": "Gijon (Sanz Crespo)                     -Pinzales",
        "short": "C7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78B4E1",
        "color_name": "gray",
        "has_shape": false,
        "id": "30T0001C1",
        "label": "C1",
        "long": "Lora del Rio                            -Lebrija",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "78B4E1",
        "color_name": "gray",
        "has_shape": false,
        "id": "30T0002C1",
        "label": "C1",
        "long": "Lebrija                                 -Lora del Rio",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "067B34",
        "color_name": "green",
        "has_shape": false,
        "id": "30T0003C2",
        "label": "C2",
        "long": "Santa Justa                             -Cartuja",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "067B34",
        "color_name": "green",
        "has_shape": false,
        "id": "30T0004C2",
        "label": "C2",
        "long": "Cartuja                                 -Santa Justa",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E4242D",
        "color_name": "red",
        "has_shape": false,
        "id": "30T0005C3",
        "label": "C3",
        "long": "Santa Justa                             -Cazalla-Constantina",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E4242D",
        "color_name": "red",
        "has_shape": false,
        "id": "30T0006C3",
        "label": "C3",
        "long": "Cazalla-Constantina                     -Santa Justa",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8E2182",
        "color_name": "purple",
        "has_shape": false,
        "id": "30T0007C4",
        "label": "C4",
        "long": "Santa Justa                             -Santa Justa",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "073588",
        "color_name": "blue",
        "has_shape": false,
        "id": "30T0009C5",
        "label": "C5",
        "long": "Jardines de Hercules                    -Benacazon",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "073588",
        "color_name": "blue",
        "has_shape": false,
        "id": "30T0010C5",
        "label": "C5",
        "long": "Benacazon                               -Jardines de Hercules",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E4242D",
        "color_name": "red",
        "has_shape": false,
        "id": "30T0011C3",
        "label": "C3",
        "long": "Santa Justa                             -Cazalla-Constantina",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E4242D",
        "color_name": "red",
        "has_shape": false,
        "id": "30T0012C3",
        "label": "C3",
        "long": "Cazalla-Constantina                     -Santa Justa",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "78B4E1",
        "color_name": "gray",
        "has_shape": false,
        "id": "30T0013C1",
        "label": "C1",
        "long": "Utrera                                  -",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "78B4E1",
        "color_name": "gray",
        "has_shape": false,
        "id": "30T0014C1",
        "label": "C1",
        "long": "-Utrera",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "78B4E1",
        "color_name": "gray",
        "has_shape": false,
        "id": "30T0015C1",
        "label": "C1",
        "long": "Utrera                                  -",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "78B4E1",
        "color_name": "gray",
        "has_shape": false,
        "id": "30T0016C1",
        "label": "C1",
        "long": "-Utrera",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E4242D",
        "color_name": "red",
        "has_shape": false,
        "id": "30T0017C3",
        "label": "C3",
        "long": "-",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E4242D",
        "color_name": "red",
        "has_shape": false,
        "id": "30T0018C3",
        "label": "C3",
        "long": "-",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "073588",
        "color_name": "blue",
        "has_shape": false,
        "id": "30T0019C5",
        "label": "C5",
        "long": "Valencina-Santiponce                    -Santa Justa",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "073588",
        "color_name": "blue",
        "has_shape": false,
        "id": "30T0020C5",
        "label": "C5",
        "long": "Santa Justa                             -Valencina-Santiponce",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E4242D",
        "color_name": "red",
        "has_shape": false,
        "id": "30T0021C3",
        "label": "C3",
        "long": "Los Rosales                             -Pedroso",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E4242D",
        "color_name": "red",
        "has_shape": false,
        "id": "30T0022C3",
        "label": "C3",
        "long": "Pedroso                                 -Los Rosales",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "073588",
        "color_name": "blue",
        "has_shape": false,
        "id": "30T0023C5",
        "label": "C5",
        "long": "Dos Hermanas                            -",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "073588",
        "color_name": "blue",
        "has_shape": false,
        "id": "30T0024C5",
        "label": "C5",
        "long": "-Dos Hermanas",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E4242D",
        "color_name": "red",
        "has_shape": false,
        "id": "30T0025C3",
        "label": "C3",
        "long": "Cazalla-Constantina                     -Los Rosales",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E4242D",
        "color_name": "red",
        "has_shape": false,
        "id": "30T0026C3",
        "label": "C3",
        "long": "Los Rosales                             -Cazalla-Constantina",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E4242D",
        "color_name": "red",
        "has_shape": false,
        "id": "30T0027C3",
        "label": "C3",
        "long": "Villanueva del Rio y Minas              -Los Rosales",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E4242D",
        "color_name": "red",
        "has_shape": false,
        "id": "30T0028C3",
        "label": "C3",
        "long": "Los Rosales                             -Villanueva del Rio y Minas",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "073588",
        "color_name": "blue",
        "has_shape": false,
        "id": "30T0029C5",
        "label": "C5",
        "long": "Santa Justa                             -Benacazon",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "073588",
        "color_name": "blue",
        "has_shape": false,
        "id": "30T0030C5",
        "label": "C5",
        "long": "Benacazon                               -Santa Justa",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "30T0031CR20",
        "label": "CR20",
        "long": "-",
        "short": "CR20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "30T0032CR20",
        "label": "CR20",
        "long": "-Santa Justa",
        "short": "CR20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E4242D",
        "color_name": "red",
        "has_shape": false,
        "id": "30T0033C3",
        "label": "C3",
        "long": "-Santa Justa",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "30T0034CR20",
        "label": "CR20",
        "long": "-Santa Justa",
        "short": "CR20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E4242D",
        "color_name": "red",
        "has_shape": false,
        "id": "30T0035C3",
        "label": "C3",
        "long": "-Santa Justa",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E4242D",
        "color_name": "red",
        "has_shape": false,
        "id": "30T0036C3",
        "label": "C3",
        "long": "Cazalla-Constantina                     -Los Rosales",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "073588",
        "color_name": "blue",
        "has_shape": false,
        "id": "30T0037C5",
        "label": "C5",
        "long": "Benacazon                               -Santa Justa",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E4242D",
        "color_name": "red",
        "has_shape": false,
        "id": "30T0038C3",
        "label": "C3",
        "long": "Los Rosales                             -Cazalla-Constantina",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "30T0039CR20",
        "label": "CR20",
        "long": "Santa Justa                             -",
        "short": "CR20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E4242D",
        "color_name": "red",
        "has_shape": false,
        "id": "30T0040C3",
        "label": "C3",
        "long": "Santa Justa                             -",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E4242D",
        "color_name": "red",
        "has_shape": false,
        "id": "30T0041C3",
        "label": "C3",
        "long": "Santa Justa                             -",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "30T0042CR20",
        "label": "CR20",
        "long": "Santa Justa                             -",
        "short": "CR20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E4242D",
        "color_name": "red",
        "has_shape": false,
        "id": "30T0043C3",
        "label": "C3",
        "long": "Santa Justa                             -",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E4242D",
        "color_name": "red",
        "has_shape": false,
        "id": "30T0044C3",
        "label": "C3",
        "long": "Santa Justa                             -",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "073588",
        "color_name": "blue",
        "has_shape": false,
        "id": "30T0045C5",
        "label": "C5",
        "long": "Santa Justa                             -Benacazon",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D7001E",
        "color_name": "red",
        "has_shape": false,
        "id": "31T0001C1",
        "label": "C1",
        "long": "C\u00e1diz                                   -Aeropuerto de Jerez",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "D7001E",
        "color_name": "red",
        "has_shape": false,
        "id": "31T0002C1",
        "label": "C1",
        "long": "Aeropuerto de Jerez                     -C\u00e1diz",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "D7001E",
        "color_name": "red",
        "has_shape": false,
        "id": "31T0003C1a",
        "label": "C1a",
        "long": "Las Aletas                              -Universidad",
        "short": "C1a",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "D7001E",
        "color_name": "red",
        "has_shape": false,
        "id": "31T0004C1a",
        "label": "C1a",
        "long": "Universidad                             -Las Aletas",
        "short": "C1a",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "C4D600",
        "color_name": "yellow",
        "has_shape": false,
        "id": "31T0005T1",
        "label": "T1",
        "long": "C\u00e1diz                                   -Pelagatos",
        "short": "T1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "C4D600",
        "color_name": "yellow",
        "has_shape": false,
        "id": "31T0006T1",
        "label": "T1",
        "long": "Pelagatos                               -C\u00e1diz",
        "short": "T1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "D7001E",
        "color_name": "red",
        "has_shape": false,
        "id": "31T0007C1",
        "label": "C1",
        "long": "Jerez de la Frontera                    -Las Aletas",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "D7001E",
        "color_name": "red",
        "has_shape": false,
        "id": "31T0008C1",
        "label": "C1",
        "long": "Las Aletas                              -Jerez de la Frontera",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "C4D600",
        "color_name": "yellow",
        "has_shape": false,
        "id": "31T0009T1",
        "label": "T1",
        "long": "R\u00edo Arillo                              -Alameda Solano",
        "short": "T1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "C4D600",
        "color_name": "yellow",
        "has_shape": false,
        "id": "31T0010T1",
        "label": "T1",
        "long": "Alameda Solano                          -R\u00edo Arillo",
        "short": "T1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "C4D600",
        "color_name": "yellow",
        "has_shape": false,
        "id": "31T0011T1",
        "label": "T1",
        "long": "Ntra. Sra. de los Remedios              -Ardila",
        "short": "T1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "C4D600",
        "color_name": "yellow",
        "has_shape": false,
        "id": "31T0012T1",
        "label": "T1",
        "long": "Ardila                                  -Ntra. Sra. de los Remedios",
        "short": "T1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "4A8CCC",
        "color_name": "teal",
        "has_shape": false,
        "id": "32T0001C1",
        "label": "C1",
        "long": "M\u00e1laga-Centro Alameda                   -Fuengirola",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "4A8CCC",
        "color_name": "teal",
        "has_shape": false,
        "id": "32T0002C1",
        "label": "C1",
        "long": "Fuengirola                              -M\u00e1laga-Centro Alameda",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0FCF34",
        "color_name": "green",
        "has_shape": false,
        "id": "32T0003C2",
        "label": "C2",
        "long": "M\u00e1laga-Centro Alameda                   -\u00c1lora",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0FCF34",
        "color_name": "green",
        "has_shape": false,
        "id": "32T0004C2",
        "label": "C2",
        "long": "\u00c1lora                                   -M\u00e1laga-Centro Alameda",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0FCF34",
        "color_name": "green",
        "has_shape": false,
        "id": "32T0005C2",
        "label": "C2",
        "long": "-",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0FCF34",
        "color_name": "green",
        "has_shape": false,
        "id": "32T0006C2",
        "label": "C2",
        "long": "-",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0FCF34",
        "color_name": "green",
        "has_shape": false,
        "id": "32T0007C2",
        "label": "C2",
        "long": "\u00c1lora                                   -",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0FCF34",
        "color_name": "green",
        "has_shape": false,
        "id": "32T0008C2",
        "label": "C2",
        "long": "-\u00c1lora",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0FCF34",
        "color_name": "green",
        "has_shape": false,
        "id": "32T0009C2",
        "label": "C2",
        "long": "\u00c1lora                                   -C\u00e1rtama",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0FCF34",
        "color_name": "green",
        "has_shape": false,
        "id": "32T0010C2",
        "label": "C2",
        "long": "C\u00e1rtama                                 -\u00c1lora",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0FCF34",
        "color_name": "green",
        "has_shape": false,
        "id": "32T0011C2",
        "label": "C2",
        "long": "Pizarra                                 -C\u00e1rtama",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0FCF34",
        "color_name": "green",
        "has_shape": false,
        "id": "32T0012C2",
        "label": "C2",
        "long": "C\u00e1rtama                                 -Pizarra",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0FCF34",
        "color_name": "green",
        "has_shape": false,
        "id": "32T0013C2",
        "label": "C2",
        "long": "M\u00e1laga-Centro Alameda                   -C\u00e1rtama",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0FCF34",
        "color_name": "green",
        "has_shape": false,
        "id": "32T0014C2",
        "label": "C2",
        "long": "C\u00e1rtama                                 -M\u00e1laga-Centro Alameda",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0FCF34",
        "color_name": "green",
        "has_shape": false,
        "id": "32T0015C2",
        "label": "C2",
        "long": "C\u00e1rtama                                 -\u00c1lora",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0FCF34",
        "color_name": "green",
        "has_shape": false,
        "id": "32T0016C2",
        "label": "C2",
        "long": "\u00c1lora                                   -C\u00e1rtama",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0FCF34",
        "color_name": "green",
        "has_shape": false,
        "id": "32T0017C2",
        "label": "C2",
        "long": "-C\u00e1rtama",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0FCF34",
        "color_name": "green",
        "has_shape": false,
        "id": "32T0018C2",
        "label": "C2",
        "long": "C\u00e1rtama                                 -",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0FCF34",
        "color_name": "green",
        "has_shape": false,
        "id": "32T0019C2",
        "label": "C2",
        "long": "-C\u00e1rtama",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "32T0020SR18",
        "label": "SR18",
        "long": "-C\u00e1rtama",
        "short": "SR18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0FCF34",
        "color_name": "green",
        "has_shape": false,
        "id": "32T0021C2",
        "label": "C2",
        "long": "\u00c1lora                                   -C\u00e1rtama",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0FCF34",
        "color_name": "green",
        "has_shape": false,
        "id": "32T0022C2",
        "label": "C2",
        "long": "\u00c1lora                                   -M\u00e1laga-M.Z.",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0FCF34",
        "color_name": "green",
        "has_shape": false,
        "id": "32T0023C2",
        "label": "C2",
        "long": "Pizarra                                 -C\u00e1rtama",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0FCF34",
        "color_name": "green",
        "has_shape": false,
        "id": "32T0024C2",
        "label": "C2",
        "long": "C\u00e1rtama                                 -",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "32T0025SR06",
        "label": "SR06",
        "long": "C\u00e1rtama                                 -",
        "short": "SR06",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "32T0026SR18",
        "label": "SR18",
        "long": "C\u00e1rtama                                 -",
        "short": "SR18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0FCF34",
        "color_name": "green",
        "has_shape": false,
        "id": "32T0027C2",
        "label": "C2",
        "long": "C\u00e1rtama                                 -\u00c1lora",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0FCF34",
        "color_name": "green",
        "has_shape": false,
        "id": "32T0028C2",
        "label": "C2",
        "long": "C\u00e1rtama                                 -Pizarra",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0FCF34",
        "color_name": "green",
        "has_shape": false,
        "id": "32T0029C2",
        "label": "C2",
        "long": "M\u00e1laga-Centro Alameda                   -\u00c1lora",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7AB3DE",
        "color_name": "gray",
        "has_shape": false,
        "id": "40T0001C1",
        "label": "C1",
        "long": "Valencia Nord                           -Platja i Grau de Gandia",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "7AB3DE",
        "color_name": "gray",
        "has_shape": false,
        "id": "40T0002C1",
        "label": "C1",
        "long": "Platja i Grau de Gandia                 -Valencia Nord",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F79529",
        "color_name": "orange",
        "has_shape": false,
        "id": "40T0005C2",
        "label": "C2",
        "long": "Valencia Nord                           -Moixent",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F79529",
        "color_name": "orange",
        "has_shape": false,
        "id": "40T0006C2",
        "label": "C2",
        "long": "Moixent                                 -Valencia Nord",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "7A2780",
        "color_name": "purple",
        "has_shape": false,
        "id": "40T0007C3",
        "label": "C3",
        "long": "Valencia Nord                           -Utiel",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "7A2780",
        "color_name": "purple",
        "has_shape": false,
        "id": "40T0008C3",
        "label": "C3",
        "long": "Utiel                                   -Valencia Nord",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "D4021D",
        "color_name": "red",
        "has_shape": false,
        "id": "40T0009C4",
        "label": "C4",
        "long": "Valencia - Sant Isidre                  -Xirivella - L'Alter",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "D4021D",
        "color_name": "red",
        "has_shape": false,
        "id": "40T0010C4",
        "label": "C4",
        "long": "Xirivella - L'Alter                     -Valencia - Sant Isidre",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "018A27",
        "color_name": "green",
        "has_shape": false,
        "id": "40T0011C5",
        "label": "C5",
        "long": "Valencia Nord                           -Caudiel",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "018A27",
        "color_name": "green",
        "has_shape": false,
        "id": "40T0012C5",
        "label": "C5",
        "long": "Caudiel                                 -Valencia Nord",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0D3386",
        "color_name": "blue",
        "has_shape": false,
        "id": "40T0013C6",
        "label": "C6",
        "long": "Valencia Nord                           -Castello de la Plana",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0D3386",
        "color_name": "blue",
        "has_shape": false,
        "id": "40T0014C6",
        "label": "C6",
        "long": "Castello de la Plana                    -Valencia Nord",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0D3386",
        "color_name": "blue",
        "has_shape": false,
        "id": "40T0015C6",
        "label": "C6",
        "long": "Valencia Nord                           -Castello de la Plana",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0D3386",
        "color_name": "blue",
        "has_shape": false,
        "id": "40T0016C6",
        "label": "C6",
        "long": "Castello de la Plana                    -Valencia Nord",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "7A2780",
        "color_name": "purple",
        "has_shape": false,
        "id": "40T0017C3",
        "label": "C3",
        "long": "Valencia Nord                           -Utiel",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "7A2780",
        "color_name": "purple",
        "has_shape": false,
        "id": "40T0018C3",
        "label": "C3",
        "long": "Utiel                                   -Valencia Nord",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "018A27",
        "color_name": "green",
        "has_shape": false,
        "id": "40T0019C5",
        "label": "C5",
        "long": "Valencia Nord                           -Caudiel",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "018A27",
        "color_name": "green",
        "has_shape": false,
        "id": "40T0020C5",
        "label": "C5",
        "long": "Caudiel                                 -Valencia Nord",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0D3386",
        "color_name": "blue",
        "has_shape": false,
        "id": "40T0021C6",
        "label": "C6",
        "long": "Valencia Nord                           -Castello de la Plana",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0D3386",
        "color_name": "blue",
        "has_shape": false,
        "id": "40T0022C6",
        "label": "C6",
        "long": "Castello de la Plana                    -Valencia Nord",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F79529",
        "color_name": "orange",
        "has_shape": false,
        "id": "40T0023C2",
        "label": "C2",
        "long": "Xativa                                  -",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F79529",
        "color_name": "orange",
        "has_shape": false,
        "id": "40T0024C2",
        "label": "C2",
        "long": "-Xativa",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "7A2780",
        "color_name": "purple",
        "has_shape": false,
        "id": "40T0025C3",
        "label": "C3",
        "long": "Bu\u00f1ol                                   -Valencia - Sant Isidre",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "7A2780",
        "color_name": "purple",
        "has_shape": false,
        "id": "40T0026C3",
        "label": "C3",
        "long": "Valencia - Sant Isidre                  -Bu\u00f1ol",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "7AB3DE",
        "color_name": "gray",
        "has_shape": false,
        "id": "40T0027C1",
        "label": "C1",
        "long": "Gandia                                  -Sollana",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "7AB3DE",
        "color_name": "gray",
        "has_shape": false,
        "id": "40T0028C1",
        "label": "C1",
        "long": "Sollana                                 -Gandia",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F79529",
        "color_name": "orange",
        "has_shape": false,
        "id": "40T0029C2",
        "label": "C2",
        "long": "Benifaio - Almussafes                   -Xativa",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F79529",
        "color_name": "orange",
        "has_shape": false,
        "id": "40T0030C2",
        "label": "C2",
        "long": "Xativa                                  -Benifaio - Almussafes",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "018A27",
        "color_name": "green",
        "has_shape": false,
        "id": "40T0031C5",
        "label": "C5",
        "long": "-",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "018A27",
        "color_name": "green",
        "has_shape": false,
        "id": "40T0032C5",
        "label": "C5",
        "long": "-",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "7A2780",
        "color_name": "purple",
        "has_shape": false,
        "id": "40T0033C3",
        "label": "C3",
        "long": "Valencia - F.S.L.                       -Aldaia",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "7A2780",
        "color_name": "purple",
        "has_shape": false,
        "id": "40T0034C3",
        "label": "C3",
        "long": "Aldaia                                  -Valencia - F.S.L.",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F79529",
        "color_name": "orange",
        "has_shape": false,
        "id": "40T0035C2",
        "label": "C2",
        "long": "Moixent                                 -L'Alcudia de Crespins",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F79529",
        "color_name": "orange",
        "has_shape": false,
        "id": "40T0036C2",
        "label": "C2",
        "long": "L'Alcudia de Crespins                   -Moixent",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F79529",
        "color_name": "orange",
        "has_shape": false,
        "id": "40T0037C2",
        "label": "C2",
        "long": "Moixent                                 -Xativa",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F79529",
        "color_name": "orange",
        "has_shape": false,
        "id": "40T0038C2",
        "label": "C2",
        "long": "Xativa                                  -Moixent",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0D3386",
        "color_name": "blue",
        "has_shape": false,
        "id": "40T0039C6",
        "label": "C6",
        "long": "Valencia - Cabanyal                     -Sagunt",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0D3386",
        "color_name": "blue",
        "has_shape": false,
        "id": "40T0040C6",
        "label": "C6",
        "long": "Sagunt                                  -Valencia - Cabanyal",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "7A2780",
        "color_name": "purple",
        "has_shape": false,
        "id": "40T0041C3",
        "label": "C3",
        "long": "Utiel                                   -Bu\u00f1ol",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "7A2780",
        "color_name": "purple",
        "has_shape": false,
        "id": "40T0042C3",
        "label": "C3",
        "long": "Bu\u00f1ol                                   -Utiel",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "7A2780",
        "color_name": "purple",
        "has_shape": false,
        "id": "40T0043C3",
        "label": "C3",
        "long": "Valencia Nord                           -Bu\u00f1ol",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "7A2780",
        "color_name": "purple",
        "has_shape": false,
        "id": "40T0044C3",
        "label": "C3",
        "long": "Bu\u00f1ol                                   -Valencia Nord",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "7A2780",
        "color_name": "purple",
        "has_shape": false,
        "id": "40T0045C3",
        "label": "C3",
        "long": "Valencia - F.S.L.                       -Bu\u00f1ol",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "7A2780",
        "color_name": "purple",
        "has_shape": false,
        "id": "40T0046C3",
        "label": "C3",
        "long": "Bu\u00f1ol                                   -Valencia - F.S.L.",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "018A27",
        "color_name": "green",
        "has_shape": false,
        "id": "40T0047C5",
        "label": "C5",
        "long": "Pu\u00c7ol                                   -Caudiel",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "018A27",
        "color_name": "green",
        "has_shape": false,
        "id": "40T0048C5",
        "label": "C5",
        "long": "Caudiel                                 -Pu\u00c7ol",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F79529",
        "color_name": "orange",
        "has_shape": false,
        "id": "40T0049C2",
        "label": "C2",
        "long": "Moixent                                 -L'Alcudia de Crespins",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F79529",
        "color_name": "orange",
        "has_shape": false,
        "id": "40T0050C2",
        "label": "C2",
        "long": "Moixent                                 -Xativa",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F79529",
        "color_name": "orange",
        "has_shape": false,
        "id": "40T0051C2",
        "label": "C2",
        "long": "L'Alcudia de Crespins                   -Moixent",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F79529",
        "color_name": "orange",
        "has_shape": false,
        "id": "40T0052C2",
        "label": "C2",
        "long": "Xativa                                  -Moixent",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "018A27",
        "color_name": "green",
        "has_shape": false,
        "id": "40T0053C5",
        "label": "C5",
        "long": "Pu\u00c7ol                                   -Caudiel",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A2780",
        "color_name": "purple",
        "has_shape": false,
        "id": "40T0054C3",
        "label": "C3",
        "long": "Utiel                                   -Bu\u00f1ol",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A2780",
        "color_name": "purple",
        "has_shape": false,
        "id": "40T0055C3",
        "label": "C3",
        "long": "Bu\u00f1ol                                   -Utiel",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "018A27",
        "color_name": "green",
        "has_shape": false,
        "id": "40T0056C5",
        "label": "C5",
        "long": "Caudiel                                 -Pu\u00c7ol",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "40T0057ER24",
        "label": "ER24",
        "long": "-Xativa",
        "short": "ER24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7AB3DE",
        "color_name": "gray",
        "has_shape": false,
        "id": "40T0058C1",
        "label": "C1",
        "long": "Tavernes de la Valldigna                -Gandia",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7AB3DE",
        "color_name": "gray",
        "has_shape": false,
        "id": "40T0059C1",
        "label": "C1",
        "long": "Gandia                                  -Tavernes de la Valldigna",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "73B6E0",
        "color_name": "gray",
        "has_shape": false,
        "id": "41T0001C1",
        "label": "C1",
        "long": "Murcia del Carmen                       -Alacant Terminal",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "73B6E0",
        "color_name": "gray",
        "has_shape": false,
        "id": "41T0002C1",
        "label": "C1",
        "long": "Alacant Terminal                        -Murcia del Carmen",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "108C2C",
        "color_name": "green",
        "has_shape": false,
        "id": "41T0003C2",
        "label": "C2",
        "long": "Murcia del Carmen                       -Aguilas",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "108C2C",
        "color_name": "green",
        "has_shape": false,
        "id": "41T0004C2",
        "label": "C2",
        "long": "Aguilas                                 -Murcia del Carmen",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "7D2486",
        "color_name": "purple",
        "has_shape": false,
        "id": "41T0005C3",
        "label": "C3",
        "long": "Sant Vicent Centre                      -Alacant Terminal",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "7D2486",
        "color_name": "purple",
        "has_shape": false,
        "id": "41T0006C3",
        "label": "C3",
        "long": "Alacant Terminal                        -Sant Vicent Centre",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "108C2C",
        "color_name": "green",
        "has_shape": false,
        "id": "41T0007C2",
        "label": "C2",
        "long": "Murcia del Carmen                       -Aguilas",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "108C2C",
        "color_name": "green",
        "has_shape": false,
        "id": "41T0008C2",
        "label": "C2",
        "long": "Aguilas                                 -Murcia del Carmen",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "108C2C",
        "color_name": "green",
        "has_shape": false,
        "id": "41T0009C2",
        "label": "C2",
        "long": "Murcia del Carmen                       -Orihuela Miguel Hern\u00e1ndez",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "108C2C",
        "color_name": "green",
        "has_shape": false,
        "id": "41T0010C2",
        "label": "C2",
        "long": "Orihuela Miguel Hern\u00e1ndez               -Murcia del Carmen",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "706D75",
        "color_name": "gray",
        "has_shape": false,
        "id": "41T0011C3",
        "label": "C3",
        "long": "-Sant Vicent Centre",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "706D75",
        "color_name": "gray",
        "has_shape": false,
        "id": "41T0012C3",
        "label": "C3",
        "long": "Sant Vicent Centre                      -",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "73B6E0",
        "color_name": "gray",
        "has_shape": false,
        "id": "41T0013C1",
        "label": "C1",
        "long": "Alacant Terminal                        -Alacant Terminal",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "73B6E0",
        "color_name": "gray",
        "has_shape": false,
        "id": "41T0014C1",
        "label": "C1",
        "long": "Alacant Terminal                        -Alacant Terminal",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "73B6E0",
        "color_name": "gray",
        "has_shape": false,
        "id": "41T0015C1",
        "label": "C1",
        "long": "Callosa de Segura                       -Torrellano",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "73B6E0",
        "color_name": "gray",
        "has_shape": false,
        "id": "41T0016C1",
        "label": "C1",
        "long": "Torrellano                              -Callosa de Segura",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "73B6E0",
        "color_name": "gray",
        "has_shape": false,
        "id": "41T0017C1",
        "label": "C1",
        "long": "-Murcia del Carmen",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "73B6E0",
        "color_name": "gray",
        "has_shape": false,
        "id": "41T0018C1",
        "label": "C1",
        "long": "Murcia del Carmen                       -",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "41T0019C2",
        "label": "C2",
        "long": "Murcia del Carmen                       -Lorca-Sutullena",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "41T0020C2",
        "label": "C2",
        "long": "Lorca-Sutullena                         -Murcia del Carmen",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "108C2C",
        "color_name": "green",
        "has_shape": false,
        "id": "41T0021C2",
        "label": "C2",
        "long": "Lorca-Sutullena                         -Murcia del Carmen",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "108C2C",
        "color_name": "green",
        "has_shape": false,
        "id": "41T0022C2",
        "label": "C2",
        "long": "Murcia del Carmen                       -Lorca-Sutullena",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "41T0023C2",
        "label": "C2",
        "long": "Lorca-Sutullena                         -Murcia del Carmen",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "41T0024C2",
        "label": "C2",
        "long": "Aguilas                                 -Lorca-Sutullena",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "41T0025C2",
        "label": "C2",
        "long": "Aguilas                                 -Murcia del Carmen",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "41T0026C2",
        "label": "C2",
        "long": "Murcia del Carmen                       -Lorca-Sutullena",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "41T0027C2",
        "label": "C2",
        "long": "Murcia del Carmen                       -Aguilas",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D7001E",
        "color_name": "red",
        "has_shape": false,
        "id": "45T0001C1",
        "label": "C1",
        "long": "Cartagena                               -Los Nietos",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "D7001E",
        "color_name": "red",
        "has_shape": false,
        "id": "45T0002C1",
        "label": "C1",
        "long": "Los Nietos                              -Cartagena",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "D7001E",
        "color_name": "red",
        "has_shape": false,
        "id": "46T0001C1",
        "label": "C1",
        "long": "Ferrol                                  -Ortigueira",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "D7001E",
        "color_name": "red",
        "has_shape": false,
        "id": "46T0002C1",
        "label": "C1",
        "long": "Ortigueira                              -Ferrol",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "D7001E",
        "color_name": "red",
        "has_shape": false,
        "id": "46T0003C1",
        "label": "C1",
        "long": "-",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "D7001E",
        "color_name": "red",
        "has_shape": false,
        "id": "46T0004C1",
        "label": "C1",
        "long": "-",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "D7001E",
        "color_name": "red",
        "has_shape": false,
        "id": "47T0001C1",
        "label": "C1",
        "long": "Asunci\u00f3n-Universidad                    -Cistierna",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "D7001E",
        "color_name": "red",
        "has_shape": false,
        "id": "47T0002C1",
        "label": "C1",
        "long": "Cistierna                               -Asunci\u00f3n-Universidad",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "D7001E",
        "color_name": "red",
        "has_shape": false,
        "id": "47T0003C1",
        "label": "C1",
        "long": "Le\u00f3n                                    -Asunci\u00f3n-Universidad",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "D7001E",
        "color_name": "red",
        "has_shape": false,
        "id": "47T0004C1",
        "label": "C1",
        "long": "Asunci\u00f3n-Universidad                    -Le\u00f3n",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "D7001E",
        "color_name": "red",
        "has_shape": false,
        "id": "47T0005BUS",
        "label": "BUS",
        "long": "Le\u00f3n                                    -Asunci\u00f3n-Universidad",
        "short": "BUS",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "D7001E",
        "color_name": "red",
        "has_shape": false,
        "id": "47T0006BUS",
        "label": "BUS",
        "long": "Asunci\u00f3n-Universidad                    -Le\u00f3n",
        "short": "BUS",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "D7001E",
        "color_name": "red",
        "has_shape": false,
        "id": "47T0007C1",
        "label": "C1",
        "long": "-",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "D7001E",
        "color_name": "red",
        "has_shape": false,
        "id": "47T0008C1",
        "label": "C1",
        "long": "-",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "D7001E",
        "color_name": "red",
        "has_shape": false,
        "id": "47T0009BUS",
        "label": "BUS",
        "long": "Le\u00f3n                                    -Asunci\u00f3n-Universidad",
        "short": "BUS",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D7001E",
        "color_name": "red",
        "has_shape": false,
        "id": "47T0010BUS",
        "label": "BUS",
        "long": "Asunci\u00f3n-Universidad                    -Le\u00f3n",
        "short": "BUS",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7DBCEC",
        "color_name": "gray",
        "has_shape": false,
        "id": "51T0001R1",
        "label": "R1",
        "long": "Molins de Rei                           -Ma\u00e7anet-Massanes",
        "short": "R1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "7DBCEC",
        "color_name": "gray",
        "has_shape": false,
        "id": "51T0002R1",
        "label": "R1",
        "long": "Ma\u00e7anet-Massanes                        -Molins de Rei",
        "short": "R1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "D0DF00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "51T0003R2N",
        "label": "R2N",
        "long": "Aeroport                                -Ma\u00e7anet-Massanes",
        "short": "R2N",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "D0DF00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "51T0004R2N",
        "label": "R2N",
        "long": "Ma\u00e7anet-Massanes                        -Aeroport",
        "short": "R2N",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F7A30D",
        "color_name": "yellow",
        "has_shape": false,
        "id": "51T0005R4",
        "label": "R4",
        "long": "Sant Vicenc de Calders                  -Manresa",
        "short": "R4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F7A30D",
        "color_name": "yellow",
        "has_shape": false,
        "id": "51T0006R4",
        "label": "R4",
        "long": "Manresa                                 -Sant Vicenc de Calders",
        "short": "R4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "146520",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0007R2S",
        "label": "R2S",
        "long": "Sant Vicenc de Calders                  -Barcelona-Estaci\u00f3 de Fran\u00e7a",
        "short": "R2S",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "146520",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0008R2S",
        "label": "R2S",
        "long": "Barcelona-Estaci\u00f3 de Fran\u00e7a             -Sant Vicenc de Calders",
        "short": "R2S",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "146520",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0009R2S",
        "label": "R2S",
        "long": "Sant Vicenc de Calders                  -Barcelona-Estaci\u00f3 de Fran\u00e7a",
        "short": "R2S",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "146520",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0010R2S",
        "label": "R2S",
        "long": "Barcelona-Estaci\u00f3 de Fran\u00e7a             -Sant Vicenc de Calders",
        "short": "R2S",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "146520",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0011R2S",
        "label": "R2S",
        "long": "Sant Vicenc de Calders                  -Barcelona-Estaci\u00f3 de Fran\u00e7a",
        "short": "R2S",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "146520",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0012R2S",
        "label": "R2S",
        "long": "Barcelona-Estaci\u00f3 de Fran\u00e7a             -Sant Vicenc de Calders",
        "short": "R2S",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "26A741",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0013R2",
        "label": "R2",
        "long": "Sant Vicenc de Calders                  -Ma\u00e7anet-Massanes",
        "short": "R2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "26A741",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0014R2",
        "label": "R2",
        "long": "Ma\u00e7anet-Massanes                        -Sant Vicenc de Calders",
        "short": "R2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0015R3",
        "label": "R3",
        "long": "L'Hospitalet de Llobregat               -Puigcerd\u00e0",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0016R3",
        "label": "R3",
        "long": "Puigcerd\u00e0                               -L'Hospitalet de Llobregat",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0017R3a",
        "label": "R3a",
        "long": "Vic                                     -La Tor de Querol-Enveig",
        "short": "R3a",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0018R3a",
        "label": "R3a",
        "long": "La Tor de Querol-Enveig                 -Vic",
        "short": "R3a",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F7A30D",
        "color_name": "yellow",
        "has_shape": false,
        "id": "51T0019R4",
        "label": "R4",
        "long": "Sant Vicenc de Calders                  -Manresa",
        "short": "R4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F7A30D",
        "color_name": "yellow",
        "has_shape": false,
        "id": "51T0020R4",
        "label": "R4",
        "long": "Manresa                                 -Sant Vicenc de Calders",
        "short": "R4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "B57CBB",
        "color_name": "pink",
        "has_shape": false,
        "id": "51T0021R7",
        "label": "R7",
        "long": "Martorell Central                       -L'Hospitalet de Llobregat",
        "short": "R7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "B57CBB",
        "color_name": "pink",
        "has_shape": false,
        "id": "51T0022R7",
        "label": "R7",
        "long": "L'Hospitalet de Llobregat               -Martorell Central",
        "short": "R7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "88016A",
        "color_name": "purple",
        "has_shape": false,
        "id": "51T0023R8",
        "label": "R8",
        "long": "Martorell Central                       -Granollers Centre",
        "short": "R8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "88016A",
        "color_name": "purple",
        "has_shape": false,
        "id": "51T0024R8",
        "label": "R8",
        "long": "Granollers Centre                       -Martorell Central",
        "short": "R8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "26A741",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0025R2",
        "label": "R2",
        "long": "Sant Vicenc de Calders                  -Castelldefels",
        "short": "R2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "26A741",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0026R2",
        "label": "R2",
        "long": "Castelldefels                           -Sant Vicenc de Calders",
        "short": "R2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "26A741",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0027R2",
        "label": "R2",
        "long": "Sant Celoni                             -Barcelona-Sants",
        "short": "R2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "26A741",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0028R2",
        "label": "R2",
        "long": "Barcelona-Sants                         -Sant Celoni",
        "short": "R2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "24A842",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0029R7",
        "label": "R7",
        "long": "Barcelona-Fabra i Puig                  -Cerdanyola-Universitat",
        "short": "R7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "24A842",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0030R7",
        "label": "R7",
        "long": "Cerdanyola-Universitat                  -Barcelona-Fabra i Puig",
        "short": "R7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F7A30D",
        "color_name": "yellow",
        "has_shape": false,
        "id": "51T0031R4",
        "label": "R4",
        "long": "Terrassa Estaci\u00f3 del Nord               -Castellbisbal",
        "short": "R4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F7A30D",
        "color_name": "yellow",
        "has_shape": false,
        "id": "51T0032R4",
        "label": "R4",
        "long": "Castellbisbal                           -Terrassa Estaci\u00f3 del Nord",
        "short": "R4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0033R3",
        "label": "R3",
        "long": "Figar\u00f3                                  -La Tor de Querol-Enveig",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0034R3",
        "label": "R3",
        "long": "La Tor de Querol-Enveig                 -Figar\u00f3",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "88016A",
        "color_name": "purple",
        "has_shape": false,
        "id": "51T0035R8",
        "label": "R8",
        "long": "Castellbisbal                           -Cerdanyola-Universitat",
        "short": "R8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "88016A",
        "color_name": "purple",
        "has_shape": false,
        "id": "51T0036R8",
        "label": "R8",
        "long": "Cerdanyola-Universitat                  -Castellbisbal",
        "short": "R8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "B57CBB",
        "color_name": "pink",
        "has_shape": false,
        "id": "51T0037R7",
        "label": "R7",
        "long": "Molins de Rei                           -Montcada Bifurcaci\u00f3",
        "short": "R7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "B57CBB",
        "color_name": "pink",
        "has_shape": false,
        "id": "51T0038R7",
        "label": "R7",
        "long": "Montcada Bifurcaci\u00f3                     -Molins de Rei",
        "short": "R7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0039R3",
        "label": "R3",
        "long": "Vic                                     -Montcada Ripollet",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0040R3",
        "label": "R3",
        "long": "Montcada Ripollet                       -Vic",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F7A30D",
        "color_name": "yellow",
        "has_shape": false,
        "id": "51T0041R4",
        "label": "R4",
        "long": "Molins de Rei                           -Montcada Bifurcaci\u00f3",
        "short": "R4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F7A30D",
        "color_name": "yellow",
        "has_shape": false,
        "id": "51T0042R4",
        "label": "R4",
        "long": "Montcada Bifurcaci\u00f3                     -Molins de Rei",
        "short": "R4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "7DBCEC",
        "color_name": "gray",
        "has_shape": false,
        "id": "51T0043R1",
        "label": "R1",
        "long": "Canet de Mar                            -Blanes",
        "short": "R1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "7DBCEC",
        "color_name": "gray",
        "has_shape": false,
        "id": "51T0044R1",
        "label": "R1",
        "long": "Blanes                                  -Canet de Mar",
        "short": "R1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0045R3",
        "label": "R3",
        "long": "La Molina                               -Ribes de Freser",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0046R3",
        "label": "R3",
        "long": "Ribes de Freser                         -La Molina",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F7A30D",
        "color_name": "yellow",
        "has_shape": false,
        "id": "51T0047RL4",
        "label": "RL4",
        "long": "Terrassa Estaci\u00f3 del Nord               -Lleida",
        "short": "RL4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F7A30D",
        "color_name": "yellow",
        "has_shape": false,
        "id": "51T0048RL4",
        "label": "RL4",
        "long": "Lleida                                  -Terrassa Estaci\u00f3 del Nord",
        "short": "RL4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "7DBCEC",
        "color_name": "gray",
        "has_shape": false,
        "id": "51T0049R1",
        "label": "R1",
        "long": "Matar\u00f3                                  -Badalona",
        "short": "R1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "7DBCEC",
        "color_name": "gray",
        "has_shape": false,
        "id": "51T0050R1",
        "label": "R1",
        "long": "Badalona                                -Matar\u00f3",
        "short": "R1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "26A741",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0051R2",
        "label": "R2",
        "long": "-",
        "short": "R2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "26A741",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0052R2",
        "label": "R2",
        "long": "-",
        "short": "R2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "26A741",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0053R2",
        "label": "R2",
        "long": "-",
        "short": "R2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "26A741",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0054R2",
        "label": "R2",
        "long": "-",
        "short": "R2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "26A741",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0055R2",
        "label": "R2",
        "long": "-",
        "short": "R2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "26A741",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0056R2",
        "label": "R2",
        "long": "-",
        "short": "R2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "26A741",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0057R2",
        "label": "R2",
        "long": "-",
        "short": "R2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "26A741",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0058R2",
        "label": "R2",
        "long": "-",
        "short": "R2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "26A741",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0059R2",
        "label": "R2",
        "long": "-",
        "short": "R2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "26A741",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0060R2",
        "label": "R2",
        "long": "-",
        "short": "R2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "26A741",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0061R2",
        "label": "R2",
        "long": "-",
        "short": "R2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "26A741",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0062R2",
        "label": "R2",
        "long": "-",
        "short": "R2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "7DBCEC",
        "color_name": "gray",
        "has_shape": false,
        "id": "51T0063R1",
        "label": "R1",
        "long": "-",
        "short": "R1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "7DBCEC",
        "color_name": "gray",
        "has_shape": false,
        "id": "51T0064R1",
        "label": "R1",
        "long": "-",
        "short": "R1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "7DBCEC",
        "color_name": "gray",
        "has_shape": false,
        "id": "51T0065R1",
        "label": "R1",
        "long": "-",
        "short": "R1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "7DBCEC",
        "color_name": "gray",
        "has_shape": false,
        "id": "51T0066R1",
        "label": "R1",
        "long": "-",
        "short": "R1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "26A741",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0067R2",
        "label": "R2",
        "long": "-",
        "short": "R2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "26A741",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0068R2",
        "label": "R2",
        "long": "-",
        "short": "R2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "26A741",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0069R2",
        "label": "R2",
        "long": "-",
        "short": "R2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "26A741",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0070R2",
        "label": "R2",
        "long": "-",
        "short": "R2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F7A30D",
        "color_name": "yellow",
        "has_shape": false,
        "id": "51T0071R4",
        "label": "R4",
        "long": "-",
        "short": "R4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F7A30D",
        "color_name": "yellow",
        "has_shape": false,
        "id": "51T0072R4",
        "label": "R4",
        "long": "-",
        "short": "R4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F7A30D",
        "color_name": "yellow",
        "has_shape": false,
        "id": "51T0073R4",
        "label": "R4",
        "long": "-",
        "short": "R4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F7A30D",
        "color_name": "yellow",
        "has_shape": false,
        "id": "51T0074R4",
        "label": "R4",
        "long": "-",
        "short": "R4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F7A30D",
        "color_name": "yellow",
        "has_shape": false,
        "id": "51T0075R4",
        "label": "R4",
        "long": "-",
        "short": "R4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F7A30D",
        "color_name": "yellow",
        "has_shape": false,
        "id": "51T0076R4",
        "label": "R4",
        "long": "-",
        "short": "R4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F7A30D",
        "color_name": "yellow",
        "has_shape": false,
        "id": "51T0077R4",
        "label": "R4",
        "long": "-",
        "short": "R4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F7A30D",
        "color_name": "yellow",
        "has_shape": false,
        "id": "51T0078R4",
        "label": "R4",
        "long": "-",
        "short": "R4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F7A30D",
        "color_name": "yellow",
        "has_shape": false,
        "id": "51T0079R4",
        "label": "R4",
        "long": "-",
        "short": "R4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F7A30D",
        "color_name": "yellow",
        "has_shape": false,
        "id": "51T0080R4",
        "label": "R4",
        "long": "-",
        "short": "R4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "B57CBB",
        "color_name": "pink",
        "has_shape": false,
        "id": "51T0081R7",
        "label": "R7",
        "long": "-",
        "short": "R7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "B57CBB",
        "color_name": "pink",
        "has_shape": false,
        "id": "51T0082R7",
        "label": "R7",
        "long": "-",
        "short": "R7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "B57CBB",
        "color_name": "pink",
        "has_shape": false,
        "id": "51T0083R7",
        "label": "R7",
        "long": "-",
        "short": "R7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "B57CBB",
        "color_name": "pink",
        "has_shape": false,
        "id": "51T0084R7",
        "label": "R7",
        "long": "-",
        "short": "R7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0085R3",
        "label": "R3",
        "long": "-",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0086R3",
        "label": "R3",
        "long": "-",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0087R3",
        "label": "R3",
        "long": "-",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0088R3",
        "label": "R3",
        "long": "-",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "88016A",
        "color_name": "purple",
        "has_shape": false,
        "id": "51T0089R8",
        "label": "R8",
        "long": "-",
        "short": "R8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "88016A",
        "color_name": "purple",
        "has_shape": false,
        "id": "51T0090R8",
        "label": "R8",
        "long": "-",
        "short": "R8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "88016A",
        "color_name": "purple",
        "has_shape": false,
        "id": "51T0091R8",
        "label": "R8",
        "long": "-",
        "short": "R8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "88016A",
        "color_name": "purple",
        "has_shape": false,
        "id": "51T0092R8",
        "label": "R8",
        "long": "-",
        "short": "R8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0069AA",
        "color_name": "teal",
        "has_shape": false,
        "id": "51T0093R11",
        "label": "R11",
        "long": "Figueres                                -Barcelona-Sants",
        "short": "R11",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0069AA",
        "color_name": "teal",
        "has_shape": false,
        "id": "51T0094R11",
        "label": "R11",
        "long": "Barcelona-Sants                         -Figueres",
        "short": "R11",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "26A741",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0095R2",
        "label": "R2",
        "long": "El Prat de Llobregat                    -Barcelona-Sant Andreu",
        "short": "R2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "26A741",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0096R2",
        "label": "R2",
        "long": "Barcelona-Sant Andreu                   -El Prat de Llobregat",
        "short": "R2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "978571",
        "color_name": "gray",
        "has_shape": false,
        "id": "51T0097R15",
        "label": "R15",
        "long": "Riba-roja d'Ebre                        -Caspe",
        "short": "R15",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "978571",
        "color_name": "gray",
        "has_shape": false,
        "id": "51T0098R15",
        "label": "R15",
        "long": "Caspe                                   -Riba-roja d'Ebre",
        "short": "R15",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "B6AE33",
        "color_name": "yellow",
        "has_shape": false,
        "id": "51T0099RL3",
        "label": "RL3",
        "long": "Lleida                                  -Cervera",
        "short": "RL3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "B6AE33",
        "color_name": "yellow",
        "has_shape": false,
        "id": "51T0100RL3",
        "label": "RL3",
        "long": "Cervera                                 -Lleida",
        "short": "RL3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "6C60A8",
        "color_name": "purple",
        "has_shape": false,
        "id": "51T0101R14",
        "label": "R14",
        "long": "La Plana-Picamoixons                    -Tarragona",
        "short": "R14",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "6C60A8",
        "color_name": "purple",
        "has_shape": false,
        "id": "51T0102R14",
        "label": "R14",
        "long": "Tarragona                               -La Plana-Picamoixons",
        "short": "R14",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "B52B46",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0103R16",
        "label": "R16",
        "long": "Tortosa                                 -Barcelona-Estaci\u00f3 de Fran\u00e7a",
        "short": "R16",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "B52B46",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0104R16",
        "label": "R16",
        "long": "Barcelona-Estaci\u00f3 de Fran\u00e7a             -Tortosa",
        "short": "R16",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "B52B46",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0105R16",
        "label": "R16",
        "long": "Ulldecona-Alcanar-La S\u00e9nia              -",
        "short": "R16",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "B52B46",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0106R16",
        "label": "R16",
        "long": "-Ulldecona-Alcanar-La S\u00e9nia",
        "short": "R16",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F3B12E",
        "color_name": "yellow",
        "has_shape": false,
        "id": "51T0107R17",
        "label": "R17",
        "long": "Salou-Port Aventura                     -Barcelona-Estaci\u00f3 de Fran\u00e7a",
        "short": "R17",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F3B12E",
        "color_name": "yellow",
        "has_shape": false,
        "id": "51T0108R17",
        "label": "R17",
        "long": "Barcelona-Estaci\u00f3 de Fran\u00e7a             -Salou-Port Aventura",
        "short": "R17",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F965DE",
        "color_name": "pink",
        "has_shape": false,
        "id": "51T0109RT2",
        "label": "RT2",
        "long": "Salou-Port Aventura                     -Tarragona",
        "short": "RT2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F965DE",
        "color_name": "pink",
        "has_shape": false,
        "id": "51T0110RT2",
        "label": "RT2",
        "long": "Tarragona                               -Salou-Port Aventura",
        "short": "RT2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "409EF5",
        "color_name": "teal",
        "has_shape": false,
        "id": "51T0111RG1",
        "label": "RG1",
        "long": "Ma\u00e7anet-Massanes                        -Figueres",
        "short": "RG1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "409EF5",
        "color_name": "teal",
        "has_shape": false,
        "id": "51T0112RG1",
        "label": "RG1",
        "long": "Figueres                                -Ma\u00e7anet-Massanes",
        "short": "RG1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "978571",
        "color_name": "gray",
        "has_shape": false,
        "id": "51T0113R15",
        "label": "R15",
        "long": "Cunit                                   -Riba-roja d'Ebre",
        "short": "R15",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "978571",
        "color_name": "gray",
        "has_shape": false,
        "id": "51T0114R15",
        "label": "R15",
        "long": "Riba-roja d'Ebre                        -Cunit",
        "short": "R15",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "6C60A8",
        "color_name": "purple",
        "has_shape": false,
        "id": "51T0115R14",
        "label": "R14",
        "long": "Lleida                                  -Cunit",
        "short": "R14",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "6C60A8",
        "color_name": "purple",
        "has_shape": false,
        "id": "51T0116R14",
        "label": "R14",
        "long": "Cunit                                   -Lleida",
        "short": "R14",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F7A30D",
        "color_name": "yellow",
        "has_shape": false,
        "id": "51T0117R4",
        "label": "R4",
        "long": "Sabadell Sud                            -El Vendrell",
        "short": "R4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F7A30D",
        "color_name": "yellow",
        "has_shape": false,
        "id": "51T0118R4",
        "label": "R4",
        "long": "El Vendrell                             -Sabadell Sud",
        "short": "R4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0069AA",
        "color_name": "teal",
        "has_shape": false,
        "id": "51T0119R11",
        "label": "R11",
        "long": "Barcelona-Sant Andreu                   -Girona",
        "short": "R11",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0069AA",
        "color_name": "teal",
        "has_shape": false,
        "id": "51T0120R11",
        "label": "R11",
        "long": "Girona                                  -Barcelona-Sant Andreu",
        "short": "R11",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "B52B46",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0121R16",
        "label": "R16",
        "long": "-Ulldecona-Alcanar-La S\u00e9nia",
        "short": "R16",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "B52B46",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0122R16",
        "label": "R16",
        "long": "Ulldecona-Alcanar-La S\u00e9nia              -",
        "short": "R16",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "978571",
        "color_name": "gray",
        "has_shape": false,
        "id": "51T0123R15",
        "label": "R15",
        "long": "Reus                                    -Torredembarra",
        "short": "R15",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "978571",
        "color_name": "gray",
        "has_shape": false,
        "id": "51T0124R15",
        "label": "R15",
        "long": "Torredembarra                           -Reus",
        "short": "R15",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "B52B46",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0125R16",
        "label": "R16",
        "long": "Tarragona                               -Torredembarra",
        "short": "R16",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "B52B46",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0126R16",
        "label": "R16",
        "long": "Torredembarra                           -Tarragona",
        "short": "R16",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0127R3",
        "label": "R3",
        "long": "Ripoll                                  -La Garriga",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0128R3",
        "label": "R3",
        "long": "La Garriga                              -Ripoll",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0129R3",
        "label": "R3",
        "long": "Barcelona-Fabra i Puig                  -Granollers-Canovelles",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0130R3",
        "label": "R3",
        "long": "Granollers-Canovelles                   -Barcelona-Fabra i Puig",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0131R3",
        "label": "R3",
        "long": "Barcelona-Fabra i Puig                  -Vic",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0132R3",
        "label": "R3",
        "long": "Vic                                     -Barcelona-Fabra i Puig",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0133R3",
        "label": "R3",
        "long": "Barcelona-Fabra i Puig                  -Centelles",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0134R3",
        "label": "R3",
        "long": "Centelles                               -Barcelona-Fabra i Puig",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0135R3",
        "label": "R3",
        "long": "Barcelona-Fabra i Puig                  -La Garriga",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0136R3",
        "label": "R3",
        "long": "La Garriga                              -Barcelona-Fabra i Puig",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "39D4CC",
        "color_name": "teal",
        "has_shape": false,
        "id": "51T0137RT1",
        "label": "RT1",
        "long": "La Plana-Picamoixons                    -Tarragona",
        "short": "RT1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "39D4CC",
        "color_name": "teal",
        "has_shape": false,
        "id": "51T0138RT1",
        "label": "RT1",
        "long": "Tarragona                               -La Plana-Picamoixons",
        "short": "RT1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "146520",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0139R13",
        "label": "R13",
        "long": "Lleida                                  -Vinaixa",
        "short": "R13",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "146520",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0140R13",
        "label": "R13",
        "long": "Vinaixa                                 -Lleida",
        "short": "R13",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "094188",
        "color_name": "teal",
        "has_shape": false,
        "id": "51T0141R1",
        "label": "R1",
        "long": "Lleida                                  -",
        "short": "R1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "094188",
        "color_name": "teal",
        "has_shape": false,
        "id": "51T0142R1",
        "label": "R1",
        "long": "-Lleida",
        "short": "R1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "094188",
        "color_name": "teal",
        "has_shape": false,
        "id": "51T0143R1",
        "label": "R1",
        "long": "Riba-roja d'Ebre                        -",
        "short": "R1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "094188",
        "color_name": "teal",
        "has_shape": false,
        "id": "51T0144R1",
        "label": "R1",
        "long": "-Riba-roja d'Ebre",
        "short": "R1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "094188",
        "color_name": "teal",
        "has_shape": false,
        "id": "51T0145R1",
        "label": "R1",
        "long": "-",
        "short": "R1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "094188",
        "color_name": "teal",
        "has_shape": false,
        "id": "51T0146R1",
        "label": "R1",
        "long": "-",
        "short": "R1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "094188",
        "color_name": "teal",
        "has_shape": false,
        "id": "51T0147R1",
        "label": "R1",
        "long": "-",
        "short": "R1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "094188",
        "color_name": "teal",
        "has_shape": false,
        "id": "51T0148R1",
        "label": "R1",
        "long": "-",
        "short": "R1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "094188",
        "color_name": "teal",
        "has_shape": false,
        "id": "51T0149R1",
        "label": "R1",
        "long": "Binefar                                 -",
        "short": "R1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "094188",
        "color_name": "teal",
        "has_shape": false,
        "id": "51T0150R1",
        "label": "R1",
        "long": "-Binefar",
        "short": "R1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "094188",
        "color_name": "teal",
        "has_shape": false,
        "id": "51T0151R1",
        "label": "R1",
        "long": "-",
        "short": "R1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "094188",
        "color_name": "teal",
        "has_shape": false,
        "id": "51T0152R1",
        "label": "R1",
        "long": "-",
        "short": "R1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "094188",
        "color_name": "teal",
        "has_shape": false,
        "id": "51T0153R1",
        "label": "R1",
        "long": "-",
        "short": "R1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "094188",
        "color_name": "teal",
        "has_shape": false,
        "id": "51T0154R1",
        "label": "R1",
        "long": "-",
        "short": "R1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "094188",
        "color_name": "teal",
        "has_shape": false,
        "id": "51T0155R1",
        "label": "R1",
        "long": "-",
        "short": "R1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "094188",
        "color_name": "teal",
        "has_shape": false,
        "id": "51T0156R1",
        "label": "R1",
        "long": "-",
        "short": "R1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "094188",
        "color_name": "teal",
        "has_shape": false,
        "id": "51T0157R1",
        "label": "R1",
        "long": "-",
        "short": "R1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "094188",
        "color_name": "teal",
        "has_shape": false,
        "id": "51T0158R1",
        "label": "R1",
        "long": "-",
        "short": "R1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "094188",
        "color_name": "teal",
        "has_shape": false,
        "id": "51T0159R1",
        "label": "R1",
        "long": "-",
        "short": "R1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "094188",
        "color_name": "teal",
        "has_shape": false,
        "id": "51T0160R1",
        "label": "R1",
        "long": "-",
        "short": "R1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "094188",
        "color_name": "teal",
        "has_shape": false,
        "id": "51T0161R1",
        "label": "R1",
        "long": "Riba-roja d'Ebre                        -",
        "short": "R1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "094188",
        "color_name": "teal",
        "has_shape": false,
        "id": "51T0162R1",
        "label": "R1",
        "long": "-Riba-roja d'Ebre",
        "short": "R1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "978571",
        "color_name": "gray",
        "has_shape": false,
        "id": "51T0163R15",
        "label": "R15",
        "long": "-Mora la Nova",
        "short": "R15",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "978571",
        "color_name": "gray",
        "has_shape": false,
        "id": "51T0164R15",
        "label": "R15",
        "long": "Mora la Nova                            -",
        "short": "R15",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F3B12E",
        "color_name": "yellow",
        "has_shape": false,
        "id": "51T0165R17",
        "label": "R17",
        "long": "Sant Vicenc de Calders                  -Tarragona",
        "short": "R17",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F3B12E",
        "color_name": "yellow",
        "has_shape": false,
        "id": "51T0166R17",
        "label": "R17",
        "long": "Tarragona                               -Sant Vicenc de Calders",
        "short": "R17",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "094188",
        "color_name": "teal",
        "has_shape": false,
        "id": "51T0167R1",
        "label": "R1",
        "long": "Sant Vicenc de Calders                  -Tarragona",
        "short": "R1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "094188",
        "color_name": "teal",
        "has_shape": false,
        "id": "51T0168R1",
        "label": "R1",
        "long": "Tarragona                               -Sant Vicenc de Calders",
        "short": "R1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "978571",
        "color_name": "gray",
        "has_shape": false,
        "id": "51T0169R15",
        "label": "R15",
        "long": "Mora la Nova                            -",
        "short": "R15",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "978571",
        "color_name": "gray",
        "has_shape": false,
        "id": "51T0170R15",
        "label": "R15",
        "long": "-Mora la Nova",
        "short": "R15",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "978571",
        "color_name": "gray",
        "has_shape": false,
        "id": "51T0171R15",
        "label": "R15",
        "long": "Sant Vicenc de Calders                  -El Prat de Llobregat",
        "short": "R15",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "978571",
        "color_name": "gray",
        "has_shape": false,
        "id": "51T0172R15",
        "label": "R15",
        "long": "El Prat de Llobregat                    -Sant Vicenc de Calders",
        "short": "R15",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "B52B46",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0173R16",
        "label": "R16",
        "long": "El Prat de Llobregat                    -Sant Vicenc de Calders",
        "short": "R16",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "B52B46",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0174R16",
        "label": "R16",
        "long": "Sant Vicenc de Calders                  -El Prat de Llobregat",
        "short": "R16",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "146520",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0175R13",
        "label": "R13",
        "long": "La Plana-Picamoixons                    -Sant Vicenc de Calders",
        "short": "R13",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "146520",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0176R13",
        "label": "R13",
        "long": "Sant Vicenc de Calders                  -La Plana-Picamoixons",
        "short": "R13",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "146520",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0177R13",
        "label": "R13",
        "long": "Valls                                   -Barcelona-Sants",
        "short": "R13",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "146520",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0178R13",
        "label": "R13",
        "long": "Barcelona-Sants                         -Valls",
        "short": "R13",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "88016A",
        "color_name": "purple",
        "has_shape": false,
        "id": "51T0179R8",
        "label": "R8",
        "long": "Martorell Central                       -Rub\u00ed Can Vallhonrat",
        "short": "R8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "88016A",
        "color_name": "purple",
        "has_shape": false,
        "id": "51T0180R8",
        "label": "R8",
        "long": "Rub\u00ed Can Vallhonrat                     -Martorell Central",
        "short": "R8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "978571",
        "color_name": "gray",
        "has_shape": false,
        "id": "51T0181R15",
        "label": "R15",
        "long": "Riba-roja d'Ebre                        -Caspe",
        "short": "R15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "978571",
        "color_name": "gray",
        "has_shape": false,
        "id": "51T0182R15",
        "label": "R15",
        "long": "Riba-roja d'Ebre                        -Mora la Nova",
        "short": "R15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "978571",
        "color_name": "gray",
        "has_shape": false,
        "id": "51T0183R15",
        "label": "R15",
        "long": "Mora la Nova                            -Caspe",
        "short": "R15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "978571",
        "color_name": "gray",
        "has_shape": false,
        "id": "51T0184R15",
        "label": "R15",
        "long": "Mora la Nova                            -Riba-roja d'Ebre",
        "short": "R15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "978571",
        "color_name": "gray",
        "has_shape": false,
        "id": "51T0185R15",
        "label": "R15",
        "long": "Sant Vicenc de Calders                  -El Prat de Llobregat",
        "short": "R15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "146520",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0186R13",
        "label": "R13",
        "long": "Sant Vicenc de Calders                  -La Plana-Picamoixons",
        "short": "R13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "146520",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0187R13",
        "label": "R13",
        "long": "Sant Vicenc de Calders                  -Lleida",
        "short": "R13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "978571",
        "color_name": "gray",
        "has_shape": false,
        "id": "51T0188R15",
        "label": "R15",
        "long": "El Prat de Llobregat                    -Sant Vicenc de Calders",
        "short": "R15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B52B46",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0189R16",
        "label": "R16",
        "long": "El Prat de Llobregat                    -Sant Vicenc de Calders",
        "short": "R16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "146520",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0190R13",
        "label": "R13",
        "long": "Barcelona-Sants                         -Valls",
        "short": "R13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "88016A",
        "color_name": "purple",
        "has_shape": false,
        "id": "51T0191R8",
        "label": "R8",
        "long": "Martorell Central                       -Rub\u00ed Can Vallhonrat",
        "short": "R8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "88016A",
        "color_name": "purple",
        "has_shape": false,
        "id": "51T0192R8",
        "label": "R8",
        "long": "Rub\u00ed Can Vallhonrat                     -Martorell Central",
        "short": "R8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "146520",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0193R13",
        "label": "R13",
        "long": "La Plana-Picamoixons                    -Sant Vicenc de Calders",
        "short": "R13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "146520",
        "color_name": "green",
        "has_shape": false,
        "id": "51T0194R13",
        "label": "R13",
        "long": "Valls                                   -Barcelona-Sants",
        "short": "R13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0195R3",
        "label": "R3",
        "long": "Granollers-Canovelles                   -Barcelona-Fabra i Puig",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0196R3",
        "label": "R3",
        "long": "La Garriga                              -Vic",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0197R3",
        "label": "R3",
        "long": "La Garriga                              -Ripoll",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0198R3",
        "label": "R3",
        "long": "La Garriga                              -Barcelona-Fabra i Puig",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0199R3",
        "label": "R3",
        "long": "Centelles                               -Vic",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0200R3",
        "label": "R3",
        "long": "Centelles                               -Barcelona-Fabra i Puig",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0201R3",
        "label": "R3",
        "long": "Vic                                     -La Garriga",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0202R3",
        "label": "R3",
        "long": "Vic                                     -Centelles",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0203R3",
        "label": "R3",
        "long": "Vic                                     -Ripoll",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0204R3",
        "label": "R3",
        "long": "Vic                                     -Puigcerd\u00e0",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0205R3",
        "label": "R3",
        "long": "Vic                                     -La Tor de Querol-Enveig",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0206R3",
        "label": "R3",
        "long": "Vic                                     -Barcelona-Fabra i Puig",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0207R3",
        "label": "R3",
        "long": "Ripoll                                  -La Garriga",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0208R3",
        "label": "R3",
        "long": "Ripoll                                  -Vic",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0209R3",
        "label": "R3",
        "long": "Ribes de Freser                         -Toses",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0210R3",
        "label": "R3",
        "long": "Planoles                                -Toses",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0211R3",
        "label": "R3",
        "long": "Toses                                   -Ribes de Freser",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0212R3",
        "label": "R3",
        "long": "Toses                                   -Planoles",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0213R3",
        "label": "R3",
        "long": "Puigcerd\u00e0                               -Vic",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0214R3",
        "label": "R3",
        "long": "Puigcerd\u00e0                               -Ripoll",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0215R3",
        "label": "R3",
        "long": "Puigcerd\u00e0                               -La Tor de Querol-Enveig",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0216R3",
        "label": "R3",
        "long": "La Tor de Querol-Enveig                 -Vic",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0217R3",
        "label": "R3",
        "long": "La Tor de Querol-Enveig                 -Puigcerd\u00e0",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F7A30D",
        "color_name": "yellow",
        "has_shape": false,
        "id": "51T0218R4",
        "label": "R4",
        "long": "Manresa                                 -Terrassa Estaci\u00f3 del Nord",
        "short": "R4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F7A30D",
        "color_name": "yellow",
        "has_shape": false,
        "id": "51T0219R4",
        "label": "R4",
        "long": "Terrassa Estaci\u00f3 del Nord               -Manresa",
        "short": "R4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0220R3",
        "label": "R3",
        "long": "Barcelona-Fabra i Puig                  -Granollers-Canovelles",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0221R3",
        "label": "R3",
        "long": "Barcelona-Fabra i Puig                  -La Garriga",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0222R3",
        "label": "R3",
        "long": "Barcelona-Fabra i Puig                  -Centelles",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E54A3C",
        "color_name": "red",
        "has_shape": false,
        "id": "51T0223R3",
        "label": "R3",
        "long": "Barcelona-Fabra i Puig                  -Vic",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "094188",
        "color_name": "teal",
        "has_shape": false,
        "id": "51T0224R1",
        "label": "R1",
        "long": "Ma\u00e7anet-Massanes                        -Blanes",
        "short": "R1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "094188",
        "color_name": "teal",
        "has_shape": false,
        "id": "51T0225R1",
        "label": "R1",
        "long": "Matar\u00f3                                  -Ma\u00e7anet-Massanes",
        "short": "R1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "094188",
        "color_name": "teal",
        "has_shape": false,
        "id": "51T0226R1",
        "label": "R1",
        "long": "Calella                                 -Matar\u00f3",
        "short": "R1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "094188",
        "color_name": "teal",
        "has_shape": false,
        "id": "51T0227R1",
        "label": "R1",
        "long": "Blanes                                  -Ma\u00e7anet-Massanes",
        "short": "R1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D7001E",
        "color_name": "red",
        "has_shape": false,
        "id": "60T0001C1",
        "label": "C1",
        "long": "Abando                                  -Santurtzi",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "D7001E",
        "color_name": "red",
        "has_shape": false,
        "id": "60T0002C1",
        "label": "C1",
        "long": "Santurtzi                               -Abando",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0F8C2D",
        "color_name": "green",
        "has_shape": false,
        "id": "60T0003C2",
        "label": "C2",
        "long": "Abando                                  -Muskiz",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0F8C2D",
        "color_name": "green",
        "has_shape": false,
        "id": "60T0004C2",
        "label": "C2",
        "long": "Muskiz                                  -Abando",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "78B4E1",
        "color_name": "gray",
        "has_shape": false,
        "id": "60T0005C3",
        "label": "C3",
        "long": "Abando                                  -Ordu\u00f1a",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "78B4E1",
        "color_name": "gray",
        "has_shape": false,
        "id": "60T0006C3",
        "label": "C3",
        "long": "Ordu\u00f1a                                  -Abando",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "60T0007C4",
        "label": "C4",
        "long": "Bilbao La Concordia                     -La Calzada",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "60T0008C4",
        "label": "C4",
        "long": "La Calzada                              -Bilbao La Concordia",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "60T0009C4",
        "label": "C4",
        "long": "Sodupe                                  -Balmaseda",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "60T0010C4",
        "label": "C4",
        "long": "Balmaseda                               -Sodupe",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "60T0011C4",
        "label": "C4",
        "long": "-",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "60T0012C4",
        "label": "C4",
        "long": "-",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "60T0013C4A",
        "label": "C4A",
        "long": "Bilbao La Concordia                     -Karranza",
        "short": "C4A",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "60T0014C4A",
        "label": "C4A",
        "long": "Karranza                                -Bilbao La Concordia",
        "short": "C4A",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "60T0015C4",
        "label": "C4",
        "long": "-Karranza",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "60T0016C4",
        "label": "C4",
        "long": "Karranza                                -",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "2C2A86",
        "color_name": "blue",
        "has_shape": false,
        "id": "60T0017C5",
        "label": "C5",
        "long": "Aranguren                               -Karranza",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "2C2A86",
        "color_name": "blue",
        "has_shape": false,
        "id": "60T0018C5",
        "label": "C5",
        "long": "Karranza                                -Aranguren",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "2C2A86",
        "color_name": "blue",
        "has_shape": false,
        "id": "60T0019C5",
        "label": "C5",
        "long": "-Bilbao La Concordia",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "2C2A86",
        "color_name": "blue",
        "has_shape": false,
        "id": "60T0020C5",
        "label": "C5",
        "long": "Bilbao La Concordia                     -",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "60T0021C4",
        "label": "C4",
        "long": "La Asunci\u00f3n/Universidad                 -Guardo",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E93CAC",
        "color_name": "pink",
        "has_shape": false,
        "id": "60T0022C4",
        "label": "C4",
        "long": "Guardo                                  -La Asunci\u00f3n/Universidad",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "78B4E1",
        "color_name": "gray",
        "has_shape": false,
        "id": "60T0023C3",
        "label": "C3",
        "long": "Abando                                  -Arrigorriaga",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "78B4E1",
        "color_name": "gray",
        "has_shape": false,
        "id": "60T0024C3",
        "label": "C3",
        "long": "Arrigorriaga                            -Abando",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "78B4E1",
        "color_name": "gray",
        "has_shape": false,
        "id": "60T0025C3",
        "label": "C3",
        "long": "Arrigorriaga                            -Abando",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78B4E1",
        "color_name": "gray",
        "has_shape": false,
        "id": "60T0026C3",
        "label": "C3",
        "long": "Abando                                  -Arrigorriaga",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DA001C",
        "color_name": "red",
        "has_shape": false,
        "id": "61T0001C1",
        "label": "C1",
        "long": "Irun                                    -Brincola",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "DA001C",
        "color_name": "red",
        "has_shape": false,
        "id": "61T0002C1",
        "label": "C1",
        "long": "Brincola                                -Irun",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "DA001C",
        "color_name": "red",
        "has_shape": false,
        "id": "61T0003C1",
        "label": "C1",
        "long": "Lezo-Renteria                           -Beasain",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "DA001C",
        "color_name": "red",
        "has_shape": false,
        "id": "61T0004C1",
        "label": "C1",
        "long": "Beasain                                 -Lezo-Renteria",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "DA001C",
        "color_name": "red",
        "has_shape": false,
        "id": "61T0005C1",
        "label": "C1",
        "long": "-Donostia-San Sebastian",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "DA001C",
        "color_name": "red",
        "has_shape": false,
        "id": "61T0006C1",
        "label": "C1",
        "long": "Donostia-San Sebastian                  -",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "DA001C",
        "color_name": "red",
        "has_shape": false,
        "id": "61T0007C1",
        "label": "C1",
        "long": "Zumarraga                               -Hernani",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "DA001C",
        "color_name": "red",
        "has_shape": false,
        "id": "61T0008C1",
        "label": "C1",
        "long": "Hernani                                 -Zumarraga",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "DA001C",
        "color_name": "red",
        "has_shape": false,
        "id": "61T0009C1",
        "label": "C1",
        "long": "Andoain                                 -",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "DA001C",
        "color_name": "red",
        "has_shape": false,
        "id": "61T0010C1",
        "label": "C1",
        "long": "-Andoain",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "DA001C",
        "color_name": "red",
        "has_shape": false,
        "id": "61T0011C1",
        "label": "C1",
        "long": "Andoain                                 -",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "DA001C",
        "color_name": "red",
        "has_shape": false,
        "id": "61T0012C1",
        "label": "C1",
        "long": "-Andoain",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "DA001C",
        "color_name": "red",
        "has_shape": false,
        "id": "61T0013C1",
        "label": "C1",
        "long": "Tolosa                                  -Pasaia",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "DA001C",
        "color_name": "red",
        "has_shape": false,
        "id": "61T0014C1",
        "label": "C1",
        "long": "Pasaia                                  -Tolosa",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "DA001C",
        "color_name": "red",
        "has_shape": false,
        "id": "61T0015C1",
        "label": "C1",
        "long": "-",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "DA001C",
        "color_name": "red",
        "has_shape": false,
        "id": "61T0016C1",
        "label": "C1",
        "long": "-",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "DA001C",
        "color_name": "red",
        "has_shape": false,
        "id": "61T0017C1",
        "label": "C1",
        "long": "Andoain                                 -",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "DA001C",
        "color_name": "red",
        "has_shape": false,
        "id": "61T0018C1",
        "label": "C1",
        "long": "-Andoain",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "DA001C",
        "color_name": "red",
        "has_shape": false,
        "id": "61T0019C1",
        "label": "C1",
        "long": "Pasaia                                  -Irun",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "DA001C",
        "color_name": "red",
        "has_shape": false,
        "id": "61T0020C1",
        "label": "C1",
        "long": "Irun                                    -Pasaia",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "DA001C",
        "color_name": "red",
        "has_shape": false,
        "id": "61T0021C1",
        "label": "C1",
        "long": "Irun                                    -Pasaia",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "DA001C",
        "color_name": "red",
        "has_shape": false,
        "id": "61T0022C1",
        "label": "C1",
        "long": "Pasaia                                  -Irun",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "DA001C",
        "color_name": "red",
        "has_shape": false,
        "id": "61T0023C1",
        "label": "C1",
        "long": "Irun                                    -Lezo-Renteria",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "DA001C",
        "color_name": "red",
        "has_shape": false,
        "id": "61T0024C1",
        "label": "C1",
        "long": "Lezo-Renteria                           -Irun",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "DA001C",
        "color_name": "red",
        "has_shape": false,
        "id": "61T0025C1",
        "label": "C1",
        "long": "Irun                                    -Lezo-Renteria",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EF3340",
        "color_name": "red",
        "has_shape": false,
        "id": "62T0001C1",
        "label": "C1",
        "long": "Santander                               -Reinosa",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "EF3340",
        "color_name": "red",
        "has_shape": false,
        "id": "62T0002C1",
        "label": "C1",
        "long": "Reinosa                                 -Santander",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "62T0003C2",
        "label": "C2",
        "long": "Santander                               -Cabez\u00f3n De La Sal",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "62T0004C2",
        "label": "C2",
        "long": "Cabez\u00f3n De La Sal                       -Santander",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0060A9",
        "color_name": "teal",
        "has_shape": false,
        "id": "62T0005C3",
        "label": "C3",
        "long": "Santander                               -Li\u00e9rganes",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0060A9",
        "color_name": "teal",
        "has_shape": false,
        "id": "62T0006C3",
        "label": "C3",
        "long": "Li\u00e9rganes                               -Santander",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "EF3340",
        "color_name": "red",
        "has_shape": false,
        "id": "62T0007C1",
        "label": "C1",
        "long": "Renedo                                  -Los Corrales Buelna",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "EF3340",
        "color_name": "red",
        "has_shape": false,
        "id": "62T0008C1",
        "label": "C1",
        "long": "Los Corrales Buelna                     -Renedo",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "EF3340",
        "color_name": "red",
        "has_shape": false,
        "id": "62T0009C1",
        "label": "C1",
        "long": "Barcena                                 -Torrelavega/Tanos",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "EF3340",
        "color_name": "red",
        "has_shape": false,
        "id": "62T0010C1",
        "label": "C1",
        "long": "Torrelavega/Tanos                       -Barcena",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0060A9",
        "color_name": "teal",
        "has_shape": false,
        "id": "62T0011C3",
        "label": "C3",
        "long": "-",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0060A9",
        "color_name": "teal",
        "has_shape": false,
        "id": "62T0012C3",
        "label": "C3",
        "long": "-",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "094188",
        "color_name": "teal",
        "has_shape": false,
        "id": "62T0013R3",
        "label": "R3",
        "long": "Santander                               -",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "094188",
        "color_name": "teal",
        "has_shape": false,
        "id": "62T0014R3",
        "label": "R3",
        "long": "-Santander",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0060A9",
        "color_name": "teal",
        "has_shape": false,
        "id": "62T0015C3",
        "label": "C3",
        "long": "Malia\u00f1o La Vidriera                     -Solares",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0060A9",
        "color_name": "teal",
        "has_shape": false,
        "id": "62T0016C3",
        "label": "C3",
        "long": "Solares                                 -Malia\u00f1o La Vidriera",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "62T0017C2",
        "label": "C2",
        "long": "-",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "62T0018C2",
        "label": "C2",
        "long": "-",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0060A9",
        "color_name": "teal",
        "has_shape": false,
        "id": "62T0019C3",
        "label": "C3",
        "long": "-",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0060A9",
        "color_name": "teal",
        "has_shape": false,
        "id": "62T0020C3",
        "label": "C3",
        "long": "-",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "62T0021C2",
        "label": "C2",
        "long": "-",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "62T0022C2",
        "label": "C2",
        "long": "-",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "094188",
        "color_name": "teal",
        "has_shape": false,
        "id": "62T0023R3",
        "label": "R3",
        "long": "-",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "094188",
        "color_name": "teal",
        "has_shape": false,
        "id": "62T0024R3",
        "label": "R3",
        "long": "-",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0060A9",
        "color_name": "teal",
        "has_shape": false,
        "id": "62T0025C3",
        "label": "C3",
        "long": "-",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0060A9",
        "color_name": "teal",
        "has_shape": false,
        "id": "62T0026C3",
        "label": "C3",
        "long": "-",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0060A9",
        "color_name": "teal",
        "has_shape": false,
        "id": "62T0027C3",
        "label": "C3",
        "long": "-",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0060A9",
        "color_name": "teal",
        "has_shape": false,
        "id": "62T0028C3",
        "label": "C3",
        "long": "-",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "094188",
        "color_name": "teal",
        "has_shape": false,
        "id": "62T0029R3",
        "label": "R3",
        "long": "Orejo                                   -Astillero",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "094188",
        "color_name": "teal",
        "has_shape": false,
        "id": "62T0030R3",
        "label": "R3",
        "long": "Astillero                               -Orejo",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "62T0031C2",
        "label": "C2",
        "long": "-",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "62T0032C2",
        "label": "C2",
        "long": "-",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "094188",
        "color_name": "teal",
        "has_shape": false,
        "id": "62T0033C3",
        "label": "C3",
        "long": "Astillero                               -La Cant\u00e1brica",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "094188",
        "color_name": "teal",
        "has_shape": false,
        "id": "62T0034C3",
        "label": "C3",
        "long": "La Cant\u00e1brica                           -Astillero",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "094188",
        "color_name": "teal",
        "has_shape": false,
        "id": "62T0035C3",
        "label": "C3",
        "long": "Orejo                                   -Marr\u00f3n",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "094188",
        "color_name": "teal",
        "has_shape": false,
        "id": "62T0036C3",
        "label": "C3",
        "long": "Marr\u00f3n                                  -Orejo",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0060A9",
        "color_name": "teal",
        "has_shape": false,
        "id": "62T0037C3",
        "label": "C3",
        "long": "Astillero                               -Santander",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0060A9",
        "color_name": "teal",
        "has_shape": false,
        "id": "62T0038C3",
        "label": "C3",
        "long": "Santander                               -Astillero",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0060A9",
        "color_name": "teal",
        "has_shape": false,
        "id": "62T0039C3",
        "label": "C3",
        "long": "Solares                                 -Astillero",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0060A9",
        "color_name": "teal",
        "has_shape": false,
        "id": "62T0040C3",
        "label": "C3",
        "long": "Astillero                               -Solares",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0060A9",
        "color_name": "teal",
        "has_shape": false,
        "id": "62T0041C3",
        "label": "C3",
        "long": "Li\u00e9rganes                               -Astillero",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0060A9",
        "color_name": "teal",
        "has_shape": false,
        "id": "62T0042C3",
        "label": "C3",
        "long": "Astillero                               -Li\u00e9rganes",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0060A9",
        "color_name": "teal",
        "has_shape": false,
        "id": "62T0043C3",
        "label": "C3",
        "long": "Astillero                               -Solares",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0060A9",
        "color_name": "teal",
        "has_shape": false,
        "id": "62T0044C3",
        "label": "C3",
        "long": "Astillero                               -Li\u00e9rganes",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0060A9",
        "color_name": "teal",
        "has_shape": false,
        "id": "62T0045C3",
        "label": "C3",
        "long": "Solares                                 -Astillero",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0060A9",
        "color_name": "teal",
        "has_shape": false,
        "id": "62T0046C3",
        "label": "C3",
        "long": "Li\u00e9rganes                               -Astillero",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D90724",
        "color_name": "red",
        "has_shape": false,
        "id": "70T0001C1",
        "label": "C1",
        "long": "Casetas                                 -Miraflores",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "D90724",
        "color_name": "red",
        "has_shape": false,
        "id": "70T0002C1",
        "label": "C1",
        "long": "Miraflores                              -Casetas",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "D90724",
        "color_name": "red",
        "has_shape": false,
        "id": "70T0003C1",
        "label": "C1",
        "long": "Casetas                                 -Miraflores",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "D90724",
        "color_name": "red",
        "has_shape": false,
        "id": "70T0004C1",
        "label": "C1",
        "long": "Miraflores                              -Casetas",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "D90724",
        "color_name": "red",
        "has_shape": false,
        "id": "70T0005C1",
        "label": "C1",
        "long": "Zaragoza Delicias                       -",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "D90724",
        "color_name": "red",
        "has_shape": false,
        "id": "70T0006C1",
        "label": "C1",
        "long": "-Zaragoza Delicias",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "D90724",
        "color_name": "red",
        "has_shape": false,
        "id": "70T0007C1",
        "label": "C1",
        "long": "-Zaragoza Delicias",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "D90724",
        "color_name": "red",
        "has_shape": false,
        "id": "70T0008C1",
        "label": "C1",
        "long": "Zaragoza Delicias                       -",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "D90724",
        "color_name": "red",
        "has_shape": false,
        "id": "70T0009C1",
        "label": "C1",
        "long": "-",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "D90724",
        "color_name": "red",
        "has_shape": false,
        "id": "70T0010C1",
        "label": "C1",
        "long": "-",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "D90724",
        "color_name": "red",
        "has_shape": false,
        "id": "70T0011C1",
        "label": "C1",
        "long": "-",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "D90724",
        "color_name": "red",
        "has_shape": false,
        "id": "70T0012C1",
        "label": "C1",
        "long": "-",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "D90724",
        "color_name": "red",
        "has_shape": false,
        "id": "70T0013C1",
        "label": "C1",
        "long": "-",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "D90724",
        "color_name": "red",
        "has_shape": false,
        "id": "70T0014C1",
        "label": "C1",
        "long": "-",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F3972A",
        "color_name": "orange",
        "has_shape": false,
        "id": "90T0025C9",
        "label": "C9",
        "long": "Cercedilla                              -Cotos",
        "short": "C9",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      }
    ],
    "stop_count": 1155,
    "stop_points_capped": false
  },
  "rubric_version": "1.2",
  "schema_version": "1.15",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.2",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.2"
  },
  "snapshot_date": "2026-07-19",
  "top_fixes": [
    {
      "code": "scorecard_no_expiry_date",
      "count": 1,
      "effort": "Likely a one-time export setting.",
      "fix": "Add feed_start_date and feed_end_date to feed_info.txt and include calendar end dates in your export.",
      "owner": "Likely your export tool",
      "points": 100.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Neither feed_info.txt nor the calendars state when service ends.",
      "why": "Nobody can tell when this feed will go stale."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 1155,
      "effort": "A column in stops.txt; your scheduling software likely has it.",
      "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
      "owner": "Likely your team",
      "points": 25.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "1155 of 1155 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_missing_headsigns",
      "count": 127903,
      "effort": "Usually a bulk edit in your scheduling software.",
      "fix": "Populate trip_headsign to match what the transit vehicle displays.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "127903 of 128144 trips have no headsign.",
      "why": "Riders at the stop can't tell which direction a transit vehicle is going."
    }
  ],
  "validator_version": "8.0.1"
}
