{
  "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_applicable_trips": 2121,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_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": 2121,
        "unmeasured_components": [],
        "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": 2121,
          "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": "2121 of 2121 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": "App makers and state data programs have nobody to email when they spot a problem. Small errors then sit in the feed for months."
        }
      ],
      "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": 8,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 6,
          "WARNING": 7296
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "missing_recommended_field",
          "count": 2121,
          "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": 2121,
          "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": 2120,
          "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": 739,
          "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": 148,
          "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": "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": 6,
          "effort": "A review of your calendar dates.",
          "fix": "Check whether the gap is real, like a seasonal break; if not, add the missing dates to the calendar.",
          "owner": "",
          "points": 0.8,
          "severity": "INFO",
          "what": "The feed has a stretch of two weeks or more with no service running.",
          "why": "A long gap can mean dates were left out of the calendar. Apps then show no trips on those days."
        }
      ],
      "name": "correctness",
      "score": 49.2,
      "status": "measured",
      "summary": "The MobilityData validator flagged 8 kinds of issue across 7302 instances (0 error, 7296 warning, 6 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 53,
        "effective_expiry_date": "2026-10-24",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2026-10-24",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_missing_feed_info_dates",
          "count": 1,
          "effort": "Two fields, set once in export settings.",
          "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "feed_info.txt is missing its start/end dates (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": 73.3,
      "status": "measured",
      "summary": "Service data covers the next 53 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 official feed URL on file."
    ],
    "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 53 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": "One requirement remains for this feed to earn the conformance mark. States wheelchair access on 26% of stops and 0% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "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": "62e1d9cbbdada8da7156f245503f67725f6138c1392275740f5d34c695296b48",
    "size_bytes": 22838576,
    "source_provenance": "official",
    "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-09-01T00: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": 2121,
        "trip_count": 2121,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "rail",
    "primary_mode_label": "Rail",
    "route_count": 2121,
    "trip_count": 2121
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 52.8,
    "margin_to_next_band": 7.2,
    "score": 52.8
  },
  "recommendations": [],
  "routability": {
    "boardable_stops": 81,
    "findings": [
      {
        "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": 0,
    "trips_total": 2121
  },
  "route_map": {
    "drawn_route_count": 2121,
    "has_shapes": true,
    "path": "data/artifacts/skm-trojmiasto/geometry.geojson",
    "route_count": 2121,
    "routes": [
      {
        "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": "270122",
        "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": "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": "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": "270137",
        "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": "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": "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": "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": "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": "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": "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": "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": "270173",
        "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": "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": "270187",
        "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": "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": "270195",
        "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": "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": "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": "270208",
        "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": "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": "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": "270222",
        "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": "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": "270233",
        "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": "270240",
        "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": "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": "270251",
        "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": "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": "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": "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": "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": "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": "270281",
        "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": "270288",
        "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": "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": "270301",
        "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": "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": "270311",
        "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": "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": "270321",
        "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": "270327",
        "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": "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": "270340",
        "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": "270345",
        "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": "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": "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": "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": "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": "270364",
        "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": "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": "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": "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": "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": "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": "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": "270422",
        "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": "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": "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": "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": "270441",
        "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": "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": "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": "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": "270474",
        "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": "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": "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": "270499",
        "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": "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": "270507",
        "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": "270512",
        "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": "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": "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": "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": "270540",
        "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": "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": "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": "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": "270565",
        "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": "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": "270578",
        "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": "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": "270617",
        "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": "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": "270628",
        "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": "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": "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": "270670",
        "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": "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": "270683",
        "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": "270688",
        "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": "270698",
        "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": "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": "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": "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": "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": "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": "270738",
        "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": "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": "270748",
        "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": "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": "270756",
        "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": "270763",
        "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": "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": "270779",
        "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": "270783",
        "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": "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": "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": "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": "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": "270804",
        "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": "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": "270817",
        "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": "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": "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": "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": "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": "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": "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": "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": "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": "270869",
        "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": "270875",
        "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": "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": "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": "270890",
        "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": "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": "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": "270903",
        "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": "270907",
        "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": "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": "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": "270925",
        "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": "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": "270937",
        "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": "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": "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": "270952",
        "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": "270959",
        "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": "270964",
        "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": "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": "270973",
        "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": "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": "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": "270987",
        "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": "270993",
        "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": "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": "271004",
        "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": "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": "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": true,
        "id": "275377",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275378",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275379",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275380",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275381",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275382",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275383",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275384",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275385",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275386",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275387",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275388",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275389",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275390",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275391",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275392",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275393",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275394",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275395",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275396",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275397",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275398",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275399",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275400",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275401",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275402",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275403",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275404",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275405",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275406",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275407",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275408",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275409",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275410",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275411",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275412",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275413",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275414",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275415",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275416",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275417",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275418",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275419",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275420",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275421",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275422",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275423",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275424",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275425",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275426",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275427",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275428",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275429",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275430",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275431",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275432",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275433",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275434",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275435",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275436",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275437",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275438",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275439",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275440",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275441",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275442",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275443",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275444",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275445",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275446",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275447",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275448",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275449",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275450",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275451",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275452",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275453",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275454",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275455",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275456",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275457",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275458",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275459",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275460",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275461",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275462",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275463",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275464",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275465",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275466",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275467",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275468",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275469",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275470",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275471",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275472",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275473",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275474",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275475",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275476",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275477",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275478",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275479",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275480",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275481",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275482",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275483",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275484",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275485",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275486",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275487",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275488",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275489",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275490",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275491",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275492",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275493",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275494",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275495",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275496",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275497",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275498",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275499",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275500",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275501",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275502",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275503",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275504",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275505",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275506",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275507",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275508",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275509",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275510",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275511",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275512",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275513",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275514",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275515",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275516",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275517",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275518",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275519",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275520",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275521",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275522",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275523",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275524",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275525",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275526",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275527",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275528",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275529",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275530",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275531",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275532",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275533",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275534",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275535",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275536",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275537",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275538",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275539",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275540",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275541",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275542",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275543",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275544",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275545",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275546",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275547",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275548",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275549",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275550",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275551",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275552",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275553",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275554",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275555",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275556",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275557",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275558",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275559",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275560",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275561",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275562",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275563",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275564",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275565",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275566",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275567",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275568",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275569",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275570",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275571",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275572",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275573",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275574",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275575",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275576",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275577",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275578",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275579",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275580",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275581",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275582",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275583",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275584",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275585",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275586",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275587",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275588",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275589",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275590",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275591",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275592",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275593",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275594",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275595",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275596",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275597",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275598",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275599",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275600",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275601",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275602",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275603",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275604",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275605",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275606",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275607",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275608",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275609",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275610",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275611",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275612",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275613",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275614",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275615",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275616",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275617",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275618",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275619",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275620",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275621",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275622",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275623",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275624",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275625",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275626",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275627",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275628",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275629",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275630",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275631",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275632",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275633",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275634",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275635",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275636",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275637",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275638",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275639",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275640",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275641",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275642",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275643",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275644",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275645",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275646",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275647",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275648",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275649",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275650",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275651",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275652",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275653",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275654",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275655",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275656",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275657",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275658",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275659",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275660",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275661",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275662",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275663",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275664",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275665",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275666",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275667",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275668",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275669",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275670",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275671",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275672",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275673",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275674",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275675",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275676",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275677",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275678",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275679",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275680",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275681",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275682",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275683",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275684",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275685",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275686",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275687",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275688",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275689",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275690",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275691",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275692",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275693",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275694",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275695",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275696",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275697",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275698",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275699",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275700",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275701",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275702",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275703",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275704",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275705",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275706",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275707",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275708",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275709",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275710",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275711",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275712",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275713",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275714",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275715",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275716",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275717",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275718",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275719",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275720",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275721",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275722",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275723",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275724",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275725",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275726",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275727",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275728",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275729",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275730",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275731",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275732",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275733",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275734",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275735",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275736",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275737",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275738",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275739",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275740",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275741",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275742",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275743",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275744",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275745",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275746",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275747",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275748",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275749",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275750",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275751",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275752",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275753",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275754",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275755",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275756",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275757",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275758",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275759",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275760",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275761",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275762",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275763",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275764",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275765",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275766",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275767",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275768",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275769",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275770",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275771",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275772",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275773",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275774",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275775",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275776",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275777",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275778",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275779",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275780",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275781",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275782",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275783",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275784",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275785",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275786",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275787",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275788",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275789",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275790",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275791",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275792",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275793",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275794",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275795",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275796",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275797",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275798",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275799",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275800",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275801",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275802",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275803",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275804",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275805",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275806",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275807",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275808",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275809",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275810",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275811",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275812",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275813",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275814",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275815",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275816",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275817",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275818",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275819",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275820",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275821",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275822",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275823",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275824",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275825",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275826",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275827",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275828",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275829",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275830",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275831",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275832",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275833",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275834",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275835",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275836",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275837",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275838",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275839",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275840",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275841",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275842",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275843",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275844",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275845",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275846",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275847",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275848",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275849",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275850",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275851",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275852",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275853",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275854",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275855",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275856",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275857",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275858",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275859",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275860",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275861",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275862",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275863",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275864",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275865",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275866",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275867",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275868",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275869",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275870",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275871",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275872",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275873",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275874",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275875",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275876",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275877",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275878",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275879",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275880",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275881",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275882",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275883",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275884",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275885",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275886",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275887",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275888",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275889",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275890",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275891",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275892",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275893",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275894",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275895",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275896",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275897",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275898",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275899",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275900",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275901",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275902",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275903",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275904",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275905",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275906",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275907",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275908",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275909",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275910",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275911",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275912",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275913",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275914",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275915",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275916",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275917",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275918",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275919",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275920",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275921",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275922",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275923",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275924",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275925",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275926",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275927",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275928",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275929",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275930",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275931",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275932",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275933",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275934",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275935",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275936",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275937",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275938",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275939",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275940",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275941",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275942",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275943",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275944",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275945",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275946",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275947",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275948",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275949",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275950",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275951",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275952",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275953",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275954",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275955",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275956",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275957",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275958",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275959",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275960",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275961",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275962",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275963",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275964",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275965",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275966",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275967",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275968",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275969",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275970",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275971",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275972",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275973",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275974",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275975",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275976",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275977",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275978",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275979",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275980",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275981",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275982",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275983",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275984",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275985",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275986",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275987",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275988",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275989",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275990",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275991",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275992",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275993",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275994",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275995",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275996",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275997",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275998",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "275999",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276000",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276001",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276002",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276003",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276004",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276005",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276006",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276007",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276008",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276009",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276010",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276011",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276012",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276013",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276014",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276015",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276016",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276017",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276018",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276019",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276020",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276021",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276022",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276023",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276024",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276025",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276026",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276027",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276028",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276029",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276030",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276031",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276032",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276033",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276034",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276035",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276036",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276037",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276038",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276039",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276040",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276041",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276042",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276043",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276044",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276045",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276046",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276047",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276048",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276049",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276050",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276051",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276052",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276053",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276054",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276055",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276056",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276057",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276058",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276059",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276060",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276061",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276062",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276063",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276064",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276065",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276066",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276067",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276068",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276069",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276070",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276071",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276072",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276073",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276074",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276075",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276076",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276077",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276078",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276079",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276080",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276081",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276082",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276083",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276084",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276085",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276086",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276087",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276088",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276089",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276090",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276091",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276092",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276093",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276094",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276095",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276096",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276097",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276098",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276099",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276100",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276101",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276102",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276103",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276104",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276105",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276106",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276107",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276108",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276109",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276110",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276111",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276112",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276113",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276114",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276115",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276116",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276117",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276118",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276119",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276120",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276121",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276122",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276123",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276124",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276125",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276126",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276127",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276128",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276129",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276130",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276131",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276132",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276133",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276134",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276135",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276136",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276137",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276138",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276139",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276140",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276141",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276142",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276143",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276144",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276145",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276146",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276147",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276148",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276149",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276150",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276151",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276152",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276153",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276154",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276155",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276156",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276157",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276158",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276159",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276160",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276161",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276162",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276163",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276164",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276165",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276166",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276167",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276168",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276169",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276170",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276171",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276172",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276173",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276174",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276175",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276176",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276177",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276178",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276179",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276180",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276181",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276182",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276183",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276184",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276185",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276186",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276187",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276188",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276189",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276190",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276191",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276192",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276193",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276194",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276195",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276196",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276197",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276198",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276199",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276200",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276201",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276202",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276203",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276204",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276205",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276206",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276207",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276208",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276209",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276210",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276211",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276212",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276213",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276214",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276215",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276216",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276217",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276218",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276219",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276220",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276221",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276222",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276223",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276224",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276225",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276226",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276227",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276228",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276229",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276230",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276231",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276232",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276233",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276234",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276235",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276236",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276237",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276238",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276239",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276240",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276241",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276242",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276243",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276244",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276245",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276246",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276247",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276248",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276249",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276250",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276251",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276252",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276253",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276254",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276255",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276256",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276257",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276258",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276259",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276260",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276261",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276262",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276263",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276264",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276265",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276266",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276267",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276268",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276269",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276270",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276271",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276272",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276273",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276274",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276275",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276276",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276277",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276278",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276279",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276280",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276281",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276282",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276283",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276284",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276285",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276286",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276287",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276288",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276289",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276290",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276291",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276292",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276293",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276294",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276295",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276296",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276297",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276298",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276299",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276300",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276301",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276302",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276303",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276304",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276305",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276306",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276307",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276308",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276309",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276310",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276311",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276312",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276313",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276314",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276315",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276316",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276317",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276318",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276319",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276320",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276321",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276322",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276323",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276324",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276325",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276326",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276327",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276328",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276329",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276330",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276331",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276332",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276333",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276334",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276335",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276336",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276337",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276338",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276339",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276340",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276341",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276342",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276343",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276344",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276345",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276346",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276347",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276348",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276349",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276350",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276351",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276352",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276353",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276354",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276355",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276356",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276357",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276358",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276359",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276360",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276361",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276362",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276363",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276364",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276365",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276366",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276367",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276368",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276369",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276370",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276371",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276372",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276373",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276374",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276375",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276376",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276377",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276378",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276379",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276380",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276381",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276382",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276383",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276384",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276385",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276386",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276387",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276388",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276389",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276390",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276391",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276392",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276393",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276394",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276395",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276396",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276397",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276398",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276399",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276400",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276401",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276402",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276403",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276404",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276405",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276406",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276407",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276408",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276409",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276410",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276411",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276412",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276413",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276414",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276415",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276416",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276417",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276418",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276419",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276420",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276421",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276422",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276423",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276424",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276425",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276426",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276427",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276428",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276429",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276430",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276431",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276432",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276433",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276434",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276435",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276436",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276437",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276438",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276439",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276440",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276441",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276442",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276443",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276444",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276445",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276446",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276447",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276448",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276449",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276450",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276451",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276452",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276453",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276454",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276455",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276456",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276457",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276458",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276459",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276460",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276461",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276462",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276463",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276464",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276465",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276466",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276467",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276468",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276469",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276470",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276471",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276472",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276473",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276474",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276475",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276476",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276477",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276478",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276479",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276480",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276481",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276482",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276483",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276484",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276485",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276486",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276487",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276488",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276489",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276490",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276491",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276492",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276493",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276494",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276495",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276496",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276497",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276498",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276499",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276500",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276501",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276502",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276503",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276504",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276505",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276506",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276507",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276508",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276509",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276510",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276511",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276512",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276513",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276514",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276515",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276516",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276517",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276518",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276519",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276520",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276521",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276522",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276523",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276524",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276525",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276526",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276527",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276528",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276529",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276530",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276531",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276532",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276533",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276534",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276535",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276536",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276537",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276538",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276539",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276540",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276541",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276542",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276543",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276544",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276545",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276546",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276547",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276548",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276549",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276550",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276551",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276552",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276553",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276554",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276555",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276556",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276557",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276558",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276559",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276560",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276561",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276562",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276563",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276564",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276565",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276566",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276567",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276568",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276569",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276570",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276571",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276572",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276573",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276574",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276575",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276576",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276577",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276578",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276579",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276580",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276581",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276582",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276583",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276584",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276585",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276586",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276587",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276588",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276589",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276590",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276591",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276592",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276593",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276594",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276595",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276596",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276597",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276598",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276599",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276600",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276601",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276602",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276603",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276604",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276605",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276606",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276607",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276608",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276609",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276610",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276611",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276612",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276613",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276614",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276615",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276616",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276617",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276618",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276619",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276620",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276621",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276622",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276623",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276624",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276625",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276626",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276627",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276628",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276629",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276630",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276631",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276632",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276633",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276634",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276635",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276636",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276637",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276638",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276639",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276640",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276641",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276642",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276643",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276644",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276645",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276646",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276647",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276648",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276649",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276650",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276651",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276652",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276653",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276654",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276655",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276656",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276657",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276658",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276659",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276660",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276661",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276662",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276663",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276664",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276665",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276666",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276667",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276668",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276669",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276670",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276671",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276672",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276673",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276674",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276675",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276676",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276677",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276678",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276679",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276680",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276681",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276682",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276683",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276684",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276685",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276686",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276687",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276688",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276689",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276690",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276691",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276692",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276693",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276694",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276695",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276696",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276697",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276698",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276699",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276700",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276701",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276702",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276703",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276704",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276705",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276706",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276707",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276708",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276709",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276710",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276711",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276712",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276713",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276714",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276715",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276716",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276717",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276718",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276719",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276720",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276721",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276722",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276723",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276724",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276725",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276726",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276727",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276728",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276729",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276730",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276731",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276732",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276733",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276734",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276735",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276736",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276737",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276738",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276739",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276740",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276741",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276742",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276743",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276744",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276745",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276746",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276747",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276748",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276749",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276750",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276751",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276752",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276753",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276754",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276755",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276756",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276757",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276758",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276759",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276760",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276761",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276762",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276763",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276764",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276765",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276766",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276767",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276768",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276769",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276770",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276771",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276772",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276773",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276774",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276775",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276776",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276777",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276778",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276779",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276780",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276781",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276782",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276783",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276784",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276785",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276786",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276787",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276788",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276789",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276790",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276791",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276792",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276793",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276794",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276795",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276796",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276797",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276798",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276799",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276800",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276801",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276802",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276803",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276804",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276805",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276806",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276807",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276808",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276809",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276810",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276811",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276812",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276813",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276814",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276815",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276816",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276817",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276818",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276819",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276820",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276821",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276822",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276823",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276824",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276825",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276826",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276827",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276828",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276829",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276830",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276831",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276832",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276833",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276834",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276835",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276836",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276837",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276838",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276839",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276840",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276841",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276842",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276843",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276844",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276845",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276846",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276847",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276848",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276849",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276850",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276851",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276852",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276853",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276854",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276855",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276856",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276857",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276858",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276859",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276860",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276861",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276862",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276863",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276864",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276865",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276866",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276867",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276868",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276869",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276870",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276871",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276872",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276873",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276874",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276875",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276876",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276877",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276878",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276879",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276880",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276881",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276882",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276883",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276884",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276885",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276886",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276887",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276888",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276889",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276890",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276891",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276892",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276893",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276894",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276895",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276896",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276897",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276898",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276899",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276900",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276901",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276902",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276903",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276904",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276905",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276906",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276907",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276908",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276909",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276910",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276911",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276912",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276913",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276914",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276915",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276916",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276917",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276918",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276919",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276920",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276921",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276922",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276923",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276924",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276925",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276926",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276927",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276928",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276929",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276930",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276931",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276932",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276933",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276934",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276935",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276936",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276937",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276938",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276939",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276940",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "276941",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      }
    ],
    "stop_count": 81,
    "stop_points_capped": false
  },
  "rubric_version": "1.3",
  "schema_version": "1.18",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.3",
    "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.3"
  },
  "snapshot_date": "2026-09-01",
  "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": 2121,
      "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": "2121 of 2121 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"
}
