{
  "agency": {
    "country": "ES",
    "id": "renfe-alta-larga-media",
    "name": "Renfe (Alta Velocidad, Larga y Media Distancia)",
    "operating_note": "Spain's high-speed, long-distance, and medium-distance rail network published by Renfe."
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 0.0,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 0.0,
          "stop_names": 15.0,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_pct": 0.0,
        "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": 1016,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 5657,
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 0.0,
        "wheelchair_marked_accessible_pct": 0.0,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 1016,
          "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": "1016 of 1016 stops don't say whether a wheelchair user can board there.",
          "why": "Riders who use wheelchairs can't plan a trip when accessibility is marked 'unknown'; apps show no information at all."
        },
        {
          "code": "scorecard_wheelchair_accessible_unknown",
          "count": 5657,
          "effort": "A default or per-trip field in your export.",
          "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "5657 of 5657 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the transit vehicle itself can take them."
        },
        {
          "code": "scorecard_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": 5657,
          "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": "5657 of 5657 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": 22.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": 6,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 0,
          "WARNING": 807
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "duplicate_route_name",
          "count": 655,
          "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": "mixed_case_recommended_field",
          "count": 124,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "expired_calendar",
          "count": 11,
          "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": "fast_travel_between_consecutive_stops",
          "count": 8,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some scheduled trips move faster between stops than a transit vehicle can.",
          "why": "Usually a typo'd stop time; riders get arrival times no transit vehicle can meet."
        },
        {
          "code": "fast_travel_between_far_stops",
          "count": 8,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'fast_travel_between_far_stops' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Fast travel between far stops (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "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": 62.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 6 kinds of issue across 807 instances (0 error, 807 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": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "No service end date could be read.",
        "key": "current",
        "met": false
      },
      {
        "detail": "States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. No service end date could be read. States wheelchair access on 0% of stops and 0% 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": "2893f2a9909aee6abe2ae75af1a0d0b45950b72ae14c05345b5d1fab2fe0529f",
    "size_bytes": 724311,
    "static_url": "https://ssl.renfe.com/gtransit/Fichero_AV_LD/google_transit.zip"
  },
  "fetch": {
    "final_url": "https://ssl.renfe.com/gtransit/Fichero_AV_LD/google_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.83134,
      36.12683,
      5.38224,
      45.76028
    ],
    "lat": 41.76598,
    "lon": -4.16174,
    "stop_count": 1016
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "rail",
        "label": "Rail",
        "route_count": 668,
        "trip_count": 5657,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "rail",
    "primary_mode_label": "Rail",
    "route_count": 668,
    "trip_count": 5657
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 34.2,
    "margin_to_next_band": 25.8,
    "score": 34.2
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 11,
      "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": "11 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Pamplona/Iru\u00f1a\", \"Alicante/Alacant-Terminal\", \"Elche/Elx-Parc\", 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": 1016,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 5657
  },
  "route_map": {
    "drawn_route_count": 0,
    "has_shapes": false,
    "path": "data/artifacts/renfe-alta-larga-media/geometry.geojson",
    "route_count": 668,
    "routes": [
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0100751003VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0203055020VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0310017000VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0310050500VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0310051405VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0321303216AV008",
        "label": "AVANT",
        "long": "",
        "short": "AVANT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0321317000AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0321317000LC112",
        "label": "AVLO",
        "long": "",
        "short": "AVLO",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0321360000AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0321603213AV008",
        "label": "AVANT",
        "long": "",
        "short": "AVANT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0321611014AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0321615100AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0321617000AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0321617000LC112",
        "label": "AVLO",
        "long": "",
        "short": "AVLO",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0321651003AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0321665300AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0404010600GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0404011200GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0404011200VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0404011208VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0404017000VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0404017000VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0404030100GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0404060000AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0404065000VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0404067017VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0404067200VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0404070300VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0404070300VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0404070403VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0404070500VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0404070600AV008",
        "label": "AVANT",
        "long": "",
        "short": "AVANT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0404070600VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0404071300VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0404071801AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0404071801GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0404074200AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0404074200VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0404074217VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0404078302VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0404078302VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0404078400AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0404078400GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0404078400VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0404078400VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0404079400VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0430760000AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0430760911GL012",
        "label": "EUROMED",
        "long": "",
        "short": "EUROMED",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0430765000GL012",
        "label": "EUROMED",
        "long": "",
        "short": "EUROMED",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0430771801AV008",
        "label": "AVANT",
        "long": "",
        "short": "AVANT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0430787089AV016",
        "label": "AVE INT",
        "long": "",
        "short": "AVE INT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0430787303AV016",
        "label": "AVE INT",
        "long": "",
        "short": "AVE INT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0500051003AV008",
        "label": "AVANT",
        "long": "",
        "short": "AVANT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0500054413AV008",
        "label": "AVANT",
        "long": "",
        "short": "AVANT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0500056312VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0500060000AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0500060000GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0500071801AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0519321010VRFV",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0545105778VRFV",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0545114223VRFV",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0557115211VRFV",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0577805451VRFV",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0600665000GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0700461200GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0800411014AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0800417000AV008",
        "label": "AVANT",
        "long": "",
        "short": "AVANT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0800430100GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0822311208GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0822315100VRM",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0822317000AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0822317000LC112",
        "label": "AVLO",
        "long": "",
        "short": "AVLO",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0822322100VRM",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0822331412VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0822331412VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "0822371801GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1000010600VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1000011208VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1000011300VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1000011600VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1000014100VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1000015100VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1000030110VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1040010600VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1040010610VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1040017000VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1040018000VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1050010600VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1050010610VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1050011000VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1050014100VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1060004040GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1060008004GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1060010000VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1060010400VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1060010500VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1060011014AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1060011200VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1060014100VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1060014223VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1060014223VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1060015100AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1060015100VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1060015410VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1060015410VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1060017000AV008",
        "label": "AVANT",
        "long": "",
        "short": "AVANT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1060017000GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1060020200VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1060030100GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1060030100VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1060030110VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1060030110VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1060031200VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1060060911AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1060060911GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1060060911LC112",
        "label": "AVLO",
        "long": "",
        "short": "AVLO",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1100010500VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1101403216AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1101408004AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1101410600AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1101461200AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1101480100VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1120004040GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1120004040VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1120010600VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1120011014VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1120011300VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1120011300VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1120011511GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1120011600GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1120011600VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1120013200GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1120013200GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1120071100VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1120080100VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1120081200VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1120804040VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1120810000VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1120811511GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1120815100GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1130010000VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1130011200VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1130011200VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1130014100VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1140010000VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1140011200VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1140014100VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1151111200GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1151111208GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1151111400VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1151111400VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1151117000GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1151171801GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1151178400GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1160010000VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1160010600GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1160011200VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1160014100VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1160017000GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1160017000GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1200612100VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1210012006VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1210018000VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1320010600GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1320011200GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1320011200GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1320017000GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1320071801GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1410010000VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1410010500VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1410010600VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1410011300VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1410011600VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1410015100VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1410030110VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1422305451VRFV",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1422310600VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1422310600VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1422315211VRFV",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1422317000GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1422317000GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1422360911GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1510003216AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1510008223VRM",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1510010000VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1510010600AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1510010600VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1510010600VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1510014100VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1510015410LC112",
        "label": "AVLO",
        "long": "",
        "short": "AVLO",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1510015410VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1510017000AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1510017000GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1510017000LC112",
        "label": "AVLO",
        "long": "",
        "short": "AVLO",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1510020200VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1510060911AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1510071801GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1521105571VRFV",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1521114223VRFV",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1521121010VRFV",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1541015100GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1541015100VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1541015100VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1541017000AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1541017000GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1541017000LC112",
        "label": "AVLO",
        "long": "",
        "short": "AVLO",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1541060911GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1640317000GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700003100VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700003213AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700003213LC112",
        "label": "AVLO",
        "long": "",
        "short": "AVLO",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700003216AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700003216LC112",
        "label": "AVLO",
        "long": "",
        "short": "AVLO",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700004040VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700004040VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700008004AV008",
        "label": "AVANT",
        "long": "",
        "short": "AVANT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700008223AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700008223LC112",
        "label": "AVLO",
        "long": "",
        "short": "AVLO",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700010400VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700010600AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700010600AV008",
        "label": "AVANT",
        "long": "",
        "short": "AVANT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700010600GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700010600GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700010600LC112",
        "label": "AVLO",
        "long": "",
        "short": "AVLO",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700011600GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700011600GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700013200GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700014223GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700014223GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700015100AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700015100LC112",
        "label": "AVLO",
        "long": "",
        "short": "AVLO",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700015410AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700015410GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700015410LC112",
        "label": "AVLO",
        "long": "",
        "short": "AVLO",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700016403GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700020200GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700020309GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700022100AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700022100GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700022100LC112",
        "label": "AVLO",
        "long": "",
        "short": "AVLO",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700030100GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700031412AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700031412LC112",
        "label": "AVLO",
        "long": "",
        "short": "AVLO",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700035400VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700037200VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700037606GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700050300GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700056312GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700060400VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700060600VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700060600VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700060911AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700061200AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700061200LC112",
        "label": "AVLO",
        "long": "",
        "short": "AVLO",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700070300VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700070300VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700070302VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700081100GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700082100VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1700084101VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1800010400VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1800012100VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1800030002VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1800030002VRM",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1800030002VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1800035005VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1800035200VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1800035400VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1800037500VRM",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1800051003VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "1800060400VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "2020010600VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "2020010600VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "2020015100VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "2020015100VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "2020017000GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "2020022100VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "2020022308VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "2030031412VRM",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "2030917000GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "2030922100GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "2030922100VRM",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "2101005193VRFV",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "2101015211VRFV",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "2101031412VRM",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "2210008223VRM",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "2210017000AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "2210017000GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "2210017000LC112",
        "label": "AVLO",
        "long": "",
        "short": "AVLO",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "2210020309GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "2210020309VRM",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "2210022308VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "2210031304VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "2210031400VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "2210031412AV008",
        "label": "AVANT",
        "long": "",
        "short": "AVANT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "2210031412VRM",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "2210060911AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "2210071801GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "2230820200VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "2230831400VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "2230831412VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "2230894346GL026",
        "label": "TRENCELTA",
        "long": "",
        "short": "TRENCELTA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "2300831400VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3000218000VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3000218000VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3000235400VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3000237500VRM",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3000251003VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3000251003VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3010004040GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3010008004GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3010010000VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3010010600GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3010010600VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3010010600VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3010014100VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3010017000GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3120010600VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3130422100VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3140022100VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3140022308VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3140023008VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3140031412VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3141208223VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3141217000AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3141217000LC112",
        "label": "AVLO",
        "long": "",
        "short": "AVLO",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3141220300VRM",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3141221010VRM",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3141222100AV008",
        "label": "AVANT",
        "long": "",
        "short": "AVANT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3141222100VRM",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3141222308VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3141231400VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3500518000VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3520018000VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3540017000VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3540018000VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3540030002VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3540035406VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3540037606VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3540051003VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3540635400VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3720017000VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3720037606VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3720060400VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3720060902VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3720060911VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3720065000VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3730060000AV008",
        "label": "AVANT",
        "long": "",
        "short": "AVANT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3731137606VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3740637606VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3750018000VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3750030002VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3750040100VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3760617000GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3760635400VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3760637200VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3760637311VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3760637406VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "3760660400VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "4010037500VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "4010043019VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "4200843019VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "4301940100VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "4301942008VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "4301951003VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "4301960000GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "4301960000GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5030017000GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5030056312VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5040750500VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5040750502VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5040750506VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5041350500VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5041350502VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5041350506VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5041750500VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5041750502VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5041750506VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5050003100VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5050050407VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5050050413VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5050050417VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5050050502VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5050050506VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5050051003AV008",
        "label": "AVANT",
        "long": "",
        "short": "AVANT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5050051003VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5050051405VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5050071801GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5050250413VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5050250417VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5050250500VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5050650407VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5050650413VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5050650417VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5050650500VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5100301007VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5100303100VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5100303216AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5100305000AV008",
        "label": "AVANT",
        "long": "",
        "short": "AVANT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5100318000VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5100330002VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5100330002VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5100335400VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5100343019VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5100350500AV008",
        "label": "AVANT",
        "long": "",
        "short": "AVANT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5100351405VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5100354413AV008",
        "label": "AVANT",
        "long": "",
        "short": "AVANT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5100354413VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5100360000AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5100360000LC112",
        "label": "AVLO",
        "long": "",
        "short": "AVLO",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5100371801AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5140503100VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5140550500VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5140551003VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5140560000GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5440354413VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5440354517VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5441305000AV008",
        "label": "AVANT",
        "long": "",
        "short": "AVANT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5441351003AV008",
        "label": "AVANT",
        "long": "",
        "short": "AVANT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5441351003VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5441354403VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5441360000AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5441360000LC112",
        "label": "AVLO",
        "long": "",
        "short": "AVLO",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5441371801AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5451754403VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5500760000GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5502002030VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5502060000GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5631205000VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5631217000GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5631250300VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "5631260000GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6000003213AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6000004307AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6000005000AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6000005000GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6000037300AV008",
        "label": "AVANT",
        "long": "",
        "short": "AVANT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6000043019GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6000043019GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6000051003AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6000051003LC112",
        "label": "AVLO",
        "long": "",
        "short": "AVLO",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6000051405GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6000054413AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6000054413LC112",
        "label": "AVLO",
        "long": "",
        "short": "AVLO",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6000055007GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6000055020GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6000056312GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6000060911AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6000061200AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6000065300AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6000070600AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6000071801AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6000071801AV016",
        "label": "AVE INT",
        "long": "",
        "short": "AVE INT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6000074200AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6000078400AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6000080100GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6000080100GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6000081100GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6000081110GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6000087089AV016",
        "label": "AVE INT",
        "long": "",
        "short": "AVE INT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6000092102AV008",
        "label": "AVANT",
        "long": "",
        "short": "AVANT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6040017000VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6040018000VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6040037200VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6040037606VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6040065000VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6060017000VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6060017000VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6060018000VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6060061307GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6060065000VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6060065000VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6060092102AV008",
        "label": "AVANT",
        "long": "",
        "short": "AVANT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6090237200VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6090260911VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6090265000VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6091114223GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6091115100AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6091115410GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6091117000AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6091117000LC112",
        "label": "AVLO",
        "long": "",
        "short": "AVLO",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6091122100AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6091137200VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6091160000AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6091160902VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6091161200VRD",
        "label": "AVANT",
        "long": "",
        "short": "AVANT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6091161200VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6091165000VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6091171801GL012",
        "label": "EUROMED",
        "long": "",
        "short": "EUROMED",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6091171801GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6120007004GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6120010600LC112",
        "label": "AVLO",
        "long": "",
        "short": "AVLO",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6120011014AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6120017000AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6120060000AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6120060911VRD",
        "label": "AVANT",
        "long": "",
        "short": "AVANT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6120060911VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6120061304VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6120061307VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6120065000GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6120065000VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6130461200VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6130461307VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6130760600GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6130761200VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6130761304VRN",
        "label": "PROXIMDAD",
        "long": "",
        "short": "PROXIMDAD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6130765000GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6130765000VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6500004040VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6500004307GL012",
        "label": "EUROMED",
        "long": "",
        "short": "EUROMED",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6500006006GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6500037200VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6500060400VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6500060600VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6500060600VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6500060902VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6500060911VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6500061200GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6500061200VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6500061307GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6500061307VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6500065312VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6500065400VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6500065400VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6500067011VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6500069011VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6500071801GL012",
        "label": "EUROMED",
        "long": "",
        "short": "EUROMED",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6500071801GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6500079400VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6530003216AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6530060000AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6531265000VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6531279400VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6540065000VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6540065000VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6540071801AV008",
        "label": "AVANT EXP",
        "long": "",
        "short": "AVANT EXP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6540079400VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6541171500VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6541179400VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6701104040VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6701104040VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6701165000VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6701167017VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6701167200VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6701367017VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6701704040VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6702004040VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6720004040VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6720067011VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "6901165000VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7030004040VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7030004040VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7030017000VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7030017000VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7030070302VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7030204040VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7030217000VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7030270300VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7040304040VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7050004040VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7060004040AV008",
        "label": "AVANT",
        "long": "",
        "short": "AVANT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7060004040VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7060060000AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7070004040VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7110011200VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7110080100VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7110081100VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7110081200VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7120479400VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7121079400VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7130004040VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7130079400VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7140079400VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7150065411VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7150078400VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7180104040AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7180104040GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7180104307AV008",
        "label": "AVANT",
        "long": "",
        "short": "AVANT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7180105000AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7180108223GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7180111511GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7180113200GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7180115100GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7180122100GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7180150500GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7180151003AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7180154413AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7180160000AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7180160000AV016",
        "label": "AVE INT",
        "long": "",
        "short": "AVE INT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7180160911GL012",
        "label": "EUROMED",
        "long": "",
        "short": "EUROMED",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7180160911GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7180165000GL012",
        "label": "EUROMED",
        "long": "",
        "short": "EUROMED",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7180165000GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7180165400AV008",
        "label": "AVANT EXP",
        "long": "",
        "short": "AVANT EXP",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7180178400AV008",
        "label": "AVANT",
        "long": "",
        "short": "AVANT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7180179300VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7180179309VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7180179315VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7180179315VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7180179316VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7180180100GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7180180100GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7180187303AV016",
        "label": "AVE INT",
        "long": "",
        "short": "AVE INT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7310079400VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7420004040AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7420004040VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7420060000AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7421704040VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7830104040VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7830104040VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7830204040VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7840004040AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7840004040VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7840004040VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7840008223GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7840060000AV006",
        "label": "AVE",
        "long": "",
        "short": "AVE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7840071500VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7840071801AV008",
        "label": "AVANT",
        "long": "",
        "short": "AVANT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7840078005VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7840078200VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7840078500VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7840078700VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7840079400VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7850078400VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7870078400VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7930071801VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7930971801VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7931571801VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7931571801VRX",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7931679315VRR",
        "label": "REGIONAL",
        "long": "",
        "short": "REGIONAL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7940004040VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7940065000VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7940065312VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7940065400VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7940065411VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7940071204VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7940071210VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7940071300VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7940071400VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7940073100VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "7940078400VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "8010011200VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "8010060000GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "8010060000GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "8010071100VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "8010071801GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "8010071801GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "8110017000GL026",
        "label": "Intercity",
        "long": "",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "8110060000GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "8110071100VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "8110081110VRM",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "8111060000GL023",
        "label": "ALVIA",
        "long": "",
        "short": "ALVIA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "8111081100VRM",
        "label": "MD",
        "long": "",
        "short": "MD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "8120011200VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "8120071100VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "8120081100VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "8210017000VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "8210070300VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "8410117000VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "8410118002VRE",
        "label": "REG.EXP.",
        "long": "",
        "short": "REG.EXP.",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "8708904307AV016",
        "label": "AVE INT",
        "long": "",
        "short": "AVE INT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "8708960000AV016",
        "label": "AVE INT",
        "long": "",
        "short": "AVE INT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "8730304307AV016",
        "label": "AVE INT",
        "long": "",
        "short": "AVE INT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "8730371801AV016",
        "label": "AVE INT",
        "long": "",
        "short": "AVE INT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "9210260000AV008",
        "label": "AVANT",
        "long": "",
        "short": "AVANT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "9210260600AV008",
        "label": "AVANT",
        "long": "",
        "short": "AVANT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "9434622308GL026",
        "label": "TRENCELTA",
        "long": "",
        "short": "TRENCELTA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2F5F5",
        "color_name": "white",
        "has_shape": false,
        "id": "9434622402GL026",
        "label": "TRENCELTA",
        "long": "",
        "short": "TRENCELTA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      }
    ],
    "stop_count": 1016,
    "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": 1016,
      "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": "1016 of 1016 stops don't say whether a wheelchair user can board there.",
      "why": "Riders who use wheelchairs can't plan a trip when accessibility is marked 'unknown'; apps show no information at all."
    },
    {
      "code": "scorecard_wheelchair_accessible_unknown",
      "count": 5657,
      "effort": "A default or per-trip field in your export.",
      "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "5657 of 5657 trips don't say whether the vehicle is wheelchair accessible.",
      "why": "Even with accessible stops, riders need to know the transit vehicle itself can take them."
    }
  ],
  "validator_version": "8.0.1"
}
