{
  "agency": {
    "country": "PL",
    "id": "skm-trojmiasto",
    "name": "PKP Szybka Kolej Miejska w Tr\u00f3jmie\u015bcie (SKM)",
    "subdivision_code": "PL-22",
    "subdivision_name": "Pomorskie"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 16.2,
          "stops_marked_accessible_pct": 25.9,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 25.9,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 12.4,
          "wheelchair_stops": 6.5,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_pct": 100.0,
        "mixed_case_stop_name_pct": 82.7,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 81,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 978,
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 25.9,
        "wheelchair_marked_accessible_pct": 25.9,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 60,
          "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": 18.5,
          "severity": "WARNING",
          "what": "60 of 81 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": 978,
          "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": "978 of 978 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_stop_names_all_caps",
          "count": 14,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Rename stops to mixed case where the language has letter case (for example, 'Central Station').",
          "owner": "Likely your export tool",
          "points": 2.6,
          "severity": "INFO",
          "what": "About 14 stop names are written in ALL CAPS.",
          "why": "Mixed-case names are easier to read in apps and are read more naturally by screen readers."
        },
        {
          "code": "scorecard_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "Trip-planning apps and regional data coordinators have nobody to email when they spot a problem with your feed, so problems linger."
        }
      ],
      "name": "completeness",
      "score": 41.4,
      "status": "measured",
      "summary": "26% of stops state wheelchair accessibility (26% 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": 10,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 1,
          "WARNING": 3534
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "missing_recommended_field",
          "count": 978,
          "effort": "A field at a time; not urgent.",
          "fix": "Review the flagged fields and fill in the ones your riders would use.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some files leave out fields that GTFS asks for but does not require.",
          "why": "Recommended fields like agency_phone or stop descriptions make the feed more useful to riders and trip planners."
        },
        {
          "code": "service_has_no_active_day_of_the_week",
          "count": 978,
          "effort": "A few minutes in your scheduling software.",
          "fix": "Delete the empty calendars or set their service days.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some service calendars have no days of the week switched on.",
          "why": "Trips tied to these calendars never run; they are dead data that can mask real schedule problems."
        },
        {
          "code": "duplicate_route_name",
          "count": 977,
          "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": "expired_calendar",
          "count": 417,
          "effort": "One setting in most export tools.",
          "fix": "Remove past service periods the next time you export the feed.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some service calendars in the feed have already ended.",
          "why": "Expired calendars are dead weight and can hide real schedule problems from your staff and vendors."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 105,
          "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": "stop_without_stop_time",
          "count": 46,
          "effort": "A review pass in your scheduling software.",
          "fix": "Remove retired stops from the export, or add them back to the trips that should serve them.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some stops exist in the feed but no trip ever stops at them.",
          "why": "Riders may walk to a stop where no transit vehicle is scheduled to arrive."
        },
        {
          "code": "single_shape_point",
          "count": 16,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'single_shape_point' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Single shape point (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unusable_trip",
          "count": 16,
          "effort": "Worth a vendor question if it appears often.",
          "fix": "Check the flagged trips in your scheduling software; remove them or restore their missing stops.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some trips serve fewer than two stops.",
          "why": "A trip with one stop can't be ridden; planners ignore it and it may signal an export problem."
        },
        {
          "code": "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."
        },
        {
          "code": "big_gap_in_service",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'big_gap_in_service' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Big gap in service (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 37.5,
      "status": "measured",
      "summary": "The MobilityData validator flagged 10 kinds of issue across 3535 instances (0 error, 3534 warning, 1 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 42,
        "effective_expiry_date": "2026-08-29",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2026-08-29",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_missing_feed_info_dates",
          "count": 1,
          "effort": "Two fields, set once in export settings.",
          "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "feed_info.txt is missing its start/end dates (the file itself is absent)",
          "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
        }
      ],
      "name": "freshness",
      "score": 55.0,
      "status": "measured",
      "summary": "Service data covers the next 42 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 42 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 26% 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. States wheelchair access on 26% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "The provider's public-sector reuse terms require naming the source as PKP Szybka Kolej Miejska w Tr\u00f3jmie\u015bcie Sp. z o.o. and stating the data dates.",
    "reachable": true,
    "sha256": "ea2c0590bfd5b38195c5a1ae65e3261da081360890d624e29d404915a672b131",
    "size_bytes": 9658571,
    "static_url": "https://www.skm.pkp.pl/gtfs-mi-kpd.zip"
  },
  "fetch": {
    "final_url": "https://www.skm.pkp.pl/gtfs-mi-kpd.zip",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-07-18T00:00:00+00:00",
  "geo": {
    "bbox": [
      17.01655,
      54.09748,
      18.79014,
      54.60585
    ],
    "lat": 54.40065,
    "lon": 18.45239,
    "stop_count": 81
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "rail",
        "label": "Rail",
        "route_count": 978,
        "trip_count": 978,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "rail",
    "primary_mode_label": "Rail",
    "route_count": 978,
    "trip_count": 978
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 43.1,
    "margin_to_next_band": 16.9,
    "score": 43.1
  },
  "recommendations": [],
  "routability": {
    "boardable_stops": 81,
    "findings": [
      {
        "code": "scorecard_single_stop_trips",
        "count": 16,
        "effort": "Usually an export setting or a stop_times mapping in your software.",
        "fix": "Check your scheduling export: every trip should list each stop it calls at, in order, with times.",
        "owner": "Likely your export tool",
        "points": 0.0,
        "severity": "WARNING",
        "what": "16 of 978 trips list fewer than two stops.",
        "why": "A trip with one stop has no leg a rider can ride; trip planners can't route anyone on it, so the service effectively does not exist."
      },
      {
        "code": "scorecard_orphan_stops",
        "count": 46,
        "effort": "A cleanup pass in your scheduling software.",
        "fix": "Remove stops no route serves, or add the trips that should call at them.",
        "owner": "Likely your export tool",
        "points": 0.0,
        "severity": "INFO",
        "what": "46 of 81 boardable stops are never served by any trip.",
        "why": "Riders see these stops in apps and on the map but can never catch anything there, which erodes trust in the data."
      }
    ],
    "orphan_stops": 46,
    "single_stop_trips": 16,
    "trips_total": 978
  },
  "route_map": {
    "drawn_route_count": 962,
    "has_shapes": true,
    "path": "data/artifacts/skm-trojmiasto/geometry.geojson",
    "route_count": 978,
    "routes": [
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270115",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270116",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270117",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270118",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270119",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270120",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270121",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270122",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270123",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270124",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270125",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270126",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270127",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270128",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270129",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270130",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270131",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270132",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270133",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270134",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270135",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270136",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270137",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270138",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270139",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270140",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270141",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270142",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270143",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270144",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270145",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270146",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270147",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270148",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270149",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270150",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270151",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270152",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270153",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270154",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270155",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270156",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270157",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270158",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270159",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270160",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270161",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270162",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270163",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270164",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270165",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270166",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270167",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270168",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270169",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270170",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270171",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270172",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270173",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270174",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270175",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270176",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270177",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270178",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270179",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270180",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270181",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270182",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270183",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270184",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270185",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270186",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270187",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270188",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270189",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270190",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270191",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270192",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270193",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270194",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270195",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270196",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270197",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270198",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270199",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270200",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270201",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270202",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270203",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270204",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270205",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270206",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270207",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270208",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270209",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270210",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270211",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270212",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270213",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270214",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270215",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270216",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270217",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270218",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270219",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270220",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270221",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270222",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270223",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270224",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270225",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270226",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270227",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270228",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270229",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270230",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270231",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270232",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270233",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270234",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270235",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270236",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270237",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270238",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270239",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270240",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270241",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270242",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270243",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270244",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270245",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270246",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270247",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270248",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270249",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270250",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270251",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270252",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270253",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270254",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270255",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270256",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270257",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270258",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270259",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270260",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270261",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270262",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270263",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270264",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270265",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270266",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270267",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270268",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270269",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270270",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270271",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270272",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270273",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270274",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270275",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270276",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270277",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270278",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270279",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270280",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270281",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270282",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270283",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270284",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270285",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270286",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270287",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270288",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270289",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270290",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270291",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270292",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270293",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270294",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270295",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270296",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270297",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270298",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270299",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270300",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270301",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270302",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270303",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270304",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270305",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270306",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270307",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270308",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270309",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270310",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270311",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270312",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270313",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270314",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270315",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270316",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270317",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270318",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270319",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270320",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270321",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270322",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270323",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270324",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270325",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270326",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270327",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270328",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270329",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270330",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270331",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270332",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270333",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270334",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270335",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270336",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270337",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270338",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270339",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270340",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270341",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270342",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270343",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270344",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270345",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270346",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270347",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270348",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270349",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270350",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270351",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270352",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270353",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270354",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270355",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270356",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270357",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270358",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270359",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270360",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270361",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270362",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270363",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270364",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270365",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270366",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270367",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270368",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270369",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270370",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270371",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270372",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270373",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270374",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270375",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270376",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270377",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270378",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270379",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270380",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270381",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270382",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270383",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270384",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270385",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270386",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270387",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270388",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270389",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270390",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270391",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270392",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270393",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270394",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270395",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270396",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270397",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270398",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270399",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270400",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270401",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270402",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270403",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270404",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270405",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270406",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270407",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270408",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270409",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270410",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270411",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270412",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270413",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270414",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270415",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270416",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270417",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270418",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270419",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270420",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270421",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270422",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270423",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270424",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270425",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270426",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270427",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270428",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270429",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270430",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270431",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270432",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270433",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270434",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270435",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270436",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270437",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270438",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270439",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270440",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270441",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270442",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270443",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270444",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270445",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270446",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270447",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270448",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270449",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270450",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270451",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270452",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270453",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270454",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270455",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270456",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270457",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270458",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270459",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270460",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270461",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270462",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270463",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270464",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270465",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270466",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270467",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270468",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270469",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270470",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270471",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270472",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270473",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270474",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270475",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270476",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270477",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270478",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270479",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270480",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270481",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270482",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270483",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270484",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270485",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270486",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270487",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270488",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270489",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270490",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270491",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270492",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270493",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270494",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270495",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270496",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270497",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270498",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270499",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270500",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270501",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270502",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270503",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270504",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270505",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270506",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270507",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270508",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270509",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270510",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270511",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270512",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270513",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270514",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270515",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270516",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270517",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270518",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270519",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270520",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270521",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270522",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270523",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270524",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270525",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270526",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270527",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270528",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270529",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270530",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270531",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270532",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270533",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270534",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270535",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270536",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270537",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270538",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270539",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270540",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270541",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270542",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270543",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270544",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270545",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270546",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270547",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270548",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270549",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270550",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270551",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270552",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270553",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270554",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270555",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270556",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270557",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270558",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270559",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270560",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270561",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270562",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270563",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270564",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270565",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270566",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270567",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270568",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270569",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270570",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270571",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270572",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270573",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270574",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270575",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270576",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270577",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270578",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270579",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270580",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270581",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270582",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270583",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270584",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270585",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270586",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270587",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270588",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270589",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270590",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270591",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270592",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270593",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270594",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270595",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270596",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270597",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270598",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270599",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270600",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270601",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270602",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270603",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270604",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270605",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270606",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270607",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270608",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270609",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270610",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270611",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270612",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270613",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270614",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270615",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270616",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270617",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270618",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270619",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270620",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270621",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270622",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270623",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270624",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270625",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270626",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270627",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270628",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270629",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270630",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270631",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270632",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270633",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270634",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270635",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270636",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270637",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270638",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270639",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270640",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270641",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270642",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270643",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270644",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270645",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270646",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270647",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270648",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270649",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270650",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270651",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270652",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270653",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270654",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270655",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270656",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270657",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270658",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270659",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270660",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270661",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270662",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270663",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270664",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270665",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270666",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270667",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270668",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270669",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270670",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270671",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270672",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270673",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270674",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270675",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270676",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270677",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270678",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270679",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270680",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270681",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270682",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270683",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270684",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270685",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270686",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270687",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270688",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270689",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270690",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270691",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270692",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270693",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270694",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270695",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270696",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270697",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270698",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270699",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270700",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270701",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270702",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270703",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270704",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270705",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270706",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270707",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270708",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270709",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270710",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270711",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270712",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270713",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270714",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270715",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270716",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270717",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270718",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270719",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270720",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270721",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270722",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270723",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270724",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270725",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270726",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270727",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270728",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270729",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270730",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270731",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270732",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270733",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270734",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270735",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270736",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270737",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270738",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270739",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270740",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270741",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270742",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270743",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270744",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270745",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270746",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270747",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270748",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270749",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270750",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270751",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270752",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270753",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270754",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270755",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270756",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270757",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270758",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270759",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270760",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270761",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270762",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270763",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270764",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270765",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270766",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270767",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270768",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270769",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270770",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270771",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270772",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270773",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270774",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270775",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270776",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270777",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270778",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270779",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270780",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270781",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270782",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270783",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270784",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270785",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270786",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270787",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270788",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270789",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270790",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270791",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270792",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270793",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270794",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270795",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270796",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270797",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270798",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270799",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270800",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270801",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270802",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270803",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270804",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270805",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270806",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270807",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270808",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270809",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270810",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270811",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270812",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270813",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270814",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270815",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270816",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270817",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270818",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270819",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270820",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270821",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270822",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270823",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270824",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270825",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270826",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270827",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270828",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270829",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270830",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270831",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270832",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270833",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270834",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270835",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270836",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270837",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270838",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270839",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270840",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270841",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270842",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270843",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270844",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270845",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270846",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270847",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270848",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270849",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270850",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270851",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270852",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270853",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270854",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270855",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270856",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270857",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270858",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270859",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270860",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270861",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270862",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270863",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270864",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270865",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270866",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270867",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270868",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270869",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270870",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270871",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270872",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270873",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270874",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270875",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270876",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270877",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270878",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270879",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270880",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270881",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270882",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270883",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270884",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270885",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270886",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270887",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270888",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270889",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270890",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270891",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270892",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270893",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270894",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270895",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270896",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270897",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270898",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270899",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270900",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270901",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270902",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270903",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270904",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270905",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270906",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270907",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270908",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270909",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270910",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270911",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270912",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270913",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270914",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270915",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270916",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270917",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270918",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270919",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270920",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270921",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270922",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270923",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270924",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270925",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270926",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270927",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270928",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270929",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270930",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270931",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270932",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270933",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270934",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270935",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270936",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270937",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270938",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270939",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270940",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270941",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270942",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270943",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270944",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270945",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270946",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270947",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270948",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270949",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270950",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270951",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270952",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270953",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270954",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270955",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270956",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270957",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270958",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270959",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270960",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270961",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270962",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270963",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270964",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270965",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270966",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270967",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270968",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270969",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270970",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270971",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270972",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270973",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270974",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270975",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270976",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270977",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270978",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270979",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270980",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270981",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270982",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270983",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270984",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270985",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270986",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270987",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270988",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270989",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270990",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270991",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270992",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270993",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270994",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270995",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270996",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270997",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270998",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "270999",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271000",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271001",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271002",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271003",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271004",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271005",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271006",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271007",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271008",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271009",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271010",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271011",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271012",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271013",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271014",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271015",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271016",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271017",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271018",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271019",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271020",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271021",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271022",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271023",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271024",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271025",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271026",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271027",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271028",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271029",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271030",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271031",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271032",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271033",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271034",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271035",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271036",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271037",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271038",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271039",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271040",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271041",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271042",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271043",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271044",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271045",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271046",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271047",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271048",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271049",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271050",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271051",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271052",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271053",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": false,
        "id": "271054",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": false,
        "id": "271055",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": false,
        "id": "271056",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": false,
        "id": "271057",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": false,
        "id": "271058",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": false,
        "id": "271059",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": false,
        "id": "271060",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": false,
        "id": "271061",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": false,
        "id": "271062",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": false,
        "id": "271063",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": false,
        "id": "271064",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": false,
        "id": "271065",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": false,
        "id": "271066",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": false,
        "id": "271067",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": false,
        "id": "271068",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": false,
        "id": "271069",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271070",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271071",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271072",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271073",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271074",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271075",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271076",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271077",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271078",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271079",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271080",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271081",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271082",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271083",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271084",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271085",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271086",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271087",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271088",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271089",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271090",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271091",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "271092",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      }
    ],
    "stop_count": 81,
    "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-18",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 60,
      "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": 18.5,
      "rank": 1,
      "severity": "WARNING",
      "what": "60 of 81 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": 978,
      "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": 2,
      "severity": "WARNING",
      "what": "978 of 978 trips don't say whether the vehicle is wheelchair accessible.",
      "why": "Even with accessible stops, riders need to know the transit vehicle itself can take them."
    },
    {
      "code": "scorecard_missing_feed_info_dates",
      "count": 1,
      "effort": "Two fields, set once in export settings.",
      "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "feed_info.txt is missing its start/end dates (the file itself is absent)",
      "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
    }
  ],
  "validator_version": "8.0.1"
}
