{
  "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": 1269,
        "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": 1269,
        "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": 1269,
          "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": "1269 of 1269 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": 7,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 0,
          "WARNING": 4279
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "missing_recommended_field",
          "count": 1269,
          "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": 1269,
          "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": 1268,
          "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": 332,
          "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": 94,
          "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."
        }
      ],
      "name": "correctness",
      "score": 50.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 7 kinds of issue across 4279 instances (0 error, 4279 warning, 0 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 41,
        "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": 53.3,
      "status": "measured",
      "summary": "Service data covers the next 41 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 41 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": "770af36e8f571d84c4dc3d04c3c37fd354639964e4280d6fe562d30758158aba",
    "size_bytes": 13425131,
    "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-13T00: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": 1269,
        "trip_count": 1269,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "rail",
    "primary_mode_label": "Rail",
    "route_count": 1269,
    "trip_count": 1269
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 48.1,
    "margin_to_next_band": 11.9,
    "score": 48.1
  },
  "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": 1269
  },
  "route_map": {
    "drawn_route_count": 1269,
    "has_shapes": true,
    "path": "data/artifacts/skm-trojmiasto/geometry.geojson",
    "route_count": 1269,
    "routes": [
      {
        "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": "275454",
        "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": "275495",
        "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": "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": "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": "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": "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": "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": "275586",
        "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": "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": "275598",
        "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": "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": "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": "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": "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": "275635",
        "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": "275650",
        "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": "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": "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": "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": "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": "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": "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": "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": "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": "275733",
        "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": "275757",
        "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": "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": "275785",
        "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": "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": "275810",
        "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": "275814",
        "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": "275819",
        "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": "275825",
        "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": "275834",
        "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": "275841",
        "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": "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": "275885",
        "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": "275899",
        "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": "275903",
        "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": "275907",
        "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": "275912",
        "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": "275917",
        "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": "275925",
        "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": "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": "275936",
        "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": "275940",
        "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": "275964",
        "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": "275968",
        "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": "275980",
        "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": "276005",
        "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": "276031",
        "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": "276046",
        "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": "276050",
        "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": "276072",
        "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": "276086",
        "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": "276090",
        "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": "276094",
        "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": "276099",
        "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": "276210",
        "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": "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": "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": "276412",
        "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": "276416",
        "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": "276420",
        "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": "276427",
        "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": "276433",
        "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": "276447",
        "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": "276452",
        "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": "276457",
        "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": "276462",
        "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": "276475",
        "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": "276479",
        "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": "276485",
        "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": "276490",
        "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": "276497",
        "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": "276506",
        "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": "276519",
        "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": "276527",
        "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": "276531",
        "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": "276538",
        "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": "276558",
        "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": "276570",
        "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": "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": "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": "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": "276613",
        "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": "276620",
        "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": "276628",
        "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": "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": "276638",
        "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": "276646",
        "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": "276654",
        "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": "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": "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": "276672",
        "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": "276680",
        "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": "276686",
        "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": "276698",
        "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": "276702",
        "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": "276716",
        "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": "276722",
        "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": "276736",
        "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": "276743",
        "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": "276748",
        "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": "276752",
        "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": "276758",
        "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": "276764",
        "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": "276774",
        "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": "276782",
        "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": "276812",
        "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": "276817",
        "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": "276821",
        "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": "276828",
        "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": "276833",
        "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": "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": "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": "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": "278940",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278941",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278942",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278943",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278944",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278945",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278946",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278947",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278948",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278949",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278950",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278951",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278952",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278953",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278954",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278955",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278956",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278957",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278958",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278959",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278960",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278961",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278962",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278963",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278964",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278965",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278966",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278967",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278968",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278969",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278970",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278971",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278972",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278973",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278974",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278975",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278976",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278977",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278978",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278979",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278980",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278981",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278982",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278983",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278984",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278985",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278986",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278987",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278988",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278989",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278990",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278991",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278992",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278993",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278994",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278995",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278996",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278997",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278998",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "278999",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279000",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279001",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279002",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279003",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279004",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279005",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279006",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279007",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279008",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279009",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279010",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279011",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279012",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279013",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279014",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279015",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279016",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279017",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279018",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279019",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279020",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279021",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279022",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279023",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279024",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279025",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279026",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279027",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279028",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279029",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279030",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279031",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279032",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279033",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279034",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279035",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279036",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279037",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279038",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279039",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279040",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279041",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279042",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279043",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279044",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279045",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279046",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279047",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279048",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279049",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279050",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279051",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279052",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279053",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279054",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279055",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279056",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279057",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279058",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279059",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279060",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279061",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279062",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279063",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279064",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279065",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279066",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279067",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279068",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279069",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279070",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279071",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279072",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279073",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279074",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279075",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279076",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279077",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279078",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279079",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279080",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279081",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279082",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279083",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279084",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279085",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279086",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279087",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279088",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279089",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279090",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279091",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279092",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279093",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279094",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279095",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279096",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279097",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279098",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279099",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279100",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279101",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279102",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279103",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279104",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279105",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279106",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279107",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279108",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279109",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279110",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279111",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279112",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279113",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279114",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279115",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279116",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279117",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279118",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279119",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279120",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279121",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279122",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279123",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279124",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279125",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279126",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279127",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279128",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279129",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279130",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279131",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279132",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279133",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279134",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279135",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279136",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279137",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279138",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279139",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279140",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279141",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279142",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279143",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279144",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279145",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279146",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279147",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279148",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279149",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279150",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279151",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279152",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279153",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279154",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279155",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279156",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279157",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279158",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279159",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279160",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279161",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279162",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279163",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279164",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279165",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279166",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279167",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279168",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279169",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279170",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279171",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279172",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279173",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279174",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279175",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279176",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279177",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279178",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279179",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279180",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279181",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279182",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279183",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279184",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279185",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279186",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279187",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279188",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279189",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279190",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279191",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279192",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279193",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279194",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279195",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279196",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279197",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279198",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279199",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279200",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279201",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279202",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279203",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279204",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279205",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279206",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279207",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279208",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279209",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279210",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279211",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279212",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279213",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279214",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279215",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279216",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279217",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279218",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279219",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279220",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279221",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279222",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279223",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279224",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279225",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279226",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279227",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279228",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279229",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279230",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279231",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279232",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279233",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279234",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279235",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279236",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279237",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279238",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279239",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279240",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279241",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279242",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279243",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279244",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279245",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279246",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279247",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279248",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279249",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279250",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279251",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279252",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279253",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279254",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279255",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279256",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279257",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279258",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279259",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279260",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279261",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279262",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279263",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279264",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279265",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279266",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279267",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279268",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279269",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279270",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279271",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279272",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279273",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279274",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279275",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279276",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279277",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279278",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279279",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279280",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279281",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279282",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279283",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279284",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279285",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279286",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279287",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279288",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279289",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279290",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279291",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279292",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279293",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279294",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279295",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279296",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279297",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279298",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279299",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279300",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279301",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279302",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279303",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279304",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279305",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279306",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279307",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279308",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279309",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279310",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279311",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279312",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279313",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279314",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279315",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279316",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279317",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279318",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279319",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279320",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279321",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279322",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279323",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279324",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279325",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279326",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279327",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279328",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279329",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279330",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279331",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279332",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279333",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279334",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279335",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279336",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279337",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279338",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279339",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279340",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279341",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279342",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279343",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279344",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279345",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279346",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279347",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279348",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279349",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279350",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279351",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279352",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279353",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279354",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279355",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279356",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279357",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279358",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279359",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279360",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279361",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279362",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279363",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279364",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279365",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279366",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279367",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279368",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279369",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279370",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279371",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279372",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279373",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279374",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279375",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279376",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279377",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279378",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279379",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279380",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279381",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279382",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279383",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279384",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279385",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279386",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279387",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279388",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279389",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279390",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279391",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279392",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279393",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279394",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279395",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279396",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279397",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279398",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279399",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279400",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279401",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279402",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279403",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279404",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279405",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279406",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279407",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279408",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279409",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279410",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279411",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279412",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279413",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279414",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279415",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279416",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279417",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279418",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279419",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279420",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279421",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279422",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279423",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279424",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279425",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279426",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279427",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279428",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279429",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279430",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279431",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279432",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279433",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279434",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279435",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279436",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279437",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279438",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279439",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279440",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279441",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279442",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279443",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279444",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279445",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279446",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279447",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279448",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279449",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279450",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279451",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279452",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279453",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279454",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279455",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279456",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279457",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279458",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279459",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279460",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279461",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279462",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279463",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279464",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279465",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279466",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279467",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279468",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279469",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279470",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279471",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279472",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279473",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279474",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279475",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279476",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279477",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279478",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279479",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279480",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279481",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279482",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279483",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279484",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279485",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279486",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279487",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279488",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279489",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279490",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279491",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279492",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279493",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279494",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279495",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279496",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279497",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279498",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279499",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279500",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279501",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279502",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279503",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279504",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279505",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279506",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279507",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279508",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279509",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279510",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279511",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279512",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279513",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279514",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279515",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279516",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279517",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279518",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279519",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279520",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279521",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279522",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279523",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279524",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279525",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279526",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279527",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279528",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279529",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279530",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279531",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279532",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279533",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279534",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279535",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279536",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279537",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279538",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279539",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279540",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279541",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279542",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279543",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279544",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279545",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279546",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279547",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279548",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279549",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279550",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279551",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279552",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279553",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279554",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279555",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279556",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279557",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279558",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279559",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279560",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279561",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279562",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279563",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279564",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279565",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279566",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279567",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279568",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279569",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279570",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279571",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279572",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279573",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279574",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279575",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279576",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279577",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279578",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279579",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279580",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279581",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279582",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279583",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279584",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279585",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279586",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279587",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279588",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279589",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279590",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279591",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279592",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279593",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279594",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279595",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279596",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279597",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279598",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279599",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279600",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279601",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279602",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279603",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279604",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279605",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279606",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279607",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279608",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279609",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279610",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279611",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279612",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279613",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279614",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279615",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279616",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279617",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279618",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279619",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279620",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279621",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279622",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279623",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279624",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279625",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279626",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279627",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279628",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279629",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279630",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279631",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279632",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279633",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279634",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279635",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279636",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279637",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279638",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279639",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279640",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279641",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279642",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279643",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279644",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279645",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279646",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279647",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279648",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279649",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279650",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279651",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279652",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279653",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279654",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279655",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279656",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279657",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279658",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279659",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279660",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279661",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279662",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279663",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279664",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279665",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279666",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279667",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279668",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279669",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279670",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279671",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279672",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279673",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279674",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279675",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279676",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279677",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279678",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279679",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279680",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279681",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279682",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279683",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279684",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279685",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279686",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279687",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279688",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279689",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279690",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279691",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279692",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279693",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279694",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279695",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279696",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279697",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279698",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279699",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279700",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279701",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279702",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279703",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279704",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279705",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279706",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279707",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279708",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279709",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279710",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279711",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279712",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279713",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279714",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279715",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279716",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279717",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279718",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279719",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279720",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279721",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279722",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279723",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279724",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279725",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279726",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279727",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279728",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279729",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279730",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279731",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279732",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279733",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279734",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279735",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279736",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279737",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279738",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279739",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279740",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279741",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279742",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279743",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279744",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279745",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279746",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279747",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279748",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279749",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279750",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279751",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279752",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279753",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279754",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279755",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279756",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279757",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279758",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279759",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279760",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279761",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279762",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279763",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279764",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279765",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279766",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279767",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279768",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279769",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279770",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279771",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279772",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279773",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279774",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279775",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279776",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279777",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279778",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279779",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279780",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279781",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279782",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279783",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279784",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279785",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279786",
        "label": "SKM",
        "long": "",
        "short": "SKM",
        "text_color": "083277",
        "type_label": "Rail"
      },
      {
        "color": "E9B800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "279787",
        "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-13",
  "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": 1269,
      "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": "1269 of 1269 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"
}
